Line | |
---|
1 | /* navigation */ |
---|
2 | |
---|
3 | #navigation { |
---|
4 | font-family: helvetica, arial, verdana, sans-serif; |
---|
5 | font-size: 13px; |
---|
6 | font-weight:bold; |
---|
7 | width:850px; |
---|
8 | position:absolute; |
---|
9 | top:33px; |
---|
10 | } |
---|
11 | |
---|
12 | #navigation a { |
---|
13 | color: #e30071; |
---|
14 | text-decoration: none; |
---|
15 | } |
---|
16 | |
---|
17 | #navigation .niveau1 { |
---|
18 | float: right; |
---|
19 | padding: 19px 5px 2px 5px; |
---|
20 | border-left: 1px solid #e30071; |
---|
21 | margin-left:-1px; |
---|
22 | } |
---|
23 | |
---|
24 | #navigation .niveau1:hover { |
---|
25 | background: url('images/fond-nav-niv1.png') top left repeat-x #e30071; |
---|
26 | padding-bottom:8px; |
---|
27 | } |
---|
28 | |
---|
29 | #navigation .niveau1:hover a { |
---|
30 | color: #fff; |
---|
31 | } |
---|
32 | |
---|
33 | #navigation a:hover { |
---|
34 | color: #fff; |
---|
35 | } |
---|
36 | |
---|
37 | #navigation .niveau1 { |
---|
38 | position:relative; |
---|
39 | } |
---|
40 | |
---|
41 | #navigation .item1 a { |
---|
42 | border-right: 0; |
---|
43 | } |
---|
44 | |
---|
45 | #navigation .ulniveau2 { |
---|
46 | display: none; |
---|
47 | position:absolute; |
---|
48 | left:-1px; |
---|
49 | top:40px; |
---|
50 | width:12em; |
---|
51 | background-color: #C20061; |
---|
52 | padding-top:0; |
---|
53 | border-left:1px solid #e30071; |
---|
54 | } |
---|
55 | |
---|
56 | #navigation .niveau2 { |
---|
57 | padding:6px 2px 4px 4px; |
---|
58 | color: #fff; |
---|
59 | font-weight: normal; |
---|
60 | font-size:11px; |
---|
61 | } |
---|
62 | |
---|
63 | #navigation .niveau2 a { |
---|
64 | color:#fff; |
---|
65 | } |
---|
66 | |
---|
67 | #navigation .niveau2:hover { |
---|
68 | background-color:#e30071; |
---|
69 | } |
---|
70 | |
---|
71 | #navigation .niveau1.courante { |
---|
72 | border-bottom:6px solid #e30071; |
---|
73 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.