Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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