Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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