Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 488 | Rev 510 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13 jpm 1
@CHARSET "UTF-8";
171 jpm 2
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 3
/* Générique */
4
body {
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
6
	font-size:0.85em;
7
	background-color:#fff;
8
	margin:2px;
9
}
10
h1, h2, h3, h4 {
11
	font-weight:bold;
12
	letter-spacing:0;
13
}
14
h1 {
15
	padding:0 0 0 25px;
16
	margin:20px 0 10px 0;
17
	font-size:15px;
18
	text-transform:uppercase;
19
	color:#fd8c13;
20
}
21
h2 {
22
	margin:20px 0 12px 0;
23
	font-size:15px;
24
	color:#FD8C13;
25
}
26
h3 {
27
	margin:20px 0 12px;
28
	font-size:14px;
29
	color:#454341;
30
}
31
h4 {
32
	margin:2px 2px 2px 0;
33
	font-size:11px;
34
	font-weight:normal;
35
	color:#AAAAAA;
36
}
37
h1 a, h2 a, h3 a, h4 a {
38
	color:inherit;
39
	border-bottom: dotted 1px;
40
}
41
h3 a {
42
	border-color:#CCCCCC;
43
}
44
a {
45
	color:#598000;
46
	border-bottom:1px dotted #95ae5d;
47
}
48
a:hover {
49
	color:#FD8C13;
50
	border-bottom:1px dotted #95ae5d;
51
}
52
hr{
53
	color:#62210F;
54
}
55
table{
56
	border-collapse: collapse;
57
	width:100%;
58
	margin:5px 0;
59
}
60
td,th{
61
	border:1px solid #36560B;
62
	padding:7px 5px;
63
}
64
th{
65
	background-color:#EEE;
66
}
67
th[title]:after {
171 jpm 68
    content: " " url("../images/aide.png") !important;
13 jpm 69
}
70
caption{
71
	border:1px solid #36560B;
72
	background-color:#EEE;
73
	font-weight:bold;
74
	padding:2px;
75
}
76
img{
77
	border:0;
78
}
79
img a{
80
	display:block;
81
}
82
legend{
83
	color:#AD5A40;
84
}
85
dl {
86
	width:100%;
87
}
88
dt {
89
	float:left;
90
	font-weight:bold;
91
	text-align:top left;
92
	margin-right:0.3em;
93
}
94
dd {
95
	width:auto;
96
	margin:0.5em 0;
97
}
171 jpm 98
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 99
/* Disposition */
100
#zone-centrale {
101
	text-align:center;
102
}
103
#zone-logo{
104
	left:18px;
105
	margin:1px 10px;
106
	position:absolute;
107
	top:2px;
108
	z-index:1;
109
}
110
#zone-entete{
111
	height:121px;
112
	margin:0;
113
}
114
#zone-titre{
115
	height:38px;
116
	margin:0;
117
	text-align:right;
118
}
119
#zone-titre h1{
120
	margin:0 20px 0 0;
121
	padding:0;
122
	background-color:transparent;
123
	font-size:28px;
124
	font-weight:bold;
125
}
126
#zone-corps{
127
	margin:0;
128
	text-align:left;
129
}
130
#zone-menu{
131
	position:relative;
132
	float:left;
133
	height:21px;
134
	width:100%;
135
	margin:0;
136
	padding:0;
137
	text-align:left;
138
	font-weight:bold;
139
	border-bottom:1px solid #62210F;
140
}
141
#zone-contenu{
142
	clear:both;
143
	min-height:300px;
144
	padding:0 2px;
145
	text-align:justify;
146
	border-top:medium none !important;
147
	border:1px solid #62210F;
148
}
149
#zone-pied{
150
	clear:both;
151
	text-align:center;
152
}
431 delphine 153
 
154
.ui-tabs { padding:0; position: relative; }
171 jpm 155
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 156
/* Logo */
157
#zone-logo img{
158
	border:0;
159
}
160
#zone-logo a{
161
	position:absolute;
162
	top:0;
163
	left:0;
164
}
165
#zone-logo a:hover{
166
	border:1px dotted;
167
}
168
#zone-logo a:hover:after{
169
	content:" Retour à l'accueil ";
170
}
171 jpm 171
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 172
/* Navigation : onglets */
173
.onglets {
174
	display:inline-block;
175
	padding:0;
176
	margin:0;
177
}
178
.onglets a {
179
	border:none
180
}
181
.onglets li a, .onglets li{
182
	list-style-image:none;
183
	padding:5px 3px 5px 3px;
184
	margin-top:2px;
185
	background-color:#C2C0AD;
186
}
187
.onglets li{
188
	cursor:pointer;
189
	float:left;
190
	list-style:none;
191
	margin-right:5px;
192
	font-size:13px;
193
	text-transform:uppercase;
194
	letter-spacing:0;
195
	padding:5px 2px 5px 5px;
196
	margin:0 1px 0 0;
197
	background:none no-repeat 5px 9px #C2C0AD;
198
	color:#fd8c13;
199
	border:1px solid #c2c0ad;
200
	border-bottom:0px solid #c2c0ad;
201
	text-decoration:none;
202
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
203
}
204
.onglets .menu_actif a{
205
	background:none;
206
	color:#FD8C13;
207
	font-weight:bold;
208
}
209
.onglets .menu_actif{
210
	background:none;
211
	border:1px solid #C2C0AD;
212
	border-bottom:0 solid #c2c0ad;
213
	text-decoration:none;
214
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
215
}
216
.onglets .menu_inactif a, .onglets h1{
217
	color:#6C6865;
218
}
219
.onglets .menu_actif h1{
220
	color:#FD8C13;
221
}
222
.onglets li:hover{
223
	background:white;
224
	border-bottom:0;
225
}
226
.onglets li a:hover{
227
	color:#FD8C13;
228
	background:white
229
}
171 jpm 230
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 231
/* Général */
124 delphine 232
.centrer{
233
	text-align:center;
234
}
13 jpm 235
.discretion{
236
	color:#A9A9A9;
237
	font-size:10px;
238
	font-weight:normal;}
239
.attention {
124 delphine 240
	display:inline-block;
128 delphine 241
	background-color:#ffffcc;
242
	background-image:url("../images/attention.png");
243
	background-repeat:no-repeat;
244
	background-position:2% 50%;
245
	padding:10px 5px 5px 40px;
246
	margin:0 0 3px 16px;
490 jpm 247
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
124 delphine 248
	max-width:600px;
128 delphine 249
	min-height:20px;}
13 jpm 250
.information {
124 delphine 251
	display:inline-block;
128 delphine 252
	background-color:#e7ebfd;
253
	background-image:url("../images/information.png");
254
	background-repeat:no-repeat;
255
	background-position:2% 50%;
256
	padding:10px 5px 5px 40px;
257
	margin:0 0 3px 16px;
490 jpm 258
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
124 delphine 259
	max-width:600px;
128 delphine 260
	min-height:20px;}
13 jpm 261
hr.nettoyage{
262
	clear:both;
263
	width:0;}
490 jpm 264
.debogage, .debogage pre{
265
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
266
	word-wrap:break-word; /* IE 5.5+ */
144 jpm 267
    overflow:auto;/* IE 6 */
268
}
171 jpm 269
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 270
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
271
.largeur-01{
272
	width:60px;}
273
.largeur-02{
274
	width:120px;}
275
.largeur-03{
276
	width:180px;}
277
.largeur-04{
278
	width:240px;}
279
.largeur-05{
280
	width:300px;}
281
.largeur-06{
282
	width:360px;}
283
.largeur-07{
284
	width:420px;}
285
.largeur-08{
286
	width:480px;}
287
.largeur-09{
288
	width:540px;}
289
.largeur-10{
290
	width:600px;}
291
.largeur-11{
292
	width:660px;}
293
.largeur-12{
294
	width:720px;}
295
.largeur-13{
296
	width:780px;}
297
.largeur-14{
298
	width:840px;}
299
.largeur-15{
300
	width:900px;}
301
.largeur-16{
101 gduche 302
	width:960px;}
171 jpm 303
/*----------------------------------------------------------------------------------------------------------*/
101 gduche 304
/* Formulaire de Recherche Simple */
172 delphine 305
#bloc-recherche fieldset {
101 gduche 306
	border:none;
307
	padding:0;
308
	width:100%;
309
}
172 delphine 310
#ef-form-niveau fieldset {
311
	float: right;
312
	margin-top: -30px;
313
	padding: 0;
314
	width: auto;
315
}
192 delphine 316
 
317
/* couleur des boutons non sélectionnés*/
318
#ef-form-niveau .ui-buttonset {
319
	margin-right: 25px;
320
}
321
 
322
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
323
	background-color:#C2C0AD;
324
	color: #9AC343;
325
	font-weight: bold;
326
}
327
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
328
	background-color: #FFFFFF;
329
	color: #EB8F00;
330
	font-weight: bold;
331
}
332
 
333
#ef-form-niveau .ui-button-text-only .ui-button-text {
334
	padding: 0.2em 0.5em;
335
}
336
 
337
#bloc-recherche h1, #contenu h1 {
338
	background: none;
339
	padding: 0 0 0 20px;
340
}
341
 
194 delphine 342
#bloc-recherche {
343
	padding-bottom: 0;
192 delphine 344
}
345
 
101 gduche 346
#ef-form-nomenclature table {
347
	width:100%;
348
}
349
#ef-form-nomenclature h1 {
350
	margin:0 0 3px 16px;
351
}
352
#ef-form-nomenclature .champ {
353
	padding:3px;
354
	font-size:12px;
355
}
356
#ef-form-nomenclature .zone-choix-type-nom {
357
	float:left;
358
	padding:0 10px
359
}
360
#ef-form-nomenclature .titre-choix-nom {
361
	padding:12px;
362
	font-weight:bold
363
}
364
#ef-form-nomenclature #zone-liens-recherche  {
365
	padding:5px;
366
}
367
#eflore_nomenclature_fiche {
368
	background:url(../images/lien.png) no-repeat 0 -1px;
369
	padding:0 0 0 17px;
370
	color:#598000;
371
	border:1px dotted #95AE5D;
372
	border-width:0 0 1px 0;
373
	cursor:pointer;
113 gduche 374
	margin:0 0 0 19px;
101 gduche 375
	font-size:12px
376
}
377
#ef-form-nomenclature input.ok {
113 gduche 378
	color:rgba(0,0,0,0);
101 gduche 379
	font-size:12px;
380
	font-weight:bold;
113 gduche 381
	padding:3px 10px 3px 10px;
382
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
101 gduche 383
}
113 gduche 384
#ef-form-nomenclature input.ok:hover {
385
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
386
	cursor:pointer;
387
}
101 gduche 388
#ef-form-nomenclature label {
389
	font-size:12px
390
}
109 aurelien 391
 
171 jpm 392
/*----------------------------------------------------------------------------------------------------------*/
120 aurelien 393
/* Formulaire d'autocompletion */
109 aurelien 394
.ui-autocomplete a {
395
	text-decoration:none;
396
	border-bottom:none;
397
}
131 delphine 398
.ui-menu {
399
	list-style:none;
400
	padding: 2px;
401
	margin: 0;
402
	display:block;
403
	float: left;
404
	font-size: 11px;
405
	font-family: arial;
406
}
120 aurelien 407
 
131 delphine 408
.ui-menu .ui-menu-item a {
409
	text-decoration:none;
410
	display:block;
411
	padding:.2em .4em;
412
	line-height:0.8;
413
	zoom:1;
414
}
415
 
120 aurelien 416
#nom.valeur-defaut-recherche {
417
	color:#848484;
418
	font-style:italic;
419
	font-weight:0.9em;
420
}
171 jpm 421
/*----------------------------------------------------------------------------------------------------------*/
126 gduche 422
/* Résultats */
423
.zone-resultat {
424
	margin-left:-40px;
425
	min-height:101px;
426
	padding:10px;
427
	margin-bottom:10px;
428
	background:#f8f9ec;
429
	border:solid 1px #f1f3de;
430
	-moz-border-radius:10px;
431
	-webkit-border-radius:10px;
432
	border-radius:10px;
433
	font-size:13px;
434
	-moz-box-shadow:3px 3px 3px #DDD;
435
}
436
.zone-resultat img {
437
	border:solid 2px #DDD
135 jpm 438
}
439
.surlignage {
440
	background-color: #E6FFA2;
171 jpm 441
}
442
#ef-resultats-decomposition #col-ns{
443
	width:33%;
444
}
445
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
446
	font-size:0.8em;
447
}
370 aurelien 448
.retenu{
171 jpm 449
	font-weight:bold;
195 delphine 450
}
451
#ef-resultats-determination .synonymes li {
452
	background: none;
202 delphine 453
	line-height: 18px;
454
	list-style: none outside none;
455
	padding-left: 15px;
456
}
234 delphine 457
.absent {
458
	display:block;
459
	float:right;
460
	background-color:transparent;
362 gduche 461
	background-image:url("../images/pasdephoto.png");
234 delphine 462
	background-repeat:no-repeat;
235 delphine 463
	background-position:50% 20%;
234 delphine 464
	border: 2px solid #DDDDDD;
465
	margin: 0 5px;
466
	height: 100px;
467
	width: 100px;
468
	font-weight: bold;
469
	text-align: center;
470
}
202 delphine 471
 
362 gduche 472
.absent .contribuer {
473
    display: block;
474
    padding-top: 66px;
475
}
206 delphine 476
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
202 delphine 477
	border: none;
478
	background: none;
479
}
480
 
481
#ef-resultats-nv-determination .nom {
482
	width: 30%;
483
	vertical-align: top;
484
	margin-top: 5px;
485
}
486
#ef-resultats-nv-determination .nom ul, li{
487
	margin: 0;
488
	margin-bottom: 5px
226 delphine 489
}
490
 
491
 
492
/*----------------------------------------------------------------------------------------------------------*/
493
/* Fiche */
494
#bloc-fiche h1 {
495
	background: none repeat scroll 0 0 transparent;
496
	padding: 0 0 0 20px;
497
}
498
#zone_contenu_fiche { /* fond des onglets */
499
	border:solid 1px #DDD;
500
	border-width:0px 1px 1px 1px;
501
	background-color:#FFFFFF;
502
	width:100%;
503
	min-height:300px;
504
	clear:left;
505
	padding-top: 0.4em;
506
}
507
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
508
	border-bottom-right-radius: 0;
509
}
510
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
511
	border-bottom-left-radius: 0;
512
}
513
.colonne {
514
	float:left;
515
	padding-bottom:10px;
516
	width:33%;
517
	margin: 0 1px;
518
}
519
 
488 gduche 520
.deuxtiers{
521
	width:66%;
522
}
523
 
226 delphine 524
/* bloc */
525
.module {
526
	margin: 0 1em 0.5em 0;
527
	width: 99%;
528
}
529
.module .titre{
530
	padding-bottom: 4px;
531
	padding-left: 0.2em;
532
	cursor:move;
533
}
534
.module .titre .ui-icon {
535
	float: right;
536
}
537
.lienToggle { /* +/- du titre */
538
	cursor:pointer
539
}
540
.module .contenu {
541
	padding: 0.4em;
542
}
543
 
544
.ui-sortable-placeholder { /* déplacement bloc */
545
	border: 1px dotted black;
546
	visibility: visible !important;
547
	height: 50px !important;
548
}
549
.ui-sortable-placeholder * {
550
	visibility: hidden;
551
}
552
 
553
/* Onglets */
554
#zone_onglets {
555
	margin-top: 0.1em;
556
	border-width: 1px 1px 0 1px;
557
	border-radius:0;
558
	width:100%;
559
	font-size:12px
560
}
561
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
562
	padding:0;
563
	position: relative;
564
}
565
.ui-tabs .ui-tabs-nav li a {
566
	float: left;
567
	padding: 0.3em 1em;
568
	text-decoration: none;
569
}
570
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
571
	color: #9AC343;
572
	text-decoration: none;
573
}
574
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
575
	color: #EB8F00;
576
	text-decoration: none;
577
}
354 gduche 578
#onglets li {
226 delphine 579
	list-style:none;
580
}
354 gduche 581
#onglets li {
226 delphine 582
	float:left;
583
}
584
#zone_onglets li .ui-icon-close {
585
	float: left;
586
	margin: 0.4em 0.2em 0 0;
587
	cursor: pointer;
588
}
589
#zone_onglets li a.lien-onglet {
590
	overflow: hidden;
591
	text-decoration: none;
592
	border-bottom: none;
593
}
594
#zone_onglets li a.lien-onglet hover {
595
	overflow: hidden;
596
	text-decoration: none;
597
	border-bottom: none;
598
}
599
/* Menu et + */
600
#zone_onglets #ongletEtPlus {
601
	cursor: pointer;
602
	float:right;
261 aurelien 603
	z-index:500;
277 aurelien 604
    height: 25px;
605
    width: 25px;
606
    position: relative;
607
    top: 1px;
357 gduche 608
    display:none;
226 delphine 609
}
610
#zone_onglets #ongletEtPlus a {
611
	border-bottom: none;
612
}
613
#lienOngletEtPlus { /* icone */
614
	width:6px;
277 aurelien 615
    padding-left: 9px;
616
	padding-top: 0px;
617
	display:block;
618
	margin-top:5px;
226 delphine 619
}
242 aurelien 620
 
621
.lien-onglet-synthese, .lien-onglet-synthese:hover {
622
	border-bottom: none;
623
}
624
 
226 delphine 625
.menuModules { /* liste */
359 gduche 626
	left: 465px;
226 delphine 627
	width: 187px;
628
	position: absolute;
629
	border: 1px solid #DCD1CC;
630
	margin: 0px;
631
	padding: 0px;
632
	top: 30px;
261 aurelien 633
	z-index:499;
226 delphine 634
	background-color: #F9F9F9;
635
	color: #9AC343;
636
	font-weight: bold;
637
}
638
.elementMenuModules { /* element de la liste */
639
	display:block;
640
	border: 1px solid white;
641
	width: 150px;
642
	padding: 10px 10px 10px 25px;
643
	margin:0px;
644
	cursor: pointer;
645
}
646
.elementMenuModules:hover {
647
	background-color: #FEBF01;
648
}
649
.elementMenuModulesSelectionne {
650
	background-color: #F6AF39;
651
	color: white;
652
}
653
 
654
#dialog label, #dialog input { display:block; }
655
#dialog label { margin-top: 0.5em; }
656
#dialog input, #dialog textarea { width: 95%; }
260 gduche 657
 
658
.bloc_legende_repartition {
659
	float:left;
660
	margin-right:5px;
661
	margin-bottom:3px;
662
	width:15px;
663
	height:15px;
664
	border:solid 1px black;
665
}
666
 
667
.texte_legende_repartition {
668
	float:left;
669
	text-transform:capitalize;
261 aurelien 670
}
671
 
267 aurelien 672
.conteneur_lien_metadonnees {
261 aurelien 673
	padding: 15px;
674
}
279 gduche 675
 
676
#ef-resultats-determination .repartition_vignette {
321 aurelien 677
	float:right;
678
	height: 100px;
279 gduche 679
}
289 aurelien 680
 
681
#nomenclature > ul > li.item_nomenclature {
682
    line-height: 18px;
336 aurelien 683
    width:100%;
289 aurelien 684
}
315 aurelien 685
 
686
.tab-chargement {
316 aurelien 687
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 688
  	background-color: #FFFFFF;
689
    border: medium none;
690
    cursor: pointer;
691
    display: inline-block;
692
    font-size: 14px;
693
    padding: 20px 20px 20px 50px;
694
    width: 555px;
695
}
317 aurelien 696
 
697
.conteneur_illustrations_cel {
698
	width: 250px;
699
}
700
 
701
.conteneur_metadonnees_cel {
702
	width: 250px;
703
	padding-top : 20px;
704
}
327 aurelien 705
 
401 delphine 706
.onglet_marge_gauche {
707
	margin-top: 7px;
708
	padding-left: 30px;
327 aurelien 709
}
334 aurelien 710
 
360 gduche 711
.references_bibliographiques .texte_inactif {
712
	display:none;
364 aurelien 713
}
714
 
715
#repartition_observations {
716
    height: 590px;
717
    width: 100%;
375 aurelien 718
}
719
 
720
.legende_nom_retenu {
721
	background-color: #E6FFA2;
722
}
723
 
724
.couleur_legende {
725
    display: inline-block;
726
    height: 12px;
727
    width: 30px;
728
    margin-right: 5px;
729
    margin-top: 2px;
730
    border: 1px dotted black;
377 delphine 731
}
732
 
733
/*----------------------------------------------------------------------------------------------------------*/
734
/* Nomenclature */
457 jpm 735
.ns-retenu {
736
	font-weight:bold;
737
}
377 delphine 738
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
739
	font-style: italic;
740
	text-transform: none;
741
}
742
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 743
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 744
	font-style: normal;
745
	text-transform: none;
390 aurelien 746
}
747
 
748
/*----------------------------------------------------------------------------------------------------------*/
749
/* Wikinis */
750
.editable_sur_clic {
751
	min-height: 50px;
752
}
753
 
754
.aide_wikini {
755
    font-size: 0.8em;
756
}
757
 
758
.contenu_editable {
759
	background-color: #F8FBF2;
760
	border: dashed 1px #AAAAAA;
761
	padding: 5px;
762
	padding-top: 2px;
763
	border-radius: 3px;
764
}
765
 
766
.champ_edition_wiki {
767
	width: 100%;
768
	height: 350px;
769
	overflow: auto;
403 gduche 770
}
771
 
772
.imagettePlus {
773
	width:9px;
774
	height:9px;
775
	background:url('../images/ouvrir.png') no-repeat;
776
	display:inline-block;
777
	margin-right:3px;
778
}
779
 
780
.imagetteMoins {
781
	width:9px;
782
	height:9px;
783
	background:url('../images/fermer.png') no-repeat;
784
	margin-right:3px;
785
	display:inline-block;
786
}
787
 
788
.basionyme_complet {
789
	margin-left:20px;
487 gduche 790
	display:block;
403 gduche 791
}
792
 
793
.legende {
794
	border:dashed 1px #AAA;
795
	padding:5px 10px;
796
}
797
 
798
.legende b {
799
	color:#AAA; margin-bottom:10px
435 aurelien 800
}
801
 
802
.wp {
803
	background:url('../images/sites/wikipedia.png') no-repeat;
804
	margin-left: 15px;
805
    margin-top: 5px;
806
    padding-left: 20px;
475 delphine 807
}
808
 
809
/* Illustrations */
810
#illustrations {
811
	margin-left:-5px;
812
	margin-right:-4px;
813
}
814
#ef_illustration_info .attention{
815
	border:0;
816
	background:none;
817
	text-align:left;
818
	padding:0;}
819
#ef_illustration_info ul{
820
	list-style-type:none;
821
	padding:0;}
822
#ef_illustration_info li {
823
	background:none;
824
	list-style-image:none;
825
	text-align:center;
826
	font-size:11px;
827
	float: left;
828
	width:210px;
829
	height:285px;}
830
#ef_illustration_info li p{
831
	margin:2px 2px 5px 2px;
832
	width:206px;
833
	font-size:11px;}
834
#ef_illustration_info li p .localisation, #ef_illustration_info li p .date-creation, #ef_illustration_info li p .auteur{
835
	font-weight:bold;}
836
#ef_illustration_info img{
837
	display:block;
838
	border:1px solid white;
839
	margin:0 auto;
840
	padding:2px;}
841
#ef_illustration_info a:hover img{
842
    border:1px dotted #FD8C13;
843
}
844
 
845
#efii_liste_cel img{
846
	height:200px;
847
	width:200px;}
848
#efii_liste_cel img.tb{
849
	height:auto;
850
	width:auto;}
851
 
852