Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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