Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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