Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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