Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 766 | Rev 785 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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