Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 737 | Rev 760 | 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;
627 mathilde 267
	width:0;
268
	}
269
 
490 jpm 270
.debogage, .debogage pre{
271
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
272
	word-wrap:break-word; /* IE 5.5+ */
144 jpm 273
    overflow:auto;/* IE 6 */
274
}
171 jpm 275
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 276
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
277
.largeur-01{
278
	width:60px;}
279
.largeur-02{
280
	width:120px;}
281
.largeur-03{
282
	width:180px;}
283
.largeur-04{
284
	width:240px;}
285
.largeur-05{
286
	width:300px;}
287
.largeur-06{
288
	width:360px;}
289
.largeur-07{
290
	width:420px;}
291
.largeur-08{
292
	width:480px;}
293
.largeur-09{
294
	width:540px;}
295
.largeur-10{
296
	width:600px;}
297
.largeur-11{
298
	width:660px;}
299
.largeur-12{
300
	width:720px;}
301
.largeur-13{
302
	width:780px;}
303
.largeur-14{
304
	width:840px;}
305
.largeur-15{
306
	width:900px;}
307
.largeur-16{
101 gduche 308
	width:960px;}
171 jpm 309
/*----------------------------------------------------------------------------------------------------------*/
101 gduche 310
/* Formulaire de Recherche Simple */
172 delphine 311
#bloc-recherche fieldset {
101 gduche 312
	border:none;
313
	padding:0;
314
	width:100%;
315
}
591 gduche 316
.choixNiveau {
317
	position:absolute;
172 delphine 318
	margin-top: -30px;
319
	padding: 0;
591 gduche 320
	width: 300px;
321
	margin-left:430px;
322
 
172 delphine 323
}
192 delphine 324
 
591 gduche 325
.choixNiveau a {
326
	float:left;
327
	border-style:solid;
328
	padding:0.4em 0.8em;
329
	border-color:#C2C0AD;
330
	color:#9AC343;
331
	font-weight:bold;
332
	cursor:pointer;
333
	background:#f9f9f9;
334
	border:1px solid #CCCCCC;
335
}
336
 
337
.choixNiveau .niveau1 {
338
	border-radius:4px 0 0 0;
339
}
340
 
341
.choixNiveau .niveau3 {
342
	border-radius:0 4px 0 0;
343
}
344
 
345
.choixNiveau .actif {
346
	color:#EB8F00;
347
	border-color:#EB8F00;
348
	background:white;
349
}
350
 
192 delphine 351
/* couleur des boutons non sélectionnés*/
591 gduche 352
.ef-form-niveau .ui-buttonset {
192 delphine 353
	margin-right: 25px;
354
}
355
 
591 gduche 356
.ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
192 delphine 357
	background-color:#C2C0AD;
358
	color: #9AC343;
359
	font-weight: bold;
360
}
361
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
362
	background-color: #FFFFFF;
363
	color: #EB8F00;
364
	font-weight: bold;
365
}
366
 
367
#ef-form-niveau .ui-button-text-only .ui-button-text {
368
	padding: 0.2em 0.5em;
369
}
370
 
371
#bloc-recherche h1, #contenu h1 {
372
	background: none;
373
	padding: 0 0 0 20px;
374
}
375
 
194 delphine 376
#bloc-recherche {
377
	padding-bottom: 0;
192 delphine 378
}
379
 
101 gduche 380
#ef-form-nomenclature table {
381
	width:100%;
382
}
383
#ef-form-nomenclature h1 {
384
	margin:0 0 3px 16px;
385
}
386
#ef-form-nomenclature .champ {
387
	padding:3px;
388
	font-size:12px;
389
}
390
#ef-form-nomenclature .zone-choix-type-nom {
391
	float:left;
392
	padding:0 10px
393
}
394
#ef-form-nomenclature .titre-choix-nom {
395
	padding:12px;
396
	font-weight:bold
397
}
398
#ef-form-nomenclature #zone-liens-recherche  {
399
	padding:5px;
400
}
401
#eflore_nomenclature_fiche {
402
	background:url(../images/lien.png) no-repeat 0 -1px;
403
	padding:0 0 0 17px;
404
	color:#598000;
405
	border:1px dotted #95AE5D;
406
	border-width:0 0 1px 0;
407
	cursor:pointer;
113 gduche 408
	margin:0 0 0 19px;
101 gduche 409
	font-size:12px
410
}
411
#ef-form-nomenclature input.ok {
113 gduche 412
	color:rgba(0,0,0,0);
101 gduche 413
	font-size:12px;
414
	font-weight:bold;
113 gduche 415
	padding:3px 10px 3px 10px;
416
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
101 gduche 417
}
113 gduche 418
#ef-form-nomenclature input.ok:hover {
419
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
420
	cursor:pointer;
421
}
101 gduche 422
#ef-form-nomenclature label {
423
	font-size:12px
424
}
109 aurelien 425
 
171 jpm 426
/*----------------------------------------------------------------------------------------------------------*/
120 aurelien 427
/* Formulaire d'autocompletion */
109 aurelien 428
.ui-autocomplete a {
429
	text-decoration:none;
430
	border-bottom:none;
431
}
131 delphine 432
.ui-menu {
433
	list-style:none;
434
	padding: 2px;
435
	margin: 0;
436
	display:block;
437
	float: left;
438
	font-size: 11px;
439
	font-family: arial;
440
}
120 aurelien 441
 
131 delphine 442
.ui-menu .ui-menu-item a {
443
	text-decoration:none;
444
	display:block;
445
	padding:.2em .4em;
446
	line-height:0.8;
447
	zoom:1;
448
}
449
 
120 aurelien 450
#nom.valeur-defaut-recherche {
451
	color:#848484;
452
	font-style:italic;
453
	font-weight:0.9em;
454
}
171 jpm 455
/*----------------------------------------------------------------------------------------------------------*/
126 gduche 456
/* Résultats */
457
.zone-resultat {
458
	margin-left:-40px;
459
	min-height:101px;
460
	padding:10px;
461
	margin-bottom:10px;
462
	background:#f8f9ec;
463
	border:solid 1px #f1f3de;
464
	-moz-border-radius:10px;
465
	-webkit-border-radius:10px;
466
	border-radius:10px;
467
	font-size:13px;
468
	-moz-box-shadow:3px 3px 3px #DDD;
469
}
470
.zone-resultat img {
620 mathilde 471
	border:solid 2px #DDD;
472
	float:right;
473
	height: 100px;
474
	width: 100px;
135 jpm 475
}
476
.surlignage {
477
	background-color: #E6FFA2;
171 jpm 478
}
479
#ef-resultats-decomposition #col-ns{
480
	width:33%;
481
}
482
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
483
	font-size:0.8em;
484
}
370 aurelien 485
.retenu{
171 jpm 486
	font-weight:bold;
195 delphine 487
}
488
#ef-resultats-determination .synonymes li {
489
	background: none;
202 delphine 490
	line-height: 18px;
491
	list-style: none outside none;
492
	padding-left: 15px;
493
}
234 delphine 494
.absent {
495
	display:block;
496
	float:right;
497
	background-color:transparent;
362 gduche 498
	background-image:url("../images/pasdephoto.png");
234 delphine 499
	background-repeat:no-repeat;
235 delphine 500
	background-position:50% 20%;
234 delphine 501
	border: 2px solid #DDDDDD;
502
	margin: 0 5px;
503
	height: 100px;
504
	width: 100px;
505
	font-weight: bold;
506
	text-align: center;
507
}
627 mathilde 508
.vide {
509
	display:block;
510
	background-color:transparent;
511
	margin: 0 5px;
512
	height: 100px;
513
	width: 100px;
514
	text-align: center;
515
}
202 delphine 516
 
362 gduche 517
.absent .contribuer {
518
    display: block;
519
    padding-top: 66px;
520
}
206 delphine 521
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
202 delphine 522
	border: none;
523
	background: none;
524
}
525
 
526
#ef-resultats-nv-determination .nom {
527
	width: 30%;
528
	vertical-align: top;
529
	margin-top: 5px;
530
}
531
#ef-resultats-nv-determination .nom ul, li{
532
	margin: 0;
533
	margin-bottom: 5px
226 delphine 534
}
535
 
536
 
537
/*----------------------------------------------------------------------------------------------------------*/
538
/* Fiche */
539
#bloc-fiche h1 {
540
	background: none repeat scroll 0 0 transparent;
591 gduche 541
	padding: 0 9px  0 9px;
226 delphine 542
}
591 gduche 543
#zone_contenu_fiche {
595 gduche 544
    background-color: #EEE;
591 gduche 545
    clear: left;
546
    min-height: 300px;
547
    padding-top: 0.4em;
595 gduche 548
    width: 676px;
549
    border:none;
550
    margin-left:-7px;
551
 
226 delphine 552
}
591 gduche 553
.ui-widget-content {
554
	background:white;
555
}
226 delphine 556
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
557
	border-bottom-right-radius: 0;
558
}
559
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
560
	border-bottom-left-radius: 0;
561
}
562
.colonne {
563
	float:left;
564
	padding-bottom:10px;
565
	width:33%;
566
	margin: 0 1px;
567
}
568
 
488 gduche 569
.deuxtiers{
570
	width:66%;
571
}
572
 
510 gduche 573
.pasDeCurseur {
574
	cursor:default;
575
}
226 delphine 576
/* bloc */
577
.module {
578
	margin: 0 1em 0.5em 0;
579
	width: 99%;
580
}
581
.module .titre{
591 gduche 582
	 cursor: move;
583
    font-size: 12px;
584
    padding-bottom: 1px;
585
    padding-left: 1.2em;
586
    margin-left:-2px;
587
    margin-right:1px;
226 delphine 588
}
591 gduche 589
 
226 delphine 590
.module .titre .ui-icon {
591
	float: right;
592
}
585 aurelien 593
.imagetteMoins, .imagettePlus { /* +/- du titre */
226 delphine 594
	cursor:pointer
595
}
596
.module .contenu {
591 gduche 597
	padding: 10px;
226 delphine 598
}
599
 
600
.ui-sortable-placeholder { /* déplacement bloc */
601
	border: 1px dotted black;
602
	visibility: visible !important;
603
	height: 50px !important;
604
}
605
.ui-sortable-placeholder * {
606
	visibility: hidden;
607
}
608
 
609
/* Onglets */
610
#zone_onglets {
611
	margin-top: 0.1em;
591 gduche 612
	border-width:0;
226 delphine 613
	border-radius:0;
595 gduche 614
	width:676px;
615
	font-size:12px;
616
	margin-left:-7px;
226 delphine 617
}
618
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
619
	padding:0;
620
	position: relative;
621
}
622
.ui-tabs .ui-tabs-nav li a {
623
	float: left;
591 gduche 624
	padding: 0.3em 5px;
226 delphine 625
	text-decoration: none;
626
}
627
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
628
	color: #9AC343;
629
	text-decoration: none;
630
}
631
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
632
	color: #EB8F00;
633
	text-decoration: none;
634
}
591 gduche 635
#onglets {
636
	height:22px
637
}
354 gduche 638
#onglets li {
226 delphine 639
	list-style:none;
591 gduche 640
	line-height:12px;
226 delphine 641
}
354 gduche 642
#onglets li {
226 delphine 643
	float:left;
644
}
645
#zone_onglets li .ui-icon-close {
646
	float: left;
647
	cursor: pointer;
648
}
649
#zone_onglets li a.lien-onglet {
650
	overflow: hidden;
651
	text-decoration: none;
652
	border-bottom: none;
653
}
654
#zone_onglets li a.lien-onglet hover {
655
	overflow: hidden;
656
	text-decoration: none;
657
	border-bottom: none;
658
}
659
/* Menu et + */
660
#zone_onglets #ongletEtPlus {
591 gduche 661
    cursor: pointer;
662
    display: none;
663
    float: right;
664
    font-size: 20px;
665
    height: 20px;
666
    padding-bottom: 0;
667
    padding-right: 5px;
277 aurelien 668
    position: relative;
669
    top: 1px;
591 gduche 670
    width: 25px;
671
    z-index: 500;
226 delphine 672
}
673
#zone_onglets #ongletEtPlus a {
674
	border-bottom: none;
675
}
676
#lienOngletEtPlus { /* icone */
677
	width:6px;
277 aurelien 678
    padding-left: 9px;
679
	padding-top: 0px;
680
	display:block;
681
	margin-top:5px;
226 delphine 682
}
242 aurelien 683
 
684
.lien-onglet-synthese, .lien-onglet-synthese:hover {
685
	border-bottom: none;
686
}
687
 
226 delphine 688
.menuModules { /* liste */
359 gduche 689
	left: 465px;
226 delphine 690
	width: 187px;
691
	position: absolute;
692
	border: 1px solid #DCD1CC;
693
	margin: 0px;
694
	padding: 0px;
695
	top: 30px;
261 aurelien 696
	z-index:499;
226 delphine 697
	background-color: #F9F9F9;
698
	color: #9AC343;
699
	font-weight: bold;
700
}
701
.elementMenuModules { /* element de la liste */
702
	display:block;
703
	border: 1px solid white;
704
	width: 150px;
705
	padding: 10px 10px 10px 25px;
706
	margin:0px;
707
	cursor: pointer;
708
}
709
.elementMenuModules:hover {
710
	background-color: #FEBF01;
711
}
712
.elementMenuModulesSelectionne {
713
	background-color: #F6AF39;
714
	color: white;
715
}
716
 
717
#dialog label, #dialog input { display:block; }
718
#dialog label { margin-top: 0.5em; }
719
#dialog input, #dialog textarea { width: 95%; }
260 gduche 720
 
721
.bloc_legende_repartition {
722
	float:left;
723
	margin-right:5px;
724
	margin-bottom:3px;
725
	width:15px;
726
	height:15px;
727
	border:solid 1px black;
728
}
729
 
730
.texte_legende_repartition {
731
	float:left;
732
	text-transform:capitalize;
261 aurelien 733
}
734
 
267 aurelien 735
.conteneur_lien_metadonnees {
261 aurelien 736
	padding: 15px;
737
}
279 gduche 738
 
289 aurelien 739
 
620 mathilde 740
 
289 aurelien 741
#nomenclature > ul > li.item_nomenclature {
742
    line-height: 18px;
336 aurelien 743
    width:100%;
289 aurelien 744
}
315 aurelien 745
 
746
.tab-chargement {
316 aurelien 747
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 748
  	background-color: #FFFFFF;
749
    border: medium none;
750
    cursor: pointer;
751
    display: inline-block;
752
    font-size: 14px;
753
    padding: 20px 20px 20px 50px;
754
    width: 555px;
755
}
317 aurelien 756
 
757
.conteneur_illustrations_cel {
758
	width: 250px;
759
}
760
 
761
.conteneur_metadonnees_cel {
762
	width: 250px;
763
	padding-top : 20px;
764
}
327 aurelien 765
 
401 delphine 766
.onglet_marge_gauche {
767
	margin-top: 7px;
768
	padding-left: 30px;
327 aurelien 769
}
334 aurelien 770
 
360 gduche 771
.references_bibliographiques .texte_inactif {
772
	display:none;
364 aurelien 773
}
774
 
775
#repartition_observations {
776
    height: 590px;
777
    width: 100%;
655 mathilde 778
    overflow: hidden;
375 aurelien 779
}
780
 
781
.legende_nom_retenu {
782
	background-color: #E6FFA2;
783
}
784
 
785
.couleur_legende {
786
    display: inline-block;
787
    height: 12px;
788
    width: 30px;
789
    margin-right: 5px;
790
    margin-top: 2px;
791
    border: 1px dotted black;
377 delphine 792
}
793
 
794
/*----------------------------------------------------------------------------------------------------------*/
795
/* Nomenclature */
457 jpm 796
.ns-retenu {
797
	font-weight:bold;
798
}
377 delphine 799
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
800
	font-style: italic;
801
	text-transform: none;
802
}
803
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 804
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 805
	font-style: normal;
806
	text-transform: none;
390 aurelien 807
}
808
 
809
/*----------------------------------------------------------------------------------------------------------*/
810
/* Wikinis */
811
.editable_sur_clic {
812
	min-height: 50px;
813
}
814
 
815
.aide_wikini {
816
    font-size: 0.8em;
817
}
818
 
819
.contenu_editable {
820
	background-color: #F8FBF2;
821
	border: dashed 1px #AAAAAA;
822
	padding: 5px;
823
	padding-top: 2px;
824
	border-radius: 3px;
825
}
826
 
827
.champ_edition_wiki {
828
	width: 100%;
829
	height: 350px;
830
	overflow: auto;
403 gduche 831
}
832
 
833
.imagettePlus {
834
	width:9px;
835
	height:9px;
836
	background:url('../images/ouvrir.png') no-repeat;
837
	display:inline-block;
838
	margin-right:3px;
839
}
840
 
841
.imagetteMoins {
842
	width:9px;
843
	height:9px;
844
	background:url('../images/fermer.png') no-repeat;
845
	margin-right:3px;
846
	display:inline-block;
847
}
848
 
849
.basionyme_complet {
850
	margin-left:20px;
487 gduche 851
	display:block;
403 gduche 852
}
853
 
854
.legende {
855
	border:dashed 1px #AAA;
856
	padding:5px 10px;
857
}
858
 
859
.legende b {
860
	color:#AAA; margin-bottom:10px
435 aurelien 861
}
862
 
863
.wp {
864
	background:url('../images/sites/wikipedia.png') no-repeat;
865
	margin-left: 15px;
866
    margin-top: 5px;
867
    padding-left: 20px;
475 delphine 868
}
537 mathilde 869
/*Description+Ecologie*/
555 mathilde 870
 
537 mathilde 871
.citation {
872
		 font-size:9px;
873
}
874
.fond_graphique {
555 mathilde 875
	background-color:#F8F8F8;
876
	padding-top: 10px;
877
	padding-bottom: 10px;
878
 
879
 
537 mathilde 880
}
555 mathilde 881
.graphique {
882
	margin-right: auto;
883
	margin-left: auto;
716 aurelien 884
	width:100%;
555 mathilde 885
}
886
 
716 aurelien 887
.graphique > * {
888
      width:100%;
889
}
890
 
563 mathilde 891
.titre {
892
		color:#36560B;
893
		left:2px;
555 mathilde 894
		position:relative;
563 mathilde 895
		padding-right:5px;
555 mathilde 896
}
563 mathilde 897
.desc {
898
	margin-right:3px;
899
	margin-left:3px;
900
}
573 mathilde 901
.desc td {
902
	width: 50%;
903
	vertical-align: top;
904
	border: 1px dasharray #36560B;
905
	padding: 7px 5px;
563 mathilde 906
}
581 mathilde 907
 .italique { font-style: italic;
908
 }
909
 
910
 .gras { font-weight: bold;
911
 }
573 mathilde 912
 
613 mathilde 913
 
573 mathilde 914
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
613 mathilde 915
.legende_formes {
916
	background-image:url('../images/legende_formes.png');
917
	background-position: 2px 5px;
918
	background-repeat: no-repeat ;
919
	width : 348px;
920
	height : 30px;
921
	margin-right : auto;
922
	margin-left: auto;
923
	border: 1px dotted grey;
924
	padding : 5px;
925
}
573 mathilde 926
.legende_graphique {
927
	display:none;
928
	font-size:11px;
929
	padding: 5px;
930
}
590 mathilde 931
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
932
	background:none;
933
	border:none;
934
}
573 mathilde 935
.bloc_graph > .voir:focus ~ .legende_graphique{
936
	display: block;
937
}
938
 
939
.bloc_graph > .cacher:focus ~.legende_graphique {
940
	display: none;
941
}
942
 
943
.voir:focus,  .cacher:focus  {
944
	display:none;
945
}
946
 
947
.cacher, .voir {
948
	float:right;
949
}
950
 
951
.cacher {
952
	display:none;
953
}
954
.voir:focus + .cacher, .cacher:focus + .voir {
955
	display:inline;
956
}
957
 
958
.fond_graphique button {
959
	background: none;
960
	border: none;
961
 
962
}
963
 
964
.fond_graphique button:hover {
965
	cursor: pointer;
966
	text-decoration: underline;
967
}
968
 
475 delphine 969
/* Illustrations */
635 mathilde 970
#illustrations-coste img{
620 mathilde 971
	display:inline;
972
	vertical-align:middle;
635 mathilde 973
	margin:0px;
974
	padding:0px;
975
 
620 mathilde 976
}
977
 
475 delphine 978
#illustrations {
979
	margin-left:-5px;
980
	margin-right:-4px;
635 mathilde 981
 
475 delphine 982
}
524 jpm 983
.liste-illustrations .attention{
475 delphine 984
	border:0;
985
	background:none;
986
	text-align:left;
524 jpm 987
	padding:0;
988
}
989
.liste-illustrations{
475 delphine 990
	list-style-type:none;
524 jpm 991
	padding:0;
992
}
993
.liste-illustrations li {
994
	list-style-image:none !important;
475 delphine 995
	background:none;
996
	text-align:center;
997
	font-size:11px;
998
	float: left;
999
	width:210px;
524 jpm 1000
	height:285px;
1001
}
635 mathilde 1002
 
1003
#illustrations-coste .liste-illustrations li{
682 aurelien 1004
	height: 270px;
1005
}
635 mathilde 1006
 
524 jpm 1007
.liste-illustrations li p{
475 delphine 1008
	margin:2px 2px 5px 2px;
1009
	width:206px;
524 jpm 1010
	font-size:11px;
1011
}
1012
.liste-illustrations strong{
1013
	font-weight:bold;
1014
}
1015
.liste-illustrations img{
475 delphine 1016
	display:block;
1017
	border:1px solid white;
1018
	margin:0 auto;
524 jpm 1019
	padding:2px;
1020
	max-height:196px;
1021
	max-width:196px;
1022
}
1023
.liste-illustrations a:hover img{
475 delphine 1024
    border:1px dotted #FD8C13;
1025
}
524 jpm 1026
a.img-cadre{
1027
	display:block;
1028
	border: 1px solid white;
1029
	background:transparent;
1030
	width:204px;
1031
	height:204px;
1032
	margin-right:2px;
1033
}
1034
a.img-cadre:hover{
1035
	border:1px dotted #FD8C13;
1036
}
1037
.img-cadre-fond{
1038
	background:white;
1039
	width:200px;
475 delphine 1040
	height:200px;
524 jpm 1041
	line-height:200px;
1042
	text-align:center;
1043
	margin:2px;
1044
}
1045
#illustrations-photoflora img{
1046
	display:inline;
1047
	vertical-align:middle;
1048
	margin:0;
1049
	padding:0;
1050
	border:0;
591 gduche 1051
}
1052
 
1053
.importance4 {
1054
	font-size:0.8em;
1055
	padding:5px;
595 gduche 1056
	box-shadow:none;
591 gduche 1057
}
1058
 
1059
h1 .nomenclature {
1060
	color:#555;
595 gduche 1061
	font-size:19px;
591 gduche 1062
}
595 gduche 1063
 
1064
h1 .famille {
1065
	font-size:13px;
1066
	margin-top:5px;
1067
}
1068
 
591 gduche 1069
table tbody {
1070
    background-color: #F8F8DB;
1071
    border: 1px solid #9AC342;
655 mathilde 1072
}
1073
 
1074
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
737 mathilde 1075
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
655 mathilde 1076
#bloc_export_choix {
709 aurelien 1077
	width: 100%;
655 mathilde 1078
}
709 aurelien 1079
 
1080
.avertissement_telechargement {
737 mathilde 1081
	padding-top:1px;
709 aurelien 1082
	font-style:italic;
1083
	color: grey;
1084
	font-weight: 0.9em;
1085
}
1086
 
655 mathilde 1087
#export_pdf input[type="submit"] {
1088
	text-align: center;
1089
	width :120px;
1090
	display:block;
737 mathilde 1091
	/*margin-right: auto;*/
1092
	margin-left: 25px;
655 mathilde 1093
 
1094
}
1095
#export_pdf fieldset label{
1096
	width :120px;
1097
	display:inline-block;
737 mathilde 1098
	text-align:right;
655 mathilde 1099
}
1100
 
1101
#export_pdf fieldset {
1102
	border: none;
1103
	margin-left: auto;
1104
	margin-right: auto;
1105
 
1106
}
709 aurelien 1107
 
716 aurelien 1108
.infos_liens_permanents {
1109
	width: 60%;
1110
}
1111
 
1112
.telechargements_pdf {
1113
	width: 40%;
1114
}
1115
 
709 aurelien 1116
.conteneur_telechargements > * {
1117
	padding-left:20px;
1118
	padding-top: 10px;
1119
	padding-bottom: 10px;
1120
}
1121
 
1122
.lien_export_pdf {
1123
	background:url('../images/pdf.png') no-repeat;
1124
	padding-left: 20px;
1125
	font-size:12px;
1126
	padding-bottom: 3px;
1127
}
1128
 
1129
.avertissement_telechargement {
1130
	margin-top: 2px;
1131
}
1132
 
1133
.conteneur_permalien {
1134
	padding-left: 5px;
1135
	padding-bottom: 5px;
1136
	padding-top: 5px;
1137
	width: 100%;
1138
}
1139
 
1140
.wp.conteneur_permalien {
1141
	padding-left: 0px;
1142
	padding-top: 0px;
1143
}
1144
 
1145
.titre_lien_permanent {
1146
	padding-left: 0px;
723 mathilde 1147
}
1148
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1149
#recherche_av {
1150
	position:relative;
737 mathilde 1151
	float:right;
1152
	right:17px;
741 mathilde 1153
 
723 mathilde 1154
}
741 mathilde 1155
#bloc-recherche {
1156
	padding-bottom : 3px;
1157
}
723 mathilde 1158
div #recherche_av_form {
1159
	width:95%;
1160
	margin-right:auto;
1161
	margin-left:auto;
1162
	padding : 3px;
741 mathilde 1163
 
723 mathilde 1164
}
1165
#bloc_recherche_av {
1166
	border: 1px solid white;
1167
	padding : 5px;
1168
	padding-top : 15px;
741 mathilde 1169
 
723 mathilde 1170
}
1171
 
1172
#recherche_av_form label {
1173
	display:block;
1174
	text-align:left;
1175
	padding-left:7px;
1176
}
1177
 
1178
#recherche_av_form .rech {
1179
	margin-top:20px;
1180
	position:relative;
1181
	left: 228px;
1182
	width:200px;
1183
	padding: 2px;
1184
	cursor:pointer;
1185
	background-color:#FFFFFF;
1186
	font-weight: bold;
1187
}
1188
#recherche_av_form .rech:hover {
1189
	background-color:#DDDDDD;
1190
}
1191
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1192
	float:left;
1193
}
1194
#recherche_av_form .valeur-defaut-recherche {
1195
    color: #848484;
1196
    font-style: italic;
1197
}
1198
/* fieldset classification */
1199
fieldset.classification_form label{
1200
	width: 95px;
1201
}
1202
fieldset.classification_form input, fieldset.classification_form select{
1203
	width: 100px;
1204
}
1205
/* fieldset statuts presence */
1206
fieldset.statuts_form label, fieldset.presence_form label{
1207
	width: 220px;
1208
}
1209
fieldset.statuts_form select, fieldset.presence_form select{
1210
	width: 200px;
1211
}
1212
/* fieldset publication */
1213
fieldset.publication_form label {
1214
	width: 60px;
1215
}
1216
/* fieldset numero */
1217
fieldset.numero_form label {
1218
	width: 135px;
737 mathilde 1219
}