Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 563 | Rev 581 | 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;
528 jpm 238
	font-weight:normal;
239
}
240
.attention{
128 delphine 241
	background-color:#ffffcc;
242
	background-image:url("../images/attention.png");
528 jpm 243
}
244
.information{
128 delphine 245
	background-color:#e7ebfd;
246
	background-image:url("../images/information.png");
528 jpm 247
}
248
.attention, .information{
249
	display:inline-block;
128 delphine 250
	background-repeat:no-repeat;
528 jpm 251
	background-position:5px 50%;
128 delphine 252
	padding:10px 5px 5px 40px;
490 jpm 253
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
124 delphine 254
	max-width:600px;
528 jpm 255
	min-height:20px;
256
}
257
.msg{
258
	max-width:100%;
259
	height:auto;
260
	width: 100%;
261
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
262
	border-radius: 10px 10px 10px 10px;
263
    box-shadow: 2px 2px 5px #AAAAAA;
264
}
13 jpm 265
hr.nettoyage{
266
	clear:both;
267
	width:0;}
490 jpm 268
.debogage, .debogage pre{
269
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
270
	word-wrap:break-word; /* IE 5.5+ */
144 jpm 271
    overflow:auto;/* IE 6 */
272
}
171 jpm 273
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 274
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
275
.largeur-01{
276
	width:60px;}
277
.largeur-02{
278
	width:120px;}
279
.largeur-03{
280
	width:180px;}
281
.largeur-04{
282
	width:240px;}
283
.largeur-05{
284
	width:300px;}
285
.largeur-06{
286
	width:360px;}
287
.largeur-07{
288
	width:420px;}
289
.largeur-08{
290
	width:480px;}
291
.largeur-09{
292
	width:540px;}
293
.largeur-10{
294
	width:600px;}
295
.largeur-11{
296
	width:660px;}
297
.largeur-12{
298
	width:720px;}
299
.largeur-13{
300
	width:780px;}
301
.largeur-14{
302
	width:840px;}
303
.largeur-15{
304
	width:900px;}
305
.largeur-16{
101 gduche 306
	width:960px;}
171 jpm 307
/*----------------------------------------------------------------------------------------------------------*/
101 gduche 308
/* Formulaire de Recherche Simple */
172 delphine 309
#bloc-recherche fieldset {
101 gduche 310
	border:none;
311
	padding:0;
312
	width:100%;
313
}
172 delphine 314
#ef-form-niveau fieldset {
315
	float: right;
316
	margin-top: -30px;
317
	padding: 0;
318
	width: auto;
319
}
192 delphine 320
 
321
/* couleur des boutons non sélectionnés*/
322
#ef-form-niveau .ui-buttonset {
323
	margin-right: 25px;
324
}
325
 
326
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
327
	background-color:#C2C0AD;
328
	color: #9AC343;
329
	font-weight: bold;
330
}
331
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
332
	background-color: #FFFFFF;
333
	color: #EB8F00;
334
	font-weight: bold;
335
}
336
 
337
#ef-form-niveau .ui-button-text-only .ui-button-text {
338
	padding: 0.2em 0.5em;
339
}
340
 
341
#bloc-recherche h1, #contenu h1 {
342
	background: none;
343
	padding: 0 0 0 20px;
344
}
345
 
194 delphine 346
#bloc-recherche {
347
	padding-bottom: 0;
192 delphine 348
}
349
 
101 gduche 350
#ef-form-nomenclature table {
351
	width:100%;
352
}
353
#ef-form-nomenclature h1 {
354
	margin:0 0 3px 16px;
355
}
356
#ef-form-nomenclature .champ {
357
	padding:3px;
358
	font-size:12px;
359
}
360
#ef-form-nomenclature .zone-choix-type-nom {
361
	float:left;
362
	padding:0 10px
363
}
364
#ef-form-nomenclature .titre-choix-nom {
365
	padding:12px;
366
	font-weight:bold
367
}
368
#ef-form-nomenclature #zone-liens-recherche  {
369
	padding:5px;
370
}
371
#eflore_nomenclature_fiche {
372
	background:url(../images/lien.png) no-repeat 0 -1px;
373
	padding:0 0 0 17px;
374
	color:#598000;
375
	border:1px dotted #95AE5D;
376
	border-width:0 0 1px 0;
377
	cursor:pointer;
113 gduche 378
	margin:0 0 0 19px;
101 gduche 379
	font-size:12px
380
}
381
#ef-form-nomenclature input.ok {
113 gduche 382
	color:rgba(0,0,0,0);
101 gduche 383
	font-size:12px;
384
	font-weight:bold;
113 gduche 385
	padding:3px 10px 3px 10px;
386
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
101 gduche 387
}
113 gduche 388
#ef-form-nomenclature input.ok:hover {
389
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
390
	cursor:pointer;
391
}
101 gduche 392
#ef-form-nomenclature label {
393
	font-size:12px
394
}
109 aurelien 395
 
171 jpm 396
/*----------------------------------------------------------------------------------------------------------*/
120 aurelien 397
/* Formulaire d'autocompletion */
109 aurelien 398
.ui-autocomplete a {
399
	text-decoration:none;
400
	border-bottom:none;
401
}
131 delphine 402
.ui-menu {
403
	list-style:none;
404
	padding: 2px;
405
	margin: 0;
406
	display:block;
407
	float: left;
408
	font-size: 11px;
409
	font-family: arial;
410
}
120 aurelien 411
 
131 delphine 412
.ui-menu .ui-menu-item a {
413
	text-decoration:none;
414
	display:block;
415
	padding:.2em .4em;
416
	line-height:0.8;
417
	zoom:1;
418
}
419
 
120 aurelien 420
#nom.valeur-defaut-recherche {
421
	color:#848484;
422
	font-style:italic;
423
	font-weight:0.9em;
424
}
171 jpm 425
/*----------------------------------------------------------------------------------------------------------*/
126 gduche 426
/* Résultats */
427
.zone-resultat {
428
	margin-left:-40px;
429
	min-height:101px;
430
	padding:10px;
431
	margin-bottom:10px;
432
	background:#f8f9ec;
433
	border:solid 1px #f1f3de;
434
	-moz-border-radius:10px;
435
	-webkit-border-radius:10px;
436
	border-radius:10px;
437
	font-size:13px;
438
	-moz-box-shadow:3px 3px 3px #DDD;
439
}
440
.zone-resultat img {
441
	border:solid 2px #DDD
135 jpm 442
}
443
.surlignage {
444
	background-color: #E6FFA2;
171 jpm 445
}
446
#ef-resultats-decomposition #col-ns{
447
	width:33%;
448
}
449
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
450
	font-size:0.8em;
451
}
370 aurelien 452
.retenu{
171 jpm 453
	font-weight:bold;
195 delphine 454
}
455
#ef-resultats-determination .synonymes li {
456
	background: none;
202 delphine 457
	line-height: 18px;
458
	list-style: none outside none;
459
	padding-left: 15px;
460
}
234 delphine 461
.absent {
462
	display:block;
463
	float:right;
464
	background-color:transparent;
362 gduche 465
	background-image:url("../images/pasdephoto.png");
234 delphine 466
	background-repeat:no-repeat;
235 delphine 467
	background-position:50% 20%;
234 delphine 468
	border: 2px solid #DDDDDD;
469
	margin: 0 5px;
470
	height: 100px;
471
	width: 100px;
472
	font-weight: bold;
473
	text-align: center;
474
}
202 delphine 475
 
362 gduche 476
.absent .contribuer {
477
    display: block;
478
    padding-top: 66px;
479
}
206 delphine 480
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
202 delphine 481
	border: none;
482
	background: none;
483
}
484
 
485
#ef-resultats-nv-determination .nom {
486
	width: 30%;
487
	vertical-align: top;
488
	margin-top: 5px;
489
}
490
#ef-resultats-nv-determination .nom ul, li{
491
	margin: 0;
492
	margin-bottom: 5px
226 delphine 493
}
494
 
495
 
496
/*----------------------------------------------------------------------------------------------------------*/
497
/* Fiche */
498
#bloc-fiche h1 {
499
	background: none repeat scroll 0 0 transparent;
500
	padding: 0 0 0 20px;
501
}
502
#zone_contenu_fiche { /* fond des onglets */
503
	border:solid 1px #DDD;
504
	border-width:0px 1px 1px 1px;
505
	background-color:#FFFFFF;
506
	width:100%;
507
	min-height:300px;
508
	clear:left;
509
	padding-top: 0.4em;
510
}
511
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
512
	border-bottom-right-radius: 0;
513
}
514
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
515
	border-bottom-left-radius: 0;
516
}
517
.colonne {
518
	float:left;
519
	padding-bottom:10px;
520
	width:33%;
521
	margin: 0 1px;
522
}
523
 
488 gduche 524
.deuxtiers{
525
	width:66%;
526
}
527
 
510 gduche 528
.pasDeCurseur {
529
	cursor:default;
530
}
226 delphine 531
/* bloc */
532
.module {
533
	margin: 0 1em 0.5em 0;
534
	width: 99%;
535
}
536
.module .titre{
537
	padding-bottom: 4px;
538
	padding-left: 0.2em;
539
	cursor:move;
540
}
541
.module .titre .ui-icon {
542
	float: right;
543
}
544
.lienToggle { /* +/- du titre */
545
	cursor:pointer
546
}
547
.module .contenu {
548
	padding: 0.4em;
549
}
550
 
551
.ui-sortable-placeholder { /* déplacement bloc */
552
	border: 1px dotted black;
553
	visibility: visible !important;
554
	height: 50px !important;
555
}
556
.ui-sortable-placeholder * {
557
	visibility: hidden;
558
}
559
 
560
/* Onglets */
561
#zone_onglets {
562
	margin-top: 0.1em;
563
	border-width: 1px 1px 0 1px;
564
	border-radius:0;
565
	width:100%;
566
	font-size:12px
567
}
568
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
569
	padding:0;
570
	position: relative;
571
}
572
.ui-tabs .ui-tabs-nav li a {
573
	float: left;
574
	padding: 0.3em 1em;
575
	text-decoration: none;
576
}
577
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
578
	color: #9AC343;
579
	text-decoration: none;
580
}
581
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
582
	color: #EB8F00;
583
	text-decoration: none;
584
}
354 gduche 585
#onglets li {
226 delphine 586
	list-style:none;
587
}
354 gduche 588
#onglets li {
226 delphine 589
	float:left;
590
}
591
#zone_onglets li .ui-icon-close {
592
	float: left;
593
	margin: 0.4em 0.2em 0 0;
594
	cursor: pointer;
595
}
596
#zone_onglets li a.lien-onglet {
597
	overflow: hidden;
598
	text-decoration: none;
599
	border-bottom: none;
600
}
601
#zone_onglets li a.lien-onglet hover {
602
	overflow: hidden;
603
	text-decoration: none;
604
	border-bottom: none;
605
}
606
/* Menu et + */
607
#zone_onglets #ongletEtPlus {
608
	cursor: pointer;
609
	float:right;
261 aurelien 610
	z-index:500;
277 aurelien 611
    height: 25px;
612
    width: 25px;
613
    position: relative;
614
    top: 1px;
357 gduche 615
    display:none;
226 delphine 616
}
617
#zone_onglets #ongletEtPlus a {
618
	border-bottom: none;
619
}
620
#lienOngletEtPlus { /* icone */
621
	width:6px;
277 aurelien 622
    padding-left: 9px;
623
	padding-top: 0px;
624
	display:block;
625
	margin-top:5px;
226 delphine 626
}
242 aurelien 627
 
628
.lien-onglet-synthese, .lien-onglet-synthese:hover {
629
	border-bottom: none;
630
}
631
 
226 delphine 632
.menuModules { /* liste */
359 gduche 633
	left: 465px;
226 delphine 634
	width: 187px;
635
	position: absolute;
636
	border: 1px solid #DCD1CC;
637
	margin: 0px;
638
	padding: 0px;
639
	top: 30px;
261 aurelien 640
	z-index:499;
226 delphine 641
	background-color: #F9F9F9;
642
	color: #9AC343;
643
	font-weight: bold;
644
}
645
.elementMenuModules { /* element de la liste */
646
	display:block;
647
	border: 1px solid white;
648
	width: 150px;
649
	padding: 10px 10px 10px 25px;
650
	margin:0px;
651
	cursor: pointer;
652
}
653
.elementMenuModules:hover {
654
	background-color: #FEBF01;
655
}
656
.elementMenuModulesSelectionne {
657
	background-color: #F6AF39;
658
	color: white;
659
}
660
 
661
#dialog label, #dialog input { display:block; }
662
#dialog label { margin-top: 0.5em; }
663
#dialog input, #dialog textarea { width: 95%; }
260 gduche 664
 
665
.bloc_legende_repartition {
666
	float:left;
667
	margin-right:5px;
668
	margin-bottom:3px;
669
	width:15px;
670
	height:15px;
671
	border:solid 1px black;
672
}
673
 
674
.texte_legende_repartition {
675
	float:left;
676
	text-transform:capitalize;
261 aurelien 677
}
678
 
267 aurelien 679
.conteneur_lien_metadonnees {
261 aurelien 680
	padding: 15px;
681
}
279 gduche 682
 
683
#ef-resultats-determination .repartition_vignette {
321 aurelien 684
	float:right;
685
	height: 100px;
279 gduche 686
}
289 aurelien 687
 
688
#nomenclature > ul > li.item_nomenclature {
689
    line-height: 18px;
336 aurelien 690
    width:100%;
289 aurelien 691
}
315 aurelien 692
 
693
.tab-chargement {
316 aurelien 694
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 695
  	background-color: #FFFFFF;
696
    border: medium none;
697
    cursor: pointer;
698
    display: inline-block;
699
    font-size: 14px;
700
    padding: 20px 20px 20px 50px;
701
    width: 555px;
702
}
317 aurelien 703
 
704
.conteneur_illustrations_cel {
705
	width: 250px;
706
}
707
 
708
.conteneur_metadonnees_cel {
709
	width: 250px;
710
	padding-top : 20px;
711
}
327 aurelien 712
 
401 delphine 713
.onglet_marge_gauche {
714
	margin-top: 7px;
715
	padding-left: 30px;
327 aurelien 716
}
334 aurelien 717
 
360 gduche 718
.references_bibliographiques .texte_inactif {
719
	display:none;
364 aurelien 720
}
721
 
722
#repartition_observations {
723
    height: 590px;
724
    width: 100%;
375 aurelien 725
}
726
 
727
.legende_nom_retenu {
728
	background-color: #E6FFA2;
729
}
730
 
731
.couleur_legende {
732
    display: inline-block;
733
    height: 12px;
734
    width: 30px;
735
    margin-right: 5px;
736
    margin-top: 2px;
737
    border: 1px dotted black;
377 delphine 738
}
739
 
740
/*----------------------------------------------------------------------------------------------------------*/
741
/* Nomenclature */
457 jpm 742
.ns-retenu {
743
	font-weight:bold;
744
}
377 delphine 745
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
746
	font-style: italic;
747
	text-transform: none;
748
}
749
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 750
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 751
	font-style: normal;
752
	text-transform: none;
390 aurelien 753
}
754
 
755
/*----------------------------------------------------------------------------------------------------------*/
756
/* Wikinis */
757
.editable_sur_clic {
758
	min-height: 50px;
759
}
760
 
761
.aide_wikini {
762
    font-size: 0.8em;
763
}
764
 
765
.contenu_editable {
766
	background-color: #F8FBF2;
767
	border: dashed 1px #AAAAAA;
768
	padding: 5px;
769
	padding-top: 2px;
770
	border-radius: 3px;
771
}
772
 
773
.champ_edition_wiki {
774
	width: 100%;
775
	height: 350px;
776
	overflow: auto;
403 gduche 777
}
778
 
779
.imagettePlus {
780
	width:9px;
781
	height:9px;
782
	background:url('../images/ouvrir.png') no-repeat;
783
	display:inline-block;
784
	margin-right:3px;
785
}
786
 
787
.imagetteMoins {
788
	width:9px;
789
	height:9px;
790
	background:url('../images/fermer.png') no-repeat;
791
	margin-right:3px;
792
	display:inline-block;
793
}
794
 
795
.basionyme_complet {
796
	margin-left:20px;
487 gduche 797
	display:block;
403 gduche 798
}
799
 
800
.legende {
801
	border:dashed 1px #AAA;
802
	padding:5px 10px;
803
}
804
 
805
.legende b {
806
	color:#AAA; margin-bottom:10px
435 aurelien 807
}
808
 
809
.wp {
810
	background:url('../images/sites/wikipedia.png') no-repeat;
811
	margin-left: 15px;
812
    margin-top: 5px;
813
    padding-left: 20px;
475 delphine 814
}
537 mathilde 815
/*Description+Ecologie*/
555 mathilde 816
 
537 mathilde 817
.citation {
818
		 font-size:9px;
819
}
820
.fond_graphique {
555 mathilde 821
	background-color:#F8F8F8;
822
	padding-top: 10px;
823
	padding-bottom: 10px;
824
 
825
 
537 mathilde 826
}
555 mathilde 827
.graphique {
828
	margin-right: auto;
829
	margin-left: auto;
830
	width:500px;
831
}
832
 
563 mathilde 833
.titre {
834
		color:#36560B;
835
		left:2px;
555 mathilde 836
		position:relative;
563 mathilde 837
		padding-right:5px;
555 mathilde 838
}
563 mathilde 839
.desc {
840
	margin-right:3px;
841
	margin-left:3px;
842
}
573 mathilde 843
.desc td {
844
	width: 50%;
845
	vertical-align: top;
846
	border: 1px dasharray #36560B;
847
	padding: 7px 5px;
563 mathilde 848
}
573 mathilde 849
 
850
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
851
 
852
.legende_graphique {
853
	display:none;
854
	font-size:11px;
855
	padding: 5px;
856
}
857
 
858
.bloc_graph > .voir:focus ~ .legende_graphique{
859
	display: block;
860
}
861
 
862
.bloc_graph > .cacher:focus ~.legende_graphique {
863
	display: none;
864
}
865
 
866
.voir:focus,  .cacher:focus  {
867
	display:none;
868
}
869
 
870
.cacher, .voir {
871
	float:right;
872
}
873
 
874
.cacher {
875
	display:none;
876
}
877
.voir:focus + .cacher, .cacher:focus + .voir {
878
	display:inline;
879
}
880
 
881
.fond_graphique button {
882
	background: none;
883
	border: none;
884
 
885
}
886
 
887
.fond_graphique button:hover {
888
	cursor: pointer;
889
	text-decoration: underline;
890
}
891
 
475 delphine 892
/* Illustrations */
893
#illustrations {
894
	margin-left:-5px;
895
	margin-right:-4px;
896
}
524 jpm 897
.liste-illustrations .attention{
475 delphine 898
	border:0;
899
	background:none;
900
	text-align:left;
524 jpm 901
	padding:0;
902
}
903
.liste-illustrations{
475 delphine 904
	list-style-type:none;
524 jpm 905
	padding:0;
906
}
907
.liste-illustrations li {
908
	list-style-image:none !important;
475 delphine 909
	background:none;
910
	text-align:center;
911
	font-size:11px;
912
	float: left;
913
	width:210px;
524 jpm 914
	height:285px;
915
}
916
.liste-illustrations li p{
475 delphine 917
	margin:2px 2px 5px 2px;
918
	width:206px;
524 jpm 919
	font-size:11px;
920
}
921
.liste-illustrations strong{
922
	font-weight:bold;
923
}
924
.liste-illustrations img{
475 delphine 925
	display:block;
926
	border:1px solid white;
927
	margin:0 auto;
524 jpm 928
	padding:2px;
929
	max-height:196px;
930
	max-width:196px;
931
}
932
.liste-illustrations a:hover img{
475 delphine 933
    border:1px dotted #FD8C13;
934
}
524 jpm 935
a.img-cadre{
936
	display:block;
937
	border: 1px solid white;
938
	background:transparent;
939
	width:204px;
940
	height:204px;
941
	margin-right:2px;
942
}
943
a.img-cadre:hover{
944
	border:1px dotted #FD8C13;
945
}
946
.img-cadre-fond{
947
	background:white;
948
	width:200px;
475 delphine 949
	height:200px;
524 jpm 950
	line-height:200px;
951
	text-align:center;
952
	margin:2px;
953
}
954
#illustrations-photoflora img{
955
	display:inline;
956
	vertical-align:middle;
957
	margin:0;
958
	padding:0;
959
	border:0;
960
}