Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 930 | Rev 940 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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