Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 591 | Rev 613 | 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 {
595 gduche 531
    background-color: #EEE;
591 gduche 532
    clear: left;
533
    min-height: 300px;
534
    padding-top: 0.4em;
595 gduche 535
    width: 676px;
536
    border:none;
537
    margin-left:-7px;
538
 
226 delphine 539
}
591 gduche 540
.ui-widget-content {
541
	background:white;
542
}
226 delphine 543
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
544
	border-bottom-right-radius: 0;
545
}
546
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
547
	border-bottom-left-radius: 0;
548
}
549
.colonne {
550
	float:left;
551
	padding-bottom:10px;
552
	width:33%;
553
	margin: 0 1px;
554
}
555
 
488 gduche 556
.deuxtiers{
557
	width:66%;
558
}
559
 
510 gduche 560
.pasDeCurseur {
561
	cursor:default;
562
}
226 delphine 563
/* bloc */
564
.module {
565
	margin: 0 1em 0.5em 0;
566
	width: 99%;
567
}
568
.module .titre{
591 gduche 569
	 cursor: move;
570
    font-size: 12px;
571
    padding-bottom: 1px;
572
    padding-left: 1.2em;
573
    margin-left:-2px;
574
    margin-right:1px;
226 delphine 575
}
591 gduche 576
 
226 delphine 577
.module .titre .ui-icon {
578
	float: right;
579
}
585 aurelien 580
.imagetteMoins, .imagettePlus { /* +/- du titre */
226 delphine 581
	cursor:pointer
582
}
583
.module .contenu {
591 gduche 584
	padding: 10px;
226 delphine 585
}
586
 
587
.ui-sortable-placeholder { /* déplacement bloc */
588
	border: 1px dotted black;
589
	visibility: visible !important;
590
	height: 50px !important;
591
}
592
.ui-sortable-placeholder * {
593
	visibility: hidden;
594
}
595
 
596
/* Onglets */
597
#zone_onglets {
598
	margin-top: 0.1em;
591 gduche 599
	border-width:0;
226 delphine 600
	border-radius:0;
595 gduche 601
	width:676px;
602
	font-size:12px;
603
	margin-left:-7px;
226 delphine 604
}
605
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
606
	padding:0;
607
	position: relative;
608
}
609
.ui-tabs .ui-tabs-nav li a {
610
	float: left;
591 gduche 611
	padding: 0.3em 5px;
226 delphine 612
	text-decoration: none;
613
}
614
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
615
	color: #9AC343;
616
	text-decoration: none;
617
}
618
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
619
	color: #EB8F00;
620
	text-decoration: none;
621
}
591 gduche 622
#onglets {
623
	height:22px
624
}
354 gduche 625
#onglets li {
226 delphine 626
	list-style:none;
591 gduche 627
	line-height:12px;
226 delphine 628
}
354 gduche 629
#onglets li {
226 delphine 630
	float:left;
631
}
632
#zone_onglets li .ui-icon-close {
633
	float: left;
634
	cursor: pointer;
635
}
636
#zone_onglets li a.lien-onglet {
637
	overflow: hidden;
638
	text-decoration: none;
639
	border-bottom: none;
640
}
641
#zone_onglets li a.lien-onglet hover {
642
	overflow: hidden;
643
	text-decoration: none;
644
	border-bottom: none;
645
}
646
/* Menu et + */
647
#zone_onglets #ongletEtPlus {
591 gduche 648
    cursor: pointer;
649
    display: none;
650
    float: right;
651
    font-size: 20px;
652
    height: 20px;
653
    padding-bottom: 0;
654
    padding-right: 5px;
277 aurelien 655
    position: relative;
656
    top: 1px;
591 gduche 657
    width: 25px;
658
    z-index: 500;
226 delphine 659
}
660
#zone_onglets #ongletEtPlus a {
661
	border-bottom: none;
662
}
663
#lienOngletEtPlus { /* icone */
664
	width:6px;
277 aurelien 665
    padding-left: 9px;
666
	padding-top: 0px;
667
	display:block;
668
	margin-top:5px;
226 delphine 669
}
242 aurelien 670
 
671
.lien-onglet-synthese, .lien-onglet-synthese:hover {
672
	border-bottom: none;
673
}
674
 
226 delphine 675
.menuModules { /* liste */
359 gduche 676
	left: 465px;
226 delphine 677
	width: 187px;
678
	position: absolute;
679
	border: 1px solid #DCD1CC;
680
	margin: 0px;
681
	padding: 0px;
682
	top: 30px;
261 aurelien 683
	z-index:499;
226 delphine 684
	background-color: #F9F9F9;
685
	color: #9AC343;
686
	font-weight: bold;
687
}
688
.elementMenuModules { /* element de la liste */
689
	display:block;
690
	border: 1px solid white;
691
	width: 150px;
692
	padding: 10px 10px 10px 25px;
693
	margin:0px;
694
	cursor: pointer;
695
}
696
.elementMenuModules:hover {
697
	background-color: #FEBF01;
698
}
699
.elementMenuModulesSelectionne {
700
	background-color: #F6AF39;
701
	color: white;
702
}
703
 
704
#dialog label, #dialog input { display:block; }
705
#dialog label { margin-top: 0.5em; }
706
#dialog input, #dialog textarea { width: 95%; }
260 gduche 707
 
708
.bloc_legende_repartition {
709
	float:left;
710
	margin-right:5px;
711
	margin-bottom:3px;
712
	width:15px;
713
	height:15px;
714
	border:solid 1px black;
715
}
716
 
717
.texte_legende_repartition {
718
	float:left;
719
	text-transform:capitalize;
261 aurelien 720
}
721
 
267 aurelien 722
.conteneur_lien_metadonnees {
261 aurelien 723
	padding: 15px;
724
}
279 gduche 725
 
726
#ef-resultats-determination .repartition_vignette {
321 aurelien 727
	float:right;
728
	height: 100px;
279 gduche 729
}
289 aurelien 730
 
731
#nomenclature > ul > li.item_nomenclature {
732
    line-height: 18px;
336 aurelien 733
    width:100%;
289 aurelien 734
}
315 aurelien 735
 
736
.tab-chargement {
316 aurelien 737
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 738
  	background-color: #FFFFFF;
739
    border: medium none;
740
    cursor: pointer;
741
    display: inline-block;
742
    font-size: 14px;
743
    padding: 20px 20px 20px 50px;
744
    width: 555px;
745
}
317 aurelien 746
 
747
.conteneur_illustrations_cel {
748
	width: 250px;
749
}
750
 
751
.conteneur_metadonnees_cel {
752
	width: 250px;
753
	padding-top : 20px;
754
}
327 aurelien 755
 
401 delphine 756
.onglet_marge_gauche {
757
	margin-top: 7px;
758
	padding-left: 30px;
327 aurelien 759
}
334 aurelien 760
 
360 gduche 761
.references_bibliographiques .texte_inactif {
762
	display:none;
364 aurelien 763
}
764
 
765
#repartition_observations {
766
    height: 590px;
767
    width: 100%;
375 aurelien 768
}
769
 
770
.legende_nom_retenu {
771
	background-color: #E6FFA2;
772
}
773
 
774
.couleur_legende {
775
    display: inline-block;
776
    height: 12px;
777
    width: 30px;
778
    margin-right: 5px;
779
    margin-top: 2px;
780
    border: 1px dotted black;
377 delphine 781
}
782
 
783
/*----------------------------------------------------------------------------------------------------------*/
784
/* Nomenclature */
457 jpm 785
.ns-retenu {
786
	font-weight:bold;
787
}
377 delphine 788
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
789
	font-style: italic;
790
	text-transform: none;
791
}
792
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 793
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 794
	font-style: normal;
795
	text-transform: none;
390 aurelien 796
}
797
 
798
/*----------------------------------------------------------------------------------------------------------*/
799
/* Wikinis */
800
.editable_sur_clic {
801
	min-height: 50px;
802
}
803
 
804
.aide_wikini {
805
    font-size: 0.8em;
806
}
807
 
808
.contenu_editable {
809
	background-color: #F8FBF2;
810
	border: dashed 1px #AAAAAA;
811
	padding: 5px;
812
	padding-top: 2px;
813
	border-radius: 3px;
814
}
815
 
816
.champ_edition_wiki {
817
	width: 100%;
818
	height: 350px;
819
	overflow: auto;
403 gduche 820
}
821
 
822
.imagettePlus {
823
	width:9px;
824
	height:9px;
825
	background:url('../images/ouvrir.png') no-repeat;
826
	display:inline-block;
827
	margin-right:3px;
828
}
829
 
830
.imagetteMoins {
831
	width:9px;
832
	height:9px;
833
	background:url('../images/fermer.png') no-repeat;
834
	margin-right:3px;
835
	display:inline-block;
836
}
837
 
838
.basionyme_complet {
839
	margin-left:20px;
487 gduche 840
	display:block;
403 gduche 841
}
842
 
843
.legende {
844
	border:dashed 1px #AAA;
845
	padding:5px 10px;
846
}
847
 
848
.legende b {
849
	color:#AAA; margin-bottom:10px
435 aurelien 850
}
851
 
852
.wp {
853
	background:url('../images/sites/wikipedia.png') no-repeat;
854
	margin-left: 15px;
855
    margin-top: 5px;
856
    padding-left: 20px;
475 delphine 857
}
537 mathilde 858
/*Description+Ecologie*/
555 mathilde 859
 
537 mathilde 860
.citation {
861
		 font-size:9px;
862
}
863
.fond_graphique {
555 mathilde 864
	background-color:#F8F8F8;
865
	padding-top: 10px;
866
	padding-bottom: 10px;
867
 
868
 
537 mathilde 869
}
555 mathilde 870
.graphique {
871
	margin-right: auto;
872
	margin-left: auto;
873
	width:500px;
874
}
875
 
563 mathilde 876
.titre {
877
		color:#36560B;
878
		left:2px;
555 mathilde 879
		position:relative;
563 mathilde 880
		padding-right:5px;
555 mathilde 881
}
563 mathilde 882
.desc {
883
	margin-right:3px;
884
	margin-left:3px;
885
}
573 mathilde 886
.desc td {
887
	width: 50%;
888
	vertical-align: top;
889
	border: 1px dasharray #36560B;
890
	padding: 7px 5px;
563 mathilde 891
}
581 mathilde 892
 .italique { font-style: italic;
893
 }
894
 
895
 .gras { font-weight: bold;
896
 }
573 mathilde 897
 
898
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
899
 
900
.legende_graphique {
901
	display:none;
902
	font-size:11px;
903
	padding: 5px;
904
}
590 mathilde 905
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
906
	background:none;
907
	border:none;
908
}
573 mathilde 909
.bloc_graph > .voir:focus ~ .legende_graphique{
910
	display: block;
911
}
912
 
913
.bloc_graph > .cacher:focus ~.legende_graphique {
914
	display: none;
915
}
916
 
917
.voir:focus,  .cacher:focus  {
918
	display:none;
919
}
920
 
921
.cacher, .voir {
922
	float:right;
923
}
924
 
925
.cacher {
926
	display:none;
927
}
928
.voir:focus + .cacher, .cacher:focus + .voir {
929
	display:inline;
930
}
931
 
932
.fond_graphique button {
933
	background: none;
934
	border: none;
935
 
936
}
937
 
938
.fond_graphique button:hover {
939
	cursor: pointer;
940
	text-decoration: underline;
941
}
942
 
475 delphine 943
/* Illustrations */
944
#illustrations {
945
	margin-left:-5px;
946
	margin-right:-4px;
947
}
524 jpm 948
.liste-illustrations .attention{
475 delphine 949
	border:0;
950
	background:none;
951
	text-align:left;
524 jpm 952
	padding:0;
953
}
954
.liste-illustrations{
475 delphine 955
	list-style-type:none;
524 jpm 956
	padding:0;
957
}
958
.liste-illustrations li {
959
	list-style-image:none !important;
475 delphine 960
	background:none;
961
	text-align:center;
962
	font-size:11px;
963
	float: left;
964
	width:210px;
524 jpm 965
	height:285px;
966
}
967
.liste-illustrations li p{
475 delphine 968
	margin:2px 2px 5px 2px;
969
	width:206px;
524 jpm 970
	font-size:11px;
971
}
972
.liste-illustrations strong{
973
	font-weight:bold;
974
}
975
.liste-illustrations img{
475 delphine 976
	display:block;
977
	border:1px solid white;
978
	margin:0 auto;
524 jpm 979
	padding:2px;
980
	max-height:196px;
981
	max-width:196px;
982
}
983
.liste-illustrations a:hover img{
475 delphine 984
    border:1px dotted #FD8C13;
985
}
524 jpm 986
a.img-cadre{
987
	display:block;
988
	border: 1px solid white;
989
	background:transparent;
990
	width:204px;
991
	height:204px;
992
	margin-right:2px;
993
}
994
a.img-cadre:hover{
995
	border:1px dotted #FD8C13;
996
}
997
.img-cadre-fond{
998
	background:white;
999
	width:200px;
475 delphine 1000
	height:200px;
524 jpm 1001
	line-height:200px;
1002
	text-align:center;
1003
	margin:2px;
1004
}
1005
#illustrations-photoflora img{
1006
	display:inline;
1007
	vertical-align:middle;
1008
	margin:0;
1009
	padding:0;
1010
	border:0;
591 gduche 1011
}
1012
 
1013
.importance4 {
1014
	font-size:0.8em;
1015
	padding:5px;
595 gduche 1016
	box-shadow:none;
591 gduche 1017
}
1018
 
1019
h1 .nomenclature {
1020
	color:#555;
595 gduche 1021
	font-size:19px;
591 gduche 1022
}
595 gduche 1023
 
1024
h1 .famille {
1025
	font-size:13px;
1026
	margin-top:5px;
1027
}
1028
 
591 gduche 1029
table tbody {
1030
    background-color: #F8F8DB;
1031
    border: 1px solid #9AC342;
524 jpm 1032
}