Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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