Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 627 Rev 635
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
}
778
}
779
 
779
 
780
.legende_nom_retenu {
780
.legende_nom_retenu {
781
	background-color: #E6FFA2;
781
	background-color: #E6FFA2;
782
}
782
}
783
 
783
 
784
.couleur_legende {
784
.couleur_legende {
785
    display: inline-block;
785
    display: inline-block;
786
    height: 12px;
786
    height: 12px;
787
    width: 30px;
787
    width: 30px;
788
    margin-right: 5px;
788
    margin-right: 5px;
789
    margin-top: 2px;
789
    margin-top: 2px;
790
    border: 1px dotted black;
790
    border: 1px dotted black;
791
}
791
}
792
 
792
 
793
/*----------------------------------------------------------------------------------------------------------*/
793
/*----------------------------------------------------------------------------------------------------------*/
794
/* Nomenclature */
794
/* Nomenclature */
795
.ns-retenu {
795
.ns-retenu {
796
	font-weight:bold;
796
	font-weight:bold;
797
}
797
}
798
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
798
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
799
	font-style: italic;
799
	font-style: italic;
800
	text-transform: none;
800
	text-transform: none;
801
}
801
}
802
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
802
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
803
.auteur, .annee, .biblio, .addendum, .type_epithete {
803
.auteur, .annee, .biblio, .addendum, .type_epithete {
804
	font-style: normal;
804
	font-style: normal;
805
	text-transform: none;
805
	text-transform: none;
806
}
806
}
807
 
807
 
808
/*----------------------------------------------------------------------------------------------------------*/
808
/*----------------------------------------------------------------------------------------------------------*/
809
/* Wikinis */
809
/* Wikinis */
810
.editable_sur_clic {
810
.editable_sur_clic {
811
	min-height: 50px;
811
	min-height: 50px;
812
}
812
}
813
 
813
 
814
.aide_wikini {
814
.aide_wikini {
815
    font-size: 0.8em;
815
    font-size: 0.8em;
816
}
816
}
817
 
817
 
818
.contenu_editable {
818
.contenu_editable {
819
	background-color: #F8FBF2;
819
	background-color: #F8FBF2;
820
	border: dashed 1px #AAAAAA;
820
	border: dashed 1px #AAAAAA;
821
	padding: 5px;
821
	padding: 5px;
822
	padding-top: 2px;
822
	padding-top: 2px;
823
	border-radius: 3px;
823
	border-radius: 3px;
824
}
824
}
825
 
825
 
826
.champ_edition_wiki {
826
.champ_edition_wiki {
827
	width: 100%;
827
	width: 100%;
828
	height: 350px;	
828
	height: 350px;	
829
	overflow: auto;
829
	overflow: auto;
830
}
830
}
831
 
831
 
832
.imagettePlus {
832
.imagettePlus {
833
	width:9px;
833
	width:9px;
834
	height:9px;
834
	height:9px;
835
	background:url('../images/ouvrir.png') no-repeat;
835
	background:url('../images/ouvrir.png') no-repeat;
836
	display:inline-block;
836
	display:inline-block;
837
	margin-right:3px;
837
	margin-right:3px;
838
}
838
}
839
 
839
 
840
.imagetteMoins {
840
.imagetteMoins {
841
	width:9px;
841
	width:9px;
842
	height:9px;
842
	height:9px;
843
	background:url('../images/fermer.png') no-repeat;
843
	background:url('../images/fermer.png') no-repeat;
844
	margin-right:3px;
844
	margin-right:3px;
845
	display:inline-block;
845
	display:inline-block;
846
}
846
}
847
 
847
 
848
.basionyme_complet {
848
.basionyme_complet {
849
	margin-left:20px;
849
	margin-left:20px;
850
	display:block;
850
	display:block;
851
}
851
}
852
 
852
 
853
.legende {
853
.legende {
854
	border:dashed 1px #AAA; 
854
	border:dashed 1px #AAA; 
855
	padding:5px 10px;
855
	padding:5px 10px;
856
}
856
}
857
 
857
 
858
.legende b {
858
.legende b {
859
	color:#AAA; margin-bottom:10px
859
	color:#AAA; margin-bottom:10px
860
}
860
}
861
 
861
 
862
.wp {
862
.wp {
863
	background:url('../images/sites/wikipedia.png') no-repeat;
863
	background:url('../images/sites/wikipedia.png') no-repeat;
864
	margin-left: 15px;
864
	margin-left: 15px;
865
    margin-top: 5px;
865
    margin-top: 5px;
866
    padding-left: 20px;
866
    padding-left: 20px;
867
}
867
}
868
/*Description+Ecologie*/
868
/*Description+Ecologie*/
869
 
869
 
870
.citation { 
870
.citation { 
871
		 font-size:9px;
871
		 font-size:9px;
872
}
872
}
873
.fond_graphique {
873
.fond_graphique {
874
	background-color:#F8F8F8;
874
	background-color:#F8F8F8;
875
	padding-top: 10px;	
875
	padding-top: 10px;	
876
	padding-bottom: 10px;
876
	padding-bottom: 10px;
877
	
877
	
878
 
878
 
879
}
879
}
880
.graphique {
880
.graphique {
881
	margin-right: auto;	
881
	margin-right: auto;	
882
	margin-left: auto;
882
	margin-left: auto;
883
	width:500px;
883
	width:500px;
884
}
884
}
885
 
885
 
886
.titre { 
886
.titre { 
887
		color:#36560B;
887
		color:#36560B;
888
		left:2px;
888
		left:2px;
889
		position:relative;
889
		position:relative;
890
		padding-right:5px;
890
		padding-right:5px;
891
}
891
}
892
.desc {
892
.desc {
893
	margin-right:3px;
893
	margin-right:3px;
894
	margin-left:3px;
894
	margin-left:3px;
895
}
895
}
896
.desc td {
896
.desc td {
897
	width: 50%;
897
	width: 50%;
898
	vertical-align: top;
898
	vertical-align: top;
899
	border: 1px dasharray #36560B;
899
	border: 1px dasharray #36560B;
900
	padding: 7px 5px;
900
	padding: 7px 5px;
901
}
901
}
902
 .italique { font-style: italic;
902
 .italique { font-style: italic;
903
 }
903
 }
904
 
904
 
905
 .gras { font-weight: bold;
905
 .gras { font-weight: bold;
906
 }
906
 }
907
 
907
 
908
 
908
 
909
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
909
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
910
.legende_formes {
910
.legende_formes {
911
	background-image:url('../images/legende_formes.png');
911
	background-image:url('../images/legende_formes.png');
912
	background-position: 2px 5px;
912
	background-position: 2px 5px;
913
	background-repeat: no-repeat ;
913
	background-repeat: no-repeat ;
914
	width : 348px;
914
	width : 348px;
915
	height : 30px;
915
	height : 30px;
916
	margin-right : auto;
916
	margin-right : auto;
917
	margin-left: auto;
917
	margin-left: auto;
918
	border: 1px dotted grey;
918
	border: 1px dotted grey;
919
	padding : 5px;
919
	padding : 5px;
920
}
920
}
921
.legende_graphique {
921
.legende_graphique {
922
	display:none;	
922
	display:none;	
923
	font-size:11px;
923
	font-size:11px;
924
	padding: 5px;
924
	padding: 5px;
925
}
925
}
926
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
926
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
927
	background:none;
927
	background:none;
928
	border:none;
928
	border:none;
929
}
929
}
930
.bloc_graph > .voir:focus ~ .legende_graphique{
930
.bloc_graph > .voir:focus ~ .legende_graphique{
931
	display: block;
931
	display: block;
932
}
932
}
933
 
933
 
934
.bloc_graph > .cacher:focus ~.legende_graphique {
934
.bloc_graph > .cacher:focus ~.legende_graphique {
935
	display: none;
935
	display: none;
936
}
936
}
937
 
937
 
938
.voir:focus,  .cacher:focus  {
938
.voir:focus,  .cacher:focus  {
939
	display:none;
939
	display:none;
940
}
940
}
941
 
941
 
942
.cacher, .voir {
942
.cacher, .voir {
943
	float:right;
943
	float:right;
944
}
944
}
945
 
945
 
946
.cacher {
946
.cacher {
947
	display:none;
947
	display:none;
948
}
948
}
949
.voir:focus + .cacher, .cacher:focus + .voir {
949
.voir:focus + .cacher, .cacher:focus + .voir {
950
	display:inline;
950
	display:inline;
951
}
951
}
952
 
952
 
953
.fond_graphique button {
953
.fond_graphique button {
954
	background: none;
954
	background: none;
955
	border: none;
955
	border: none;
956
	
956
	
957
}
957
}
958
 
958
 
959
.fond_graphique button:hover {
959
.fond_graphique button:hover {
960
	cursor: pointer;
960
	cursor: pointer;
961
	text-decoration: underline;
961
	text-decoration: underline;
962
}
962
}
963
 
963
 
964
/* Illustrations */
964
/* Illustrations */
965
.illustration-coste img{
965
#illustrations-coste img{
966
	display:inline;
966
	display:inline;
967
	vertical-align:middle;
967
	vertical-align:middle;
968
	margin:0;
968
	margin:0px;
969
	padding:0;
969
	padding:0px;
970
	border:0;
970
 
971
}
971
}
972
 
972
 
973
#illustrations {
973
#illustrations {
974
	margin-left:-5px;
974
	margin-left:-5px;
975
	margin-right:-4px;
975
	margin-right:-4px;
-
 
976
		
976
}
977
}
977
.liste-illustrations .attention{
978
.liste-illustrations .attention{
978
	border:0;
979
	border:0;
979
	background:none;
980
	background:none;
980
	text-align:left;
981
	text-align:left;
981
	padding:0;
982
	padding:0;
982
}
983
}
983
.liste-illustrations{
984
.liste-illustrations{
984
	list-style-type:none;
985
	list-style-type:none;
985
	padding:0;
986
	padding:0;
986
}
987
}
987
.liste-illustrations li {
988
.liste-illustrations li {
988
	list-style-image:none !important;
989
	list-style-image:none !important;
989
	background:none;
990
	background:none;
990
	text-align:center;
991
	text-align:center;
991
	font-size:11px;
992
	font-size:11px;
992
	float: left;
993
	float: left;
993
	width:210px;
994
	width:210px;
994
	height:285px;
995
	height:285px;
995
}
996
}
-
 
997
 
-
 
998
#illustrations-coste .liste-illustrations li{
-
 
999
	height: 215px;
-
 
1000
	}
-
 
1001
 
996
.liste-illustrations li p{
1002
.liste-illustrations li p{
997
	margin:2px 2px 5px 2px;
1003
	margin:2px 2px 5px 2px;
998
	width:206px;
1004
	width:206px;
999
	font-size:11px;
1005
	font-size:11px;
1000
}
1006
}
1001
.liste-illustrations strong{
1007
.liste-illustrations strong{
1002
	font-weight:bold;
1008
	font-weight:bold;
1003
}
1009
}
1004
.liste-illustrations img{
1010
.liste-illustrations img{
1005
	display:block;
1011
	display:block;
1006
	border:1px solid white;
1012
	border:1px solid white;
1007
	margin:0 auto;
1013
	margin:0 auto;
1008
	padding:2px;
1014
	padding:2px;
1009
	max-height:196px;
1015
	max-height:196px;
1010
	max-width:196px;
1016
	max-width:196px;
1011
}
1017
}
1012
.liste-illustrations a:hover img{
1018
.liste-illustrations a:hover img{
1013
    border:1px dotted #FD8C13;
1019
    border:1px dotted #FD8C13;
1014
}
1020
}
1015
a.img-cadre{
1021
a.img-cadre{
1016
	display:block;
1022
	display:block;
1017
	border: 1px solid white;
1023
	border: 1px solid white;
1018
	background:transparent;
1024
	background:transparent;
1019
	width:204px;
1025
	width:204px;
1020
	height:204px;
1026
	height:204px;
1021
	margin-right:2px;
1027
	margin-right:2px;
1022
}
1028
}
1023
a.img-cadre:hover{
1029
a.img-cadre:hover{
1024
	border:1px dotted #FD8C13;
1030
	border:1px dotted #FD8C13;
1025
}
1031
}
1026
.img-cadre-fond{
1032
.img-cadre-fond{
1027
	background:white;
1033
	background:white;
1028
	width:200px;
1034
	width:200px;
1029
	height:200px;
1035
	height:200px;
1030
	line-height:200px;
1036
	line-height:200px;
1031
	text-align:center;
1037
	text-align:center;
1032
	margin:2px;
1038
	margin:2px;
1033
}
1039
}
1034
#illustrations-photoflora img{
1040
#illustrations-photoflora img{
1035
	display:inline;
1041
	display:inline;
1036
	vertical-align:middle;
1042
	vertical-align:middle;
1037
	margin:0;
1043
	margin:0;
1038
	padding:0;
1044
	padding:0;
1039
	border:0;
1045
	border:0;
1040
}
1046
}
1041
 
1047
 
1042
.importance4 {
1048
.importance4 {
1043
	font-size:0.8em;
1049
	font-size:0.8em;
1044
	padding:5px;
1050
	padding:5px;
1045
	box-shadow:none;
1051
	box-shadow:none;
1046
}
1052
}
1047
 
1053
 
1048
h1 .nomenclature {
1054
h1 .nomenclature {
1049
	color:#555;
1055
	color:#555;
1050
	font-size:19px;
1056
	font-size:19px;
1051
}
1057
}
1052
 
1058
 
1053
h1 .famille {
1059
h1 .famille {
1054
	font-size:13px;
1060
	font-size:13px;
1055
	margin-top:5px;	
1061
	margin-top:5px;	
1056
}
1062
}
1057
 
1063
 
1058
table tbody {
1064
table tbody {
1059
    background-color: #F8F8DB;
1065
    background-color: #F8F8DB;
1060
    border: 1px solid #9AC342;
1066
    border: 1px solid #9AC342;
1061
}
1067
}