Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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