Line | |
---|
1 | /* le menu atout */ |
---|
2 | |
---|
3 | #navigation { |
---|
4 | text-align: center; |
---|
5 | } |
---|
6 | |
---|
7 | #navigation a { |
---|
8 | color: #fff; |
---|
9 | text-decoration: none; |
---|
10 | display: block; |
---|
11 | width: 164px; |
---|
12 | height:26px; |
---|
13 | padding-top: 7px; |
---|
14 | background: url("cartouche.jpg") top left no-repeat; |
---|
15 | } |
---|
16 | |
---|
17 | #navigation a:hover { |
---|
18 | color: #f5d803; |
---|
19 | } |
---|
20 | |
---|
21 | #navigation .niveau1 { |
---|
22 | margin-bottom: 4px; |
---|
23 | font-size: 13px; |
---|
24 | } |
---|
25 | |
---|
26 | #navigation .ulniveau2 { |
---|
27 | display: none; |
---|
28 | padding: 8px 0 18px 0; |
---|
29 | background: url("niveau2.jpg") bottom center; |
---|
30 | font-size: 11px; |
---|
31 | } |
---|
32 | |
---|
33 | #navigation .courante .ulniveau2 { |
---|
34 | display: block; |
---|
35 | } |
---|
36 | |
---|
37 | #navigation .courante a { |
---|
38 | } |
---|
39 | |
---|
40 | #navigation .niveau2 a { |
---|
41 | background-image: none; |
---|
42 | display: inline; |
---|
43 | } |
---|
44 | |
---|
45 | #navigation .niveau1 .displaydown { |
---|
46 | background: url("cartouche-down.jpg") top left no-repeat; |
---|
47 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.