[80] | 1 | /* CSS Document */ |
---|
| 2 | body{ |
---|
| 3 | background:url(images/body_01.jpg) #000000 repeat-x; |
---|
| 4 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 5 | } |
---|
| 6 | #general{ |
---|
| 7 | position:relative; |
---|
| 8 | background-image: url(images/bg_01.jpg); |
---|
| 9 | background-repeat:no-repeat; |
---|
| 10 | width:1000px; |
---|
| 11 | padding-top:160px; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | .niveau2, .niveau3{ |
---|
| 15 | display:none; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | #bandeau{ |
---|
| 19 | clear:both; |
---|
| 20 | background-image:url(images/ban_03.jpg); |
---|
| 21 | background-repeat:no-repeat; |
---|
| 22 | width:565px; |
---|
| 23 | height:77px; |
---|
| 24 | margin:0px 0 0 76px; |
---|
| 25 | |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | #navigation{ |
---|
| 29 | width:200px; |
---|
| 30 | margin-bottom:30px; |
---|
| 31 | padding:0 20px; |
---|
| 32 | font-size:15px; |
---|
| 33 | font-family: Verdana, Arial, Helvetica, sans-serif; |
---|
| 34 | font-weight:bold; |
---|
| 35 | } |
---|
| 36 | |
---|
| 37 | #navigation a{ |
---|
| 38 | color:#96a9b5; |
---|
| 39 | text-decoration:none; |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | #navigation a:hover{ |
---|
| 43 | color:#cee7f6; |
---|
| 44 | text-decoration:none; |
---|
| 45 | } |
---|
| 46 | |
---|
| 47 | #navigation .courante{ |
---|
| 48 | background-image:url(images/list_07.jpg); |
---|
| 49 | background-repeat:no-repeat; |
---|
| 50 | background-position:0px 10px; |
---|
| 51 | color:#cee7f6; |
---|
| 52 | margin:10px 0 10px 0px; |
---|
| 53 | padding:15px 0 0 35px; |
---|
| 54 | height:30px; |
---|
| 55 | |
---|
| 56 | } |
---|
| 57 | #navigation .courante a{ |
---|
| 58 | color:#cee7f6; |
---|
| 59 | } |
---|
| 60 | |
---|
| 61 | |
---|
| 62 | |
---|
| 63 | #contextes{ |
---|
| 64 | background-image:url(images/bgcontexte_04.jpg); |
---|
| 65 | background-color:#475660; |
---|
| 66 | background-repeat: no-repeat; |
---|
| 67 | width:253px; |
---|
| 68 | padding:40px 0px; |
---|
| 69 | position:absolute; |
---|
| 70 | right:88px; |
---|
| 71 | top:250px; |
---|
| 72 | } |
---|
| 73 | |
---|
| 74 | #contextes h2{ |
---|
| 75 | font-size:14px; |
---|
| 76 | color:#abb6be; |
---|
| 77 | margin-bottom:20px; |
---|
| 78 | } |
---|
| 79 | #contextes h4{ |
---|
| 80 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 81 | font-size:12px; |
---|
| 82 | color:#abb6be; |
---|
| 83 | margin-bottom:20px; |
---|
| 84 | } |
---|
| 85 | |
---|
| 86 | #contextes .listageconteneur{ |
---|
| 87 | margin:10px 0 20px 0} |
---|
| 88 | |
---|
| 89 | #contextes .listageconteneur li a{ |
---|
| 90 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 91 | font-size:12px; |
---|
| 92 | text-decoration:none; |
---|
| 93 | color:#e5ebef} |
---|
| 94 | #contextes .listageconteneur li a:hover{ |
---|
| 95 | text-decoration: underline;; |
---|
| 96 | color:#cee7f6; |
---|
| 97 | |
---|
| 98 | } |
---|
| 99 | #contextes .listagetexte{ |
---|
| 100 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 101 | font-size:11px; |
---|
| 102 | color:#b5c2cb;} |
---|
| 103 | |
---|
| 104 | #contextes p, #contextes legend, #contextes label{ |
---|
| 105 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 106 | font-size:11px; |
---|
| 107 | color:#b5c2cb;} |
---|
| 108 | |
---|
| 109 | #contextes .listageinfo{ |
---|
| 110 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 111 | font-size:9px; |
---|
| 112 | color:#b5c2cb; |
---|
| 113 | font-weight:bold; |
---|
| 114 | margin-bottom:10px;} |
---|
| 115 | |
---|
| 116 | #contextes .listageconteneur .listageinfo a { |
---|
| 117 | color:#ffffff; |
---|
| 118 | font-weight: lighter; |
---|
| 119 | text-decoration: none; |
---|
| 120 | font-size:9px; |
---|
| 121 | } |
---|
| 122 | |
---|
| 123 | #contextes a { |
---|
| 124 | color:#e5ebef; |
---|
| 125 | text-decoration: none; |
---|
| 126 | font-size:10px; |
---|
| 127 | } |
---|
| 128 | #contextes a:hover{ |
---|
| 129 | text-decoration:underline;} |
---|
| 130 | |
---|
| 131 | #contextes .listageconteneur li{ |
---|
| 132 | margin-bottom:30px;} |
---|
| 133 | |
---|
| 134 | #contexte1{ |
---|
| 135 | padding:0 20px; |
---|
| 136 | } |
---|
| 137 | #contexte2{ |
---|
| 138 | padding:0 20px; |
---|
| 139 | } |
---|
| 140 | |
---|
| 141 | #contextes h2{ |
---|
| 142 | font-size:14px; |
---|
| 143 | } |
---|
| 144 | #chemin-vide{ |
---|
| 145 | height:30px;} |
---|
| 146 | |
---|
| 147 | #chemin{ |
---|
| 148 | padding-top:40px; |
---|
| 149 | font-size:11px; |
---|
| 150 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 151 | font-weight:bold; |
---|
| 152 | color:#8cd3fe; |
---|
| 153 | margin-bottom:20px; |
---|
| 154 | |
---|
| 155 | } |
---|
| 156 | |
---|
| 157 | #chemin a{ |
---|
| 158 | font-weight: normal; |
---|
| 159 | color:#d9f1ff; |
---|
| 160 | text-decoration:none;; |
---|
| 161 | |
---|
| 162 | } |
---|
| 163 | |
---|
| 164 | |
---|
| 165 | #corps{ |
---|
| 166 | background-image:url(images/test_07.jpg); |
---|
| 167 | background-repeat:no-repeat; |
---|
| 168 | width:425px; |
---|
| 169 | margin-left:76px; |
---|
| 170 | padding:0px 25px 25px 115px; |
---|
| 171 | background-color:#386a8d; |
---|
| 172 | position:relative; |
---|
| 173 | top:13px; |
---|
| 174 | } |
---|
| 175 | #corps a{ |
---|
| 176 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 177 | font-size:11px; |
---|
| 178 | font-weight: normal; |
---|
| 179 | color:#e0f3ff; |
---|
| 180 | text-decoration:none; |
---|
| 181 | } |
---|
| 182 | |
---|
| 183 | #corps a:hover{ |
---|
| 184 | text-decoration:underline;} |
---|
| 185 | |
---|
| 186 | |
---|
| 187 | |
---|
| 188 | #corps h1{ |
---|
| 189 | font-size:17px; |
---|
| 190 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 191 | color:#f4fbff;} |
---|
| 192 | |
---|
| 193 | #corps h2{ |
---|
| 194 | font-size:12px; |
---|
| 195 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 196 | color:#f4fbff; |
---|
| 197 | font-weight:bold; |
---|
| 198 | margin:0 0 10px 0; |
---|
| 199 | clear:left;} |
---|
| 200 | |
---|
| 201 | #corps .listagebloc li{ |
---|
| 202 | margin-bottom:40px; |
---|
| 203 | background-image:url(images/bgbloc_12.jpg); |
---|
| 204 | background-repeat:no-repeat; |
---|
| 205 | background-position:bottom; |
---|
| 206 | padding-bottom:40px;} |
---|
| 207 | |
---|
| 208 | #corps .listagelogo{ |
---|
| 209 | float:left; |
---|
| 210 | margin:0 20px 0 0 } |
---|
| 211 | |
---|
| 212 | #corps .listageconteneur{ |
---|
| 213 | margin-bottom:25px;} |
---|
| 214 | |
---|
| 215 | #corps .listagetitre{ |
---|
| 216 | text-transform:uppercase; |
---|
| 217 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 218 | font-size:17px; |
---|
| 219 | font-weight:bold; |
---|
| 220 | color:#ffffff; |
---|
| 221 | font-style:italic; |
---|
| 222 | |
---|
| 223 | } |
---|
| 224 | |
---|
| 225 | #corps .listagetitre a{ |
---|
| 226 | color:#ffffff; |
---|
| 227 | text-decoration:none;} |
---|
| 228 | |
---|
| 229 | #corps .listagetitre a:hover{ |
---|
| 230 | color:#ffffff; |
---|
| 231 | text-decoration:underline;} |
---|
| 232 | |
---|
| 233 | #corps .listageinfo, #corps .dateauteurs{ |
---|
| 234 | font-size:10px; |
---|
| 235 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 236 | font-weight:bold; |
---|
| 237 | color:#8CD3FE; |
---|
| 238 | margin-bottom:15px;} |
---|
| 239 | |
---|
| 240 | #corps .listageinfo a, #corps .dateauteurs a{ |
---|
| 241 | text-decoration:none; |
---|
| 242 | color:#e0f3ff; |
---|
| 243 | } |
---|
| 244 | |
---|
| 245 | #corps .chapeau{ |
---|
| 246 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 247 | font-size:13px; |
---|
| 248 | color:#d1edff; |
---|
| 249 | font-style:italic; |
---|
| 250 | line-height:130%; |
---|
| 251 | } |
---|
| 252 | |
---|
| 253 | #corps .listagetexte, #corps .texte, #corps p{ |
---|
| 254 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 255 | font-size:12px; |
---|
| 256 | color:#b6e3ff; |
---|
| 257 | line-height:120%; |
---|
| 258 | margin-bottom:15px;} |
---|
| 259 | |
---|
| 260 | #corps .listagerepondre, #corps .listagesuite{ |
---|
| 261 | text-align:right; |
---|
| 262 | margin-bottom:10px; |
---|
| 263 | |
---|
| 264 | } |
---|
| 265 | |
---|
| 266 | #corps legend{ |
---|
| 267 | color:#b6e3ff; |
---|
| 268 | } |
---|
| 269 | |
---|
| 270 | #corps .listagerepondre a, #corps .listagesuite a{ |
---|
| 271 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 272 | font-size:10px; |
---|
| 273 | font-weight: normal; |
---|
| 274 | color:#e0f3ff; |
---|
| 275 | text-decoration:none; |
---|
| 276 | font-style:italic; |
---|
| 277 | font-weight:bold; |
---|
| 278 | } |
---|
| 279 | |
---|
| 280 | #corps .listagerepondre a:hover, #corps .listagesuite a:hover{ |
---|
| 281 | text-decoration:underline;} |
---|
| 282 | |
---|
| 283 | #corps .listagesite, .ps { |
---|
| 284 | font-size:10px; |
---|
| 285 | } |
---|
| 286 | |
---|
| 287 | #contextes .listagesite, .ps { |
---|
| 288 | font-size:9px; |
---|
| 289 | } |
---|
| 290 | |
---|
| 291 | .logo{ |
---|
| 292 | float:left; |
---|
| 293 | margin:0 20px 20px 0; |
---|
| 294 | } |
---|
| 295 | |
---|
| 296 | #rotator{ |
---|
| 297 | margin-bottom:30px; |
---|
| 298 | |
---|
| 299 | } |
---|
| 300 | |
---|
| 301 | #footer{ |
---|
| 302 | font-family:Verdana, Arial, Helvetica, sans-serif; |
---|
| 303 | font-size:10px; |
---|
| 304 | color:#8CD3FE; |
---|
| 305 | width:525px; |
---|
| 306 | text-align:center; |
---|
| 307 | margin:30px 0 20px 85px; |
---|
| 308 | |
---|
| 309 | |
---|
| 310 | } |
---|
| 311 | |
---|
| 312 | #footer a{ |
---|
| 313 | text-decoration:none; |
---|
| 314 | color:#E0F3FF; |
---|
| 315 | |
---|
| 316 | } |
---|