Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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