Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 843 | Rev 859 | 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
}
480
.zone-resultat img {
620 mathilde 481
	border:solid 2px #DDD;
482
	float:right;
483
	height: 100px;
484
	width: 100px;
135 jpm 485
}
486
.surlignage {
487
	background-color: #E6FFA2;
171 jpm 488
}
489
#ef-resultats-decomposition #col-ns{
490
	width:33%;
491
}
492
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
493
	font-size:0.8em;
494
}
370 aurelien 495
.retenu{
171 jpm 496
	font-weight:bold;
195 delphine 497
}
498
#ef-resultats-determination .synonymes li {
499
	background: none;
202 delphine 500
	line-height: 18px;
501
	list-style: none outside none;
502
	padding-left: 15px;
503
}
234 delphine 504
.absent {
505
	display:block;
506
	float:right;
507
	background-color:transparent;
362 gduche 508
	background-image:url("../images/pasdephoto.png");
234 delphine 509
	background-repeat:no-repeat;
235 delphine 510
	background-position:50% 20%;
234 delphine 511
	border: 2px solid #DDDDDD;
512
	margin: 0 5px;
513
	height: 100px;
514
	width: 100px;
515
	font-weight: bold;
516
	text-align: center;
517
}
627 mathilde 518
.vide {
519
	display:block;
520
	background-color:transparent;
521
	margin: 0 5px;
522
	height: 100px;
523
	width: 100px;
524
	text-align: center;
525
}
202 delphine 526
 
362 gduche 527
.absent .contribuer {
528
    display: block;
529
    padding-top: 66px;
530
}
206 delphine 531
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
202 delphine 532
	border: none;
533
	background: none;
534
}
535
 
536
#ef-resultats-nv-determination .nom {
537
	width: 30%;
538
	vertical-align: top;
539
	margin-top: 5px;
540
}
541
#ef-resultats-nv-determination .nom ul, li{
542
	margin: 0;
543
	margin-bottom: 5px
226 delphine 544
}
545
 
546
 
547
/*----------------------------------------------------------------------------------------------------------*/
548
/* Fiche */
549
#bloc-fiche h1 {
550
	background: none repeat scroll 0 0 transparent;
591 gduche 551
	padding: 0 9px  0 9px;
226 delphine 552
}
591 gduche 553
#zone_contenu_fiche {
595 gduche 554
    background-color: #EEE;
591 gduche 555
    clear: left;
556
    min-height: 300px;
557
    padding-top: 0.4em;
595 gduche 558
    width: 676px;
559
    border:none;
560
    margin-left:-7px;
561
 
226 delphine 562
}
591 gduche 563
.ui-widget-content {
564
	background:white;
565
}
226 delphine 566
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
567
	border-bottom-right-radius: 0;
568
}
569
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
570
	border-bottom-left-radius: 0;
571
}
572
.colonne {
573
	float:left;
574
	padding-bottom:10px;
575
	width:33%;
576
	margin: 0 1px;
577
}
578
 
488 gduche 579
.deuxtiers{
580
	width:66%;
581
}
582
 
510 gduche 583
.pasDeCurseur {
584
	cursor:default;
585
}
226 delphine 586
/* bloc */
587
.module {
588
	margin: 0 1em 0.5em 0;
589
	width: 99%;
590
}
591
.module .titre{
591 gduche 592
	 cursor: move;
593
    font-size: 12px;
594
    padding-bottom: 1px;
595
    padding-left: 1.2em;
596
    margin-left:-2px;
597
    margin-right:1px;
226 delphine 598
}
591 gduche 599
 
226 delphine 600
.module .titre .ui-icon {
601
	float: right;
602
}
585 aurelien 603
.imagetteMoins, .imagettePlus { /* +/- du titre */
226 delphine 604
	cursor:pointer
605
}
606
.module .contenu {
591 gduche 607
	padding: 10px;
226 delphine 608
}
609
 
610
.ui-sortable-placeholder { /* déplacement bloc */
611
	border: 1px dotted black;
612
	visibility: visible !important;
613
	height: 50px !important;
614
}
615
.ui-sortable-placeholder * {
616
	visibility: hidden;
617
}
618
 
808 aurelien 619
.module .contenu.attention {
767 aurelien 620
    padding: 10px 5px 5px 40px;
808 aurelien 621
    background-position: 5px 12px;
767 aurelien 622
}
623
 
624
.pas_de_protection {
625
    display: block;
626
    margin-bottom: 5px;
627
    margin-left: 35px;
628
}
629
 
630
.completer_statut {
631
    display: block;
632
    float: right;
633
    margin-bottom: 10px;
634
    margin-right: 10px;
635
    padding-top: 5px;
636
    width: 60px;
637
}
638
 
785 aurelien 639
#statut .aucune_info {
640
	padding: 10px;
641
}
642
 
226 delphine 643
/* Onglets */
644
#zone_onglets {
645
	margin-top: 0.1em;
591 gduche 646
	border-width:0;
226 delphine 647
	border-radius:0;
595 gduche 648
	width:676px;
649
	font-size:12px;
650
	margin-left:-7px;
226 delphine 651
}
652
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
653
	padding:0;
654
	position: relative;
655
}
656
.ui-tabs .ui-tabs-nav li a {
657
	float: left;
591 gduche 658
	padding: 0.3em 5px;
226 delphine 659
	text-decoration: none;
660
}
661
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
662
	color: #9AC343;
663
	text-decoration: none;
664
}
665
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
666
	color: #EB8F00;
667
	text-decoration: none;
668
}
591 gduche 669
#onglets {
670
	height:22px
671
}
354 gduche 672
#onglets li {
226 delphine 673
	list-style:none;
591 gduche 674
	line-height:12px;
226 delphine 675
}
354 gduche 676
#onglets li {
226 delphine 677
	float:left;
678
}
679
#zone_onglets li .ui-icon-close {
680
	float: left;
681
	cursor: pointer;
682
}
683
#zone_onglets li a.lien-onglet {
684
	overflow: hidden;
685
	text-decoration: none;
686
	border-bottom: none;
687
}
688
#zone_onglets li a.lien-onglet hover {
689
	overflow: hidden;
690
	text-decoration: none;
691
	border-bottom: none;
692
}
693
/* Menu et + */
694
#zone_onglets #ongletEtPlus {
591 gduche 695
    cursor: pointer;
696
    display: none;
697
    float: right;
698
    font-size: 20px;
699
    height: 20px;
700
    padding-bottom: 0;
701
    padding-right: 5px;
277 aurelien 702
    position: relative;
703
    top: 1px;
591 gduche 704
    width: 25px;
705
    z-index: 500;
226 delphine 706
}
707
#zone_onglets #ongletEtPlus a {
708
	border-bottom: none;
709
}
710
#lienOngletEtPlus { /* icone */
711
	width:6px;
277 aurelien 712
    padding-left: 9px;
713
	padding-top: 0px;
714
	display:block;
715
	margin-top:5px;
226 delphine 716
}
242 aurelien 717
 
718
.lien-onglet-synthese, .lien-onglet-synthese:hover {
719
	border-bottom: none;
720
}
721
 
226 delphine 722
.menuModules { /* liste */
359 gduche 723
	left: 465px;
226 delphine 724
	width: 187px;
725
	position: absolute;
726
	border: 1px solid #DCD1CC;
727
	margin: 0px;
728
	padding: 0px;
729
	top: 30px;
261 aurelien 730
	z-index:499;
226 delphine 731
	background-color: #F9F9F9;
732
	color: #9AC343;
733
	font-weight: bold;
734
}
735
.elementMenuModules { /* element de la liste */
736
	display:block;
737
	border: 1px solid white;
738
	width: 150px;
739
	padding: 10px 10px 10px 25px;
740
	margin:0px;
741
	cursor: pointer;
742
}
743
.elementMenuModules:hover {
744
	background-color: #FEBF01;
745
}
746
.elementMenuModulesSelectionne {
747
	background-color: #F6AF39;
748
	color: white;
749
}
750
 
751
#dialog label, #dialog input { display:block; }
752
#dialog label { margin-top: 0.5em; }
753
#dialog input, #dialog textarea { width: 95%; }
260 gduche 754
 
755
.bloc_legende_repartition {
756
	float:left;
757
	margin-right:5px;
758
	margin-bottom:3px;
759
	width:15px;
760
	height:15px;
761
	border:solid 1px black;
762
}
763
 
764
.texte_legende_repartition {
765
	float:left;
766
	text-transform:capitalize;
261 aurelien 767
}
768
 
267 aurelien 769
.conteneur_lien_metadonnees {
261 aurelien 770
	padding: 15px;
771
}
279 gduche 772
 
289 aurelien 773
 
620 mathilde 774
 
289 aurelien 775
#nomenclature > ul > li.item_nomenclature {
776
    line-height: 18px;
336 aurelien 777
    width:100%;
289 aurelien 778
}
315 aurelien 779
 
780
.tab-chargement {
316 aurelien 781
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
315 aurelien 782
  	background-color: #FFFFFF;
783
    border: medium none;
784
    cursor: pointer;
785
    display: inline-block;
786
    font-size: 14px;
787
    padding: 20px 20px 20px 50px;
788
    width: 555px;
789
}
317 aurelien 790
 
791
.conteneur_illustrations_cel {
792
	width: 250px;
793
}
794
 
795
.conteneur_metadonnees_cel {
796
	width: 250px;
797
	padding-top : 20px;
798
}
327 aurelien 799
 
401 delphine 800
.onglet_marge_gauche {
801
	margin-top: 7px;
802
	padding-left: 30px;
327 aurelien 803
}
334 aurelien 804
 
360 gduche 805
.references_bibliographiques .texte_inactif {
806
	display:none;
364 aurelien 807
}
808
 
809
#repartition_observations {
810
    height: 590px;
811
    width: 100%;
655 mathilde 812
    overflow: hidden;
375 aurelien 813
}
814
 
815
.legende_nom_retenu {
816
	background-color: #E6FFA2;
817
}
818
 
819
.couleur_legende {
820
    display: inline-block;
821
    height: 12px;
822
    width: 30px;
823
    margin-right: 5px;
824
    margin-top: 2px;
825
    border: 1px dotted black;
377 delphine 826
}
827
 
767 aurelien 828
 
829
 
377 delphine 830
/*----------------------------------------------------------------------------------------------------------*/
831
/* Nomenclature */
457 jpm 832
.ns-retenu {
833
	font-weight:bold;
834
}
377 delphine 835
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
836
	font-style: italic;
837
	text-transform: none;
838
}
839
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial,
421 delphine 840
.auteur, .annee, .biblio, .addendum, .type_epithete {
377 delphine 841
	font-style: normal;
842
	text-transform: none;
390 aurelien 843
}
844
 
845
/*----------------------------------------------------------------------------------------------------------*/
846
/* Wikinis */
847
.editable_sur_clic {
848
	min-height: 50px;
849
}
850
 
851
.aide_wikini {
852
    font-size: 0.8em;
853
}
854
 
855
.contenu_editable {
856
	background-color: #F8FBF2;
857
	border: dashed 1px #AAAAAA;
858
	padding: 5px;
859
	padding-top: 2px;
860
	border-radius: 3px;
861
}
862
 
863
.champ_edition_wiki {
864
	width: 100%;
865
	height: 350px;
866
	overflow: auto;
403 gduche 867
}
868
 
869
.imagettePlus {
870
	width:9px;
871
	height:9px;
872
	background:url('../images/ouvrir.png') no-repeat;
873
	display:inline-block;
874
	margin-right:3px;
875
}
876
 
877
.imagetteMoins {
878
	width:9px;
879
	height:9px;
880
	background:url('../images/fermer.png') no-repeat;
881
	margin-right:3px;
882
	display:inline-block;
883
}
884
 
885
.basionyme_complet {
886
	margin-left:20px;
487 gduche 887
	display:block;
403 gduche 888
}
889
 
890
.legende {
891
	border:dashed 1px #AAA;
892
	padding:5px 10px;
893
}
894
 
895
.legende b {
896
	color:#AAA; margin-bottom:10px
435 aurelien 897
}
898
 
899
.wp {
900
	background:url('../images/sites/wikipedia.png') no-repeat;
901
	margin-left: 15px;
902
    margin-top: 5px;
903
    padding-left: 20px;
475 delphine 904
}
817 mathilde 905
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
555 mathilde 906
 
537 mathilde 907
.citation {
908
		 font-size:9px;
909
}
910
.fond_graphique {
555 mathilde 911
	background-color:#F8F8F8;
912
	padding-top: 10px;
913
	padding-bottom: 10px;
914
 
915
 
537 mathilde 916
}
555 mathilde 917
.graphique {
918
	margin-right: auto;
919
	margin-left: auto;
716 aurelien 920
	width:100%;
555 mathilde 921
}
922
 
716 aurelien 923
.graphique > * {
924
      width:100%;
925
}
926
 
563 mathilde 927
.titre {
928
		color:#36560B;
929
		left:2px;
555 mathilde 930
		position:relative;
563 mathilde 931
		padding-right:5px;
555 mathilde 932
}
563 mathilde 933
.desc {
934
	margin-right:3px;
935
	margin-left:3px;
936
}
573 mathilde 937
.desc td {
938
	width: 50%;
939
	vertical-align: top;
940
	border: 1px dasharray #36560B;
941
	padding: 7px 5px;
563 mathilde 942
}
581 mathilde 943
 .italique { font-style: italic;
944
 }
945
 
946
 .gras { font-weight: bold;
947
 }
817 mathilde 948
 
573 mathilde 949
 
950
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
613 mathilde 951
.legende_formes {
952
	background-image:url('../images/legende_formes.png');
953
	background-position: 2px 5px;
954
	background-repeat: no-repeat ;
836 mathilde 955
	width : 428px;
613 mathilde 956
	height : 30px;
957
	margin-right : auto;
958
	margin-left: auto;
959
	border: 1px dotted grey;
960
	padding : 5px;
836 mathilde 961
	text-align:center;
613 mathilde 962
}
573 mathilde 963
.legende_graphique {
964
	display:none;
965
	font-size:11px;
966
	padding: 5px;
967
}
590 mathilde 968
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
969
	background:none;
970
	border:none;
971
}
573 mathilde 972
.bloc_graph > .voir:focus ~ .legende_graphique{
973
	display: block;
974
}
975
 
976
.bloc_graph > .cacher:focus ~.legende_graphique {
977
	display: none;
978
}
979
 
980
.voir:focus,  .cacher:focus  {
981
	display:none;
982
}
983
 
984
.cacher, .voir {
985
	float:right;
986
}
987
 
988
.cacher {
989
	display:none;
990
}
991
.voir:focus + .cacher, .cacher:focus + .voir {
992
	display:inline;
993
}
994
 
995
.fond_graphique button {
996
	background: none;
997
	border: none;
998
 
999
}
1000
 
1001
.fond_graphique button:hover {
1002
	cursor: pointer;
1003
	text-decoration: underline;
1004
}
1005
 
475 delphine 1006
/* Illustrations */
843 mathilde 1007
#illustrations-coste img {
620 mathilde 1008
	display:inline;
1009
	vertical-align:middle;
635 mathilde 1010
	margin:0px;
1011
	padding:0px;
620 mathilde 1012
}
1013
 
475 delphine 1014
#illustrations {
1015
	margin-left:-5px;
1016
	margin-right:-4px;
635 mathilde 1017
 
475 delphine 1018
}
843 mathilde 1019
.liste-illustrations .attention {
475 delphine 1020
	border:0;
1021
	background:none;
1022
	text-align:left;
524 jpm 1023
	padding:0;
1024
}
1025
.liste-illustrations{
475 delphine 1026
	list-style-type:none;
524 jpm 1027
	padding:0;
1028
}
1029
.liste-illustrations li {
1030
	list-style-image:none !important;
475 delphine 1031
	background:none;
1032
	text-align:center;
1033
	font-size:11px;
1034
	float: left;
1035
	width:210px;
524 jpm 1036
	height:285px;
843 mathilde 1037
	margin:0px;
1038
	padding:0px;
1039
 
524 jpm 1040
}
635 mathilde 1041
 
843 mathilde 1042
#illustrations-coste .liste-illustrations li {
1043
	height: 196px;
682 aurelien 1044
}
635 mathilde 1045
 
843 mathilde 1046
.liste-illustrations li p {
475 delphine 1047
	margin:2px 2px 5px 2px;
1048
	width:206px;
524 jpm 1049
	font-size:11px;
1050
}
843 mathilde 1051
.liste-illustrations strong {
524 jpm 1052
	font-weight:bold;
1053
}
843 mathilde 1054
.liste-illustrations img {
475 delphine 1055
	display:block;
1056
	border:1px solid white;
1057
	margin:0 auto;
524 jpm 1058
	padding:2px;
1059
	max-height:196px;
1060
	max-width:196px;
1061
}
1062
.liste-illustrations a:hover img{
475 delphine 1063
    border:1px dotted #FD8C13;
1064
}
524 jpm 1065
a.img-cadre{
1066
	display:block;
1067
	border: 1px solid white;
1068
	background:transparent;
1069
	width:204px;
1070
	height:204px;
1071
	margin-right:2px;
1072
}
1073
a.img-cadre:hover{
1074
	border:1px dotted #FD8C13;
1075
}
1076
.img-cadre-fond{
1077
	background:white;
1078
	width:200px;
475 delphine 1079
	height:200px;
524 jpm 1080
	line-height:200px;
1081
	text-align:center;
1082
	margin:2px;
1083
}
1084
#illustrations-photoflora img{
1085
	display:inline;
1086
	vertical-align:middle;
1087
	margin:0;
1088
	padding:0;
1089
	border:0;
591 gduche 1090
}
1091
 
1092
.importance4 {
1093
	font-size:0.8em;
1094
	padding:5px;
595 gduche 1095
	box-shadow:none;
591 gduche 1096
}
1097
 
1098
h1 .nomenclature {
1099
	color:#555;
595 gduche 1100
	font-size:19px;
591 gduche 1101
}
595 gduche 1102
 
1103
h1 .famille {
1104
	font-size:13px;
1105
	margin-top:5px;
1106
}
1107
 
591 gduche 1108
table tbody {
1109
    background-color: #F8F8DB;
1110
    border: 1px solid #9AC342;
655 mathilde 1111
}
1112
 
1113
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1114
#bloc_export_choix {
709 aurelien 1115
	width: 100%;
655 mathilde 1116
}
709 aurelien 1117
 
1118
.avertissement_telechargement {
737 mathilde 1119
	padding-top:1px;
709 aurelien 1120
	font-style:italic;
1121
	color: grey;
1122
	font-weight: 0.9em;
1123
}
1124
 
655 mathilde 1125
#export_pdf input[type="submit"] {
1126
	text-align: center;
1127
	width :120px;
1128
	display:block;
737 mathilde 1129
	/*margin-right: auto;*/
1130
	margin-left: 25px;
655 mathilde 1131
 
1132
}
1133
#export_pdf fieldset label{
1134
	width :120px;
1135
	display:inline-block;
737 mathilde 1136
	text-align:right;
655 mathilde 1137
}
1138
 
1139
#export_pdf fieldset {
1140
	border: none;
1141
	margin-left: auto;
1142
	margin-right: auto;
1143
 
1144
}
709 aurelien 1145
 
716 aurelien 1146
.infos_liens_permanents {
1147
	width: 60%;
1148
}
1149
 
1150
.telechargements_pdf {
1151
	width: 40%;
1152
}
1153
 
709 aurelien 1154
.conteneur_telechargements > * {
1155
	padding-left:20px;
1156
	padding-top: 10px;
1157
	padding-bottom: 10px;
1158
}
1159
 
1160
.lien_export_pdf {
1161
	background:url('../images/pdf.png') no-repeat;
1162
	padding-left: 20px;
1163
	font-size:12px;
1164
	padding-bottom: 3px;
1165
}
1166
 
1167
.avertissement_telechargement {
1168
	margin-top: 2px;
1169
}
1170
 
1171
.conteneur_permalien {
1172
	padding-left: 5px;
1173
	padding-bottom: 5px;
1174
	padding-top: 5px;
1175
	width: 100%;
1176
}
1177
 
1178
.wp.conteneur_permalien {
1179
	padding-left: 0px;
1180
	padding-top: 0px;
1181
}
1182
 
1183
.titre_lien_permanent {
1184
	padding-left: 0px;
723 mathilde 1185
}
1186
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1187
#recherche_av {
1188
	position:relative;
737 mathilde 1189
	float:right;
1190
	right:17px;
741 mathilde 1191
 
723 mathilde 1192
}
741 mathilde 1193
#bloc-recherche {
1194
	padding-bottom : 3px;
1195
}
723 mathilde 1196
div #recherche_av_form {
1197
	width:95%;
1198
	margin-right:auto;
1199
	margin-left:auto;
1200
	padding : 3px;
741 mathilde 1201
 
723 mathilde 1202
}
1203
#bloc_recherche_av {
1204
	border: 1px solid white;
1205
	padding : 5px;
1206
	padding-top : 15px;
741 mathilde 1207
 
723 mathilde 1208
}
1209
 
1210
#recherche_av_form label {
1211
	display:block;
1212
	text-align:left;
1213
	padding-left:7px;
1214
}
1215
 
1216
#recherche_av_form .rech {
1217
	margin-top:20px;
1218
	position:relative;
1219
	left: 228px;
1220
	width:200px;
1221
	padding: 2px;
1222
	cursor:pointer;
1223
	background-color:#FFFFFF;
1224
	font-weight: bold;
1225
}
1226
#recherche_av_form .rech:hover {
1227
	background-color:#DDDDDD;
1228
}
1229
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1230
	float:left;
1231
}
1232
#recherche_av_form .valeur-defaut-recherche {
1233
    color: #848484;
1234
    font-style: italic;
1235
}
1236
/* fieldset classification */
1237
fieldset.classification_form label{
1238
	width: 95px;
1239
}
1240
fieldset.classification_form input, fieldset.classification_form select{
1241
	width: 100px;
1242
}
1243
/* fieldset statuts presence */
1244
fieldset.statuts_form label, fieldset.presence_form label{
1245
	width: 220px;
1246
}
1247
fieldset.statuts_form select, fieldset.presence_form select{
1248
	width: 200px;
1249
}
1250
/* fieldset publication */
1251
fieldset.publication_form label {
1252
	width: 60px;
1253
}
1254
/* fieldset numero */
1255
fieldset.numero_form label {
1256
	width: 135px;
737 mathilde 1257
}
760 aurelien 1258
 
1259
 
1260
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1261
.chorodep_svg {
1262
	height: 590px;
761 aurelien 1263
	width:	100%;
1264
}
1265
 
1266
.ecologie_svg {
1267
    width: 500px;
1268
}
1269
 
1270
.chargement {
1271
	background:url('../images/chargement-transparent.gif');
1272
	background-repeat:no-repeat;
1273
	background-position:center;
1274
	min-height: 150px;
785 aurelien 1275
}
1276
 
1277
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1278
li.autocompletion_nom, .autocompletion_nom:hover {
1279
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1280
    margin: 0 0 5px;
1281
}