Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 890 Rev 894
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{
480
.zone-resultat .nom-sci{
481
	display:inline-block;
481
	display:inline-block;
482
	width:310px;
482
	width:310px;
483
 
483
 
484
}
484
}
485
.zone-resultat img {
485
.zone-resultat img {
486
	border:solid 2px #DDD;
486
	border:solid 2px #DDD;
487
	float:right;
487
	float:right;
488
	height: 100px;
488
	height: 100px;
489
	width: 100px;
489
	width: 100px;
490
}
490
}
491
.surlignage {
491
.surlignage {
492
	background-color: #E6FFA2;
492
	background-color: #E6FFA2;
493
}
493
}
494
#ef-resultats-decomposition #col-ns{
494
#ef-resultats-decomposition #col-ns{
495
	width:33%;
495
	width:33%;
496
}
496
}
497
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
497
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
498
	font-size:0.8em;
498
	font-size:0.8em;
499
}
499
}
500
.retenu{
500
.retenu{
501
	font-weight:bold;
501
	font-weight:bold;
502
}
502
}
503
#ef-resultats-determination .synonymes li {
503
#ef-resultats-determination .synonymes li {
504
	background: none;
504
	background: none;
505
	line-height: 18px;
505
	line-height: 18px;
506
	list-style: none outside none;
506
	list-style: none outside none;
507
	padding-left: 15px;
507
	padding-left: 15px;
508
}
508
}
509
.absent {
509
.absent {
510
	display:block;
510
	display:block;
511
	float:right;
511
	float:right;
512
	background-color:transparent;
512
	background-color:transparent;
513
	background-image:url("../images/pasdephoto.png");
513
	background-image:url("../images/pasdephoto.png");
514
	background-repeat:no-repeat;
514
	background-repeat:no-repeat;
515
	background-position:50% 20%;
515
	background-position:50% 20%;
516
	border: 2px solid #DDDDDD;
516
	border: 2px solid #DDDDDD;
517
	margin: 0 5px;
517
	margin: 0 5px;
518
	height: 100px;
518
	height: 100px;
519
	width: 100px;
519
	width: 100px;
520
	font-weight: bold;
520
	font-weight: bold;
521
	text-align: center;
521
	text-align: center;
522
}
522
}
523
.vide {
523
.vide {
524
	display:block;
524
	display:block;
525
	background-color:transparent;
525
	background-color:transparent;
526
	margin: 0 5px;
526
	margin: 0 5px;
527
	height: 100px;
527
	height: 100px;
528
	width: 100px;
528
	width: 100px;
529
	text-align: center;
529
	text-align: center;
530
}
530
}
531
 
531
 
532
.absent .contribuer {
532
.absent .contribuer {
533
    display: block;
533
    display: block;
534
    padding-top: 66px;
534
    padding-top: 66px;
535
}
535
}
-
 
536
 
-
 
537
#ef-resultats-nv-determination {
-
 
538
    padding: 0;
-
 
539
}
-
 
540
 
536
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
541
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
537
	border: none;
542
	border: none;
538
	background: none;
543
	background: none;
539
}
544
}
540
 
545
 
541
#ef-resultats-nv-determination .nom {
546
#ef-resultats-nv-determination .nom {
542
	width: 30%;
547
	width: 30%;
543
	vertical-align: top;
548
	vertical-align: top;
544
	margin-top: 5px;
549
	margin-top: 5px;
545
}
550
}
546
#ef-resultats-nv-determination .nom ul, li{
551
#ef-resultats-nv-determination .nom ul, #ef-resultats-nv-determination li{
547
	margin: 0;
552
	margin: 0;
548
	margin-bottom: 5px
553
	margin-bottom: 5px;
-
 
554
	list-style-image: none;
-
 
555
	list-style-type: none;
-
 
556
	padding: 0;
549
}
557
}
550
 
558
 
551
 
559
 
552
/*----------------------------------------------------------------------------------------------------------*/
560
/*----------------------------------------------------------------------------------------------------------*/
553
/* Fiche */
561
/* Fiche */
554
#bloc-fiche h1 {
562
#bloc-fiche h1 {
555
	background: none repeat scroll 0 0 transparent;
563
	background: none repeat scroll 0 0 transparent;
556
	padding: 0 9px  0 9px;
564
	padding: 0 9px  0 9px;
557
}
565
}
558
#zone_contenu_fiche {
566
#zone_contenu_fiche {
559
    background-color: #EEE;
567
    background-color: #EEE;
560
    clear: left;
568
    clear: left;
561
    min-height: 300px;
569
    min-height: 300px;
562
    padding-top: 0.4em;
570
    padding-top: 0.4em;
563
    width: 676px;
571
    width: 676px;
564
    border:none;
572
    border:none;
565
    margin-left:-7px;
573
    margin-left:-7px;
566
    
574
    
567
}
575
}
568
.ui-widget-content {
576
.ui-widget-content {
569
	background:white;
577
	background:white;
570
}
578
}
571
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
579
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
572
	border-bottom-right-radius: 0;
580
	border-bottom-right-radius: 0;
573
}
581
}
574
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
582
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
575
	border-bottom-left-radius: 0;
583
	border-bottom-left-radius: 0;
576
}
584
}
577
.colonne {
585
.colonne {
578
	float:left;
586
	float:left;
579
	padding-bottom:10px;
587
	padding-bottom:10px;
580
	width:33%;
588
	width:33%;
581
	margin: 0 1px;
589
	margin: 0 1px;
582
}
590
}
583
 
591
 
584
.deuxtiers{
592
.deuxtiers{
585
	width:66%;
593
	width:66%;
586
}
594
}
587
 
595
 
588
.pasDeCurseur {
596
.pasDeCurseur {
589
	cursor:default;
597
	cursor:default;
590
}
598
}
591
/* bloc */
599
/* bloc */
592
.module {
600
.module {
593
	margin: 0 1em 0.5em 0; 
601
	margin: 0 1em 0.5em 0; 
594
	width: 99%;
602
	width: 99%;
595
}
603
}
596
.module .titre{
604
.module .titre{
597
	 cursor: move;
605
	 cursor: move;
598
    font-size: 12px;
606
    font-size: 12px;
599
    padding-bottom: 1px;
607
    padding-bottom: 1px;
600
    padding-left: 1.2em;
608
    padding-left: 1.2em;
601
    margin-left:-2px;
609
    margin-left:-2px;
602
    margin-right:1px;
610
    margin-right:1px;
603
}
611
}
604
 
612
 
605
.module .titre .ui-icon {
613
.module .titre .ui-icon {
606
	float: right;
614
	float: right;
607
}
615
}
608
.imagetteMoins, .imagettePlus { /* +/- du titre */
616
.imagetteMoins, .imagettePlus { /* +/- du titre */
609
	cursor:pointer
617
	cursor:pointer
610
}
618
}
611
.module .contenu {
619
.module .contenu {
612
	padding: 10px;
620
	padding: 10px;
613
}
621
}
614
 
622
 
615
.ui-sortable-placeholder { /* déplacement bloc */
623
.ui-sortable-placeholder { /* déplacement bloc */
616
	border: 1px dotted black;
624
	border: 1px dotted black;
617
	visibility: visible !important;
625
	visibility: visible !important;
618
	height: 50px !important;
626
	height: 50px !important;
619
}
627
}
620
.ui-sortable-placeholder * {
628
.ui-sortable-placeholder * {
621
	visibility: hidden;
629
	visibility: hidden;
622
}
630
}
623
 
631
 
624
.module .contenu.attention {
632
.module .contenu.attention {
625
    padding: 10px 5px 5px 40px;
633
    padding: 10px 5px 5px 40px;
626
    background-position: 5px 12px;
634
    background-position: 5px 12px;
627
}
635
}
628
 
636
 
629
.pas_de_protection {
637
.pas_de_protection {
630
    display: block;
638
    display: block;
631
    margin-bottom: 5px;
639
    margin-bottom: 5px;
632
    margin-left: 35px;
640
    margin-left: 35px;
633
}
641
}
634
 
642
 
635
.completer_statut {
643
.completer_statut {
636
    display: block;
644
    display: block;
637
    float: right;
645
    float: right;
638
    margin-bottom: 10px;
646
    margin-bottom: 10px;
639
    margin-right: 10px;
647
    margin-right: 10px;
640
    padding-top: 5px;
648
    padding-top: 5px;
641
    width: 60px;
649
    width: 60px;
642
}
650
}
643
 
651
 
644
#statut .aucune_info {
652
#statut .aucune_info {
645
	padding: 10px;
653
	padding: 10px;
646
}
654
}
647
#alignement-droite {
655
#alignement-droite {
648
	float:right;
656
	float:right;
649
	margin-right: -5px;
657
	margin-right: -5px;
650
}
658
}
651
 
659
 
652
.lien-onglet.lien-statique.lien_retour_synthese {
660
.lien-onglet.lien-statique.lien_retour_synthese {
653
	background-attachment: scroll;
661
	background-attachment: scroll;
654
	background-clip: border-box;
662
	background-clip: border-box;
655
	background-color: transparent;
663
	background-color: transparent;
656
	background-image: url("../images/fleche_gauche.png");
664
	background-image: url("../images/fleche_gauche.png");
657
	background-origin: padding-box;
665
	background-origin: padding-box;
658
	background-position: 0 2px;
666
	background-position: 0 2px;
659
	background-repeat: no-repeat;
667
	background-repeat: no-repeat;
660
	background-size: auto auto;
668
	background-size: auto auto;
661
	padding-left: 20px;
669
	padding-left: 20px;
662
}
670
}
663
 
671
 
664
/* Onglets */
672
/* Onglets */
665
#zone_onglets {
673
#zone_onglets {
666
	margin-top: 0.1em;
674
	margin-top: 0.1em;
667
	border-width:0;
675
	border-width:0;
668
	border-radius:0;
676
	border-radius:0;
669
	width:676px;
677
	width:676px;
670
	font-size:12px;
678
	font-size:12px;
671
	margin-left:-7px;
679
	margin-left:-7px;
672
}
680
}
673
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
681
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
674
	padding:0;
682
	padding:0;
675
	position: relative;
683
	position: relative;
676
}
684
}
677
.ui-tabs .ui-tabs-nav li a {
685
.ui-tabs .ui-tabs-nav li a {
678
	float: left;
686
	float: left;
679
	padding: 0.3em 5px;
687
	padding: 0.3em 5px;
680
	text-decoration: none;
688
	text-decoration: none;
681
}
689
}
682
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
690
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
683
	color: #9AC343;
691
	color: #9AC343;
684
	text-decoration: none;
692
	text-decoration: none;
685
}
693
}
686
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
694
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
687
	color: #EB8F00;
695
	color: #EB8F00;
688
	text-decoration: none;
696
	text-decoration: none;
689
}
697
}
690
#onglets {
698
#onglets {
691
	height:22px
699
	height:22px
692
}
700
}
693
#onglets li {
701
#onglets li {
694
	list-style:none;
702
	list-style:none;
695
	line-height:12px;
703
	line-height:12px;
696
}
704
}
697
#onglets li {
705
#onglets li {
698
	float:left;
706
	float:left;
699
}
707
}
700
#zone_onglets li .ui-icon-close {
708
#zone_onglets li .ui-icon-close {
701
	float: left;
709
	float: left;
702
	cursor: pointer;
710
	cursor: pointer;
703
}
711
}
704
#zone_onglets li a.lien-onglet {
712
#zone_onglets li a.lien-onglet {
705
	overflow: hidden;
713
	overflow: hidden;
706
	text-decoration: none;
714
	text-decoration: none;
707
	border-bottom: none;
715
	border-bottom: none;
708
}
716
}
709
#zone_onglets li a.lien-onglet hover {
717
#zone_onglets li a.lien-onglet hover {
710
	overflow: hidden; 
718
	overflow: hidden; 
711
	text-decoration: none;
719
	text-decoration: none;
712
	border-bottom: none;
720
	border-bottom: none;
713
}
721
}
714
/* Menu et + */
722
/* Menu et + */
715
#zone_onglets #ongletEtPlus {
723
#zone_onglets #ongletEtPlus {
716
    cursor: pointer;
724
    cursor: pointer;
717
    display: none;
725
    display: none;
718
    float: right;
726
    float: right;
719
    font-size: 20px;
727
    font-size: 20px;
720
    height: 20px;
728
    height: 20px;
721
    padding-bottom: 0;
729
    padding-bottom: 0;
722
    padding-right: 5px;
730
    padding-right: 5px;
723
    position: relative;
731
    position: relative;
724
    top: 1px;
732
    top: 1px;
725
    width: 25px;
733
    width: 25px;
726
    z-index: 500;
734
    z-index: 500;
727
}
735
}
728
#zone_onglets #ongletEtPlus a {
736
#zone_onglets #ongletEtPlus a {
729
	border-bottom: none;
737
	border-bottom: none;
730
}
738
}
731
#lienOngletEtPlus { /* icone */
739
#lienOngletEtPlus { /* icone */
732
	width:6px;
740
	width:6px;
733
    padding-left: 9px;
741
    padding-left: 9px;
734
	padding-top: 0px;
742
	padding-top: 0px;
735
	display:block;
743
	display:block;
736
	margin-top:5px;
744
	margin-top:5px;
737
}
745
}
738
 
746
 
739
.lien-onglet-synthese, .lien-onglet-synthese:hover {
747
.lien-onglet-synthese, .lien-onglet-synthese:hover {
740
	border-bottom: none;
748
	border-bottom: none;
741
}
749
}
742
 
750
 
743
.menuModules { /* liste */
751
.menuModules { /* liste */
744
	left: 465px;
752
	left: 465px;
745
	width: 187px;
753
	width: 187px;
746
	position: absolute; 
754
	position: absolute; 
747
	border: 1px solid #DCD1CC; 
755
	border: 1px solid #DCD1CC; 
748
	margin: 0px; 
756
	margin: 0px; 
749
	padding: 0px;
757
	padding: 0px;
750
	top: 30px;
758
	top: 30px;
751
	z-index:499;
759
	z-index:499;
752
	background-color: #F9F9F9;
760
	background-color: #F9F9F9;
753
	color: #9AC343;
761
	color: #9AC343;
754
	font-weight: bold;
762
	font-weight: bold;
755
}
763
}
756
.elementMenuModules { /* element de la liste */
764
.elementMenuModules { /* element de la liste */
757
	display:block; 
765
	display:block; 
758
	border: 1px solid white; 
766
	border: 1px solid white; 
759
	width: 150px; 
767
	width: 150px; 
760
	padding: 10px 10px 10px 25px; 
768
	padding: 10px 10px 10px 25px; 
761
	margin:0px;
769
	margin:0px;
762
	cursor: pointer;
770
	cursor: pointer;
763
}	
771
}	
764
.elementMenuModules:hover {
772
.elementMenuModules:hover {
765
	background-color: #FEBF01;
773
	background-color: #FEBF01;
766
}	
774
}	
767
.elementMenuModulesSelectionne {
775
.elementMenuModulesSelectionne {
768
	background-color: #F6AF39;
776
	background-color: #F6AF39;
769
	color: white;
777
	color: white;
770
}
778
}
771
 
779
 
772
#dialog label, #dialog input { display:block; }
780
#dialog label, #dialog input { display:block; }
773
#dialog label { margin-top: 0.5em; }
781
#dialog label { margin-top: 0.5em; }
774
#dialog input, #dialog textarea { width: 95%; }
782
#dialog input, #dialog textarea { width: 95%; }
775
 
783
 
776
.bloc_legende_repartition {
784
.bloc_legende_repartition {
777
	float:left; 
785
	float:left; 
778
	margin-right:5px; 
786
	margin-right:5px; 
779
	margin-bottom:3px; 
787
	margin-bottom:3px; 
780
	width:15px; 
788
	width:15px; 
781
	height:15px; 
789
	height:15px; 
782
	border:solid 1px black;
790
	border:solid 1px black;
783
}
791
}
784
 
792
 
785
.texte_legende_repartition {
793
.texte_legende_repartition {
786
	float:left; 
794
	float:left; 
787
	text-transform:capitalize;
795
	text-transform:capitalize;
788
}
796
}
789
 
797
 
790
.conteneur_lien_metadonnees {
798
.conteneur_lien_metadonnees {
791
	padding: 15px;
799
	padding: 15px;
792
}
800
}
793
.lien_metadonnees {
801
.lien_metadonnees {
794
	float:right;
802
	float:right;
795
}
803
}
796
 
804
 
797
#nomenclature > ul > li.item_nomenclature { 
805
#nomenclature > ul > li.item_nomenclature { 
798
    line-height: 18px;
806
    line-height: 18px;
799
    width:100%;
807
    width:100%;
800
}
808
}
801
 
809
 
802
.tab-chargement {
810
.tab-chargement {
803
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
811
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
804
  	background-color: #FFFFFF;
812
  	background-color: #FFFFFF;
805
    border: medium none;
813
    border: medium none;
806
    cursor: pointer;
814
    cursor: pointer;
807
    display: inline-block;
815
    display: inline-block;
808
    font-size: 14px;
816
    font-size: 14px;
809
    padding: 20px 20px 20px 50px;
817
    padding: 20px 20px 20px 50px;
810
    width: 555px;
818
    width: 555px;
811
}
819
}
812
 
820
 
813
.conteneur_illustrations_cel {
821
.conteneur_illustrations_cel {
814
	width: 250px;	
822
	width: 250px;	
815
}
823
}
816
 
824
 
817
.conteneur_metadonnees_cel {
825
.conteneur_metadonnees_cel {
818
	width: 250px;
826
	width: 250px;
819
	padding-top : 20px;	
827
	padding-top : 20px;	
820
}
828
}
821
 
829
 
822
.onglet_marge_gauche {
830
.onglet_marge_gauche {
823
	margin-top: 7px;
831
	margin-top: 7px;
824
	padding-left: 30px;
832
	padding-left: 30px;
825
}
833
}
826
 
834
 
827
.references_bibliographiques .texte_inactif {
835
.references_bibliographiques .texte_inactif {
828
	display:none;
836
	display:none;
829
}
837
}
830
 
838
 
831
#repartition_observations { 
839
#repartition_observations { 
832
    height: 590px;
840
    height: 590px;
833
    width: 100%;
841
    width: 100%;
834
    overflow: hidden;
842
    overflow: hidden;
835
}
843
}
836
 
844
 
837
.legende_nom_retenu {
845
.legende_nom_retenu {
838
	background-color: #E6FFA2;
846
	background-color: #E6FFA2;
839
}
847
}
840
 
848
 
841
.couleur_legende {
849
.couleur_legende {
842
    display: inline-block;
850
    display: inline-block;
843
    height: 12px;
851
    height: 12px;
844
    width: 30px;
852
    width: 30px;
845
    margin-right: 5px;
853
    margin-right: 5px;
846
    margin-top: 2px;
854
    margin-top: 2px;
847
    border: 1px dotted black;
855
    border: 1px dotted black;
848
}
856
}
849
 
857
 
850
 
858
 
851
 
859
 
852
/*----------------------------------------------------------------------------------------------------------*/
860
/*----------------------------------------------------------------------------------------------------------*/
853
/* Nomenclature */
861
/* Nomenclature */
854
.ns-retenu {
862
.ns-retenu {
855
	font-weight:bold;
863
	font-weight:bold;
856
}
864
}
857
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
865
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
858
	font-style: italic;
866
	font-style: italic;
859
	text-transform: none;
867
	text-transform: none;
860
}
868
}
861
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
869
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
862
.auteur, .annee, .biblio, .addendum, .type_epithete {
870
.auteur, .annee, .biblio, .addendum, .type_epithete {
863
	font-style: normal;
871
	font-style: normal;
864
	text-transform: none;
872
	text-transform: none;
865
}
873
}
866
 
874
 
867
/*----------------------------------------------------------------------------------------------------------*/
875
/*----------------------------------------------------------------------------------------------------------*/
868
/* Wikinis */
876
/* Wikinis */
869
.editable_sur_clic {
877
.editable_sur_clic {
870
	min-height: 50px;
878
	min-height: 50px;
871
}
879
}
872
 
880
 
873
.aide_wikini {
881
.aide_wikini {
874
    font-size: 0.8em;
882
    font-size: 0.8em;
875
}
883
}
876
 
884
 
877
.contenu_editable {
885
.contenu_editable {
878
	background-color: #F8FBF2;
886
	background-color: #F8FBF2;
879
	border: dashed 1px #AAAAAA;
887
	border: dashed 1px #AAAAAA;
880
	padding: 5px;
888
	padding: 5px;
881
	padding-top: 2px;
889
	padding-top: 2px;
882
	border-radius: 3px;
890
	border-radius: 3px;
883
}
891
}
884
 
892
 
885
.champ_edition_wiki {
893
.champ_edition_wiki {
886
	width: 100%;
894
	width: 100%;
887
	height: 350px;	
895
	height: 350px;	
888
	overflow: auto;
896
	overflow: auto;
889
}
897
}
890
 
898
 
891
.imagettePlus {
899
.imagettePlus {
892
	width:9px;
900
	width:9px;
893
	height:9px;
901
	height:9px;
894
	background:url('../images/ouvrir.png') no-repeat;
902
	background:url('../images/ouvrir.png') no-repeat;
895
	display:inline-block;
903
	display:inline-block;
896
	margin-right:3px;
904
	margin-right:3px;
897
}
905
}
898
 
906
 
899
.imagetteMoins {
907
.imagetteMoins {
900
	width:9px;
908
	width:9px;
901
	height:9px;
909
	height:9px;
902
	background:url('../images/fermer.png') no-repeat;
910
	background:url('../images/fermer.png') no-repeat;
903
	margin-right:3px;
911
	margin-right:3px;
904
	display:inline-block;
912
	display:inline-block;
905
}
913
}
906
 
914
 
907
.basionyme_complet {
915
.basionyme_complet {
908
	margin-left:20px;
916
	margin-left:20px;
909
	display:block;
917
	display:block;
910
}
918
}
911
 
919
 
912
.legende {
920
.legende {
913
	border:dashed 1px #AAA; 
921
	border:dashed 1px #AAA; 
914
	padding:5px 10px;
922
	padding:5px 10px;
915
}
923
}
916
 
924
 
917
.legende b {
925
.legende b {
918
	color:#AAA; margin-bottom:10px
926
	color:#AAA; margin-bottom:10px
919
}
927
}
920
 
928
 
921
.wp {
929
.wp {
922
	background:url('../images/sites/wikipedia.png') no-repeat;
930
	background:url('../images/sites/wikipedia.png') no-repeat;
923
	margin-left: 15px;
931
	margin-left: 15px;
924
    margin-top: 5px;
932
    margin-top: 5px;
925
    padding-left: 20px;
933
    padding-left: 20px;
926
}
934
}
927
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
935
/*----Description+Ecologie-----------------------------------------------------------------------------------*/
928
 
936
 
929
.citation { 
937
.citation { 
930
		 font-size:9px;
938
		 font-size:9px;
931
}
939
}
932
.fond_graphique {
940
.fond_graphique {
933
	background-color:#F8F8F8;
941
	background-color:#F8F8F8;
934
	padding-top: 10px;	
942
	padding-top: 10px;	
935
	padding-bottom: 10px;
943
	padding-bottom: 10px;
936
	
944
	
937
 
945
 
938
}
946
}
939
.graphique {
947
.graphique {
940
	margin-right: auto;	
948
	margin-right: auto;	
941
	margin-left: auto;
949
	margin-left: auto;
942
	width:100%;
950
	width:100%;
943
}
951
}
944
 
952
 
945
.graphique > * {
953
.graphique > * {
946
      width:100%;
954
      width:100%;
947
}
955
}
948
 
956
 
949
.titre { 
957
.titre { 
950
		color:#36560B;
958
		color:#36560B;
951
		left:2px;
959
		left:2px;
952
		position:relative;
960
		position:relative;
953
		padding-right:5px;
961
		padding-right:5px;
954
}
962
}
955
.desc {
963
.desc {
956
	margin-right:3px;
964
	margin-right:3px;
957
	margin-left:3px;
965
	margin-left:3px;
958
}
966
}
959
.desc td {
967
.desc td {
960
	width: 50%;
968
	width: 50%;
961
	vertical-align: top;
969
	vertical-align: top;
962
	border: 1px dasharray #36560B;
970
	border: 1px dasharray #36560B;
963
	padding: 7px 5px;
971
	padding: 7px 5px;
964
}
972
}
965
 .italique { font-style: italic;
973
 .italique { font-style: italic;
966
 }
974
 }
967
 
975
 
968
 .gras { font-weight: bold;
976
 .gras { font-weight: bold;
969
 }
977
 }
970
 
978
 
971
 
979
 
972
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
980
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
973
.legende_formes {
981
.legende_formes {
974
	background-image:url('../images/legende_formes.png');
982
	background-image:url('../images/legende_formes.png');
975
	background-position: 2px 5px;
983
	background-position: 2px 5px;
976
	background-repeat: no-repeat ;
984
	background-repeat: no-repeat ;
977
	width : 428px;
985
	width : 428px;
978
	height : 30px;
986
	height : 30px;
979
	margin-right : auto;
987
	margin-right : auto;
980
	margin-left: auto;
988
	margin-left: auto;
981
	border: 1px dotted grey;
989
	border: 1px dotted grey;
982
	padding : 5px;
990
	padding : 5px;
983
	text-align:center;
991
	text-align:center;
984
}
992
}
985
.legende_graphique {
993
.legende_graphique {
986
	display:none;	
994
	display:none;	
987
	font-size:11px;
995
	font-size:11px;
988
	padding: 5px;
996
	padding: 5px;
989
}
997
}
990
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
998
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
991
	background:none;
999
	background:none;
992
	border:none;
1000
	border:none;
993
}
1001
}
994
.bloc_graph > .voir:focus ~ .legende_graphique{
1002
.bloc_graph > .voir:focus ~ .legende_graphique{
995
	display: block;
1003
	display: block;
996
}
1004
}
997
 
1005
 
998
.bloc_graph > .cacher:focus ~.legende_graphique {
1006
.bloc_graph > .cacher:focus ~.legende_graphique {
999
	display: none;
1007
	display: none;
1000
}
1008
}
1001
 
1009
 
1002
.voir:focus,  .cacher:focus  {
1010
.voir:focus,  .cacher:focus  {
1003
	display:none;
1011
	display:none;
1004
}
1012
}
1005
 
1013
 
1006
.cacher, .voir {
1014
.cacher, .voir {
1007
	float:right;
1015
	float:right;
1008
}
1016
}
1009
 
1017
 
1010
.cacher {
1018
.cacher {
1011
	display:none;
1019
	display:none;
1012
}
1020
}
1013
.voir:focus + .cacher, .cacher:focus + .voir {
1021
.voir:focus + .cacher, .cacher:focus + .voir {
1014
	display:inline;
1022
	display:inline;
1015
}
1023
}
1016
 
1024
 
1017
.fond_graphique button {
1025
.fond_graphique button {
1018
	background: none;
1026
	background: none;
1019
	border: none;
1027
	border: none;
1020
	
1028
	
1021
}
1029
}
1022
 
1030
 
1023
.fond_graphique button:hover {
1031
.fond_graphique button:hover {
1024
	cursor: pointer;
1032
	cursor: pointer;
1025
	text-decoration: underline;
1033
	text-decoration: underline;
1026
}
1034
}
1027
 
1035
 
1028
/* Illustrations */
1036
/* Illustrations */
1029
#illustrations-coste img {
1037
#illustrations-coste img {
1030
	display:inline;
1038
	display:inline;
1031
	vertical-align:middle;
1039
	vertical-align:middle;
1032
	margin:0px;
1040
	margin:0px;
1033
	padding:0px;
1041
	padding:0px;
1034
}
1042
}
1035
 
1043
 
1036
#illustrations {
1044
#illustrations {
1037
	margin-left:-5px;
1045
	margin-left:-5px;
1038
	margin-right:-4px;
1046
	margin-right:-4px;
1039
		
1047
		
1040
}
1048
}
1041
.liste-illustrations .attention {
1049
.liste-illustrations .attention {
1042
	border:0;
1050
	border:0;
1043
	background:none;
1051
	background:none;
1044
	text-align:left;
1052
	text-align:left;
1045
	padding:0;
1053
	padding:0;
1046
}
1054
}
1047
.liste-illustrations{
1055
.liste-illustrations{
1048
	list-style-type:none;
1056
	list-style-type:none;
1049
	padding:0;
1057
	padding:0;
1050
}
1058
}
1051
.liste-illustrations li {
1059
.liste-illustrations li {
1052
	list-style-image:none !important;
1060
	list-style-image:none !important;
1053
	background:none;
1061
	background:none;
1054
	text-align:center;
1062
	text-align:center;
1055
	font-size:11px;
1063
	font-size:11px;
1056
	float: left;
1064
	float: left;
1057
	width:210px;
1065
	width:210px;
1058
	height:285px;
1066
	height:285px;
1059
	margin:0px;
1067
	margin:0px;
1060
	padding:0px;
1068
	padding:0px;
1061
	
1069
	
1062
}
1070
}
1063
 
1071
 
1064
#illustrations-coste .liste-illustrations li {
1072
#illustrations-coste .liste-illustrations li {
1065
	height: 196px;
1073
	height: 196px;
1066
}
1074
}
1067
 
1075
 
1068
.liste-illustrations li p {
1076
.liste-illustrations li p {
1069
	margin:2px 2px 5px 2px;
1077
	margin:2px 2px 5px 2px;
1070
	width:206px;
1078
	width:206px;
1071
	font-size:11px;
1079
	font-size:11px;
1072
}
1080
}
1073
.liste-illustrations strong {
1081
.liste-illustrations strong {
1074
	font-weight:bold;
1082
	font-weight:bold;
1075
}
1083
}
1076
.liste-illustrations img {
1084
.liste-illustrations img {
1077
	display:block;
1085
	display:block;
1078
	border:1px solid white;
1086
	border:1px solid white;
1079
	margin:0 auto;
1087
	margin:0 auto;
1080
	padding:2px;
1088
	padding:2px;
1081
	max-height:196px;
1089
	max-height:196px;
1082
	max-width:196px;
1090
	max-width:196px;
1083
}
1091
}
1084
.liste-illustrations a:hover img{
1092
.liste-illustrations a:hover img{
1085
    border:1px dotted #FD8C13;
1093
    border:1px dotted #FD8C13;
1086
}
1094
}
1087
a.img-cadre{
1095
a.img-cadre{
1088
	display:block;
1096
	display:block;
1089
	border: 1px solid white;
1097
	border: 1px solid white;
1090
	background:transparent;
1098
	background:transparent;
1091
	width:204px;
1099
	width:204px;
1092
	height:204px;
1100
	height:204px;
1093
	margin-right:2px;
1101
	margin-right:2px;
1094
}
1102
}
1095
a.img-cadre:hover{
1103
a.img-cadre:hover{
1096
	border:1px dotted #FD8C13;
1104
	border:1px dotted #FD8C13;
1097
}
1105
}
1098
.img-cadre-fond{
1106
.img-cadre-fond{
1099
	background:white;
1107
	background:white;
1100
	width:200px;
1108
	width:200px;
1101
	height:200px;
1109
	height:200px;
1102
	line-height:200px;
1110
	line-height:200px;
1103
	text-align:center;
1111
	text-align:center;
1104
	margin:2px;
1112
	margin:2px;
1105
}
1113
}
1106
#illustrations-photoflora img{
1114
#illustrations-photoflora img{
1107
	display:inline;
1115
	display:inline;
1108
	vertical-align:middle;
1116
	vertical-align:middle;
1109
	margin:0;
1117
	margin:0;
1110
	padding:0;
1118
	padding:0;
1111
	border:0;
1119
	border:0;
1112
}
1120
}
1113
 
1121
 
1114
.importance4 {
1122
.importance4 {
1115
	font-size:0.8em;
1123
	font-size:0.8em;
1116
	padding:5px;
1124
	padding:5px;
1117
	box-shadow:none;
1125
	box-shadow:none;
1118
}
1126
}
1119
 
1127
 
1120
h1 .nomenclature {
1128
h1 .nomenclature {
1121
	color:#555;
1129
	color:#555;
1122
	font-size:19px;
1130
	font-size:19px;
1123
}
1131
}
1124
 
1132
 
1125
h1 .famille {
1133
h1 .famille {
1126
	font-size:13px;
1134
	font-size:13px;
1127
	margin-top:5px;	
1135
	margin-top:5px;	
1128
}
1136
}
1129
 
1137
 
1130
table tbody {
1138
table tbody {
1131
    background-color: #F8F8DB;
1139
    background-color: #F8F8DB;
1132
    border: 1px solid #9AC342;
1140
    border: 1px solid #9AC342;
1133
}
1141
}
1134
 
1142
 
1135
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1143
/* relatif aux liens pour l'export pdf --- bloc du bas ---*/
1136
#bloc_export_choix {
1144
#bloc_export_choix {
1137
	width: 100%;
1145
	width: 100%;
1138
}
1146
}
1139
 
1147
 
1140
.avertissement_telechargement {
1148
.avertissement_telechargement {
1141
	padding-top:1px;
1149
	padding-top:1px;
1142
	font-style:italic;
1150
	font-style:italic;
1143
	color: grey;
1151
	color: grey;
1144
	font-weight: 0.9em;
1152
	font-weight: 0.9em;
1145
}
1153
}
1146
 
1154
 
1147
#export_pdf input[type="submit"] {
1155
#export_pdf input[type="submit"] {
1148
	text-align: center;
1156
	text-align: center;
1149
	width :120px;
1157
	width :120px;
1150
	display:block;
1158
	display:block;
1151
	/*margin-right: auto;*/
1159
	/*margin-right: auto;*/
1152
	margin-left: 25px;
1160
	margin-left: 25px;
1153
	
1161
	
1154
}
1162
}
1155
#export_pdf fieldset label{
1163
#export_pdf fieldset label{
1156
	width :120px;
1164
	width :120px;
1157
	display:inline-block;
1165
	display:inline-block;
1158
	text-align:right;
1166
	text-align:right;
1159
}
1167
}
1160
 
1168
 
1161
#export_pdf fieldset {
1169
#export_pdf fieldset {
1162
	border: none;
1170
	border: none;
1163
	margin-left: auto;
1171
	margin-left: auto;
1164
	margin-right: auto;
1172
	margin-right: auto;
1165
	
1173
	
1166
}
1174
}
1167
 
1175
 
1168
.infos_liens_permanents {
1176
.infos_liens_permanents {
1169
	width: 60%;
1177
	width: 60%;
1170
}
1178
}
1171
 
1179
 
1172
.telechargements_pdf {
1180
.telechargements_pdf {
1173
	width: 40%;
1181
	width: 40%;
1174
}
1182
}
1175
 
1183
 
1176
.conteneur_telechargements > * {
1184
.conteneur_telechargements > * {
1177
	padding-left:20px;
1185
	padding-left:20px;
1178
	padding-top: 10px;
1186
	padding-top: 10px;
1179
	padding-bottom: 10px;
1187
	padding-bottom: 10px;
1180
}
1188
}
1181
 
1189
 
1182
.lien_export_pdf {
1190
.lien_export_pdf {
1183
	background:url('../images/pdf.png') no-repeat;
1191
	background:url('../images/pdf.png') no-repeat;
1184
	padding-left: 20px;
1192
	padding-left: 20px;
1185
	font-size:12px;
1193
	font-size:12px;
1186
	padding-bottom: 3px;
1194
	padding-bottom: 3px;
1187
}
1195
}
1188
 
1196
 
1189
.avertissement_telechargement {
1197
.avertissement_telechargement {
1190
	margin-top: 2px;
1198
	margin-top: 2px;
1191
}
1199
}
1192
 
1200
 
1193
.conteneur_permalien {
1201
.conteneur_permalien {
1194
	padding-left: 5px;
1202
	padding-left: 5px;
1195
	padding-bottom: 5px;
1203
	padding-bottom: 5px;
1196
	padding-top: 5px;
1204
	padding-top: 5px;
1197
	width: 100%;
1205
	width: 100%;
1198
}
1206
}
1199
 
1207
 
1200
.wp.conteneur_permalien {
1208
.wp.conteneur_permalien {
1201
	padding-left: 0px;
1209
	padding-left: 0px;
1202
	padding-top: 0px;
1210
	padding-top: 0px;
1203
}
1211
}
1204
 
1212
 
1205
.titre_lien_permanent {
1213
.titre_lien_permanent {
1206
	padding-left: 0px;
1214
	padding-left: 0px;
1207
}
1215
}
1208
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1216
/**----------------------- recherche--avancee--formulaire---------------------------------------------**/
1209
#recherche_av {
1217
#recherche_av {
1210
	position:relative;
1218
	position:relative;
1211
	float:right;
1219
	float:right;
1212
	right:17px;
1220
	right:17px;
1213
 
1221
 
1214
}
1222
}
1215
#bloc-recherche {
1223
#bloc-recherche {
1216
	padding-bottom : 3px;
1224
	padding-bottom : 3px;
1217
}
1225
}
1218
div #recherche_av_form {
1226
div #recherche_av_form {
1219
	width:95%;
1227
	width:95%;
1220
	margin-right:auto;
1228
	margin-right:auto;
1221
	margin-left:auto;
1229
	margin-left:auto;
1222
	padding : 3px;
1230
	padding : 3px;
1223
 
1231
 
1224
}
1232
}
1225
#bloc_recherche_av {
1233
#bloc_recherche_av {
1226
	border: 1px solid white;
1234
	border: 1px solid white;
1227
	padding : 5px;
1235
	padding : 5px;
1228
	padding-top : 15px;
1236
	padding-top : 15px;
1229
		
1237
		
1230
}
1238
}
1231
 
1239
 
1232
#recherche_av_form label {
1240
#recherche_av_form label {
1233
	display:block;
1241
	display:block;
1234
	text-align:left;
1242
	text-align:left;
1235
	padding-left:7px;
1243
	padding-left:7px;
1236
}
1244
}
1237
 
1245
 
1238
#recherche_av_form .rech {
1246
#recherche_av_form .rech {
1239
	margin-top:20px;
1247
	margin-top:20px;
1240
	position:relative;
1248
	position:relative;
1241
	left: 228px;
1249
	left: 228px;
1242
	width:200px;
1250
	width:200px;
1243
	padding: 2px;
1251
	padding: 2px;
1244
	cursor:pointer;
1252
	cursor:pointer;
1245
	background-color:#FFFFFF;
1253
	background-color:#FFFFFF;
1246
	font-weight: bold;
1254
	font-weight: bold;
1247
}
1255
}
1248
#recherche_av_form .rech:hover {
1256
#recherche_av_form .rech:hover {
1249
	background-color:#DDDDDD;
1257
	background-color:#DDDDDD;
1250
}
1258
}
1251
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1259
#recherche_av_form label, #recherche_av_form input, #recherche_av_form select {
1252
	float:left;
1260
	float:left;
1253
}
1261
}
1254
#recherche_av_form .valeur-defaut-recherche {
1262
#recherche_av_form .valeur-defaut-recherche {
1255
    color: #848484;
1263
    color: #848484;
1256
    font-style: italic;
1264
    font-style: italic;
1257
}
1265
}
1258
/* fieldset classification */
1266
/* fieldset classification */
1259
fieldset.classification_form label{
1267
fieldset.classification_form label{
1260
	width: 95px;
1268
	width: 95px;
1261
}
1269
}
1262
fieldset.classification_form input, fieldset.classification_form select{
1270
fieldset.classification_form input, fieldset.classification_form select{
1263
	width: 100px;
1271
	width: 100px;
1264
}
1272
}
1265
/* fieldset statuts presence */
1273
/* fieldset statuts presence */
1266
fieldset.statuts_form label, fieldset.presence_form label{
1274
fieldset.statuts_form label, fieldset.presence_form label{
1267
	width: 220px;
1275
	width: 220px;
1268
}
1276
}
1269
fieldset.statuts_form select, fieldset.presence_form select{
1277
fieldset.statuts_form select, fieldset.presence_form select{
1270
	width: 200px;
1278
	width: 200px;
1271
}
1279
}
1272
/* fieldset publication */
1280
/* fieldset publication */
1273
fieldset.publication_form label {
1281
fieldset.publication_form label {
1274
	width: 60px;
1282
	width: 60px;
1275
}
1283
}
1276
/* fieldset numero */
1284
/* fieldset numero */
1277
fieldset.numero_form label {
1285
fieldset.numero_form label {
1278
	width: 135px;
1286
	width: 135px;
1279
}
1287
}
1280
 
1288
 
1281
 
1289
 
1282
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1290
/**----------------------- Correction de hauteur pour les graphiques ---------------------------------------------**/
1283
.chorodep_svg { 
1291
.chorodep_svg { 
1284
	height: 590px;
1292
	height: 590px;
1285
	width:	100%;
1293
	width:	100%;
1286
}
1294
}
1287
 
1295
 
1288
.ecologie_svg { 
1296
.ecologie_svg { 
1289
    width: 500px;
1297
    width: 500px;
1290
}
1298
}
1291
 
1299
 
1292
.chargement {
1300
.chargement {
1293
	background:url('../images/chargement-transparent.gif');
1301
	background:url('../images/chargement-transparent.gif');
1294
	background-repeat:no-repeat;
1302
	background-repeat:no-repeat;
1295
	background-position:center; 
1303
	background-position:center; 
1296
	min-height: 150px;
1304
	min-height: 150px;
1297
}
1305
}
1298
 
1306
 
1299
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1307
/**----------------------- Autocompletion des noms ---------------------------------------------**/
1300
li.autocompletion_nom, .autocompletion_nom:hover {
1308
li.autocompletion_nom, .autocompletion_nom:hover {
1301
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1309
    background: url("../images/fleche_droite.png") no-repeat scroll 100% 0 white;
1302
    margin: 0 0 5px;
1310
    margin: 0 0 5px;
1303
}
1311
}
1304
 
1312
 
1305
/**----------------------- Illustration des résultats ---------------------------------------------**/
1313
/**----------------------- Illustration des résultats ---------------------------------------------**/
1306
 
1314
 
1307
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1315
.illustration_resultat_cel, .illustration_resultat_choro, .illustration_resultat_coste, #synthese_repartition img, #synthese_illustrations img {
1308
	cursor: pointer;
1316
	cursor: pointer;
1309
}
1317
}
1310
 
1318
 
1311
.nomenclature_synonyme {
1319
.nomenclature_synonyme {
1312
    padding-left: 13px;
1320
    padding-left: 13px;
1313
}
1321
}
1314
 
1322
 
1315
.nomenclature_basionyme {
1323
.nomenclature_basionyme {
1316
	font-size: 0.9em;
1324
	font-size: 0.9em;
1317
}
1325
}
-
 
1326
 
-
 
1327
 
-
 
1328
/**----------------------- Styles pour la pagination ---------------------------------------------**/
-
 
1329
.page_courante {
-
 
1330
	font-size: 1.5em;
-
 
1331
}
-
 
1332
 
-
 
1333
.page_courante a {
-
 
1334
	color: black;	
-
 
1335
}
-
 
1336
 
-
 
1337
.nb_resultats {
-
 
1338
	float:right;
-
 
1339
	margin-top: 10px;	
-
 
1340
}