Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1604 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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