Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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