Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 940 | Rev 945 | 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
 
289 aurelien 822
#nomenclature > ul > li.item_nomenclature {
823
    line-height: 18px;
336 aurelien 824
    width:100%;
289 aurelien 825
}
315 aurelien 826
 
827
.tab-chargement {
316 aurelien 828
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 829
  	background-color: #FFFFFF;
830
    border: medium none;
831
    cursor: pointer;
832
    display: inline-block;
833
    font-size: 14px;
834
    padding: 20px 20px 20px 50px;
835
    width: 555px;
836
}
317 aurelien 837
 
838
.conteneur_illustrations_cel {
839
	width: 250px;
840
}
841
 
842
.conteneur_metadonnees_cel {
843
	width: 250px;
844
	padding-top : 20px;
845
}
327 aurelien 846
 
401 delphine 847
.onglet_marge_gauche {
848
	margin-top: 7px;
849
	padding-left: 30px;
327 aurelien 850
}
334 aurelien 851
 
360 gduche 852
.references_bibliographiques .texte_inactif {
853
	display:none;
364 aurelien 854
}
855
 
856
#repartition_observations {
857
    height: 590px;
858
    width: 100%;
655 mathilde 859
    overflow: hidden;
375 aurelien 860
}
861
 
862
.legende_nom_retenu {
863
	background-color: #E6FFA2;
864
}
865
 
866
.couleur_legende {
867
    display: inline-block;
868
    height: 12px;
869
    width: 30px;
870
    margin-right: 5px;
871
    margin-top: 2px;
872
    border: 1px dotted black;
377 delphine 873
}
874
 
933 aurelien 875
.lienToggle {
876
	cursor: pointer;
877
}
767 aurelien 878
 
377 delphine 879
/*----------------------------------------------------------------------------------------------------------*/
880
/* Nomenclature */
457 jpm 881
.ns-retenu {
882
	font-weight:bold;
883
}
377 delphine 884
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
885
	font-style: italic;
886
	text-transform: none;
887
}
888
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 889
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 890
	font-style: normal;
891
	text-transform: none;
390 aurelien 892
}
893
 
894
/*----------------------------------------------------------------------------------------------------------*/
895
/* Wikinis */
896
.editable_sur_clic {
897
	min-height: 50px;
898
}
899
 
900
.aide_wikini {
901
    font-size: 0.8em;
902
}
903
 
904
.contenu_editable {
905
	background-color: #F8FBF2;
906
	border: dashed 1px #AAAAAA;
907
	padding: 5px;
908
	padding-top: 2px;
909
	border-radius: 3px;
910
}
911
 
912
.champ_edition_wiki {
913
	width: 100%;
914
	height: 350px;
915
	overflow: auto;
403 gduche 916
}
917
 
918
.imagettePlus {
919
	width:9px;
920
	height:9px;
921
	background:url('../images/ouvrir.png') no-repeat;
922
	display:inline-block;
923
	margin-right:3px;
924
}
925
 
926
.imagetteMoins {
927
	width:9px;
928
	height:9px;
929
	background:url('../images/fermer.png') no-repeat;
930
	margin-right:3px;
931
	display:inline-block;
932
}
933
 
934
.basionyme_complet {
935
	margin-left:20px;
487 gduche 936
	display:block;
403 gduche 937
}
938
 
939
.legende {
940
	border:dashed 1px #AAA;
941
	padding:5px 10px;
942
}
943
 
944
.legende b {
945
	color:#AAA; margin-bottom:10px
435 aurelien 946
}
947
 
948
.wp {
949
	background:url('../images/sites/wikipedia.png') no-repeat;
950
	margin-left: 15px;
951
    margin-top: 5px;
952
    padding-left: 20px;
475 delphine 953
}
817 mathilde 954
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
555 mathilde 955
 
537 mathilde 956
.citation {
957
		 font-size:9px;
958
}
959
.fond_graphique {
555 mathilde 960
	background-color:#F8F8F8;
961
	padding-top: 10px;
962
	padding-bottom: 10px;
963
 
964
 
537 mathilde 965
}
555 mathilde 966
.graphique {
967
	margin-right: auto;
968
	margin-left: auto;
716 aurelien 969
	width:100%;
555 mathilde 970
}
971
 
716 aurelien 972
.graphique > * {
973
      width:100%;
974
}
975
 
563 mathilde 976
.titre {
977
		color:#36560B;
978
		left:2px;
555 mathilde 979
		position:relative;
563 mathilde 980
		padding-right:5px;
555 mathilde 981
}
563 mathilde 982
.desc {
983
	margin-right:3px;
984
	margin-left:3px;
985
}
573 mathilde 986
.desc td {
987
	width: 50%;
988
	vertical-align: top;
989
	border: 1px dasharray #36560B;
990
	padding: 7px 5px;
563 mathilde 991
}
581 mathilde 992
 .italique { font-style: italic;
993
 }
994
 
995
 .gras { font-weight: bold;
996
 }
817 mathilde 997
 
573 mathilde 998
 
999
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
613 mathilde 1000
.legende_formes {
1001
	background-image:url('../images/legende_formes.png');
1002
	background-position: 2px 5px;
1003
	background-repeat: no-repeat ;
836 mathilde 1004
	width : 428px;
613 mathilde 1005
	height : 30px;
1006
	margin-right : auto;
1007
	margin-left: auto;
1008
	border: 1px dotted grey;
1009
	padding : 5px;
836 mathilde 1010
	text-align:center;
613 mathilde 1011
}
573 mathilde 1012
.legende_graphique {
1013
	display:none;
1014
	font-size:11px;
1015
	padding: 5px;
1016
}
590 mathilde 1017
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
1018
	background:none;
1019
	border:none;
1020
}
573 mathilde 1021
.bloc_graph > .voir:focus ~ .legende_graphique{
1022
	display: block;
1023
}
1024
 
1025
.bloc_graph > .cacher:focus ~.legende_graphique {
1026
	display: none;
1027
}
1028
 
1029
.voir:focus,  .cacher:focus  {
1030
	display:none;
1031
}
1032
 
1033
.cacher, .voir {
1034
	float:right;
1035
}
1036
 
1037
.cacher {
1038
	display:none;
1039
}
1040
.voir:focus + .cacher, .cacher:focus + .voir {
1041
	display:inline;
1042
}
1043
 
1044
.fond_graphique button {
1045
	background: none;
1046
	border: none;
1047
 
1048
}
1049
 
1050
.fond_graphique button:hover {
1051
	cursor: pointer;
1052
	text-decoration: underline;
1053
}
1054
 
475 delphine 1055
/* Illustrations */
843 mathilde 1056
#illustrations-coste img {
620 mathilde 1057
	display:inline;
1058
	vertical-align:middle;
635 mathilde 1059
	margin:0px;
1060
	padding:0px;
620 mathilde 1061
}
1062
 
475 delphine 1063
#illustrations {
1064
	margin-left:-5px;
1065
	margin-right:-4px;
635 mathilde 1066
 
475 delphine 1067
}
843 mathilde 1068
.liste-illustrations .attention {
475 delphine 1069
	border:0;
1070
	background:none;
1071
	text-align:left;
524 jpm 1072
	padding:0;
1073
}
1074
.liste-illustrations{
475 delphine 1075
	list-style-type:none;
524 jpm 1076
	padding:0;
1077
}
1078
.liste-illustrations li {
1079
	list-style-image:none !important;
475 delphine 1080
	background:none;
1081
	text-align:center;
1082
	font-size:11px;
1083
	float: left;
1084
	width:210px;
524 jpm 1085
	height:285px;
843 mathilde 1086
	margin:0px;
1087
	padding:0px;
1088
 
524 jpm 1089
}
635 mathilde 1090
 
843 mathilde 1091
#illustrations-coste .liste-illustrations li {
1092
	height: 196px;
682 aurelien 1093
}
635 mathilde 1094
 
843 mathilde 1095
.liste-illustrations li p {
475 delphine 1096
	margin:2px 2px 5px 2px;
1097
	width:206px;
524 jpm 1098
	font-size:11px;
1099
}
843 mathilde 1100
.liste-illustrations strong {
524 jpm 1101
	font-weight:bold;
1102
}
843 mathilde 1103
.liste-illustrations img {
475 delphine 1104
	display:block;
1105
	border:1px solid white;
1106
	margin:0 auto;
524 jpm 1107
	padding:2px;
1108
	max-height:196px;
1109
	max-width:196px;
1110
}
1111
.liste-illustrations a:hover img{
475 delphine 1112
    border:1px dotted #FD8C13;
1113
}
524 jpm 1114
a.img-cadre{
1115
	display:block;
1116
	border: 1px solid white;
1117
	background:transparent;
1118
	width:204px;
1119
	height:204px;
1120
	margin-right:2px;
1121
}
1122
a.img-cadre:hover{
1123
	border:1px dotted #FD8C13;
1124
}
1125
.img-cadre-fond{
1126
	background:white;
1127
	width:200px;
475 delphine 1128
	height:200px;
524 jpm 1129
	line-height:200px;
1130
	text-align:center;
1131
	margin:2px;
1132
}
1133
#illustrations-photoflora img{
1134
	display:inline;
1135
	vertical-align:middle;
1136
	margin:0;
1137
	padding:0;
1138
	border:0;
591 gduche 1139
}
1140
 
1141
.importance4 {
1142
	font-size:0.8em;
1143
	padding:5px;
595 gduche 1144
	box-shadow:none;
591 gduche 1145
}
1146
 
1147
h1 .nomenclature {
1148
	color:#555;
595 gduche 1149
	font-size:19px;
591 gduche 1150
}
595 gduche 1151
 
1152
h1 .famille {
1153
	font-size:13px;
1154
	margin-top:5px;
1155
}
1156
 
591 gduche 1157
table tbody {
1158
    background-color: #F8F8DB;
1159
    border: 1px solid #9AC342;
655 mathilde 1160
}
1161
 
1162
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1163
#bloc_export_choix {
709 aurelien 1164
	width: 100%;
655 mathilde 1165
}
709 aurelien 1166
 
1167
.avertissement_telechargement {
737 mathilde 1168
	padding-top:1px;
709 aurelien 1169
	font-style:italic;
1170
	color: grey;
1171
	font-weight: 0.9em;
1172
}
1173
 
655 mathilde 1174
#export_pdf input[type="submit"] {
1175
	text-align: center;
1176
	width :120px;
1177
	display:block;
737 mathilde 1178
	/*margin-right: auto;*/
1179
	margin-left: 25px;
655 mathilde 1180
 
1181
}
1182
#export_pdf fieldset label{
1183
	width :120px;
1184
	display:inline-block;
737 mathilde 1185
	text-align:right;
655 mathilde 1186
}
1187
 
1188
#export_pdf fieldset {
1189
	border: none;
1190
	margin-left: auto;
1191
	margin-right: auto;
1192
 
1193
}
709 aurelien 1194
 
716 aurelien 1195
.infos_liens_permanents {
1196
	width: 60%;
1197
}
1198
 
1199
.telechargements_pdf {
1200
	width: 40%;
1201
}
1202
 
709 aurelien 1203
.conteneur_telechargements > * {
1204
	padding-left:20px;
1205
	padding-top: 10px;
1206
	padding-bottom: 10px;
1207
}
1208
 
1209
.lien_export_pdf {
1210
	background:url('../images/pdf.png') no-repeat;
1211
	padding-left: 20px;
1212
	font-size:12px;
1213
	padding-bottom: 3px;
1214
}
1215
 
1216
.avertissement_telechargement {
1217
	margin-top: 2px;
1218
}
1219
 
1220
.conteneur_permalien {
1221
	padding-left: 5px;
1222
	padding-bottom: 5px;
1223
	padding-top: 5px;
1224
	width: 100%;
1225
}
1226
 
1227
.wp.conteneur_permalien {
1228
	padding-left: 0px;
1229
	padding-top: 0px;
1230
}
1231
 
1232
.titre_lien_permanent {
1233
	padding-left: 0px;
723 mathilde 1234
}
1235
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1236
#recherche_av {
1237
	position:relative;
737 mathilde 1238
	float:right;
1239
	right:17px;
741 mathilde 1240
 
723 mathilde 1241
}
741 mathilde 1242
#bloc-recherche {
1243
	padding-bottom : 3px;
1244
}
723 mathilde 1245
div #recherche_av_form {
1246
	width:95%;
1247
	margin-right:auto;
1248
	margin-left:auto;
1249
	padding : 3px;
741 mathilde 1250
 
723 mathilde 1251
}
1252
#bloc_recherche_av {
1253
	border: 1px solid white;
1254
	padding : 5px;
1255
	padding-top : 15px;
741 mathilde 1256
 
723 mathilde 1257
}
1258
 
1259
#recherche_av_form label {
1260
	display:block;
1261
	text-align:left;
1262
	padding-left:7px;
1263
}
1264
 
1265
#recherche_av_form .rech {
1266
	margin-top:20px;
1267
	position:relative;
1268
	left: 228px;
1269
	width:200px;
1270
	padding: 2px;
1271
	cursor:pointer;
1272
	background-color:#FFFFFF;
1273
	font-weight: bold;
1274
}
1275
#recherche_av_form .rech:hover {
1276
	background-color:#DDDDDD;
1277
}
1278
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1279
	float:left;
1280
}
1281
#recherche_av_form .valeur-defaut-recherche {
1282
    color: #848484;
1283
    font-style: italic;
1284
}
1285
/* fieldset classification */
1286
fieldset.classification_form label{
1287
	width: 95px;
1288
}
1289
fieldset.classification_form input, fieldset.classification_form select{
1290
	width: 100px;
1291
}
1292
/* fieldset statuts presence */
1293
fieldset.statuts_form label, fieldset.presence_form label{
1294
	width: 220px;
1295
}
1296
fieldset.statuts_form select, fieldset.presence_form select{
1297
	width: 200px;
1298
}
1299
/* fieldset publication */
1300
fieldset.publication_form label {
1301
	width: 60px;
1302
}
1303
/* fieldset numero */
1304
fieldset.numero_form label {
1305
	width: 135px;
737 mathilde 1306
}
760 aurelien 1307
 
1308
 
1309
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1310
.chorodep_svg {
1311
	height: 590px;
761 aurelien 1312
	width:	100%;
1313
}
1314
 
1315
.ecologie_svg {
1316
    width: 500px;
1317
}
1318
 
1319
.chargement {
1320
	background:url('../images/chargement-transparent.gif');
1321
	background-repeat:no-repeat;
1322
	background-position:center;
1323
	min-height: 150px;
785 aurelien 1324
}
1325
 
1326
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1327
li.autocompletion_nom, .autocompletion_nom:hover {
1328
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1329
    margin: 0 0 5px;
1330
}
864 aurelien 1331
 
1332
/**----------------------- Illustration des résultats ---------------------------------------------**/
1333
 
1334
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1335
	cursor: pointer;
1336
}
877 aurelien 1337
 
1338
.nomenclature_synonyme {
1339
    padding-left: 13px;
1340
}
1341
 
1342
.nomenclature_basionyme {
1343
	font-size: 0.9em;
1344
}
894 aurelien 1345
 
1346
 
1347
/**----------------------- Styles pour la pagination ---------------------------------------------**/
1348
.page_courante {
1349
	font-size: 1.5em;
1350
}
1351
 
1352
.page_courante a {
1353
	color: black;
1354
}
1355
 
1356
.nb_resultats {
1357
	float:right;
1358
	margin-top: 10px;
1359
}