Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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