Commit | Line | Data |
---|---|---|
c495c100 P |
1 | body { |
2 | font-family: Verdana,Arial,Sans,sans-serif; | |
3 | border: 0; | |
4 | } | |
5 | ||
6 | /* | |
7 | * Icones et bandeaux | |
8 | */ | |
9 | ||
10 | #bandeau-principal { | |
11 | background-color: white; | |
12 | margin: 0; | |
13 | padding: 0; | |
14 | border-bottom: 1px solid black; | |
15 | } | |
16 | ||
17 | .bandeau-icones { | |
18 | background-color: white; | |
19 | margin: 0; | |
20 | padding: 0; | |
21 | padding-bottom: 2px; | |
22 | padding-top: 4px; | |
23 | } | |
24 | ||
25 | .bandeau_sec .gauche { | |
26 | margin-top: 0; | |
27 | padding: 2px; | |
28 | padding-top: 0; | |
29 | background-color: white; | |
30 | border-bottom: 1px solid black; | |
31 | border-left: 1px solid black; | |
32 | border-right: 1px solid black; | |
33 | -moz-border-radius-bottomleft: 5px; | |
34 | -moz-border-radius-bottomright: 5px; | |
35 | z-index: 100; | |
36 | } | |
37 | ||
38 | .bandeau-icones .separateur { | |
39 | vertical-align: middle; | |
40 | height: 100%; | |
41 | width: 11px; | |
42 | padding: 0; | |
43 | margin: 0; | |
44 | background-position: 5px 0px; | |
45 | } | |
46 | .bandeau_couleur { | |
47 | padding-right: 4px; | |
48 | padding-left: 4px; | |
49 | font-family: verdana, helvetica, arial, sans; | |
50 | font-size: 11px; | |
51 | color: black; | |
52 | text-align: center; | |
53 | font-weight: bold; | |
54 | height: 22px; | |
55 | } | |
56 | ||
57 | .bandeau_couleur_sous { | |
58 | position: absolute; | |
59 | visibility: hidden; | |
60 | top: 0; | |
61 | color: black; | |
62 | padding: 5px; | |
63 | padding-top: 2px; | |
64 | font-family: verdana, helvetica, arial, sans; | |
65 | font-size: 11px; | |
66 | border-bottom: 1px solid white; | |
67 | border-right: 1px solid white; | |
68 | -moz-border-radius-bottomleft: 5px; | |
69 | -moz-border-radius-bottomright: 5px; | |
70 | } | |
71 | ||
72 | a.lien_sous { | |
73 | color: #666666; | |
74 | } | |
75 | a.lien_sous:hover { | |
76 | color: black; | |
77 | } | |
78 | ||
79 | ||
80 | div.bandeau_rubriques { | |
81 | background-color: #eeeeee; | |
82 | border: 1px solid #555555; | |
83 | } | |
84 | a.bandeau_rub { | |
85 | width: 120px; | |
86 | display: block; | |
87 | font-size: 10px; | |
88 | padding: 2px; | |
89 | color: #666666; | |
90 | text-decoration: none; | |
91 | border-bottom: 1px solid #cccccc; | |
92 | background-repeat: no-repeat; | |
93 | } | |
94 | a.bandeau_rub:hover { | |
95 | background-color: white; | |
96 | text-decoration: none; | |
97 | color: #333333; | |
98 | background-repeat: no-repeat; | |
99 | } | |
100 | div.bandeau_rub { | |
101 | position: absolute; | |
102 | top: 4px; | |
103 | background-color: #eeeeee; | |
104 | padding: 0; | |
105 | border: 1px solid #555555; | |
106 | visibility: hidden; | |
107 | } | |
108 | ||
109 | div.pos_r { | |
110 | position: relative; | |
111 | } | |
112 | ||
113 | option.selec_rub { | |
114 | background-repeat: no-repeat; | |
115 | } | |
116 | ||
117 | ||
118 | div.messages { | |
119 | padding: 5px; | |
120 | font-size: 10px; | |
121 | font-weight: bold; | |
122 | } | |
123 | ||
124 | ||
125 | /* Icones de fonctions */ | |
126 | ||
127 | a.icone26 { | |
128 | font-family: verdana, helvetica, arial, sans; | |
129 | font-size: 11px; | |
130 | font-weight: bold; | |
131 | color: black; | |
132 | text-decoration: none; | |
133 | padding: 1px; | |
134 | } | |
135 | a.icone26:hover { | |
136 | text-decoration: none; | |
137 | } | |
138 | a.icone26 img { | |
139 | vertical-align: middle; | |
140 | } | |
141 | ||
142 | ||
143 | /* Cadre */ | |
144 | ||
145 | div.cadre-padding { | |
146 | overflow: hidden; | |
147 | } |