Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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