Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 864 | Rev 886 | 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;
860 mathilde 482
	width:310px;
483
 
859 mathilde 484
}
126 gduche 485
.zone-resultat img {
620 mathilde 486
	border:solid 2px #DDD;
487
	float:right;
488
	height: 100px;
489
	width: 100px;
135 jpm 490
}
491
.surlignage {
492
	background-color: #E6FFA2;
171 jpm 493
}
494
#ef-resultats-decomposition #col-ns{
495
	width:33%;
496
}
497
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
498
	font-size:0.8em;
499
}
370 aurelien 500
.retenu{
171 jpm 501
	font-weight:bold;
195 delphine 502
}
503
#ef-resultats-determination .synonymes li {
504
	background: none;
202 delphine 505
	line-height: 18px;
506
	list-style: none outside none;
507
	padding-left: 15px;
508
}
234 delphine 509
.absent {
510
	display:block;
511
	float:right;
512
	background-color:transparent;
362 gduche 513
	background-image:url("../images/pasdephoto.png");
234 delphine 514
	background-repeat:no-repeat;
235 delphine 515
	background-position:50% 20%;
234 delphine 516
	border: 2px solid #DDDDDD;
517
	margin: 0 5px;
518
	height: 100px;
519
	width: 100px;
520
	font-weight: bold;
521
	text-align: center;
522
}
627 mathilde 523
.vide {
524
	display:block;
525
	background-color:transparent;
526
	margin: 0 5px;
527
	height: 100px;
528
	width: 100px;
529
	text-align: center;
530
}
202 delphine 531
 
362 gduche 532
.absent .contribuer {
533
    display: block;
534
    padding-top: 66px;
535
}
206 delphine 536
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
202 delphine 537
	border: none;
538
	background: none;
539
}
540
 
541
#ef-resultats-nv-determination .nom {
542
	width: 30%;
543
	vertical-align: top;
544
	margin-top: 5px;
545
}
546
#ef-resultats-nv-determination .nom ul, li{
547
	margin: 0;
548
	margin-bottom: 5px
226 delphine 549
}
550
 
551
 
552
/*----------------------------------------------------------------------------------------------------------*/
553
/* Fiche */
554
#bloc-fiche h1 {
555
	background: none repeat scroll 0 0 transparent;
591 gduche 556
	padding: 0 9px  0 9px;
226 delphine 557
}
591 gduche 558
#zone_contenu_fiche {
595 gduche 559
    background-color: #EEE;
591 gduche 560
    clear: left;
561
    min-height: 300px;
562
    padding-top: 0.4em;
595 gduche 563
    width: 676px;
564
    border:none;
565
    margin-left:-7px;
566
 
226 delphine 567
}
591 gduche 568
.ui-widget-content {
569
	background:white;
570
}
226 delphine 571
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
572
	border-bottom-right-radius: 0;
573
}
574
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
575
	border-bottom-left-radius: 0;
576
}
577
.colonne {
578
	float:left;
579
	padding-bottom:10px;
580
	width:33%;
581
	margin: 0 1px;
582
}
583
 
488 gduche 584
.deuxtiers{
585
	width:66%;
586
}
587
 
510 gduche 588
.pasDeCurseur {
589
	cursor:default;
590
}
226 delphine 591
/* bloc */
592
.module {
593
	margin: 0 1em 0.5em 0;
594
	width: 99%;
595
}
596
.module .titre{
591 gduche 597
	 cursor: move;
598
    font-size: 12px;
599
    padding-bottom: 1px;
600
    padding-left: 1.2em;
601
    margin-left:-2px;
602
    margin-right:1px;
226 delphine 603
}
591 gduche 604
 
226 delphine 605
.module .titre .ui-icon {
606
	float: right;
607
}
585 aurelien 608
.imagetteMoins, .imagettePlus { /* +/- du titre */
226 delphine 609
	cursor:pointer
610
}
611
.module .contenu {
591 gduche 612
	padding: 10px;
226 delphine 613
}
614
 
615
.ui-sortable-placeholder { /* déplacement bloc */
616
	border: 1px dotted black;
617
	visibility: visible !important;
618
	height: 50px !important;
619
}
620
.ui-sortable-placeholder * {
621
	visibility: hidden;
622
}
623
 
808 aurelien 624
.module .contenu.attention {
767 aurelien 625
    padding: 10px 5px 5px 40px;
808 aurelien 626
    background-position: 5px 12px;
767 aurelien 627
}
628
 
629
.pas_de_protection {
630
    display: block;
631
    margin-bottom: 5px;
632
    margin-left: 35px;
633
}
634
 
635
.completer_statut {
636
    display: block;
637
    float: right;
638
    margin-bottom: 10px;
639
    margin-right: 10px;
640
    padding-top: 5px;
641
    width: 60px;
642
}
643
 
785 aurelien 644
#statut .aucune_info {
645
	padding: 10px;
646
}
647
 
226 delphine 648
/* Onglets */
649
#zone_onglets {
650
	margin-top: 0.1em;
591 gduche 651
	border-width:0;
226 delphine 652
	border-radius:0;
595 gduche 653
	width:676px;
654
	font-size:12px;
655
	margin-left:-7px;
226 delphine 656
}
657
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
658
	padding:0;
659
	position: relative;
660
}
661
.ui-tabs .ui-tabs-nav li a {
662
	float: left;
591 gduche 663
	padding: 0.3em 5px;
226 delphine 664
	text-decoration: none;
665
}
666
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
667
	color: #9AC343;
668
	text-decoration: none;
669
}
670
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
671
	color: #EB8F00;
672
	text-decoration: none;
673
}
591 gduche 674
#onglets {
675
	height:22px
676
}
354 gduche 677
#onglets li {
226 delphine 678
	list-style:none;
591 gduche 679
	line-height:12px;
226 delphine 680
}
354 gduche 681
#onglets li {
226 delphine 682
	float:left;
683
}
684
#zone_onglets li .ui-icon-close {
685
	float: left;
686
	cursor: pointer;
687
}
688
#zone_onglets li a.lien-onglet {
689
	overflow: hidden;
690
	text-decoration: none;
691
	border-bottom: none;
692
}
693
#zone_onglets li a.lien-onglet hover {
694
	overflow: hidden;
695
	text-decoration: none;
696
	border-bottom: none;
697
}
698
/* Menu et + */
699
#zone_onglets #ongletEtPlus {
591 gduche 700
    cursor: pointer;
701
    display: none;
702
    float: right;
703
    font-size: 20px;
704
    height: 20px;
705
    padding-bottom: 0;
706
    padding-right: 5px;
277 aurelien 707
    position: relative;
708
    top: 1px;
591 gduche 709
    width: 25px;
710
    z-index: 500;
226 delphine 711
}
712
#zone_onglets #ongletEtPlus a {
713
	border-bottom: none;
714
}
715
#lienOngletEtPlus { /* icone */
716
	width:6px;
277 aurelien 717
    padding-left: 9px;
718
	padding-top: 0px;
719
	display:block;
720
	margin-top:5px;
226 delphine 721
}
242 aurelien 722
 
723
.lien-onglet-synthese, .lien-onglet-synthese:hover {
724
	border-bottom: none;
725
}
726
 
226 delphine 727
.menuModules { /* liste */
359 gduche 728
	left: 465px;
226 delphine 729
	width: 187px;
730
	position: absolute;
731
	border: 1px solid #DCD1CC;
732
	margin: 0px;
733
	padding: 0px;
734
	top: 30px;
261 aurelien 735
	z-index:499;
226 delphine 736
	background-color: #F9F9F9;
737
	color: #9AC343;
738
	font-weight: bold;
739
}
740
.elementMenuModules { /* element de la liste */
741
	display:block;
742
	border: 1px solid white;
743
	width: 150px;
744
	padding: 10px 10px 10px 25px;
745
	margin:0px;
746
	cursor: pointer;
747
}
748
.elementMenuModules:hover {
749
	background-color: #FEBF01;
750
}
751
.elementMenuModulesSelectionne {
752
	background-color: #F6AF39;
753
	color: white;
754
}
755
 
756
#dialog label, #dialog input { display:block; }
757
#dialog label { margin-top: 0.5em; }
758
#dialog input, #dialog textarea { width: 95%; }
260 gduche 759
 
760
.bloc_legende_repartition {
761
	float:left;
762
	margin-right:5px;
763
	margin-bottom:3px;
764
	width:15px;
765
	height:15px;
766
	border:solid 1px black;
767
}
768
 
769
.texte_legende_repartition {
770
	float:left;
771
	text-transform:capitalize;
261 aurelien 772
}
773
 
267 aurelien 774
.conteneur_lien_metadonnees {
261 aurelien 775
	padding: 15px;
776
}
279 gduche 777
 
289 aurelien 778
 
620 mathilde 779
 
289 aurelien 780
#nomenclature > ul > li.item_nomenclature {
781
    line-height: 18px;
336 aurelien 782
    width:100%;
289 aurelien 783
}
315 aurelien 784
 
785
.tab-chargement {
316 aurelien 786
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 787
  	background-color: #FFFFFF;
788
    border: medium none;
789
    cursor: pointer;
790
    display: inline-block;
791
    font-size: 14px;
792
    padding: 20px 20px 20px 50px;
793
    width: 555px;
794
}
317 aurelien 795
 
796
.conteneur_illustrations_cel {
797
	width: 250px;
798
}
799
 
800
.conteneur_metadonnees_cel {
801
	width: 250px;
802
	padding-top : 20px;
803
}
327 aurelien 804
 
401 delphine 805
.onglet_marge_gauche {
806
	margin-top: 7px;
807
	padding-left: 30px;
327 aurelien 808
}
334 aurelien 809
 
360 gduche 810
.references_bibliographiques .texte_inactif {
811
	display:none;
364 aurelien 812
}
813
 
814
#repartition_observations {
815
    height: 590px;
816
    width: 100%;
655 mathilde 817
    overflow: hidden;
375 aurelien 818
}
819
 
820
.legende_nom_retenu {
821
	background-color: #E6FFA2;
822
}
823
 
824
.couleur_legende {
825
    display: inline-block;
826
    height: 12px;
827
    width: 30px;
828
    margin-right: 5px;
829
    margin-top: 2px;
830
    border: 1px dotted black;
377 delphine 831
}
832
 
767 aurelien 833
 
834
 
377 delphine 835
/*----------------------------------------------------------------------------------------------------------*/
836
/* Nomenclature */
457 jpm 837
.ns-retenu {
838
	font-weight:bold;
839
}
377 delphine 840
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
841
	font-style: italic;
842
	text-transform: none;
843
}
844
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 845
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 846
	font-style: normal;
847
	text-transform: none;
390 aurelien 848
}
849
 
850
/*----------------------------------------------------------------------------------------------------------*/
851
/* Wikinis */
852
.editable_sur_clic {
853
	min-height: 50px;
854
}
855
 
856
.aide_wikini {
857
    font-size: 0.8em;
858
}
859
 
860
.contenu_editable {
861
	background-color: #F8FBF2;
862
	border: dashed 1px #AAAAAA;
863
	padding: 5px;
864
	padding-top: 2px;
865
	border-radius: 3px;
866
}
867
 
868
.champ_edition_wiki {
869
	width: 100%;
870
	height: 350px;
871
	overflow: auto;
403 gduche 872
}
873
 
874
.imagettePlus {
875
	width:9px;
876
	height:9px;
877
	background:url('../images/ouvrir.png') no-repeat;
878
	display:inline-block;
879
	margin-right:3px;
880
}
881
 
882
.imagetteMoins {
883
	width:9px;
884
	height:9px;
885
	background:url('../images/fermer.png') no-repeat;
886
	margin-right:3px;
887
	display:inline-block;
888
}
889
 
890
.basionyme_complet {
891
	margin-left:20px;
487 gduche 892
	display:block;
403 gduche 893
}
894
 
895
.legende {
896
	border:dashed 1px #AAA;
897
	padding:5px 10px;
898
}
899
 
900
.legende b {
901
	color:#AAA; margin-bottom:10px
435 aurelien 902
}
903
 
904
.wp {
905
	background:url('../images/sites/wikipedia.png') no-repeat;
906
	margin-left: 15px;
907
    margin-top: 5px;
908
    padding-left: 20px;
475 delphine 909
}
817 mathilde 910
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
555 mathilde 911
 
537 mathilde 912
.citation {
913
		 font-size:9px;
914
}
915
.fond_graphique {
555 mathilde 916
	background-color:#F8F8F8;
917
	padding-top: 10px;
918
	padding-bottom: 10px;
919
 
920
 
537 mathilde 921
}
555 mathilde 922
.graphique {
923
	margin-right: auto;
924
	margin-left: auto;
716 aurelien 925
	width:100%;
555 mathilde 926
}
927
 
716 aurelien 928
.graphique > * {
929
      width:100%;
930
}
931
 
563 mathilde 932
.titre {
933
		color:#36560B;
934
		left:2px;
555 mathilde 935
		position:relative;
563 mathilde 936
		padding-right:5px;
555 mathilde 937
}
563 mathilde 938
.desc {
939
	margin-right:3px;
940
	margin-left:3px;
941
}
573 mathilde 942
.desc td {
943
	width: 50%;
944
	vertical-align: top;
945
	border: 1px dasharray #36560B;
946
	padding: 7px 5px;
563 mathilde 947
}
581 mathilde 948
 .italique { font-style: italic;
949
 }
950
 
951
 .gras { font-weight: bold;
952
 }
817 mathilde 953
 
573 mathilde 954
 
955
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
613 mathilde 956
.legende_formes {
957
	background-image:url('../images/legende_formes.png');
958
	background-position: 2px 5px;
959
	background-repeat: no-repeat ;
836 mathilde 960
	width : 428px;
613 mathilde 961
	height : 30px;
962
	margin-right : auto;
963
	margin-left: auto;
964
	border: 1px dotted grey;
965
	padding : 5px;
836 mathilde 966
	text-align:center;
613 mathilde 967
}
573 mathilde 968
.legende_graphique {
969
	display:none;
970
	font-size:11px;
971
	padding: 5px;
972
}
590 mathilde 973
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
974
	background:none;
975
	border:none;
976
}
573 mathilde 977
.bloc_graph > .voir:focus ~ .legende_graphique{
978
	display: block;
979
}
980
 
981
.bloc_graph > .cacher:focus ~.legende_graphique {
982
	display: none;
983
}
984
 
985
.voir:focus,  .cacher:focus  {
986
	display:none;
987
}
988
 
989
.cacher, .voir {
990
	float:right;
991
}
992
 
993
.cacher {
994
	display:none;
995
}
996
.voir:focus + .cacher, .cacher:focus + .voir {
997
	display:inline;
998
}
999
 
1000
.fond_graphique button {
1001
	background: none;
1002
	border: none;
1003
 
1004
}
1005
 
1006
.fond_graphique button:hover {
1007
	cursor: pointer;
1008
	text-decoration: underline;
1009
}
1010
 
475 delphine 1011
/* Illustrations */
843 mathilde 1012
#illustrations-coste img {
620 mathilde 1013
	display:inline;
1014
	vertical-align:middle;
635 mathilde 1015
	margin:0px;
1016
	padding:0px;
620 mathilde 1017
}
1018
 
475 delphine 1019
#illustrations {
1020
	margin-left:-5px;
1021
	margin-right:-4px;
635 mathilde 1022
 
475 delphine 1023
}
843 mathilde 1024
.liste-illustrations .attention {
475 delphine 1025
	border:0;
1026
	background:none;
1027
	text-align:left;
524 jpm 1028
	padding:0;
1029
}
1030
.liste-illustrations{
475 delphine 1031
	list-style-type:none;
524 jpm 1032
	padding:0;
1033
}
1034
.liste-illustrations li {
1035
	list-style-image:none !important;
475 delphine 1036
	background:none;
1037
	text-align:center;
1038
	font-size:11px;
1039
	float: left;
1040
	width:210px;
524 jpm 1041
	height:285px;
843 mathilde 1042
	margin:0px;
1043
	padding:0px;
1044
 
524 jpm 1045
}
635 mathilde 1046
 
843 mathilde 1047
#illustrations-coste .liste-illustrations li {
1048
	height: 196px;
682 aurelien 1049
}
635 mathilde 1050
 
843 mathilde 1051
.liste-illustrations li p {
475 delphine 1052
	margin:2px 2px 5px 2px;
1053
	width:206px;
524 jpm 1054
	font-size:11px;
1055
}
843 mathilde 1056
.liste-illustrations strong {
524 jpm 1057
	font-weight:bold;
1058
}
843 mathilde 1059
.liste-illustrations img {
475 delphine 1060
	display:block;
1061
	border:1px solid white;
1062
	margin:0 auto;
524 jpm 1063
	padding:2px;
1064
	max-height:196px;
1065
	max-width:196px;
1066
}
1067
.liste-illustrations a:hover img{
475 delphine 1068
    border:1px dotted #FD8C13;
1069
}
524 jpm 1070
a.img-cadre{
1071
	display:block;
1072
	border: 1px solid white;
1073
	background:transparent;
1074
	width:204px;
1075
	height:204px;
1076
	margin-right:2px;
1077
}
1078
a.img-cadre:hover{
1079
	border:1px dotted #FD8C13;
1080
}
1081
.img-cadre-fond{
1082
	background:white;
1083
	width:200px;
475 delphine 1084
	height:200px;
524 jpm 1085
	line-height:200px;
1086
	text-align:center;
1087
	margin:2px;
1088
}
1089
#illustrations-photoflora img{
1090
	display:inline;
1091
	vertical-align:middle;
1092
	margin:0;
1093
	padding:0;
1094
	border:0;
591 gduche 1095
}
1096
 
1097
.importance4 {
1098
	font-size:0.8em;
1099
	padding:5px;
595 gduche 1100
	box-shadow:none;
591 gduche 1101
}
1102
 
1103
h1 .nomenclature {
1104
	color:#555;
595 gduche 1105
	font-size:19px;
591 gduche 1106
}
595 gduche 1107
 
1108
h1 .famille {
1109
	font-size:13px;
1110
	margin-top:5px;
1111
}
1112
 
591 gduche 1113
table tbody {
1114
    background-color: #F8F8DB;
1115
    border: 1px solid #9AC342;
655 mathilde 1116
}
1117
 
1118
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1119
#bloc_export_choix {
709 aurelien 1120
	width: 100%;
655 mathilde 1121
}
709 aurelien 1122
 
1123
.avertissement_telechargement {
737 mathilde 1124
	padding-top:1px;
709 aurelien 1125
	font-style:italic;
1126
	color: grey;
1127
	font-weight: 0.9em;
1128
}
1129
 
655 mathilde 1130
#export_pdf input[type="submit"] {
1131
	text-align: center;
1132
	width :120px;
1133
	display:block;
737 mathilde 1134
	/*margin-right: auto;*/
1135
	margin-left: 25px;
655 mathilde 1136
 
1137
}
1138
#export_pdf fieldset label{
1139
	width :120px;
1140
	display:inline-block;
737 mathilde 1141
	text-align:right;
655 mathilde 1142
}
1143
 
1144
#export_pdf fieldset {
1145
	border: none;
1146
	margin-left: auto;
1147
	margin-right: auto;
1148
 
1149
}
709 aurelien 1150
 
716 aurelien 1151
.infos_liens_permanents {
1152
	width: 60%;
1153
}
1154
 
1155
.telechargements_pdf {
1156
	width: 40%;
1157
}
1158
 
709 aurelien 1159
.conteneur_telechargements > * {
1160
	padding-left:20px;
1161
	padding-top: 10px;
1162
	padding-bottom: 10px;
1163
}
1164
 
1165
.lien_export_pdf {
1166
	background:url('../images/pdf.png') no-repeat;
1167
	padding-left: 20px;
1168
	font-size:12px;
1169
	padding-bottom: 3px;
1170
}
1171
 
1172
.avertissement_telechargement {
1173
	margin-top: 2px;
1174
}
1175
 
1176
.conteneur_permalien {
1177
	padding-left: 5px;
1178
	padding-bottom: 5px;
1179
	padding-top: 5px;
1180
	width: 100%;
1181
}
1182
 
1183
.wp.conteneur_permalien {
1184
	padding-left: 0px;
1185
	padding-top: 0px;
1186
}
1187
 
1188
.titre_lien_permanent {
1189
	padding-left: 0px;
723 mathilde 1190
}
1191
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1192
#recherche_av {
1193
	position:relative;
737 mathilde 1194
	float:right;
1195
	right:17px;
741 mathilde 1196
 
723 mathilde 1197
}
741 mathilde 1198
#bloc-recherche {
1199
	padding-bottom : 3px;
1200
}
723 mathilde 1201
div #recherche_av_form {
1202
	width:95%;
1203
	margin-right:auto;
1204
	margin-left:auto;
1205
	padding : 3px;
741 mathilde 1206
 
723 mathilde 1207
}
1208
#bloc_recherche_av {
1209
	border: 1px solid white;
1210
	padding : 5px;
1211
	padding-top : 15px;
741 mathilde 1212
 
723 mathilde 1213
}
1214
 
1215
#recherche_av_form label {
1216
	display:block;
1217
	text-align:left;
1218
	padding-left:7px;
1219
}
1220
 
1221
#recherche_av_form .rech {
1222
	margin-top:20px;
1223
	position:relative;
1224
	left: 228px;
1225
	width:200px;
1226
	padding: 2px;
1227
	cursor:pointer;
1228
	background-color:#FFFFFF;
1229
	font-weight: bold;
1230
}
1231
#recherche_av_form .rech:hover {
1232
	background-color:#DDDDDD;
1233
}
1234
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1235
	float:left;
1236
}
1237
#recherche_av_form .valeur-defaut-recherche {
1238
    color: #848484;
1239
    font-style: italic;
1240
}
1241
/* fieldset classification */
1242
fieldset.classification_form label{
1243
	width: 95px;
1244
}
1245
fieldset.classification_form input, fieldset.classification_form select{
1246
	width: 100px;
1247
}
1248
/* fieldset statuts presence */
1249
fieldset.statuts_form label, fieldset.presence_form label{
1250
	width: 220px;
1251
}
1252
fieldset.statuts_form select, fieldset.presence_form select{
1253
	width: 200px;
1254
}
1255
/* fieldset publication */
1256
fieldset.publication_form label {
1257
	width: 60px;
1258
}
1259
/* fieldset numero */
1260
fieldset.numero_form label {
1261
	width: 135px;
737 mathilde 1262
}
760 aurelien 1263
 
1264
 
1265
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1266
.chorodep_svg {
1267
	height: 590px;
761 aurelien 1268
	width:	100%;
1269
}
1270
 
1271
.ecologie_svg {
1272
    width: 500px;
1273
}
1274
 
1275
.chargement {
1276
	background:url('../images/chargement-transparent.gif');
1277
	background-repeat:no-repeat;
1278
	background-position:center;
1279
	min-height: 150px;
785 aurelien 1280
}
1281
 
1282
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1283
li.autocompletion_nom, .autocompletion_nom:hover {
1284
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1285
    margin: 0 0 5px;
1286
}
864 aurelien 1287
 
1288
/**----------------------- Illustration des résultats ---------------------------------------------**/
1289
 
1290
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1291
	cursor: pointer;
1292
}
877 aurelien 1293
 
1294
.nomenclature_synonyme {
1295
    padding-left: 13px;
1296
}
1297
 
1298
.nomenclature_basionyme {
1299
	font-size: 0.9em;
1300
}