Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1392 | Rev 1445 | 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
}
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
 
591 gduche 613
.ui-widget-content {
614
	background:white;
615
}
226 delphine 616
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
617
	border-bottom-right-radius: 0;
618
}
619
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
620
	border-bottom-left-radius: 0;
621
}
622
.colonne {
623
	float:left;
624
	padding-bottom:10px;
625
	width:33%;
626
	margin: 0 1px;
627
}
628
 
488 gduche 629
.deuxtiers{
630
	width:66%;
631
}
632
 
510 gduche 633
.pasDeCurseur {
634
	cursor:default;
635
}
226 delphine 636
/* bloc */
637
.module {
638
	margin: 0 1em 0.5em 0;
639
	width: 99%;
640
}
641
.module .titre{
591 gduche 642
	 cursor: move;
643
    font-size: 12px;
644
    padding-bottom: 1px;
645
    padding-left: 1.2em;
646
    margin-left:-2px;
647
    margin-right:1px;
226 delphine 648
}
591 gduche 649
 
226 delphine 650
.module .titre .ui-icon {
651
	float: right;
652
}
585 aurelien 653
.imagetteMoins, .imagettePlus { /* +/- du titre */
226 delphine 654
	cursor:pointer
655
}
656
.module .contenu {
591 gduche 657
	padding: 10px;
226 delphine 658
}
659
 
660
.ui-sortable-placeholder { /* déplacement bloc */
661
	border: 1px dotted black;
662
	visibility: visible !important;
663
	height: 50px !important;
664
}
665
.ui-sortable-placeholder * {
666
	visibility: hidden;
667
}
668
 
808 aurelien 669
.module .contenu.attention {
767 aurelien 670
    padding: 10px 5px 5px 40px;
808 aurelien 671
    background-position: 5px 12px;
1139 aurelien 672
    width: 174px;
767 aurelien 673
}
674
 
675
.pas_de_protection {
676
    display: block;
677
    margin-bottom: 5px;
678
    margin-left: 35px;
679
}
680
 
681
.completer_statut {
682
    display: block;
683
    float: right;
684
    margin-bottom: 10px;
685
    margin-right: 10px;
686
    padding-top: 5px;
687
    width: 60px;
688
}
689
 
785 aurelien 690
#statut .aucune_info {
691
	padding: 10px;
692
}
1139 aurelien 693
 
694
.infos_liste_rouge {
695
	font-weight: bold;
696
}
697
 
886 delphine 698
#alignement-droite {
699
	float:right;
889 delphine 700
	margin-right: -5px;
886 delphine 701
}
785 aurelien 702
 
887 delphine 703
.lien-onglet.lien-statique.lien_retour_synthese {
704
	background-attachment: scroll;
705
	background-clip: border-box;
706
	background-color: transparent;
707
	background-image: url("../images/fleche_gauche.png");
708
	background-origin: padding-box;
709
	background-position: 0 2px;
710
	background-repeat: no-repeat;
711
	background-size: auto auto;
712
	padding-left: 20px;
713
}
714
 
1246 aurelien 715
.invisible {
716
	visibility:hidden;
717
}
718
 
226 delphine 719
/* Onglets */
720
#zone_onglets {
721
	margin-top: 0.1em;
591 gduche 722
	border-width:0;
226 delphine 723
	border-radius:0;
595 gduche 724
	width:676px;
725
	font-size:12px;
726
	margin-left:-7px;
226 delphine 727
}
728
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
729
	padding:0;
730
	position: relative;
731
}
1243 aurelien 732
.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
226 delphine 733
	float: left;
933 aurelien 734
  	padding: 4px 4px 3px 3px;
226 delphine 735
	text-decoration: none;
736
}
737
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
738
	color: #9AC343;
739
	text-decoration: none;
740
}
741
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
742
	color: #EB8F00;
743
	text-decoration: none;
1243 aurelien 744
	margin-bottom: 1px;
226 delphine 745
}
591 gduche 746
#onglets {
747
	height:22px
748
}
354 gduche 749
#onglets li {
226 delphine 750
	list-style:none;
591 gduche 751
	line-height:12px;
226 delphine 752
}
930 aurelien 753
 
754
#onglets li.ui-tabs-selected {
755
	line-height: 13px;
756
}
757
 
354 gduche 758
#onglets li {
226 delphine 759
	float:left;
760
}
761
#zone_onglets li .ui-icon-close {
762
	float: left;
763
	cursor: pointer;
764
}
765
#zone_onglets li a.lien-onglet {
766
	overflow: hidden;
767
	text-decoration: none;
768
	border-bottom: none;
769
}
770
#zone_onglets li a.lien-onglet hover {
771
	overflow: hidden;
772
	text-decoration: none;
773
	border-bottom: none;
774
}
775
/* Menu et + */
776
#zone_onglets #ongletEtPlus {
591 gduche 777
    cursor: pointer;
778
    display: none;
779
    float: right;
780
    font-size: 20px;
781
    height: 20px;
782
    padding-bottom: 0;
783
    padding-right: 5px;
277 aurelien 784
    position: relative;
785
    top: 1px;
591 gduche 786
    width: 25px;
787
    z-index: 500;
226 delphine 788
}
789
#zone_onglets #ongletEtPlus a {
790
	border-bottom: none;
791
}
792
#lienOngletEtPlus { /* icone */
793
	width:6px;
277 aurelien 794
    padding-left: 9px;
795
	padding-top: 0px;
796
	display:block;
797
	margin-top:5px;
226 delphine 798
}
242 aurelien 799
 
800
.lien-onglet-synthese, .lien-onglet-synthese:hover {
801
	border-bottom: none;
802
}
803
 
226 delphine 804
.menuModules { /* liste */
359 gduche 805
	left: 465px;
226 delphine 806
	width: 187px;
807
	position: absolute;
808
	border: 1px solid #DCD1CC;
809
	margin: 0px;
810
	padding: 0px;
811
	top: 30px;
261 aurelien 812
	z-index:499;
226 delphine 813
	background-color: #F9F9F9;
814
	color: #9AC343;
815
	font-weight: bold;
816
}
817
.elementMenuModules { /* element de la liste */
818
	display:block;
819
	border: 1px solid white;
820
	width: 150px;
821
	padding: 10px 10px 10px 25px;
822
	margin:0px;
823
	cursor: pointer;
824
}
825
.elementMenuModules:hover {
826
	background-color: #FEBF01;
827
}
828
.elementMenuModulesSelectionne {
829
	background-color: #F6AF39;
830
	color: white;
831
}
832
 
833
#dialog label, #dialog input { display:block; }
834
#dialog label { margin-top: 0.5em; }
835
#dialog input, #dialog textarea { width: 95%; }
260 gduche 836
 
1257 aurelien 837
.conteneur_repartition_observations {
838
	width:620px;
839
	height:620px;
840
}
841
 
842
.chargement_repartition {
843
	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);
844
}
845
 
260 gduche 846
.bloc_legende_repartition {
847
	float:left;
848
	margin-right:5px;
849
	margin-bottom:3px;
850
	width:15px;
851
	height:15px;
852
	border:solid 1px black;
853
}
854
 
855
.texte_legende_repartition {
856
	float:left;
857
	text-transform:capitalize;
261 aurelien 858
}
859
 
267 aurelien 860
.conteneur_lien_metadonnees {
261 aurelien 861
	padding: 15px;
862
}
890 delphine 863
.lien_metadonnees {
864
	float:right;
865
}
279 gduche 866
 
945 aurelien 867
.sous-liste-metadonnees {
868
	margin: 0px;
869
}
870
 
1126 aurelien 871
.intitule_metadonnee {
872
	font-weight: bold;
873
	color : #6C6865;
874
}
875
 
1157 aurelien 876
.lien_metadonnees_affiche {
877
	color:#FD8C13;
878
}
879
 
880
.metadonnees_resume_description {
881
	font-family: Arial,Helvetica,Verdana,sans-serif;
882
    font-size: 14px;
883
}
884
 
289 aurelien 885
#nomenclature > ul > li.item_nomenclature {
886
    line-height: 18px;
336 aurelien 887
    width:100%;
289 aurelien 888
}
315 aurelien 889
 
890
.tab-chargement {
316 aurelien 891
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 892
  	background-color: #FFFFFF;
893
    border: medium none;
894
    cursor: pointer;
895
    display: inline-block;
896
    font-size: 14px;
897
    padding: 20px 20px 20px 50px;
898
    width: 555px;
899
}
317 aurelien 900
 
901
.conteneur_illustrations_cel {
902
	width: 250px;
903
}
904
 
905
.conteneur_metadonnees_cel {
906
	width: 250px;
907
	padding-top : 20px;
908
}
327 aurelien 909
 
401 delphine 910
.onglet_marge_gauche {
911
	margin-top: 7px;
912
	padding-left: 30px;
327 aurelien 913
}
334 aurelien 914
 
360 gduche 915
.references_bibliographiques .texte_inactif {
916
	display:none;
364 aurelien 917
}
918
 
919
#repartition_observations {
920
    height: 590px;
921
    width: 100%;
655 mathilde 922
    overflow: hidden;
375 aurelien 923
}
924
 
925
.legende_nom_retenu {
926
	background-color: #E6FFA2;
927
}
928
 
929
.couleur_legende {
930
    display: inline-block;
931
    height: 12px;
932
    width: 30px;
933
    margin-right: 5px;
934
    margin-top: 2px;
935
    border: 1px dotted black;
377 delphine 936
}
937
 
933 aurelien 938
.lienToggle {
939
	cursor: pointer;
940
}
767 aurelien 941
 
377 delphine 942
/*----------------------------------------------------------------------------------------------------------*/
943
/* Nomenclature */
980 delphine 944
.nomenclature {
945
	text-transform: none;
946
}
947
.famille {
948
	text-transform: uppercase;
949
}
457 jpm 950
.ns-retenu {
951
	font-weight:bold;
952
}
377 delphine 953
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
954
	font-style: italic;
955
	text-transform: none;
956
}
957
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 958
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 959
	font-style: normal;
960
	text-transform: none;
390 aurelien 961
}
980 delphine 962
.vernaculaire {
963
	font-size: 17px;
1340 mathias 964
	/*color: #A89D80;*/
965
	color: #555;
980 delphine 966
	text-transform: none;
1340 mathias 967
	float: right;
980 delphine 968
}
1340 mathias 969
h2.vernaculaire {
970
	font-size: 17px;
971
	color: #555555;
972
	font-weight: normal;
973
}
974
h2.vernaculaire:before {
975
	content: none !important;
976
}
1164 mathias 977
.redirige_depuis {
1340 mathias 978
	display: table-row;
979
    color: #808080;
980
    font-size: 14px;
1164 mathias 981
    font-weight: normal;
982
    text-transform: none;
983
}
1340 mathias 984
 
985
.label_redirige_depuis {
986
	display: table-cell;
1358 aurelien 987
	width: 91px;
1340 mathias 988
	padding-right: 5px;
989
	font-size: 12px;
990
	line-height: 22px;
1164 mathias 991
}
1340 mathias 992
.valeur_redirige_depuis {
993
	display: table-cell;
994
	margin-left: 100px;
995
}
390 aurelien 996
 
1390 aurelien 997
.lien_biblio_ext {
998
	border-bottom: none;
999
}
1000
 
390 aurelien 1001
/*----------------------------------------------------------------------------------------------------------*/
1002
/* Wikinis */
1003
.editable_sur_clic {
1004
	min-height: 50px;
1005
}
1006
 
1007
.aide_wikini {
1008
    font-size: 0.8em;
1009
}
1010
 
1011
.contenu_editable {
1012
	background-color: #F8FBF2;
1013
	border: dashed 1px #AAAAAA;
1014
	padding: 5px;
1015
	padding-top: 2px;
1016
	border-radius: 3px;
1017
}
1018
 
1019
.champ_edition_wiki {
1020
	width: 100%;
1021
	height: 350px;
1022
	overflow: auto;
403 gduche 1023
}
1024
 
1025
.imagettePlus {
1026
	width:9px;
1027
	height:9px;
1028
	background:url('../images/ouvrir.png') no-repeat;
1029
	display:inline-block;
1030
	margin-right:3px;
1031
}
1032
 
1033
.imagetteMoins {
1034
	width:9px;
1035
	height:9px;
1036
	background:url('../images/fermer.png') no-repeat;
1037
	margin-right:3px;
1038
	display:inline-block;
1039
}
1040
 
1041
.basionyme_complet {
1042
	margin-left:20px;
487 gduche 1043
	display:block;
403 gduche 1044
}
1045
 
1046
.legende {
1047
	border:dashed 1px #AAA;
1048
	padding:5px 10px;
1049
}
1050
 
1051
.legende b {
1052
	color:#AAA; margin-bottom:10px
435 aurelien 1053
}
1054
 
1055
.wp {
1056
	background:url('../images/sites/wikipedia.png') no-repeat;
1057
	margin-left: 15px;
1058
    margin-top: 5px;
1059
    padding-left: 20px;
475 delphine 1060
}
1217 aurelien 1061
 
1062
.conteneur_flore_probable {
1063
	text-align: center;
1064
}
1065
 
817 mathilde 1066
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
555 mathilde 1067
 
537 mathilde 1068
.citation {
1069
		 font-size:9px;
1070
}
1071
.fond_graphique {
555 mathilde 1072
	background-color:#F8F8F8;
1073
	padding-top: 10px;
1074
	padding-bottom: 10px;
1075
 
1076
 
537 mathilde 1077
}
555 mathilde 1078
.graphique {
1079
	margin-right: auto;
1080
	margin-left: auto;
716 aurelien 1081
	width:100%;
555 mathilde 1082
}
1083
 
716 aurelien 1084
.graphique > * {
1085
      width:100%;
1086
}
1087
 
563 mathilde 1088
.titre {
1089
		color:#36560B;
1090
		left:2px;
555 mathilde 1091
		position:relative;
563 mathilde 1092
		padding-right:5px;
555 mathilde 1093
}
563 mathilde 1094
.desc {
1095
	margin-right:3px;
1096
	margin-left:3px;
1097
}
573 mathilde 1098
.desc td {
1099
	width: 50%;
1100
	vertical-align: top;
1101
	border: 1px dasharray #36560B;
1102
	padding: 7px 5px;
563 mathilde 1103
}
581 mathilde 1104
 .italique { font-style: italic;
1105
 }
1106
 
1107
 .gras { font-weight: bold;
1108
 }
817 mathilde 1109
 
573 mathilde 1110
 
1111
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
613 mathilde 1112
.legende_formes {
1113
	background-image:url('../images/legende_formes.png');
1114
	background-position: 2px 5px;
1115
	background-repeat: no-repeat ;
836 mathilde 1116
	width : 428px;
613 mathilde 1117
	height : 30px;
1118
	margin-right : auto;
1119
	margin-left: auto;
1120
	border: 1px dotted grey;
1121
	padding : 5px;
836 mathilde 1122
	text-align:center;
613 mathilde 1123
}
573 mathilde 1124
.legende_graphique {
1125
	display:none;
1126
	font-size:11px;
1127
	padding: 5px;
1128
}
590 mathilde 1129
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1130
	background:none;
1131
	border:none;
1132
}
573 mathilde 1133
 
1134
.cacher, .voir {
1135
	float:right;
1136
}
1137
 
1138
.cacher {
1139
	display:none;
1140
}
1141
 
1142
.fond_graphique button {
1143
	background: none;
1144
	border: none;
1145
 
1146
}
1147
 
1148
.fond_graphique button:hover {
1149
	cursor: pointer;
1150
	text-decoration: underline;
1151
}
1152
 
475 delphine 1153
/* Illustrations */
843 mathilde 1154
#illustrations-coste img {
620 mathilde 1155
	display:inline;
1156
	vertical-align:middle;
635 mathilde 1157
	margin:0px;
1158
	padding:0px;
620 mathilde 1159
}
1160
 
475 delphine 1161
#illustrations {
1162
	margin-left:-5px;
1163
	margin-right:-4px;
635 mathilde 1164
 
475 delphine 1165
}
843 mathilde 1166
.liste-illustrations .attention {
475 delphine 1167
	border:0;
1168
	background:none;
1169
	text-align:left;
524 jpm 1170
	padding:0;
1171
}
1123 mathias 1172
.liste-illustrations {
475 delphine 1173
	list-style-type:none;
524 jpm 1174
	padding:0;
1175
}
1176
.liste-illustrations li {
1177
	list-style-image:none !important;
475 delphine 1178
	background:none;
1179
	text-align:center;
1180
	font-size:11px;
1181
	float: left;
1182
	width:210px;
524 jpm 1183
	height:285px;
843 mathilde 1184
	margin:0px;
1185
	padding:0px;
1186
 
524 jpm 1187
}
635 mathilde 1188
 
1123 mathias 1189
#galerie-organes {
1190
	width: 648px;
1191
	margin-top: 10px;
1192
	margin-bottom: 10px;
1193
	background-color: #f0f0f0;
1194
	border-radius: 10px;
1195
}
1196
 
1303 aurelien 1197
#grande-image-legende-id-destinataire .icone_action_ill, #grande-image-legende-id-image .icone_action_ill {
1198
	height: 10px;
1199
}
1200
 
1201
.liste_actions_ill {
1202
	margin-top: -5px;
1203
}
1204
 
1123 mathias 1205
.separator {
1206
    display: inline-block;
1207
    width: 10px;
1208
}
1209
 
1210
.liste-illustrations li.organe-moyen {
1211
	height: 230px;
1212
	font-size: 13px;
1213
}
1214
 
1215
.liste-illustrations li.caractere-moyen {
1216
	height: 210px;
1217
}
1218
 
1337 aurelien 1219
.ajouter-participer-choix {
1220
	padding-top: 30px;
1221
}
1222
 
1123 mathias 1223
.liste-illustrations li p.absent-organes {
1224
	height: 193px;
1225
	width: 196px;
1226
	margin: 2px 5px 5px;
1227
	background-position: 50% 50%;
1228
}
1229
.liste-illustrations li p.absent-organes a.contribuer {
1230
	height: 30px;
1231
	padding-top: 146px;
1232
}
1233
 
1234
.liste-illustrations li.icone-organe {
1235
	width: 108px;
1236
	height: auto;
1237
	padding-top: 5px;
1238
	padding-bottom: 5px;
1239
	background-color: #ffffff;
1240
}
1241
.liste-illustrations li.icone-organe:first-of-type {
1242
	border-radius: 10px 0 0 0;
1243
}
1244
.liste-illustrations li.icone-organe:last-of-type {
1245
	border-radius: 0 10px 0 0;
1246
}
1247
.liste-illustrations li.icone-organe.active {
1248
	background-color: #f0f0f0;
1249
}
1250
.liste-illustrations li.miniature-organe {
1251
	width: 105px;
1252
	height: auto;
1253
}
1254
#zone_contenu_corps img.icone-organe {
1255
	height: 30px;
1256
	margin: auto;
1257
	border: none;
1258
}
1259
#zone_contenu_corps img.miniature-organe {
1260
	margin: auto;
1261
}
1262
 
1263
div.onglet-organe {
1264
    margin: auto;
1281 aurelien 1265
    margin-bottom: 25px;
1123 mathias 1266
    width: 632px;
1267
}
1268
div.onglet-organe ul.liste-illustrations {
1269
	margin-top: 8px;
1276 aurelien 1270
	height: 75px;
1123 mathias 1271
}
1272
 
1273
.liste-illustrations li p.absent-mini {
1274
	width: 60px;
1275
	height: 60px;
1276
	margin-right: 22px;
1277
	font-size: .8em;
1278
	background-image: url("../images/pasdephoto_petit.png");
1279
}
1280
.liste-illustrations li p.absent-mini .contribuer {
1281
	padding-top: 25px;
1282
}
1283
 
1284
#grande-image-organe {
1285
	margin-bottom: 15px;
1286
	text-align: center;
1287
}
1288
#grande-image-legende {
1289
	width: 600px;
1290
	margin: auto;
1291
	padding-bottom: 5px;
1292
}
1293
 
1306 aurelien 1294
.lien_grand_format img {
1293 aurelien 1295
	height: 300px;
1296
}
1297
 
1306 aurelien 1298
.miniature-organe {
1299
	height: 63px;
1300
	width: 63px;
1301
	overflow: hidden;
1302
}
1303
 
1131 mathias 1304
a.lien-images-organes.non-fourni {
1123 mathias 1305
	opacity: 0.2;
1131 mathias 1306
	text-decoration: none;
1123 mathias 1307
}
1131 mathias 1308
a.lien-images-organes.non-fourni:hover {
1309
	text-decoration: none;
1310
	color: inherit;
1311
}
1123 mathias 1312
a.lien-images-organes.fourni {
1313
	cursor: pointer;
1314
}
1131 mathias 1315
a.lien-images-organes.fourni:hover {
1316
 
1317
}
1123 mathias 1318
a.lien-grande-image-organe {
1319
	cursor: pointer;
1320
}
1321
 
843 mathilde 1322
#illustrations-coste .liste-illustrations li {
1323
	height: 196px;
682 aurelien 1324
}
635 mathilde 1325
 
843 mathilde 1326
.liste-illustrations li p {
475 delphine 1327
	margin:2px 2px 5px 2px;
1328
	width:206px;
524 jpm 1329
	font-size:11px;
1330
}
843 mathilde 1331
.liste-illustrations strong {
524 jpm 1332
	font-weight:bold;
1333
}
843 mathilde 1334
.liste-illustrations img {
475 delphine 1335
	display:block;
1336
	border:1px solid white;
1337
	margin:0 auto;
524 jpm 1338
	padding:2px;
1339
	max-height:196px;
1340
	max-width:196px;
1341
}
1342
.liste-illustrations a:hover img{
475 delphine 1343
    border:1px dotted #FD8C13;
1344
}
524 jpm 1345
a.img-cadre{
1346
	display:block;
1347
	border: 1px solid white;
1348
	background:transparent;
1349
	width:204px;
1350
	height:204px;
1351
	margin-right:2px;
1352
}
1353
a.img-cadre:hover{
1354
	border:1px dotted #FD8C13;
1355
}
1356
.img-cadre-fond{
1357
	background:white;
1358
	width:200px;
475 delphine 1359
	height:200px;
524 jpm 1360
	line-height:200px;
1361
	text-align:center;
1362
	margin:2px;
1363
}
1364
#illustrations-photoflora img{
1365
	display:inline;
1366
	vertical-align:middle;
1367
	margin:0;
1368
	padding:0;
1369
	border:0;
591 gduche 1370
}
1371
 
1372
.importance4 {
1373
	font-size:0.8em;
1374
	padding:5px;
595 gduche 1375
	box-shadow:none;
591 gduche 1376
}
1377
 
1378
h1 .nomenclature {
1379
	color:#555;
595 gduche 1380
	font-size:19px;
591 gduche 1381
}
595 gduche 1382
 
1383
h1 .famille {
1384
	font-size:13px;
1385
	margin-top:5px;
1386
}
1387
 
1281 aurelien 1388
#zone_contenu_corps .nomenclature a.lien_recherche_hier {
1389
	color:#555;
1390
}
1391
 
591 gduche 1392
table tbody {
1393
    background-color: #F8F8DB;
1394
    border: 1px solid #9AC342;
655 mathilde 1395
}
1396
 
1397
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1398
#bloc_export_choix {
709 aurelien 1399
	width: 100%;
655 mathilde 1400
}
709 aurelien 1401
 
1402
.avertissement_telechargement {
737 mathilde 1403
	padding-top:1px;
709 aurelien 1404
	font-style:italic;
1405
	color: grey;
1406
	font-weight: 0.9em;
1407
}
1408
 
655 mathilde 1409
#export_pdf input[type="submit"] {
1410
	text-align: center;
1411
	width :120px;
1412
	display:block;
737 mathilde 1413
	/*margin-right: auto;*/
1414
	margin-left: 25px;
655 mathilde 1415
 
1416
}
1417
#export_pdf fieldset label{
1418
	width :120px;
1419
	display:inline-block;
737 mathilde 1420
	text-align:right;
655 mathilde 1421
}
1422
 
1423
#export_pdf fieldset {
1424
	border: none;
1425
	margin-left: auto;
1426
	margin-right: auto;
1427
 
1428
}
709 aurelien 1429
 
716 aurelien 1430
.infos_liens_permanents {
1431
	width: 60%;
1432
}
1433
 
1434
.telechargements_pdf {
1435
	width: 40%;
1436
}
1437
 
709 aurelien 1438
.conteneur_telechargements > * {
1439
	padding-left:20px;
1440
	padding-top: 10px;
1441
	padding-bottom: 10px;
1442
}
1443
 
1065 aurelien 1444
.lien_telechargement_qr_code {
1445
	padding: 0;
1446
	margin-left:20px;
1447
}
1448
 
1449
.conteneur_permalien_mobile {
1450
	margin-left:20px;
1451
	margin-top: 10px;
1452
}
1453
 
709 aurelien 1454
.lien_export_pdf {
1455
	background:url('../images/pdf.png') no-repeat;
1456
	padding-left: 20px;
1457
	font-size:12px;
1458
	padding-bottom: 3px;
1459
}
1460
 
1461
.avertissement_telechargement {
1462
	margin-top: 2px;
1463
}
1464
 
1465
.conteneur_permalien {
1466
	padding-left: 5px;
1467
	padding-bottom: 5px;
1468
	padding-top: 5px;
1469
	width: 100%;
1470
}
1471
 
1246 aurelien 1472
.conteneur_permalien > input {
1473
    background-color: #EAEDCD;
1474
    color: #598000;
1475
    border: none;
1476
}
1477
 
709 aurelien 1478
.wp.conteneur_permalien {
1479
	padding-left: 0px;
1480
	padding-top: 0px;
1481
}
1482
 
1483
.titre_lien_permanent {
1484
	padding-left: 0px;
723 mathilde 1485
}
1114 aurelien 1486
 
1289 aurelien 1487
.liste_actions_ill a {
1488
	border: none;
1489
	text-decoration: none;
1114 aurelien 1490
}
1491
 
1289 aurelien 1492
img.icone_action_ill {
1493
	display: inline;
1494
	height: 16px;
1495
}
1496
 
723 mathilde 1497
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
971 aurelien 1498
::-webkit-input-placeholder { color:#777777; }
1499
::-moz-placeholder { color:#777777; } /* firefox 19+ */
1500
:-ms-input-placeholder { color:#777777; } /* ie */
1501
input:-moz-placeholder { color:#777777; }
1502
 
723 mathilde 1503
#recherche_av {
1504
	position:relative;
737 mathilde 1505
	float:right;
1506
	right:17px;
741 mathilde 1507
 
723 mathilde 1508
}
741 mathilde 1509
#bloc-recherche {
1340 mathias 1510
	padding-bottom: 3px;
1511
	box-shadow: 3px 3px 6px #555555;
1512
	margin-bottom: 10px;
741 mathilde 1513
}
723 mathilde 1514
div #recherche_av_form {
1373 mathias 1515
	width:97%;
723 mathilde 1516
	margin-right:auto;
1517
	margin-left:auto;
1518
	padding : 3px;
741 mathilde 1519
 
723 mathilde 1520
}
1521
#bloc_recherche_av {
1522
	border: 1px solid white;
1523
	padding : 5px;
1524
	padding-top : 15px;
741 mathilde 1525
 
723 mathilde 1526
}
1527
 
1528
#recherche_av_form label {
1529
	display:block;
1530
	text-align:left;
1531
	padding-left:7px;
1532
}
1533
 
1534
#recherche_av_form .rech {
1535
	margin-top:20px;
1536
	position:relative;
1537
	left: 228px;
1538
	width:200px;
1539
	padding: 2px;
1540
	cursor:pointer;
1541
	background-color:#FFFFFF;
1542
	font-weight: bold;
1543
}
1544
#recherche_av_form .rech:hover {
1545
	background-color:#DDDDDD;
1546
}
1547
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1548
	float:left;
1549
}
1550
#recherche_av_form .valeur-defaut-recherche {
1551
    color: #848484;
1552
    font-style: italic;
1553
}
1554
/* fieldset classification */
1555
fieldset.classification_form label{
1556
	width: 95px;
1557
}
1558
fieldset.classification_form input, fieldset.classification_form select{
1559
	width: 100px;
1560
}
1561
/* fieldset statuts presence */
1562
fieldset.statuts_form label, fieldset.presence_form label{
1563
	width: 220px;
1564
}
1565
fieldset.statuts_form select, fieldset.presence_form select{
1566
	width: 200px;
1567
}
1568
/* fieldset publication */
1569
fieldset.publication_form label {
1570
	width: 60px;
1571
}
1572
/* fieldset numero */
1573
fieldset.numero_form label {
1574
	width: 135px;
737 mathilde 1575
}
760 aurelien 1576
 
1125 aurelien 1577
.description-referentiel {
1578
	text-align: justify;
1579
	color: #222222;
1580
    font-family: arial;
1581
    font-size: 12px;
1582
    font-weight: normal;
1583
}
760 aurelien 1584
 
1585
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1586
.chorodep_svg {
1587
	height: 590px;
761 aurelien 1588
	width:	100%;
1589
}
1590
 
1591
.ecologie_svg {
1592
    width: 500px;
1593
}
1594
 
1595
.chargement {
1596
	background:url('../images/chargement-transparent.gif');
1597
	background-repeat:no-repeat;
1598
	background-position:center;
1599
	min-height: 150px;
785 aurelien 1600
}
1601
 
1602
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1603
li.autocompletion_nom, .autocompletion_nom:hover {
1604
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1605
    margin: 0 0 5px;
1606
}
864 aurelien 1607
 
1608
/**----------------------- Illustration des résultats ---------------------------------------------**/
1609
 
1610
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1611
	cursor: pointer;
1612
}
877 aurelien 1613
 
1614
.nomenclature_synonyme {
1615
    padding-left: 13px;
1616
}
1617
 
1248 aurelien 1618
.liste_synonymes_basionyme {
1619
	margin-top: 3px;
1620
}
1621
 
877 aurelien 1622
.nomenclature_basionyme {
1623
	font-size: 0.9em;
1624
}
894 aurelien 1625
 
1626
 
1627
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1628
.page_courante {
1629
	font-size: 1.5em;
1630
}
1631
 
1632
.page_courante a {
1633
	color: black;
1634
}
1635
 
1636
.nb_resultats {
1637
	float:right;
1638
	margin-top: 10px;
1358 aurelien 1639
}
1640
 
1641
/**---------------------- Styles pour le dictionnaire --------------------------------------------**/
1642
#conteneur_activation_definition {
1643
    height: 18px;
1644
    width: 16px;
1645
	left: 17px;
1646
	top: 15px;
1647
    position: relative;
1397 aurelien 1648
	display: none;
1358 aurelien 1649
}
1650
 
1651
#conteneur_activation_definition a {
1652
	height: 18px;
1653
    width: 16px;
1654
    display: inline-block;
1655
}
1656
 
1657
#conteneur_activation_definition.definitions_actives a {
1658
    background: url("../images/dictionnaire.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1659
}
1660
 
1661
#conteneur_activation_definition.definitions_inactives a {
1662
    background: url("../images/dictionnaire_inactif.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
1289 aurelien 1663
}