Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 613 | Rev 627 | 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 {
620 mathilde 469
	border:solid 2px #DDD;
470
	float:right;
471
	height: 100px;
472
	width: 100px;
135 jpm 473
}
474
.surlignage {
475
	background-color: #E6FFA2;
171 jpm 476
}
477
#ef-resultats-decomposition #col-ns{
478
	width:33%;
479
}
480
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
481
	font-size:0.8em;
482
}
370 aurelien 483
.retenu{
171 jpm 484
	font-weight:bold;
195 delphine 485
}
486
#ef-resultats-determination .synonymes li {
487
	background: none;
202 delphine 488
	line-height: 18px;
489
	list-style: none outside none;
490
	padding-left: 15px;
491
}
234 delphine 492
.absent {
493
	display:block;
494
	float:right;
495
	background-color:transparent;
362 gduche 496
	background-image:url("../images/pasdephoto.png");
234 delphine 497
	background-repeat:no-repeat;
235 delphine 498
	background-position:50% 20%;
234 delphine 499
	border: 2px solid #DDDDDD;
500
	margin: 0 5px;
501
	height: 100px;
502
	width: 100px;
503
	font-weight: bold;
504
	text-align: center;
505
}
202 delphine 506
 
362 gduche 507
.absent .contribuer {
508
    display: block;
509
    padding-top: 66px;
510
}
206 delphine 511
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
202 delphine 512
	border: none;
513
	background: none;
514
}
515
 
516
#ef-resultats-nv-determination .nom {
517
	width: 30%;
518
	vertical-align: top;
519
	margin-top: 5px;
520
}
521
#ef-resultats-nv-determination .nom ul, li{
522
	margin: 0;
523
	margin-bottom: 5px
226 delphine 524
}
525
 
526
 
527
/*----------------------------------------------------------------------------------------------------------*/
528
/* Fiche */
529
#bloc-fiche h1 {
530
	background: none repeat scroll 0 0 transparent;
591 gduche 531
	padding: 0 9px  0 9px;
226 delphine 532
}
591 gduche 533
#zone_contenu_fiche {
595 gduche 534
    background-color: #EEE;
591 gduche 535
    clear: left;
536
    min-height: 300px;
537
    padding-top: 0.4em;
595 gduche 538
    width: 676px;
539
    border:none;
540
    margin-left:-7px;
541
 
226 delphine 542
}
591 gduche 543
.ui-widget-content {
544
	background:white;
545
}
226 delphine 546
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
547
	border-bottom-right-radius: 0;
548
}
549
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
550
	border-bottom-left-radius: 0;
551
}
552
.colonne {
553
	float:left;
554
	padding-bottom:10px;
555
	width:33%;
556
	margin: 0 1px;
557
}
558
 
488 gduche 559
.deuxtiers{
560
	width:66%;
561
}
562
 
510 gduche 563
.pasDeCurseur {
564
	cursor:default;
565
}
226 delphine 566
/* bloc */
567
.module {
568
	margin: 0 1em 0.5em 0;
569
	width: 99%;
570
}
571
.module .titre{
591 gduche 572
	 cursor: move;
573
    font-size: 12px;
574
    padding-bottom: 1px;
575
    padding-left: 1.2em;
576
    margin-left:-2px;
577
    margin-right:1px;
226 delphine 578
}
591 gduche 579
 
226 delphine 580
.module .titre .ui-icon {
581
	float: right;
582
}
585 aurelien 583
.imagetteMoins, .imagettePlus { /* +/- du titre */
226 delphine 584
	cursor:pointer
585
}
586
.module .contenu {
591 gduche 587
	padding: 10px;
226 delphine 588
}
589
 
590
.ui-sortable-placeholder { /* déplacement bloc */
591
	border: 1px dotted black;
592
	visibility: visible !important;
593
	height: 50px !important;
594
}
595
.ui-sortable-placeholder * {
596
	visibility: hidden;
597
}
598
 
599
/* Onglets */
600
#zone_onglets {
601
	margin-top: 0.1em;
591 gduche 602
	border-width:0;
226 delphine 603
	border-radius:0;
595 gduche 604
	width:676px;
605
	font-size:12px;
606
	margin-left:-7px;
226 delphine 607
}
608
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
609
	padding:0;
610
	position: relative;
611
}
612
.ui-tabs .ui-tabs-nav li a {
613
	float: left;
591 gduche 614
	padding: 0.3em 5px;
226 delphine 615
	text-decoration: none;
616
}
617
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
618
	color: #9AC343;
619
	text-decoration: none;
620
}
621
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
622
	color: #EB8F00;
623
	text-decoration: none;
624
}
591 gduche 625
#onglets {
626
	height:22px
627
}
354 gduche 628
#onglets li {
226 delphine 629
	list-style:none;
591 gduche 630
	line-height:12px;
226 delphine 631
}
354 gduche 632
#onglets li {
226 delphine 633
	float:left;
634
}
635
#zone_onglets li .ui-icon-close {
636
	float: left;
637
	cursor: pointer;
638
}
639
#zone_onglets li a.lien-onglet {
640
	overflow: hidden;
641
	text-decoration: none;
642
	border-bottom: none;
643
}
644
#zone_onglets li a.lien-onglet hover {
645
	overflow: hidden;
646
	text-decoration: none;
647
	border-bottom: none;
648
}
649
/* Menu et + */
650
#zone_onglets #ongletEtPlus {
591 gduche 651
    cursor: pointer;
652
    display: none;
653
    float: right;
654
    font-size: 20px;
655
    height: 20px;
656
    padding-bottom: 0;
657
    padding-right: 5px;
277 aurelien 658
    position: relative;
659
    top: 1px;
591 gduche 660
    width: 25px;
661
    z-index: 500;
226 delphine 662
}
663
#zone_onglets #ongletEtPlus a {
664
	border-bottom: none;
665
}
666
#lienOngletEtPlus { /* icone */
667
	width:6px;
277 aurelien 668
    padding-left: 9px;
669
	padding-top: 0px;
670
	display:block;
671
	margin-top:5px;
226 delphine 672
}
242 aurelien 673
 
674
.lien-onglet-synthese, .lien-onglet-synthese:hover {
675
	border-bottom: none;
676
}
677
 
226 delphine 678
.menuModules { /* liste */
359 gduche 679
	left: 465px;
226 delphine 680
	width: 187px;
681
	position: absolute;
682
	border: 1px solid #DCD1CC;
683
	margin: 0px;
684
	padding: 0px;
685
	top: 30px;
261 aurelien 686
	z-index:499;
226 delphine 687
	background-color: #F9F9F9;
688
	color: #9AC343;
689
	font-weight: bold;
690
}
691
.elementMenuModules { /* element de la liste */
692
	display:block;
693
	border: 1px solid white;
694
	width: 150px;
695
	padding: 10px 10px 10px 25px;
696
	margin:0px;
697
	cursor: pointer;
698
}
699
.elementMenuModules:hover {
700
	background-color: #FEBF01;
701
}
702
.elementMenuModulesSelectionne {
703
	background-color: #F6AF39;
704
	color: white;
705
}
706
 
707
#dialog label, #dialog input { display:block; }
708
#dialog label { margin-top: 0.5em; }
709
#dialog input, #dialog textarea { width: 95%; }
260 gduche 710
 
711
.bloc_legende_repartition {
712
	float:left;
713
	margin-right:5px;
714
	margin-bottom:3px;
715
	width:15px;
716
	height:15px;
717
	border:solid 1px black;
718
}
719
 
720
.texte_legende_repartition {
721
	float:left;
722
	text-transform:capitalize;
261 aurelien 723
}
724
 
267 aurelien 725
.conteneur_lien_metadonnees {
261 aurelien 726
	padding: 15px;
727
}
279 gduche 728
 
289 aurelien 729
 
620 mathilde 730
 
289 aurelien 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
 
613 mathilde 898
 
573 mathilde 899
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
613 mathilde 900
.legende_formes {
901
	background-image:url('../images/legende_formes.png');
902
	background-position: 2px 5px;
903
	background-repeat: no-repeat ;
904
	width : 348px;
905
	height : 30px;
906
	margin-right : auto;
907
	margin-left: auto;
908
	border: 1px dotted grey;
909
	padding : 5px;
910
}
573 mathilde 911
.legende_graphique {
912
	display:none;
913
	font-size:11px;
914
	padding: 5px;
915
}
590 mathilde 916
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
917
	background:none;
918
	border:none;
919
}
573 mathilde 920
.bloc_graph > .voir:focus ~ .legende_graphique{
921
	display: block;
922
}
923
 
924
.bloc_graph > .cacher:focus ~.legende_graphique {
925
	display: none;
926
}
927
 
928
.voir:focus,  .cacher:focus  {
929
	display:none;
930
}
931
 
932
.cacher, .voir {
933
	float:right;
934
}
935
 
936
.cacher {
937
	display:none;
938
}
939
.voir:focus + .cacher, .cacher:focus + .voir {
940
	display:inline;
941
}
942
 
943
.fond_graphique button {
944
	background: none;
945
	border: none;
946
 
947
}
948
 
949
.fond_graphique button:hover {
950
	cursor: pointer;
951
	text-decoration: underline;
952
}
953
 
475 delphine 954
/* Illustrations */
620 mathilde 955
.illustration-coste img{
956
	display:inline;
957
	vertical-align:middle;
958
	margin:0;
959
	padding:0;
960
	border:0;
961
}
962
 
475 delphine 963
#illustrations {
964
	margin-left:-5px;
965
	margin-right:-4px;
966
}
524 jpm 967
.liste-illustrations .attention{
475 delphine 968
	border:0;
969
	background:none;
970
	text-align:left;
524 jpm 971
	padding:0;
972
}
973
.liste-illustrations{
475 delphine 974
	list-style-type:none;
524 jpm 975
	padding:0;
976
}
977
.liste-illustrations li {
978
	list-style-image:none !important;
475 delphine 979
	background:none;
980
	text-align:center;
981
	font-size:11px;
982
	float: left;
983
	width:210px;
524 jpm 984
	height:285px;
985
}
986
.liste-illustrations li p{
475 delphine 987
	margin:2px 2px 5px 2px;
988
	width:206px;
524 jpm 989
	font-size:11px;
990
}
991
.liste-illustrations strong{
992
	font-weight:bold;
993
}
994
.liste-illustrations img{
475 delphine 995
	display:block;
996
	border:1px solid white;
997
	margin:0 auto;
524 jpm 998
	padding:2px;
999
	max-height:196px;
1000
	max-width:196px;
1001
}
1002
.liste-illustrations a:hover img{
475 delphine 1003
    border:1px dotted #FD8C13;
1004
}
524 jpm 1005
a.img-cadre{
1006
	display:block;
1007
	border: 1px solid white;
1008
	background:transparent;
1009
	width:204px;
1010
	height:204px;
1011
	margin-right:2px;
1012
}
1013
a.img-cadre:hover{
1014
	border:1px dotted #FD8C13;
1015
}
1016
.img-cadre-fond{
1017
	background:white;
1018
	width:200px;
475 delphine 1019
	height:200px;
524 jpm 1020
	line-height:200px;
1021
	text-align:center;
1022
	margin:2px;
1023
}
1024
#illustrations-photoflora img{
1025
	display:inline;
1026
	vertical-align:middle;
1027
	margin:0;
1028
	padding:0;
1029
	border:0;
591 gduche 1030
}
1031
 
1032
.importance4 {
1033
	font-size:0.8em;
1034
	padding:5px;
595 gduche 1035
	box-shadow:none;
591 gduche 1036
}
1037
 
1038
h1 .nomenclature {
1039
	color:#555;
595 gduche 1040
	font-size:19px;
591 gduche 1041
}
595 gduche 1042
 
1043
h1 .famille {
1044
	font-size:13px;
1045
	margin-top:5px;
1046
}
1047
 
591 gduche 1048
table tbody {
1049
    background-color: #F8F8DB;
1050
    border: 1px solid #9AC342;
524 jpm 1051
}