Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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