|
40
|
1 |
body{
|
|
|
2 |
background-color: #e9ecf0;
|
|
|
3 |
height: 100%;
|
|
|
4 |
}
|
|
|
5 |
a{
|
|
|
6 |
color:#000;
|
|
|
7 |
}
|
|
|
8 |
.wrap{
|
|
|
9 |
min-height:100%;
|
|
|
10 |
background-color: #FFF;
|
|
|
11 |
width: 960px;
|
|
|
12 |
margin: 0 auto;
|
|
|
13 |
font-family: "Times New Roman";
|
|
|
14 |
font-size: 13px;
|
|
|
15 |
-moz-box-shadow: 0 0 14px 5px #888;
|
|
|
16 |
-webkit-box-shadow: 0 0 14px 5px #888;
|
|
|
17 |
box-shadow: 0 0 14px 5px #888;
|
|
|
18 |
padding-bottom: 16px;
|
|
|
19 |
height: 100%;
|
|
|
20 |
}
|
|
|
21 |
/* header */
|
|
|
22 |
.header{
|
|
|
23 |
position: relative;
|
|
|
24 |
height: 128px;
|
|
|
25 |
margin-bottom: 1px;
|
|
|
26 |
}
|
|
|
27 |
.header-name {
|
|
|
28 |
background: url("../images/mister.png") no-repeat scroll 2px 1px transparent;
|
|
|
29 |
color: #187DA7;
|
|
|
30 |
font-weight: 900;
|
|
|
31 |
padding: 0 0 12px 20px;
|
|
|
32 |
}
|
|
|
33 |
/* header > logo */
|
|
|
34 |
.logo{
|
|
|
35 |
width: 164px;
|
|
|
36 |
height: 105px;
|
|
|
37 |
background: url(../img/back-logo.png) 0 0 no-repeat;
|
|
|
38 |
top: 0;
|
|
|
39 |
left: 66px;
|
|
|
40 |
position: absolute;
|
|
|
41 |
}
|
|
|
42 |
.logo .date{
|
|
|
43 |
height: 66px;
|
|
|
44 |
left: 93px;
|
|
|
45 |
position: absolute;
|
|
|
46 |
text-align: center;
|
|
|
47 |
top: 4px;
|
|
|
48 |
width: 47px;
|
|
|
49 |
}
|
|
|
50 |
.logo .date .year{
|
|
|
51 |
font-size: 40px;
|
|
|
52 |
display: block;
|
|
|
53 |
}
|
|
|
54 |
.logo .date .text{
|
|
|
55 |
font-size: 10px;
|
|
|
56 |
display: block;
|
|
|
57 |
}
|
|
|
58 |
/* header > recherche-wrap */
|
|
|
59 |
.recherche-wrap{
|
|
|
60 |
position: absolute;
|
|
|
61 |
left: 324px;
|
|
|
62 |
padding-top: 10px;
|
|
|
63 |
}
|
|
|
64 |
.recherche-wrap h1{
|
|
|
65 |
margin-bottom: 4px;
|
|
|
66 |
}
|
|
|
67 |
|
|
|
68 |
.recherche-wrap .input-recherche{
|
|
|
69 |
width: 218px;
|
|
|
70 |
height: 24px;
|
|
|
71 |
padding: 0 30px 0 6px;
|
|
|
72 |
border: 1px solid black;
|
|
|
73 |
margin-right: 2px;
|
|
|
74 |
}
|
|
|
75 |
.recherche-wrap p input, .recherche-wrap p a{
|
|
|
76 |
float: left;
|
|
|
77 |
}
|
|
|
78 |
.recherche-wrap form p{
|
|
|
79 |
position: relative;
|
|
|
80 |
}
|
|
|
81 |
.recherche-wrap form p .photo{
|
|
|
82 |
position: absolute;
|
|
|
83 |
width: 18px;
|
|
|
84 |
height: 18px;
|
|
|
85 |
background: url(../img/photo.jpg) no-repeat 2px 4px;
|
|
|
86 |
left: 230px;
|
|
|
87 |
top: 2px;
|
|
|
88 |
z-index: 2;
|
|
|
89 |
}
|
|
|
90 |
.recherche-wrap .recherche-submit{
|
|
|
91 |
width: 54px;
|
|
|
92 |
height: 26px;
|
|
|
93 |
cursor: pointer;
|
|
|
94 |
border: none;
|
|
|
95 |
margin-right: 6px;
|
|
|
96 |
background-color: #000;
|
|
|
97 |
background-image: url(../img/zoom-button.png);
|
|
|
98 |
background-repeat: no-repeat;
|
|
|
99 |
background-position: 20px 6px;
|
|
|
100 |
}
|
|
|
101 |
.plus-button{
|
|
|
102 |
width: 30px;
|
|
|
103 |
height: 26px;
|
|
|
104 |
display: block;
|
|
|
105 |
background-color: #000;
|
|
|
106 |
background-image: url(../img/plus-button.png);
|
|
|
107 |
background-repeat: no-repeat;
|
|
|
108 |
background-position: 8px 6px;
|
|
|
109 |
}
|
|
|
110 |
.plus-button:hover, .recherche-submit:hover{
|
|
|
111 |
background-color: #333;
|
|
|
112 |
}
|
|
|
113 |
/* header > header-menu */
|
|
|
114 |
.header-menu{
|
|
|
115 |
background: url(../img/bg-nav-left.png) repeat-x 0 0;
|
|
|
116 |
position: absolute;
|
|
|
117 |
height: 39px;
|
|
|
118 |
top: 89px;
|
|
|
119 |
width: 716px;
|
|
|
120 |
left: -2px;
|
|
|
121 |
}
|
|
|
122 |
.header-menu li{
|
|
|
123 |
float: left;
|
|
|
124 |
line-height: 28px;
|
|
|
125 |
padding: 8px 10px 0 10px;
|
|
|
126 |
}
|
|
|
127 |
.header-menu li .home{
|
|
|
128 |
width: 28px;
|
|
|
129 |
height: 28px;
|
|
|
130 |
display: block;
|
|
|
131 |
background:url(../img/home-sprite.png) 0 -28px no-repeat;
|
|
|
132 |
}
|
|
|
133 |
.header-menu li .home:hover{
|
|
|
134 |
background-position: 0 0;
|
|
|
135 |
}
|
|
|
136 |
.header-menu li a{
|
|
|
137 |
font-size: 16px;
|
|
|
138 |
color: #e4e36e;
|
|
|
139 |
text-decoration: none;
|
|
|
140 |
}
|
|
|
141 |
.header-menu li a:hover{
|
|
|
142 |
color: #FFF;
|
|
|
143 |
}
|
|
|
144 |
/* header > login-wrap */
|
|
|
145 |
.login-wrap{
|
|
|
146 |
padding-top: 10px;
|
|
|
147 |
position: absolute;
|
|
|
148 |
left: 727px;
|
|
|
149 |
}
|
|
|
150 |
.login-wrap form p, .login-wrap h2{
|
|
|
151 |
margin-bottom: 4px;
|
|
|
152 |
}
|
|
|
153 |
.login-wrap input{
|
|
|
154 |
width: 160px;
|
|
|
155 |
height: 19px;
|
|
|
156 |
border: 1px solid #656565;
|
|
|
157 |
line-height: 19px;
|
|
|
158 |
padding: 0 3px;
|
|
|
159 |
}
|
|
|
160 |
.login-wrap .submit-wrap input{
|
|
|
161 |
float: left;
|
|
|
162 |
}
|
|
|
163 |
.login-wrap .password{
|
|
|
164 |
width: 134px;
|
|
|
165 |
}
|
|
|
166 |
.login-wrap .submit-button{
|
|
|
167 |
background-color: #000;
|
|
|
168 |
color: #FFF;
|
|
|
169 |
height: 21px;
|
|
|
170 |
width: auto;
|
|
|
171 |
cursor: pointer;
|
|
|
172 |
border: none;
|
|
|
173 |
}
|
|
|
174 |
.login-wrap .submit-button:hover{
|
|
|
175 |
background-color: #333;
|
|
|
176 |
}
|
|
|
177 |
.password-lost{
|
|
|
178 |
padding-left: 18px;
|
|
|
179 |
}
|
|
|
180 |
.password-lost a {
|
|
|
181 |
color: #000;
|
|
|
182 |
text-decoration: none;
|
|
|
183 |
font-size: 10px;
|
|
|
184 |
}
|
|
|
185 |
.password-lost a:hover{
|
|
|
186 |
text-decoration: underline;
|
|
|
187 |
}
|
|
|
188 |
/* dossier-documentaire */
|
|
|
189 |
.dossier-documentaire{
|
|
|
190 |
padding: 0 6px;
|
|
|
191 |
position: absolute;
|
|
|
192 |
left: 714px;
|
|
|
193 |
top:128px;
|
|
|
194 |
z-index: 10;background-color:rgba(0,125,173,.8);
|
|
|
195 |
}
|
|
|
196 |
.dossier-documentaire-inner{
|
|
|
197 |
padding: 12px 4px;
|
|
|
198 |
width: 224px;background: url(../img/documentaire-bg.jpg);
|
|
|
199 |
}
|
|
|
200 |
.dossier-documentaire h2{
|
|
|
201 |
height: 18px;
|
|
|
202 |
line-height: 18px;
|
|
|
203 |
color: #FFF;
|
|
|
204 |
border-bottom: 1px solid #FFF;
|
|
|
205 |
}
|
|
|
206 |
.dossier-documentaire ul{
|
|
|
207 |
padding: 6px 0;
|
|
|
208 |
}
|
|
|
209 |
.dossier-documentaire ul li{
|
|
|
210 |
width: 224px;
|
|
|
211 |
}
|
|
|
212 |
.dossier-documentaire ul li a{
|
|
|
213 |
display: block;
|
|
|
214 |
overflow: auto;
|
|
|
215 |
padding: 1px 0;
|
|
|
216 |
}
|
|
|
217 |
.dossier-documentaire ul li a:hover{
|
|
|
218 |
background-color:rgba(221,221,221,.6);
|
|
|
219 |
}
|
|
|
220 |
.dossier-documentaire .documentaire-texte, .dossier-documentaire img{
|
|
|
221 |
float: left;
|
|
|
222 |
}
|
|
|
223 |
.dossier-documentaire img{
|
|
|
224 |
margin-right: 6px;
|
|
|
225 |
}
|
|
|
226 |
.dossier-documentaire .documentaire-texte{
|
|
|
227 |
color: #FFF;
|
|
|
228 |
max-width: 142px;
|
|
|
229 |
display: block;
|
|
|
230 |
}
|
|
|
231 |
.documentaire-texte h3{
|
|
|
232 |
font-weight: bold;
|
|
|
233 |
margin-bottom: 2px;
|
|
|
234 |
}
|
|
|
235 |
.documentaire-texte p{
|
|
|
236 |
font-size: 11px;
|
|
|
237 |
}
|
|
|
238 |
.documentaire-lien {
|
|
|
239 |
width: 168px;
|
|
|
240 |
display: block;
|
|
|
241 |
height: 16px;
|
|
|
242 |
background-image: url(../img/documentaire-lien.jpg);
|
|
|
243 |
background-repeat: no-repeat;
|
|
|
244 |
background-position: 0 0;
|
|
|
245 |
width: 225px;
|
|
|
246 |
margin-bottom: 10px;
|
|
|
247 |
}
|
|
|
248 |
.documentaire-lien:hover{
|
|
|
249 |
background-position: 0 -16px;
|
|
|
250 |
}
|
|
|
251 |
.dossier-button{
|
|
|
252 |
background: url("../img/dossier-icon.jpg") no-repeat scroll 6px 5px #007DAD;
|
|
|
253 |
color: #FFFFFF;
|
|
|
254 |
height: 27px;
|
|
|
255 |
left: 714px;
|
|
|
256 |
line-height: 27px;
|
|
|
257 |
padding-left: 40px;
|
|
|
258 |
position: absolute;
|
|
|
259 |
text-decoration: none;
|
|
|
260 |
top: 101px;
|
|
|
261 |
width: 208px;
|
|
|
262 |
}
|
|
|
263 |
.dossier-button:hover{
|
|
|
264 |
color: #ddd;
|
|
|
265 |
}
|
|
|
266 |
/* content-wrap */
|
|
|
267 |
.content-wrap{
|
|
|
268 |
width:950px;
|
|
|
269 |
padding: 0 5px;
|
|
|
270 |
}
|
|
|
271 |
/* content-wrap > frise */
|
|
|
272 |
.frise{
|
|
|
273 |
background: #333;
|
|
|
274 |
height: 114px;
|
|
|
275 |
position: relative;
|
|
|
276 |
}
|
|
|
277 |
.streamgraph {
|
|
|
278 |
position: absolute; left: 0; width: 100%; top: 0; height: 100%;
|
|
|
279 |
background: #fff;
|
|
|
280 |
}
|
|
|
281 |
.frise .ui-slider-horizontal {
|
|
|
282 |
height: 20px;
|
|
|
283 |
position: absolute;
|
|
|
284 |
width: 100%;
|
|
|
285 |
bottom: 0;
|
|
|
286 |
background: none repeat scroll 0 0 transparent;
|
|
|
287 |
border: none;
|
|
|
288 |
-webkit-border-radius: 0;
|
|
|
289 |
-moz-border-radius: 0;
|
|
|
290 |
border-radius: 0;
|
|
|
291 |
}
|
|
|
292 |
.frise .ui-slider-horizontal .ui-slider-handle{
|
|
|
293 |
top: inherit;
|
|
|
294 |
bottom: 0;
|
|
|
295 |
}
|
|
|
296 |
.frise .ui-slider-horizontal .ui-slider-range{
|
|
|
297 |
background: none repeat scroll 0 0 transparent;
|
|
|
298 |
}
|
|
|
299 |
.ui-slider-handle.ui-state-default.ui-corner-all{
|
|
|
300 |
cursor: pointer;
|
|
|
301 |
width: 19px;
|
|
|
302 |
height: 28px;
|
|
|
303 |
background: url(../img/frise-cursor.png) -1px 0 no-repeat;
|
|
|
304 |
border: none;
|
|
|
305 |
-webkit-border-radius: 0;
|
|
|
306 |
-moz-border-radius: 0;
|
|
|
307 |
border-radius: 0;
|
|
|
308 |
}
|
|
|
309 |
/* content-wrap > cluster */
|
|
|
310 |
.cluster-containment{
|
|
|
311 |
position: absolute;
|
|
|
312 |
height: 22px;
|
|
|
313 |
}
|
|
|
314 |
.cluster-wrap{
|
|
|
315 |
position: relative;
|
|
|
316 |
height: 22px;
|
|
|
317 |
border-top: 1px solid #313131;
|
|
|
318 |
border-bottom: 1px solid #313131;
|
|
|
319 |
margin-bottom: 1px;
|
|
|
320 |
}
|
|
|
321 |
.cluster-visible{
|
|
|
322 |
left: 20px;
|
|
|
323 |
position: absolute;
|
|
|
324 |
width: 912px;
|
|
|
325 |
margin: 0 auto;
|
|
|
326 |
height: 22px;
|
|
|
327 |
overflow: hidden;
|
|
|
328 |
}
|
|
|
329 |
.cluster li:first-child{
|
|
|
330 |
background: none;
|
|
|
331 |
}
|
|
|
332 |
.cluster li{
|
|
|
333 |
padding-top: 4px;
|
|
|
334 |
float: left;
|
|
|
335 |
padding: 2px 4px 0 6px;
|
|
|
336 |
line-height: 22px;
|
|
|
337 |
background: url(../img/cluster-item-bar.jpg) no-repeat 0 6px;
|
|
|
338 |
}
|
|
|
339 |
.cluster li a{
|
|
|
340 |
padding: 0 16px;
|
|
|
341 |
text-decoration: none;
|
|
|
342 |
color: #000;
|
|
|
343 |
font-style: italic;
|
|
|
344 |
height: 18px;
|
|
|
345 |
line-height: 18px;
|
|
|
346 |
display: block;
|
|
|
347 |
}
|
|
|
348 |
.cluster li a:hover{
|
|
|
349 |
background-color: #c51810;
|
|
|
350 |
color: #FFF;
|
|
|
351 |
}
|
|
|
352 |
|
|
|
353 |
.cluster-arrow{
|
|
|
354 |
z-index: 2;
|
|
|
355 |
position: absolute;
|
|
|
356 |
width: 19px;
|
|
|
357 |
height: 22px;
|
|
|
358 |
display: block;
|
|
|
359 |
background: url(../img/cluster-arrows.png) no-repeat;
|
|
|
360 |
}
|
|
|
361 |
.cluster-arrow.arrow-right{
|
|
|
362 |
right: 0;
|
|
|
363 |
background: url(../img/cluster-arrows.png) no-repeat -19px 0;
|
|
|
364 |
}
|
|
|
365 |
.cluster-arrow.arrow-right:hover{
|
|
|
366 |
background-position: -19px -22px;
|
|
|
367 |
}
|
|
|
368 |
.cluster-arrow.arrow-right:active{
|
|
|
369 |
background-position: -19px -44px;
|
|
|
370 |
}
|
|
|
371 |
.cluster-arrow.arrow-left:hover{
|
|
|
372 |
background-position: 0 -22px;
|
|
|
373 |
}
|
|
|
374 |
.cluster-arrow.arrow-left:active{
|
|
|
375 |
background-position: 0 -44px;
|
|
|
376 |
}
|
|
|
377 |
/* content */
|
|
|
378 |
.content{
|
|
|
379 |
height: 100%;
|
|
|
380 |
width: 950px;
|
|
|
381 |
border-top:2px solid #c51810;
|
|
|
382 |
border-bottom:2px solid #c51810;
|
|
|
383 |
padding: 1px 0;
|
|
|
384 |
|
|
|
385 |
}
|
|
|
386 |
.content-left,.content-right{
|
|
|
387 |
float: left;
|
|
|
388 |
}
|
|
|
389 |
/* content > content-right */
|
|
|
390 |
.content-right{
|
|
|
391 |
width: 761px;
|
|
|
392 |
padding-left: 1px;
|
|
|
393 |
}
|
|
|
394 |
/* content > content-left */
|
|
|
395 |
.content-left{
|
|
|
396 |
width: 188px;
|
|
|
397 |
}
|
|
|
398 |
.content-left h2{
|
|
|
399 |
padding: 10px 0 10px 10px;
|
|
|
400 |
font-size: 26px;
|
|
|
401 |
line-height: 26px;
|
|
|
402 |
border-bottom: 1px solid #c51810;
|
|
|
403 |
margin-bottom: 1px;
|
|
|
404 |
width: 176px;
|
|
|
405 |
}
|
|
|
406 |
.widget-wrapper{
|
|
|
407 |
background: url(../img/border-dotted.png) repeat-y 187px 0 #eeeeee;
|
|
|
408 |
padding-right: 2px;
|
|
|
409 |
}
|
|
|
410 |
.widget-wrap{
|
|
|
411 |
height: 100%;
|
|
|
412 |
min-height: 320px;
|
|
|
413 |
padding: 14px 0;
|
|
|
414 |
|
|
|
415 |
border: 5px solid #e0dde0;
|
|
|
416 |
}
|
|
|
417 |
.widget-wrap .widget{
|
|
|
418 |
width: 160px;
|
|
|
419 |
margin: 0 auto;
|
|
|
420 |
}
|
|
|
421 |
.widget-wrap .widget h3{
|
|
|
422 |
padding: 2px 0;
|
|
|
423 |
border-bottom: 1px solid #c51810;
|
|
|
424 |
margin-bottom: 4px;
|
|
|
425 |
}
|
|
|
426 |
.widget-wrap .widget h3 a{
|
|
|
427 |
font-size: 16px;
|
|
|
428 |
text-decoration: none;
|
|
|
429 |
color : #c51810;
|
|
|
430 |
padding-left: 12px;
|
|
|
431 |
background-position: 0px 6px;
|
|
|
432 |
background-repeat: no-repeat;
|
|
|
433 |
background-image: url(../img/dossier-title-arrow-hide.jpg);
|
|
|
434 |
|
|
|
435 |
}
|
|
|
436 |
.widget-wrap .widget h3 .open{
|
|
|
437 |
background-position: 0px 7px;
|
|
|
438 |
background-image: url(../img/dossier-title-arrow-show.jpg);
|
|
|
439 |
}
|
|
|
440 |
/* content-left > header-documentaire */
|
|
|
441 |
.content-wrap .header-documentaire{
|
|
|
442 |
height: 34px;
|
|
|
443 |
width: 100%;
|
|
|
444 |
padding-bottom: 1px;
|
|
|
445 |
border-bottom: 4px solid #313131;
|
|
|
446 |
}
|
|
|
447 |
.header-documentaire .retour{
|
|
|
448 |
padding-left: 12px;
|
|
|
449 |
display: block;
|
|
|
450 |
line-height: 34px;
|
|
|
451 |
font-size: 24px;
|
|
|
452 |
background-color: #007dad;
|
|
|
453 |
color: #FFF;
|
|
|
454 |
width: 176px;
|
|
|
455 |
text-decoration: none;
|
|
|
456 |
}
|
|
|
457 |
.header-documentaire .retour:hover{
|
|
|
458 |
background-color: #4fa3c4;
|
|
|
459 |
}
|
|
|
460 |
.header-documentaire h2{
|
|
|
461 |
padding-left: 50px;
|
|
|
462 |
background: url(../img/header-documentaire-titre-icon.jpg) no-repeat 12px 6px;
|
|
|
463 |
color: #007dad;
|
|
|
464 |
font-size: 24px;
|
|
|
465 |
line-height: 34px;
|
|
|
466 |
}
|
|
|
467 |
|
|
|
468 |
.header-documentaire .retour, .header-documentaire h2{
|
|
|
469 |
float: left;
|
|
|
470 |
}
|
|
|
471 |
/* widget (blue) */
|
|
|
472 |
.documentaire.content-left .widget-wrap{
|
|
|
473 |
background-color: #4fa3c4;
|
|
|
474 |
border: 5px solid #007dad;
|
|
|
475 |
color: #FFF;
|
|
|
476 |
}
|
|
|
477 |
.documentaire.content-left .widget h3{
|
|
|
478 |
border-bottom: 1px solid #000;
|
|
|
479 |
}
|
|
|
480 |
.documentaire.content-left .widget h3 a,
|
|
|
481 |
.documentaire.content-left .widget-inner .filtre-date label,
|
|
|
482 |
.documentaire.content-left .widget-inner h4,
|
|
|
483 |
.documentaire.content-left .widget-inner a{
|
|
|
484 |
color: #FFF;
|
|
|
485 |
}
|
|
|
486 |
.content-left.documentaire .widget-wrap .widget h3 a{
|
|
|
487 |
background-image: url(../img/dossier-documentaire-title-arrow-hide.jpg);
|
|
|
488 |
}
|
|
|
489 |
.content-left.documentaire .widget-wrap .widget h3 .open{
|
|
|
490 |
background-image: url(../img/dossier-documentaire-title-arrow-show.jpg);
|
|
|
491 |
}
|
|
|
492 |
/* widget */
|
|
|
493 |
.widget-inner{
|
|
|
494 |
padding: 8px 0 8px 16px;
|
|
|
495 |
}
|
|
|
496 |
.widget-inner h4{
|
|
|
497 |
color: #c51810;
|
|
|
498 |
padding: 5px 0;
|
|
|
499 |
}
|
|
|
500 |
.widget-inner form p{
|
|
|
501 |
margin-bottom: 4px;
|
|
|
502 |
}
|
|
|
503 |
.widget-inner .filtre-date label{
|
|
|
504 |
color: #0000;
|
|
|
505 |
width:26px;
|
|
|
506 |
display: inline-block;
|
|
|
507 |
}
|
|
|
508 |
.widget-inner .filtre-date input[type=text]{
|
|
|
509 |
width: 90px;
|
|
|
510 |
height: 12px;
|
|
|
511 |
border: 1px solid #828282;
|
|
|
512 |
}
|
|
|
513 |
.widget-inner .filtre-categorie p{
|
|
|
514 |
margin-bottom: 8px;
|
|
|
515 |
}
|
|
|
516 |
.widget-inner .filtre-categorie input[type=checkbox]{
|
|
|
517 |
margin: 0 10px 0 0;
|
|
|
518 |
}
|
|
|
519 |
.widget.links .widget-inner a{
|
|
|
520 |
color: #000;
|
|
|
521 |
}
|
|
|
522 |
.widget.links .widget-inner a:hover{
|
|
|
523 |
text-decoration: none;
|
|
|
524 |
}
|
|
|
525 |
.widget.links .widget-inner ul{
|
|
|
526 |
padding-left: 16px;
|
|
|
527 |
}
|
|
|
528 |
.widget.links .widget-inner ul li{
|
|
|
529 |
margin-bottom: 4px;
|
|
|
530 |
list-style-image: url(../img/widget-list-item.jpg);
|
|
|
531 |
}
|
|
|
532 |
.widget.affichage li a .visuel{
|
|
|
533 |
width: 39px;
|
|
|
534 |
height: 36px;
|
|
|
535 |
display: block;
|
|
|
536 |
background-position: 0 0;
|
|
|
537 |
background-repeat: none;
|
|
|
538 |
margin-bottom: 4px;
|
|
|
539 |
}
|
|
|
540 |
.widget.affichage li{
|
|
|
541 |
float: left;
|
|
|
542 |
margin-right: 24px;
|
|
|
543 |
}
|
|
|
544 |
.widget.affichage li .treemap .visuel{
|
|
|
545 |
background-image: url(../img/treemap-sprite.jpg);
|
|
|
546 |
}
|
|
|
547 |
.widget.affichage li .liste .visuel{
|
|
|
548 |
background-image: url(../img/liste-sprite.jpg);
|
|
|
549 |
|
|
|
550 |
}
|
|
|
551 |
.widget.affichage .liste span, .widget.affichage .treemap span {
|
|
|
552 |
text-align: center;
|
|
|
553 |
display: block;
|
|
|
554 |
font-size: 11px;
|
|
|
555 |
}
|
|
|
556 |
.treemap:hover .visuel, .treemap:hover .visuel{
|
|
|
557 |
background-position: 0 -36px;
|
|
|
558 |
}
|
|
|
559 |
.widget.affichage .liste:hover .visuel, .widget.affichage .treemap.active .visuel{
|
|
|
560 |
background-position: 0 -36px;
|
|
|
561 |
}
|
|
|
562 |
.widget.affichage li a{
|
|
|
563 |
text-decoration: none;
|
|
|
564 |
font-size: 12px;
|
|
|
565 |
color: #C51810;
|
|
|
566 |
}
|
|
|
567 |
.widget.recherche input[type=text]{
|
|
|
568 |
float: left;
|
|
|
569 |
width: 100px;
|
|
|
570 |
height: 17px;
|
|
|
571 |
padding: 0 2px;
|
|
|
572 |
border: 1px solid #828282;
|
|
|
573 |
margin-right: 6px;
|
|
|
574 |
}
|
|
|
575 |
.widget.recherche input[type=submit]{
|
|
|
576 |
float: left;
|
|
|
577 |
width: 20px;
|
|
|
578 |
height: 18px;
|
|
|
579 |
background-image: url(../img/widget-button-recherche.jpg);
|
|
|
580 |
background-repeat: no-repeat;
|
|
|
581 |
border:none;
|
|
|
582 |
cursor: pointer;
|
|
|
583 |
}
|
|
|
584 |
.widget.recherche input[type=submit]:hover{
|
|
|
585 |
background-position: -20px 0;
|
|
|
586 |
}
|
|
|
587 |
/* datepicker */
|
|
|
588 |
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
|
|
|
589 |
font-size: 13px;
|
|
|
590 |
}
|
|
|
591 |
/* footer */
|
|
|
592 |
.footer{
|
|
|
593 |
padding: 16px 0;
|
|
|
594 |
font-size: 12px;
|
|
|
595 |
}
|
|
|
596 |
.footer a:hover{
|
|
|
597 |
text-decoration: none;
|
|
|
598 |
}
|
|
|
599 |
.footer h2{
|
|
|
600 |
font-size: 20px;
|
|
|
601 |
margin-bottom: 10px;
|
|
|
602 |
}
|
|
|
603 |
.footer-information, .footer-raccourci ,.footer-partenaire{
|
|
|
604 |
float: left;
|
|
|
605 |
}
|
|
|
606 |
.footer-information {
|
|
|
607 |
width: 180px;
|
|
|
608 |
padding-left: 6px;
|
|
|
609 |
margin-right: 16px;
|
|
|
610 |
}
|
|
|
611 |
.footer-raccourci{
|
|
|
612 |
width: 220px;
|
|
|
613 |
margin-right: 16px;
|
|
|
614 |
}
|
|
|
615 |
.footer li{
|
|
|
616 |
margin-bottom: 4px;
|
|
|
617 |
}
|
|
|
618 |
.footer-partenaire{
|
|
|
619 |
margin-right: 12px;
|
|
|
620 |
}
|
|
|
621 |
.footer-partenaire li{
|
|
|
622 |
height: 55px;
|
|
|
623 |
float: left;
|
|
|
624 |
margin-right: 12px;
|
|
|
625 |
line-height: 55px;
|
|
|
626 |
}
|
|
|
627 |
.footer-partenaire li a{
|
|
|
628 |
overflow: hidden;
|
|
|
629 |
display: inline-block;
|
|
|
630 |
vertical-align: middle;
|
|
|
631 |
}
|
|
|
632 |
.footer-partenaire li a img{
|
|
|
633 |
vertical-align: middle;
|
|
|
634 |
}
|
|
|
635 |
.footer-partenaire .iri{
|
|
|
636 |
width: 90px;
|
|
|
637 |
height: 38px;
|
|
|
638 |
background: url(../img/logo-iri.png) 0 -38px no-repeat;
|
|
|
639 |
}
|
|
|
640 |
.footer-partenaire .alcatel{
|
|
|
641 |
width: 135px;
|
|
|
642 |
height: 29px;
|
|
|
643 |
background: url(../img/logo-alcatel.png) 0 -29px no-repeat;
|
|
|
644 |
}
|
|
|
645 |
.footer-partenaire .cea{
|
|
|
646 |
width: 50px;
|
|
|
647 |
height: 41px;
|
|
|
648 |
background: url(../img/logo-cea.png) 0 -41px no-repeat;
|
|
|
649 |
}
|
|
|
650 |
|
|
|
651 |
.footer-partenaire a:hover{
|
|
|
652 |
background-position: 0 0;
|
|
|
653 |
}
|
|
|
654 |
|
|
|
655 |
.footer-texte{
|
|
|
656 |
float: left;
|
|
|
657 |
padding-top: 30px;
|
|
|
658 |
width: 180px;
|
|
|
659 |
}
|
|
|
660 |
.copyright{
|
|
|
661 |
background-color: #eeeeee;
|
|
|
662 |
height: 18px;
|
|
|
663 |
width: 100%;
|
|
|
664 |
line-height: 18px;
|
|
|
665 |
text-align: center;
|
|
|
666 |
}
|
|
|
667 |
.copyright a{
|
|
|
668 |
text-decoration: none;
|
|
|
669 |
}
|
|
|
670 |
.copyright a:hover{
|
|
|
671 |
text-decoration: underline;
|
|
|
672 |
}
|
|
|
673 |
/*pagination*/
|
|
|
674 |
.pagination{
|
|
|
675 |
height: 35px;
|
|
|
676 |
line-height: 35px;
|
|
|
677 |
text-align: center;
|
|
|
678 |
clear: both;
|
|
|
679 |
font-size: 18px;
|
|
|
680 |
border-bottom: 1px solid #E0DDE0;
|
|
|
681 |
margin-bottom: 10px;
|
|
|
682 |
}
|
|
|
683 |
.pagination .active,.pagination a:hover{
|
|
|
684 |
text-decoration: none;
|
|
|
685 |
} |