Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1445 | 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
}
944 delphine 98
.acceder-outil {
99
	font-size:0.85em;
100
}
1123 mathias 101
 
102
/* @TODO mettre dans commun.css mais line-height déconne */
103
.acceder-outil-vert {
104
	display:inline-block;
105
	line-height: 25px;
106
	padding-left: 30px;
107
	padding-right: 10px;
108
	background:url("/sites/commun/generique/images/graphisme/icone_erable_blanc_vert.png") no-repeat scroll -1px -1px transparent;
109
	border-radius: 14px; -moz-border-radius:14px; -webkit-border-radius:14px;
110
	color:#6C6865;
111
	font-family:helveticaneue;
112
	font-size:12px;
113
	border: solid #d0d0d0 1px;
114
}
115
 
944 delphine 116
#zone-contenu.acceder-outil.img {
117
	margin-top:-2px;
118
	margin-bottom:-2px;
119
}
171 jpm 120
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 121
/* Disposition */
122
#zone-centrale {
123
	text-align:center;
124
}
125
#zone-logo{
126
	left:18px;
127
	margin:1px 10px;
128
	position:absolute;
129
	top:2px;
130
	z-index:1;
131
}
132
#zone-entete{
133
	height:121px;
134
	margin:0;
135
}
136
#zone-titre{
137
	height:38px;
138
	margin:0;
139
	text-align:right;
140
}
141
#zone-titre h1{
142
	margin:0 20px 0 0;
143
	padding:0;
144
	background-color:transparent;
145
	font-size:28px;
146
	font-weight:bold;
147
}
148
#zone-corps{
149
	margin:0;
150
	text-align:left;
151
}
152
#zone-menu{
153
	position:relative;
154
	float:left;
155
	height:21px;
156
	width:100%;
157
	margin:0;
158
	padding:0;
159
	text-align:left;
160
	font-weight:bold;
161
	border-bottom:1px solid #62210F;
162
}
163
#zone-contenu{
164
	clear:both;
165
	min-height:300px;
166
	padding:0 2px;
167
	text-align:justify;
168
	border-top:medium none !important;
169
	border:1px solid #62210F;
170
}
171
#zone-pied{
172
	clear:both;
173
	text-align:center;
174
}
431 delphine 175
 
176
.ui-tabs { padding:0; position: relative; }
171 jpm 177
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 178
/* Logo */
179
#zone-logo img{
180
	border:0;
181
}
182
#zone-logo a{
183
	position:absolute;
184
	top:0;
185
	left:0;
186
}
187
#zone-logo a:hover{
188
	border:1px dotted;
189
}
190
#zone-logo a:hover:after{
191
	content:" Retour à l'accueil ";
192
}
171 jpm 193
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 194
/* Navigation : onglets */
195
.onglets {
196
	display:inline-block;
197
	padding:0;
198
	margin:0;
199
}
940 aurelien 200
 
201
#zone_onglets > ul > li > a {
202
	width: auto;
203
}
204
 
13 jpm 205
.onglets a {
206
	border:none
207
}
208
.onglets li a, .onglets li{
209
	list-style-image:none;
210
	padding:5px 3px 5px 3px;
211
	margin-top:2px;
212
	background-color:#C2C0AD;
766 delphine 213
	text-align: center;
856 mathilde 214
}
215
 
216
.onglets li.verna{
217
	width: 220px;
218
}
219
 
220
.onglets li.sci{
766 delphine 221
	width: 120px;
13 jpm 222
}
856 mathilde 223
 
13 jpm 224
.onglets li{
225
	cursor:pointer;
226
	float:left;
227
	list-style:none;
228
	margin-right:5px;
229
	font-size:13px;
230
	text-transform:uppercase;
231
	letter-spacing:0;
232
	padding:5px 2px 5px 5px;
233
	margin:0 1px 0 0;
234
	background:none no-repeat 5px 9px #C2C0AD;
235
	color:#fd8c13;
236
	border:1px solid #c2c0ad;
237
	border-bottom:0px solid #c2c0ad;
238
	text-decoration:none;
239
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
240
}
241
.onglets .menu_actif a{
242
	background:none;
243
	color:#FD8C13;
244
	font-weight:bold;
245
}
246
.onglets .menu_actif{
247
	background:none;
248
	border:1px solid #C2C0AD;
249
	border-bottom:0 solid #c2c0ad;
250
	text-decoration:none;
251
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
252
}
253
.onglets .menu_inactif a, .onglets h1{
254
	color:#6C6865;
255
}
256
.onglets .menu_actif h1{
257
	color:#FD8C13;
258
}
1254 aurelien 259
.onglets li:hover, #zone_contenu_corps .onglets li:hover * {
13 jpm 260
	background:white;
261
	border-bottom:0;
262
}
1254 aurelien 263
 
264
.onglets li:hover > a{
13 jpm 265
	color:#FD8C13;
266
}
171 jpm 267
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 268
/* Général */
124 delphine 269
.centrer{
270
	text-align:center;
271
}
13 jpm 272
.discretion{
273
	color:#A9A9A9;
274
	font-size:10px;
528 jpm 275
	font-weight:normal;
276
}
277
.attention{
128 delphine 278
	background-color:#ffffcc;
279
	background-image:url("../images/attention.png");
528 jpm 280
}
281
.information{
128 delphine 282
	background-color:#e7ebfd;
283
	background-image:url("../images/information.png");
528 jpm 284
}
285
.attention, .information{
286
	display:inline-block;
128 delphine 287
	background-repeat:no-repeat;
528 jpm 288
	background-position:5px 50%;
128 delphine 289
	padding:10px 5px 5px 40px;
490 jpm 290
	background-size:24px 24px; -webkit-background-size:24px 24px; -o-background-size:24px 24px; -moz-background-size:24px 24px;
124 delphine 291
	max-width:600px;
528 jpm 292
	min-height:20px;
293
}
294
.msg{
295
	max-width:100%;
296
	height:auto;
297
	width: 100%;
298
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing: border-box;
299
	border-radius: 10px 10px 10px 10px;
300
    box-shadow: 2px 2px 5px #AAAAAA;
301
}
13 jpm 302
hr.nettoyage{
303
	clear:both;
627 mathilde 304
	width:0;
1123 mathias 305
}
627 mathilde 306
 
490 jpm 307
.debogage, .debogage pre{
308
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
309
	word-wrap:break-word; /* IE 5.5+ */
144 jpm 310
    overflow:auto;/* IE 6 */
311
}
171 jpm 312
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 313
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
314
.largeur-01{
315
	width:60px;}
316
.largeur-02{
317
	width:120px;}
318
.largeur-03{
319
	width:180px;}
320
.largeur-04{
321
	width:240px;}
322
.largeur-05{
323
	width:300px;}
324
.largeur-06{
325
	width:360px;}
326
.largeur-07{
327
	width:420px;}
328
.largeur-08{
329
	width:480px;}
330
.largeur-09{
331
	width:540px;}
332
.largeur-10{
333
	width:600px;}
334
.largeur-11{
335
	width:660px;}
336
.largeur-12{
337
	width:720px;}
338
.largeur-13{
339
	width:780px;}
340
.largeur-14{
341
	width:840px;}
342
.largeur-15{
343
	width:900px;}
344
.largeur-16{
101 gduche 345
	width:960px;}
171 jpm 346
/*----------------------------------------------------------------------------------------------------------*/
101 gduche 347
/* Formulaire de Recherche Simple */
172 delphine 348
#bloc-recherche fieldset {
101 gduche 349
	border:none;
350
	padding:0;
351
	width:100%;
352
}
591 gduche 353
.choixNiveau {
354
	position:absolute;
172 delphine 355
	margin-top: -30px;
356
	padding: 0;
591 gduche 357
	width: 300px;
358
	margin-left:430px;
359
 
172 delphine 360
}
192 delphine 361
 
591 gduche 362
.choixNiveau a {
363
	float:left;
364
	border-style:solid;
365
	padding:0.4em 0.8em;
366
	border-color:#C2C0AD;
367
	color:#9AC343;
368
	font-weight:bold;
369
	cursor:pointer;
370
	background:#f9f9f9;
371
	border:1px solid #CCCCCC;
372
}
373
 
374
.choixNiveau .niveau1 {
375
	border-radius:4px 0 0 0;
376
}
377
 
378
.choixNiveau .niveau3 {
379
	border-radius:0 4px 0 0;
380
}
381
 
382
.choixNiveau .actif {
383
	color:#EB8F00;
384
	border-color:#EB8F00;
385
	background:white;
386
}
387
 
192 delphine 388
/* couleur des boutons non sélectionnés*/
591 gduche 389
.ef-form-niveau .ui-buttonset {
192 delphine 390
	margin-right: 25px;
391
}
392
 
591 gduche 393
.ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
192 delphine 394
	background-color:#C2C0AD;
395
	color: #9AC343;
396
	font-weight: bold;
397
}
398
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
399
	background-color: #FFFFFF;
400
	color: #EB8F00;
401
	font-weight: bold;
402
}
403
 
404
#ef-form-niveau .ui-button-text-only .ui-button-text {
405
	padding: 0.2em 0.5em;
406
}
407
 
408
#bloc-recherche h1, #contenu h1 {
409
	background: none;
410
	padding: 0 0 0 20px;
411
}
412
 
194 delphine 413
#bloc-recherche {
414
	padding-bottom: 0;
192 delphine 415
}
416
 
101 gduche 417
#ef-form-nomenclature table {
418
	width:100%;
419
}
420
#ef-form-nomenclature h1 {
421
	margin:0 0 3px 16px;
422
}
423
#ef-form-nomenclature .champ {
424
	padding:3px;
425
	font-size:12px;
426
}
427
#ef-form-nomenclature .zone-choix-type-nom {
428
	float:left;
429
	padding:0 10px
430
}
431
#ef-form-nomenclature .titre-choix-nom {
432
	padding:12px;
433
	font-weight:bold
434
}
435
#ef-form-nomenclature #zone-liens-recherche  {
436
	padding:5px;
437
}
438
#eflore_nomenclature_fiche {
439
	background:url(../images/lien.png) no-repeat 0 -1px;
440
	padding:0 0 0 17px;
441
	color:#598000;
442
	border:1px dotted #95AE5D;
443
	border-width:0 0 1px 0;
444
	cursor:pointer;
113 gduche 445
	margin:0 0 0 19px;
101 gduche 446
	font-size:12px
447
}
448
#ef-form-nomenclature input.ok {
113 gduche 449
	color:rgba(0,0,0,0);
101 gduche 450
	font-size:12px;
451
	font-weight:bold;
113 gduche 452
	padding:3px 10px 3px 10px;
453
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
101 gduche 454
}
113 gduche 455
#ef-form-nomenclature input.ok:hover {
456
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
457
	cursor:pointer;
458
}
101 gduche 459
#ef-form-nomenclature label {
460
	font-size:12px
461
}
109 aurelien 462
 
171 jpm 463
/*----------------------------------------------------------------------------------------------------------*/
120 aurelien 464
/* Formulaire d'autocompletion */
109 aurelien 465
.ui-autocomplete a {
466
	text-decoration:none;
467
	border-bottom:none;
468
}
131 delphine 469
.ui-menu {
470
	list-style:none;
471
	padding: 2px;
472
	margin: 0;
473
	display:block;
474
	float: left;
475
	font-size: 11px;
476
	font-family: arial;
477
}
120 aurelien 478
 
131 delphine 479
.ui-menu .ui-menu-item a {
480
	text-decoration:none;
481
	display:block;
482
	padding:.2em .4em;
483
	line-height:0.8;
484
	zoom:1;
485
}
486
 
120 aurelien 487
#nom.valeur-defaut-recherche {
488
	color:#848484;
489
	font-style:italic;
490
	font-weight:0.9em;
491
}
171 jpm 492
/*----------------------------------------------------------------------------------------------------------*/
126 gduche 493
/* Résultats */
494
.zone-resultat {
951 aurelien 495
	width:96%;
126 gduche 496
	min-height:101px;
497
	padding:10px;
498
	margin-bottom:10px;
499
	background:#f8f9ec;
500
	border:solid 1px #f1f3de;
501
	-moz-border-radius:10px;
502
	-webkit-border-radius:10px;
503
	border-radius:10px;
504
	font-size:13px;
505
	-moz-box-shadow:3px 3px 3px #DDD;
506
}
859 mathilde 507
.zone-resultat .nom-sci{
508
	display:inline-block;
860 mathilde 509
	width:310px;
510
 
859 mathilde 511
}
126 gduche 512
.zone-resultat img {
620 mathilde 513
	border:solid 2px #DDD;
514
	float:right;
515
	height: 100px;
516
	width: 100px;
135 jpm 517
}
518
.surlignage {
519
	background-color: #E6FFA2;
171 jpm 520
}
521
#ef-resultats-decomposition #col-ns{
522
	width:33%;
523
}
524
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
525
	font-size:0.8em;
526
}
370 aurelien 527
.retenu{
171 jpm 528
	font-weight:bold;
195 delphine 529
}
530
#ef-resultats-determination .synonymes li {
531
	background: none;
202 delphine 532
	line-height: 18px;
533
	list-style: none outside none;
534
	padding-left: 15px;
535
}
234 delphine 536
.absent {
537
	display:block;
538
	float:right;
539
	background-color:transparent;
362 gduche 540
	background-image:url("../images/pasdephoto.png");
234 delphine 541
	background-repeat:no-repeat;
235 delphine 542
	background-position:50% 20%;
234 delphine 543
	border: 2px solid #DDDDDD;
544
	margin: 0 5px;
545
	height: 100px;
546
	width: 100px;
547
	font-weight: bold;
548
	text-align: center;
549
}
627 mathilde 550
.vide {
551
	display:block;
552
	background-color:transparent;
553
	margin: 0 5px;
554
	height: 100px;
555
	width: 100px;
556
	text-align: center;
557
}
202 delphine 558
 
362 gduche 559
.absent .contribuer {
560
    display: block;
561
    padding-top: 66px;
562
}
894 aurelien 563
 
564
#ef-resultats-nv-determination {
565
    padding: 0;
566
}
567
 
206 delphine 568
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
202 delphine 569
	border: none;
570
	background: none;
571
}
572
 
573
#ef-resultats-nv-determination .nom {
574
	width: 30%;
575
	vertical-align: top;
576
	margin-top: 5px;
577
}
894 aurelien 578
#ef-resultats-nv-determination .nom ul, #ef-resultats-nv-determination li{
202 delphine 579
	margin: 0;
894 aurelien 580
	margin-bottom: 5px;
581
	list-style-image: none;
582
	list-style-type: none;
583
	padding: 0;
226 delphine 584
}
585
 
951 aurelien 586
#ef-resultats-determination {
587
	padding-left: 0px;
588
}
226 delphine 589
 
951 aurelien 590
 
226 delphine 591
/*----------------------------------------------------------------------------------------------------------*/
592
/* Fiche */
1340 mathias 593
#bloc-fiche {
594
	margin-top: 0;
595
}
226 delphine 596
#bloc-fiche h1 {
597
	background: none repeat scroll 0 0 transparent;
1340 mathias 598
	padding: 0;
599
	margin-bottom : 4px;
226 delphine 600
}
1243 aurelien 601
 
602
.synthese {
603
    background-color: #EEEEEE;
604
    border: medium none;
591 gduche 605
    clear: left;
1243 aurelien 606
    margin-left: -17px;
607
    margin-top: -12px;
591 gduche 608
    min-height: 300px;
609
    padding-top: 0.4em;
1243 aurelien 610
    width: 676px;
226 delphine 611
}
1243 aurelien 612
 
1445 delphine 613
.synthese ul {
614
	padding : 0;
615
}
616
#synthese_statut li {
617
	margin-top: -3px;
618
}
619
 
591 gduche 620
.ui-widget-content {
621
	background:white;
622
}
226 delphine 623
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
624
	border-bottom-right-radius: 0;
625
}
626
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
627
	border-bottom-left-radius: 0;
628
}
629
.colonne {
630
	float:left;
631
	padding-bottom:10px;
632
	width:33%;
633
	margin: 0 1px;
634
}
635
 
488 gduche 636
.deuxtiers{
637
	width:66%;
638
}
639
 
510 gduche 640
.pasDeCurseur {
641
	cursor:default;
642
}
226 delphine 643
/* bloc */
644
.module {
645
	margin: 0 1em 0.5em 0;
646
	width: 99%;
647
}
648
.module .titre{
591 gduche 649
	 cursor: move;
650
    font-size: 12px;
651
    padding-bottom: 1px;
652
    padding-left: 1.2em;
653
    margin-left:-2px;
654
    margin-right:1px;
226 delphine 655
}
591 gduche 656
 
226 delphine 657
.module .titre .ui-icon {
658
	float: right;
659
}
585 aurelien 660
.imagetteMoins, .imagettePlus { /* +/- du titre */
226 delphine 661
	cursor:pointer
662
}
663
.module .contenu {
591 gduche 664
	padding: 10px;
226 delphine 665
}
666
 
667
.ui-sortable-placeholder { /* déplacement bloc */
668
	border: 1px dotted black;
669
	visibility: visible !important;
670
	height: 50px !important;
671
}
672
.ui-sortable-placeholder * {
673
	visibility: hidden;
674
}
675
 
808 aurelien 676
.module .contenu.attention {
767 aurelien 677
    padding: 10px 5px 5px 40px;
808 aurelien 678
    background-position: 5px 12px;
1139 aurelien 679
    width: 174px;
767 aurelien 680
}
681
 
682
.pas_de_protection {
683
    display: block;
684
    margin-bottom: 5px;
685
    margin-left: 35px;
686
}
687
 
688
.completer_statut {
689
    display: block;
690
    float: right;
691
    margin-bottom: 10px;
692
    margin-right: 10px;
693
    padding-top: 5px;
694
    width: 60px;
695
}
696
 
785 aurelien 697
#statut .aucune_info {
698
	padding: 10px;
699
}
1139 aurelien 700
 
701
.infos_liste_rouge {
702
	font-weight: bold;
703
}
704
 
886 delphine 705
#alignement-droite {
706
	float:right;
889 delphine 707
	margin-right: -5px;
886 delphine 708
}
785 aurelien 709
 
887 delphine 710
.lien-onglet.lien-statique.lien_retour_synthese {
711
	background-attachment: scroll;
712
	background-clip: border-box;
713
	background-color: transparent;
714
	background-image: url("../images/fleche_gauche.png");
715
	background-origin: padding-box;
716
	background-position: 0 2px;
717
	background-repeat: no-repeat;
718
	background-size: auto auto;
719
	padding-left: 20px;
720
}
721
 
1246 aurelien 722
.invisible {
723
	visibility:hidden;
724
}
725
 
226 delphine 726
/* Onglets */
727
#zone_onglets {
728
	margin-top: 0.1em;
591 gduche 729
	border-width:0;
226 delphine 730
	border-radius:0;
595 gduche 731
	width:676px;
732
	font-size:12px;
733
	margin-left:-7px;
226 delphine 734
}
735
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
736
	padding:0;
737
	position: relative;
738
}
1243 aurelien 739
.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
226 delphine 740
	float: left;
933 aurelien 741
  	padding: 4px 4px 3px 3px;
226 delphine 742
	text-decoration: none;
743
}
744
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
745
	color: #9AC343;
746
	text-decoration: none;
747
}
748
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
749
	color: #EB8F00;
750
	text-decoration: none;
1243 aurelien 751
	margin-bottom: 1px;
226 delphine 752
}
591 gduche 753
#onglets {
754
	height:22px
755
}
354 gduche 756
#onglets li {
226 delphine 757
	list-style:none;
591 gduche 758
	line-height:12px;
226 delphine 759
}
930 aurelien 760
 
761
#onglets li.ui-tabs-selected {
762
	line-height: 13px;
763
}
764
 
354 gduche 765
#onglets li {
226 delphine 766
	float:left;
767
}
768
#zone_onglets li .ui-icon-close {
769
	float: left;
770
	cursor: pointer;
771
}
772
#zone_onglets li a.lien-onglet {
773
	overflow: hidden;
774
	text-decoration: none;
775
	border-bottom: none;
776
}
777
#zone_onglets li a.lien-onglet hover {
778
	overflow: hidden;
779
	text-decoration: none;
780
	border-bottom: none;
781
}
782
/* Menu et + */
783
#zone_onglets #ongletEtPlus {
591 gduche 784
    cursor: pointer;
785
    display: none;
786
    float: right;
787
    font-size: 20px;
788
    height: 20px;
789
    padding-bottom: 0;
790
    padding-right: 5px;
277 aurelien 791
    position: relative;
792
    top: 1px;
591 gduche 793
    width: 25px;
794
    z-index: 500;
226 delphine 795
}
796
#zone_onglets #ongletEtPlus a {
797
	border-bottom: none;
798
}
799
#lienOngletEtPlus { /* icone */
800
	width:6px;
277 aurelien 801
    padding-left: 9px;
802
	padding-top: 0px;
803
	display:block;
804
	margin-top:5px;
226 delphine 805
}
242 aurelien 806
 
807
.lien-onglet-synthese, .lien-onglet-synthese:hover {
808
	border-bottom: none;
809
}
810
 
226 delphine 811
.menuModules { /* liste */
359 gduche 812
	left: 465px;
226 delphine 813
	width: 187px;
814
	position: absolute;
815
	border: 1px solid #DCD1CC;
816
	margin: 0px;
817
	padding: 0px;
818
	top: 30px;
261 aurelien 819
	z-index:499;
226 delphine 820
	background-color: #F9F9F9;
821
	color: #9AC343;
822
	font-weight: bold;
823
}
824
.elementMenuModules { /* element de la liste */
825
	display:block;
826
	border: 1px solid white;
827
	width: 150px;
828
	padding: 10px 10px 10px 25px;
829
	margin:0px;
830
	cursor: pointer;
831
}
832
.elementMenuModules:hover {
833
	background-color: #FEBF01;
834
}
835
.elementMenuModulesSelectionne {
836
	background-color: #F6AF39;
837
	color: white;
838
}
839
 
840
#dialog label, #dialog input { display:block; }
841
#dialog label { margin-top: 0.5em; }
842
#dialog input, #dialog textarea { width: 95%; }
260 gduche 843
 
1257 aurelien 844
.conteneur_repartition_observations {
845
	width:620px;
846
	height:620px;
847
}
848
 
849
.chargement_repartition {
850
	background: url("../images/chargement.gif") no-repeat scroll 50% 50%, url("../images/fond_carte_metropole.png") no-repeat scroll 8px 8px rgba(0, 0, 0, 0);
851
}
852
 
260 gduche 853
.bloc_legende_repartition {
854
	float:left;
855
	margin-right:5px;
856
	margin-bottom:3px;
857
	width:15px;
858
	height:15px;
859
	border:solid 1px black;
860
}
861
 
862
.texte_legende_repartition {
863
	float:left;
864
	text-transform:capitalize;
261 aurelien 865
}
866
 
267 aurelien 867
.conteneur_lien_metadonnees {
261 aurelien 868
	padding: 15px;
869
}
890 delphine 870
.lien_metadonnees {
871
	float:right;
872
}
279 gduche 873
 
945 aurelien 874
.sous-liste-metadonnees {
875
	margin: 0px;
876
}
877
 
1126 aurelien 878
.intitule_metadonnee {
879
	font-weight: bold;
880
	color : #6C6865;
881
}
882
 
1157 aurelien 883
.lien_metadonnees_affiche {
884
	color:#FD8C13;
885
}
886
 
887
.metadonnees_resume_description {
888
	font-family: Arial,Helvetica,Verdana,sans-serif;
889
    font-size: 14px;
890
}
891
 
289 aurelien 892
#nomenclature > ul > li.item_nomenclature {
893
    line-height: 18px;
336 aurelien 894
    width:100%;
289 aurelien 895
}
315 aurelien 896
 
897
.tab-chargement {
316 aurelien 898
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 899
  	background-color: #FFFFFF;
900
    border: medium none;
901
    cursor: pointer;
902
    display: inline-block;
903
    font-size: 14px;
904
    padding: 20px 20px 20px 50px;
905
    width: 555px;
906
}
317 aurelien 907
 
908
.conteneur_illustrations_cel {
909
	width: 250px;
910
}
911
 
912
.conteneur_metadonnees_cel {
913
	width: 250px;
914
	padding-top : 20px;
915
}
327 aurelien 916
 
401 delphine 917
.onglet_marge_gauche {
918
	margin-top: 7px;
919
	padding-left: 30px;
327 aurelien 920
}
334 aurelien 921
 
360 gduche 922
.references_bibliographiques .texte_inactif {
923
	display:none;
364 aurelien 924
}
925
 
926
#repartition_observations {
927
    height: 590px;
928
    width: 100%;
655 mathilde 929
    overflow: hidden;
375 aurelien 930
}
931
 
932
.legende_nom_retenu {
933
	background-color: #E6FFA2;
934
}
935
 
936
.couleur_legende {
937
    display: inline-block;
938
    height: 12px;
939
    width: 30px;
940
    margin-right: 5px;
941
    margin-top: 2px;
942
    border: 1px dotted black;
377 delphine 943
}
944
 
933 aurelien 945
.lienToggle {
946
	cursor: pointer;
947
}
767 aurelien 948
 
377 delphine 949
/*----------------------------------------------------------------------------------------------------------*/
950
/* Nomenclature */
980 delphine 951
.nomenclature {
952
	text-transform: none;
953
}
954
.famille {
955
	text-transform: uppercase;
956
}
457 jpm 957
.ns-retenu {
958
	font-weight:bold;
959
}
377 delphine 960
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
961
	font-style: italic;
962
	text-transform: none;
963
}
964
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 965
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 966
	font-style: normal;
967
	text-transform: none;
390 aurelien 968
}
980 delphine 969
.vernaculaire {
970
	font-size: 17px;
1340 mathias 971
	/*color: #A89D80;*/
972
	color: #555;
980 delphine 973
	text-transform: none;
1340 mathias 974
	float: right;
980 delphine 975
}
1340 mathias 976
h2.vernaculaire {
977
	font-size: 17px;
978
	color: #555555;
979
	font-weight: normal;
980
}
981
h2.vernaculaire:before {
982
	content: none !important;
983
}
1164 mathias 984
.redirige_depuis {
1340 mathias 985
	display: table-row;
986
    color: #808080;
987
    font-size: 14px;
1164 mathias 988
    font-weight: normal;
989
    text-transform: none;
990
}
1340 mathias 991
 
992
.label_redirige_depuis {
993
	display: table-cell;
1358 aurelien 994
	width: 91px;
1340 mathias 995
	padding-right: 5px;
996
	font-size: 12px;
997
	line-height: 22px;
1164 mathias 998
}
1340 mathias 999
.valeur_redirige_depuis {
1000
	display: table-cell;
1001
	margin-left: 100px;
1002
}
390 aurelien 1003
 
1390 aurelien 1004
.lien_biblio_ext {
1005
	border-bottom: none;
1006
}
1007
 
390 aurelien 1008
/*----------------------------------------------------------------------------------------------------------*/
1009
/* Wikinis */
1010
.editable_sur_clic {
1011
	min-height: 50px;
1012
}
1013
 
1014
.aide_wikini {
1015
    font-size: 0.8em;
1016
}
1017
 
1018
.contenu_editable {
1019
	background-color: #F8FBF2;
1020
	border: dashed 1px #AAAAAA;
1021
	padding: 5px;
1022
	padding-top: 2px;
1023
	border-radius: 3px;
1024
}
1025
 
1026
.champ_edition_wiki {
1027
	width: 100%;
1028
	height: 350px;
1029
	overflow: auto;
403 gduche 1030
}
1031
 
1032
.imagettePlus {
1033
	width:9px;
1034
	height:9px;
1035
	background:url('../images/ouvrir.png') no-repeat;
1036
	display:inline-block;
1037
	margin-right:3px;
1038
}
1039
 
1040
.imagetteMoins {
1041
	width:9px;
1042
	height:9px;
1043
	background:url('../images/fermer.png') no-repeat;
1044
	margin-right:3px;
1045
	display:inline-block;
1046
}
1047
 
1048
.basionyme_complet {
1049
	margin-left:20px;
487 gduche 1050
	display:block;
403 gduche 1051
}
1052
 
1053
.legende {
1054
	border:dashed 1px #AAA;
1055
	padding:5px 10px;
1056
}
1057
 
1058
.legende b {
1059
	color:#AAA; margin-bottom:10px
435 aurelien 1060
}
1061
 
1062
.wp {
1063
	background:url('../images/sites/wikipedia.png') no-repeat;
1064
	margin-left: 15px;
1065
    margin-top: 5px;
1066
    padding-left: 20px;
475 delphine 1067
}
1217 aurelien 1068
 
1069
.conteneur_flore_probable {
1070
	text-align: center;
1071
}
1072
 
817 mathilde 1073
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
555 mathilde 1074
 
537 mathilde 1075
.citation {
1076
		 font-size:9px;
1077
}
1078
.fond_graphique {
555 mathilde 1079
	background-color:#F8F8F8;
1080
	padding-top: 10px;
1081
	padding-bottom: 10px;
1082
 
1083
 
537 mathilde 1084
}
555 mathilde 1085
.graphique {
1086
	margin-right: auto;
1087
	margin-left: auto;
716 aurelien 1088
	width:100%;
555 mathilde 1089
}
1090
 
716 aurelien 1091
.graphique > * {
1092
      width:100%;
1093
}
1094
 
563 mathilde 1095
.titre {
1096
		color:#36560B;
1097
		left:2px;
555 mathilde 1098
		position:relative;
563 mathilde 1099
		padding-right:5px;
555 mathilde 1100
}
563 mathilde 1101
.desc {
1102
	margin-right:3px;
1103
	margin-left:3px;
1104
}
573 mathilde 1105
.desc td {
1106
	width: 50%;
1107
	vertical-align: top;
1108
	border: 1px dasharray #36560B;
1109
	padding: 7px 5px;
563 mathilde 1110
}
581 mathilde 1111
 .italique { font-style: italic;
1112
 }
1113
 
1114
 .gras { font-weight: bold;
1115
 }
817 mathilde 1116
 
573 mathilde 1117
 
1118
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
613 mathilde 1119
.legende_formes {
1120
	background-image:url('../images/legende_formes.png');
1121
	background-position: 2px 5px;
1122
	background-repeat: no-repeat ;
836 mathilde 1123
	width : 428px;
613 mathilde 1124
	height : 30px;
1125
	margin-right : auto;
1126
	margin-left: auto;
1127
	border: 1px dotted grey;
1128
	padding : 5px;
836 mathilde 1129
	text-align:center;
613 mathilde 1130
}
573 mathilde 1131
.legende_graphique {
1132
	display:none;
1133
	font-size:11px;
1134
	padding: 5px;
1135
}
590 mathilde 1136
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1137
	background:none;
1138
	border:none;
1139
}
573 mathilde 1140
 
1141
.cacher, .voir {
1142
	float:right;
1143
}
1144
 
1145
.cacher {
1146
	display:none;
1147
}
1148
 
1149
.fond_graphique button {
1150
	background: none;
1151
	border: none;
1152
 
1153
}
1154
 
1155
.fond_graphique button:hover {
1156
	cursor: pointer;
1157
	text-decoration: underline;
1158
}
1159
 
475 delphine 1160
/* Illustrations */
843 mathilde 1161
#illustrations-coste img {
620 mathilde 1162
	display:inline;
1163
	vertical-align:middle;
635 mathilde 1164
	margin:0px;
1165
	padding:0px;
620 mathilde 1166
}
1167
 
475 delphine 1168
#illustrations {
1169
	margin-left:-5px;
1170
	margin-right:-4px;
635 mathilde 1171
 
475 delphine 1172
}
843 mathilde 1173
.liste-illustrations .attention {
475 delphine 1174
	border:0;
1175
	background:none;
1176
	text-align:left;
524 jpm 1177
	padding:0;
1178
}
1123 mathias 1179
.liste-illustrations {
475 delphine 1180
	list-style-type:none;
524 jpm 1181
	padding:0;
1182
}
1183
.liste-illustrations li {
1184
	list-style-image:none !important;
475 delphine 1185
	background:none;
1186
	text-align:center;
1187
	font-size:11px;
1188
	float: left;
1189
	width:210px;
524 jpm 1190
	height:285px;
843 mathilde 1191
	margin:0px;
1192
	padding:0px;
1193
 
524 jpm 1194
}
635 mathilde 1195
 
1123 mathias 1196
#galerie-organes {
1197
	width: 648px;
1198
	margin-top: 10px;
1199
	margin-bottom: 10px;
1200
	background-color: #f0f0f0;
1201
	border-radius: 10px;
1202
}
1203
 
1303 aurelien 1204
#grande-image-legende-id-destinataire .icone_action_ill, #grande-image-legende-id-image .icone_action_ill {
1205
	height: 10px;
1206
}
1207
 
1208
.liste_actions_ill {
1209
	margin-top: -5px;
1210
}
1211
 
1123 mathias 1212
.separator {
1213
    display: inline-block;
1214
    width: 10px;
1215
}
1216
 
1217
.liste-illustrations li.organe-moyen {
1218
	height: 230px;
1219
	font-size: 13px;
1220
}
1221
 
1222
.liste-illustrations li.caractere-moyen {
1223
	height: 210px;
1224
}
1225
 
1337 aurelien 1226
.ajouter-participer-choix {
1227
	padding-top: 30px;
1228
}
1229
 
1123 mathias 1230
.liste-illustrations li p.absent-organes {
1231
	height: 193px;
1232
	width: 196px;
1233
	margin: 2px 5px 5px;
1234
	background-position: 50% 50%;
1235
}
1236
.liste-illustrations li p.absent-organes a.contribuer {
1237
	height: 30px;
1238
	padding-top: 146px;
1239
}
1240
 
1241
.liste-illustrations li.icone-organe {
1242
	width: 108px;
1243
	height: auto;
1244
	padding-top: 5px;
1245
	padding-bottom: 5px;
1246
	background-color: #ffffff;
1247
}
1248
.liste-illustrations li.icone-organe:first-of-type {
1249
	border-radius: 10px 0 0 0;
1250
}
1251
.liste-illustrations li.icone-organe:last-of-type {
1252
	border-radius: 0 10px 0 0;
1253
}
1254
.liste-illustrations li.icone-organe.active {
1255
	background-color: #f0f0f0;
1256
}
1257
.liste-illustrations li.miniature-organe {
1258
	width: 105px;
1259
	height: auto;
1260
}
1479 mathias 1261
img.icone-organe {
1123 mathias 1262
	height: 30px;
1263
	margin: auto;
1264
	border: none;
1265
}
1479 mathias 1266
img.miniature-organe {
1123 mathias 1267
	margin: auto;
1268
}
1269
 
1270
div.onglet-organe {
1271
    margin: auto;
1281 aurelien 1272
    margin-bottom: 25px;
1123 mathias 1273
    width: 632px;
1274
}
1275
div.onglet-organe ul.liste-illustrations {
1276
	margin-top: 8px;
1276 aurelien 1277
	height: 75px;
1123 mathias 1278
}
1279
 
1280
.liste-illustrations li p.absent-mini {
1281
	width: 60px;
1282
	height: 60px;
1283
	margin-right: 22px;
1284
	font-size: .8em;
1285
	background-image: url("../images/pasdephoto_petit.png");
1286
}
1287
.liste-illustrations li p.absent-mini .contribuer {
1288
	padding-top: 25px;
1289
}
1290
 
1291
#grande-image-organe {
1292
	margin-bottom: 15px;
1293
	text-align: center;
1294
}
1295
#grande-image-legende {
1296
	width: 600px;
1297
	margin: auto;
1298
	padding-bottom: 5px;
1299
}
1300
 
1306 aurelien 1301
.lien_grand_format img {
1293 aurelien 1302
	height: 300px;
1303
}
1304
 
1306 aurelien 1305
.miniature-organe {
1306
	height: 63px;
1307
	width: 63px;
1308
	overflow: hidden;
1309
}
1310
 
1131 mathias 1311
a.lien-images-organes.non-fourni {
1123 mathias 1312
	opacity: 0.2;
1131 mathias 1313
	text-decoration: none;
1123 mathias 1314
}
1131 mathias 1315
a.lien-images-organes.non-fourni:hover {
1316
	text-decoration: none;
1317
	color: inherit;
1318
}
1123 mathias 1319
a.lien-images-organes.fourni {
1320
	cursor: pointer;
1321
}
1131 mathias 1322
a.lien-images-organes.fourni:hover {
1323
 
1324
}
1123 mathias 1325
a.lien-grande-image-organe {
1326
	cursor: pointer;
1327
}
1328
 
843 mathilde 1329
#illustrations-coste .liste-illustrations li {
1330
	height: 196px;
682 aurelien 1331
}
635 mathilde 1332
 
843 mathilde 1333
.liste-illustrations li p {
475 delphine 1334
	margin:2px 2px 5px 2px;
1335
	width:206px;
524 jpm 1336
	font-size:11px;
1337
}
843 mathilde 1338
.liste-illustrations strong {
524 jpm 1339
	font-weight:bold;
1340
}
843 mathilde 1341
.liste-illustrations img {
475 delphine 1342
	display:block;
1343
	border:1px solid white;
1344
	margin:0 auto;
524 jpm 1345
	padding:2px;
1346
	max-height:196px;
1347
	max-width:196px;
1348
}
1349
.liste-illustrations a:hover img{
475 delphine 1350
    border:1px dotted #FD8C13;
1351
}
524 jpm 1352
a.img-cadre{
1353
	display:block;
1354
	border: 1px solid white;
1355
	background:transparent;
1356
	width:204px;
1357
	height:204px;
1358
	margin-right:2px;
1359
}
1360
a.img-cadre:hover{
1361
	border:1px dotted #FD8C13;
1362
}
1363
.img-cadre-fond{
1364
	background:white;
1365
	width:200px;
475 delphine 1366
	height:200px;
524 jpm 1367
	line-height:200px;
1368
	text-align:center;
1369
	margin:2px;
1370
}
1371
#illustrations-photoflora img{
1372
	display:inline;
1373
	vertical-align:middle;
1374
	margin:0;
1375
	padding:0;
1376
	border:0;
591 gduche 1377
}
1378
 
1379
.importance4 {
1380
	font-size:0.8em;
1381
	padding:5px;
595 gduche 1382
	box-shadow:none;
591 gduche 1383
}
1384
 
1385
h1 .nomenclature {
1386
	color:#555;
595 gduche 1387
	font-size:19px;
591 gduche 1388
}
595 gduche 1389
 
1390
h1 .famille {
1391
	font-size:13px;
1392
	margin-top:5px;
1393
}
1394
 
1281 aurelien 1395
#zone_contenu_corps .nomenclature a.lien_recherche_hier {
1396
	color:#555;
1397
}
1398
 
591 gduche 1399
table tbody {
1400
    background-color: #F8F8DB;
1401
    border: 1px solid #9AC342;
655 mathilde 1402
}
1403
 
1404
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1405
#bloc_export_choix {
709 aurelien 1406
	width: 100%;
655 mathilde 1407
}
709 aurelien 1408
 
1409
.avertissement_telechargement {
737 mathilde 1410
	padding-top:1px;
709 aurelien 1411
	font-style:italic;
1412
	color: grey;
1413
	font-weight: 0.9em;
1414
}
1415
 
655 mathilde 1416
#export_pdf input[type="submit"] {
1417
	text-align: center;
1418
	width :120px;
1419
	display:block;
737 mathilde 1420
	/*margin-right: auto;*/
1421
	margin-left: 25px;
655 mathilde 1422
 
1423
}
1424
#export_pdf fieldset label{
1425
	width :120px;
1426
	display:inline-block;
737 mathilde 1427
	text-align:right;
655 mathilde 1428
}
1429
 
1430
#export_pdf fieldset {
1431
	border: none;
1432
	margin-left: auto;
1433
	margin-right: auto;
1434
 
1435
}
709 aurelien 1436
 
716 aurelien 1437
.infos_liens_permanents {
1438
	width: 60%;
1439
}
1440
 
1441
.telechargements_pdf {
1442
	width: 40%;
1443
}
1444
 
709 aurelien 1445
.conteneur_telechargements > * {
1446
	padding-left:20px;
1447
	padding-top: 10px;
1448
	padding-bottom: 10px;
1449
}
1450
 
1065 aurelien 1451
.lien_telechargement_qr_code {
1452
	padding: 0;
1453
	margin-left:20px;
1454
}
1455
 
1456
.conteneur_permalien_mobile {
1457
	margin-left:20px;
1458
	margin-top: 10px;
1459
}
1460
 
709 aurelien 1461
.lien_export_pdf {
1462
	background:url('../images/pdf.png') no-repeat;
1463
	padding-left: 20px;
1464
	font-size:12px;
1465
	padding-bottom: 3px;
1466
}
1467
 
1468
.avertissement_telechargement {
1469
	margin-top: 2px;
1470
}
1471
 
1472
.conteneur_permalien {
1473
	padding-left: 5px;
1474
	padding-bottom: 5px;
1475
	padding-top: 5px;
1476
	width: 100%;
1477
}
1478
 
1246 aurelien 1479
.conteneur_permalien > input {
1480
    background-color: #EAEDCD;
1481
    color: #598000;
1482
    border: none;
1483
}
1484
 
709 aurelien 1485
.wp.conteneur_permalien {
1486
	padding-left: 0px;
1487
	padding-top: 0px;
1488
}
1489
 
1490
.titre_lien_permanent {
1491
	padding-left: 0px;
723 mathilde 1492
}
1114 aurelien 1493
 
1289 aurelien 1494
.liste_actions_ill a {
1495
	border: none;
1496
	text-decoration: none;
1114 aurelien 1497
}
1498
 
1289 aurelien 1499
img.icone_action_ill {
1500
	display: inline;
1501
	height: 16px;
1502
}
1503
 
723 mathilde 1504
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
971 aurelien 1505
::-webkit-input-placeholder { color:#777777; }
1506
::-moz-placeholder { color:#777777; } /* firefox 19+ */
1507
:-ms-input-placeholder { color:#777777; } /* ie */
1508
input:-moz-placeholder { color:#777777; }
1509
 
723 mathilde 1510
#recherche_av {
1511
	position:relative;
737 mathilde 1512
	float:right;
1513
	right:17px;
741 mathilde 1514
 
723 mathilde 1515
}
741 mathilde 1516
#bloc-recherche {
1340 mathias 1517
	padding-bottom: 3px;
1518
	box-shadow: 3px 3px 6px #555555;
1519
	margin-bottom: 10px;
741 mathilde 1520
}
723 mathilde 1521
div #recherche_av_form {
1373 mathias 1522
	width:97%;
723 mathilde 1523
	margin-right:auto;
1524
	margin-left:auto;
1525
	padding : 3px;
741 mathilde 1526
 
723 mathilde 1527
}
1528
#bloc_recherche_av {
1529
	border: 1px solid white;
1530
	padding : 5px;
1531
	padding-top : 15px;
741 mathilde 1532
 
723 mathilde 1533
}
1534
 
1535
#recherche_av_form label {
1536
	display:block;
1537
	text-align:left;
1538
	padding-left:7px;
1539
}
1540
 
1541
#recherche_av_form .rech {
1542
	margin-top:20px;
1543
	position:relative;
1544
	left: 228px;
1545
	width:200px;
1546
	padding: 2px;
1547
	cursor:pointer;
1548
	background-color:#FFFFFF;
1549
	font-weight: bold;
1550
}
1551
#recherche_av_form .rech:hover {
1552
	background-color:#DDDDDD;
1553
}
1554
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1555
	float:left;
1556
}
1557
#recherche_av_form .valeur-defaut-recherche {
1558
    color: #848484;
1559
    font-style: italic;
1560
}
1561
/* fieldset classification */
1562
fieldset.classification_form label{
1563
	width: 95px;
1564
}
1565
fieldset.classification_form input, fieldset.classification_form select{
1566
	width: 100px;
1567
}
1568
/* fieldset statuts presence */
1569
fieldset.statuts_form label, fieldset.presence_form label{
1570
	width: 220px;
1571
}
1572
fieldset.statuts_form select, fieldset.presence_form select{
1573
	width: 200px;
1574
}
1575
/* fieldset publication */
1576
fieldset.publication_form label {
1577
	width: 60px;
1578
}
1579
/* fieldset numero */
1580
fieldset.numero_form label {
1581
	width: 135px;
737 mathilde 1582
}
760 aurelien 1583
 
1125 aurelien 1584
.description-referentiel {
1585
	text-align: justify;
1586
	color: #222222;
1587
    font-family: arial;
1588
    font-size: 12px;
1589
    font-weight: normal;
1590
}
760 aurelien 1591
 
1592
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1593
.chorodep_svg {
1594
	height: 590px;
761 aurelien 1595
	width:	100%;
1596
}
1597
 
1598
.ecologie_svg {
1599
    width: 500px;
1600
}
1601
 
1602
.chargement {
1603
	background:url('../images/chargement-transparent.gif');
1604
	background-repeat:no-repeat;
1605
	background-position:center;
1606
	min-height: 150px;
785 aurelien 1607
}
1608
 
1609
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1610
li.autocompletion_nom, .autocompletion_nom:hover {
1611
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1612
    margin: 0 0 5px;
1613
}
864 aurelien 1614
 
1615
/**----------------------- Illustration des résultats ---------------------------------------------**/
1616
 
1617
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1618
	cursor: pointer;
1619
}
877 aurelien 1620
 
1621
.nomenclature_synonyme {
1622
    padding-left: 13px;
1623
}
1624
 
1248 aurelien 1625
.liste_synonymes_basionyme {
1626
	margin-top: 3px;
1627
}
1628
 
877 aurelien 1629
.nomenclature_basionyme {
1630
	font-size: 0.9em;
1631
}
894 aurelien 1632
 
1633
 
1634
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1635
.page_courante {
1636
	font-size: 1.5em;
1637
}
1638
 
1639
.page_courante a {
1640
	color: black;
1641
}
1642
 
1643
.nb_resultats {
1644
	float:right;
1645
	margin-top: 10px;
1358 aurelien 1646
}
1647
 
1648
/**---------------------- Styles pour le dictionnaire --------------------------------------------**/
1649
#conteneur_activation_definition {
1650
    height: 18px;
1651
    width: 16px;
1652
	left: 17px;
1653
	top: 15px;
1654
    position: relative;
1397 aurelien 1655
	display: none;
1358 aurelien 1656
}
1657
 
1658
#conteneur_activation_definition a {
1659
	height: 18px;
1660
    width: 16px;
1661
    display: inline-block;
1662
}
1663
 
1664
#conteneur_activation_definition.definitions_actives a {
1665
    background: url("../images/dictionnaire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1666
}
1667
 
1668
#conteneur_activation_definition.definitions_inactives a {
1669
    background: url("../images/dictionnaire_inactif.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1479 mathias 1670
}