Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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