Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 590 | Rev 595 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 590 Rev 591
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
.debogage, .debogage pre{
268
.debogage, .debogage pre{
269
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
269
	white-space:pre-wrap; white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap;
270
	word-wrap:break-word; /* IE 5.5+ */
270
	word-wrap:break-word; /* IE 5.5+ */
271
    overflow:auto;/* IE 6 */
271
    overflow:auto;/* IE 6 */
272
}
272
}
273
/*----------------------------------------------------------------------------------------------------------*/
273
/*----------------------------------------------------------------------------------------------------------*/
274
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
274
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
275
.largeur-01{
275
.largeur-01{
276
	width:60px;}
276
	width:60px;}
277
.largeur-02{
277
.largeur-02{
278
	width:120px;}
278
	width:120px;}
279
.largeur-03{
279
.largeur-03{
280
	width:180px;}
280
	width:180px;}
281
.largeur-04{
281
.largeur-04{
282
	width:240px;}
282
	width:240px;}
283
.largeur-05{
283
.largeur-05{
284
	width:300px;}
284
	width:300px;}
285
.largeur-06{
285
.largeur-06{
286
	width:360px;}
286
	width:360px;}
287
.largeur-07{
287
.largeur-07{
288
	width:420px;}
288
	width:420px;}
289
.largeur-08{
289
.largeur-08{
290
	width:480px;}
290
	width:480px;}
291
.largeur-09{
291
.largeur-09{
292
	width:540px;}
292
	width:540px;}
293
.largeur-10{
293
.largeur-10{
294
	width:600px;}
294
	width:600px;}
295
.largeur-11{
295
.largeur-11{
296
	width:660px;}
296
	width:660px;}
297
.largeur-12{
297
.largeur-12{
298
	width:720px;}
298
	width:720px;}
299
.largeur-13{
299
.largeur-13{
300
	width:780px;}
300
	width:780px;}
301
.largeur-14{
301
.largeur-14{
302
	width:840px;}
302
	width:840px;}
303
.largeur-15{
303
.largeur-15{
304
	width:900px;}
304
	width:900px;}
305
.largeur-16{
305
.largeur-16{
306
	width:960px;}
306
	width:960px;}
307
/*----------------------------------------------------------------------------------------------------------*/
307
/*----------------------------------------------------------------------------------------------------------*/
308
/* Formulaire de Recherche Simple */	
308
/* Formulaire de Recherche Simple */	
309
#bloc-recherche fieldset {
309
#bloc-recherche fieldset {
310
	border:none; 
310
	border:none; 
311
	padding:0;
311
	padding:0;
312
	width:100%;
312
	width:100%;
313
}
313
}
314
#ef-form-niveau fieldset {
314
.choixNiveau {
315
	float: right;
315
	position:absolute;
316
	margin-top: -30px;
316
	margin-top: -30px;
317
	padding: 0;
317
	padding: 0;
318
	width: auto;
318
	width: 300px;
-
 
319
	margin-left:430px;
-
 
320
	
-
 
321
}
-
 
322
 
-
 
323
.choixNiveau a {
-
 
324
	float:left;
-
 
325
	border-style:solid;
-
 
326
	padding:0.4em 0.8em;
-
 
327
	border-color:#C2C0AD;
-
 
328
	color:#9AC343;
-
 
329
	font-weight:bold;
-
 
330
	cursor:pointer;
-
 
331
	background:#f9f9f9;
-
 
332
	border:1px solid #CCCCCC;
-
 
333
}
-
 
334
 
-
 
335
.choixNiveau .niveau1 {
-
 
336
	border-radius:4px 0 0 0;	
-
 
337
}
-
 
338
 
-
 
339
.choixNiveau .niveau3 {
-
 
340
	border-radius:0 4px 0 0;
-
 
341
}
-
 
342
 
-
 
343
.choixNiveau .actif {
-
 
344
	color:#EB8F00;	
-
 
345
	border-color:#EB8F00;
-
 
346
	background:white;
319
}
347
}
320
 
348
 
321
/* couleur des boutons non sélectionnés*/
349
/* couleur des boutons non sélectionnés*/
322
#ef-form-niveau .ui-buttonset {
350
.ef-form-niveau .ui-buttonset {
323
	margin-right: 25px;
351
	margin-right: 25px;
324
}
352
}
325
 
353
 
326
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
354
.ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
327
	background-color:#C2C0AD;
355
	background-color:#C2C0AD;
328
	color: #9AC343;
356
	color: #9AC343;
329
	font-weight: bold;
357
	font-weight: bold;
330
}
358
}
331
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
359
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
332
	background-color: #FFFFFF;
360
	background-color: #FFFFFF;
333
	color: #EB8F00;
361
	color: #EB8F00;
334
	font-weight: bold;
362
	font-weight: bold;
335
}
363
}
336
 
364
 
337
#ef-form-niveau .ui-button-text-only .ui-button-text {
365
#ef-form-niveau .ui-button-text-only .ui-button-text {
338
	padding: 0.2em 0.5em;
366
	padding: 0.2em 0.5em;
339
}
367
}
340
 
368
 
341
#bloc-recherche h1, #contenu h1 {
369
#bloc-recherche h1, #contenu h1 {
342
	background: none;
370
	background: none;
343
	padding: 0 0 0 20px;
371
	padding: 0 0 0 20px;
344
}
372
}
345
 
373
 
346
#bloc-recherche {
374
#bloc-recherche {
347
	padding-bottom: 0;	
375
	padding-bottom: 0;	
348
}
376
}
349
 
377
 
350
#ef-form-nomenclature table {
378
#ef-form-nomenclature table {
351
	width:100%;
379
	width:100%;
352
}
380
}
353
#ef-form-nomenclature h1 { 
381
#ef-form-nomenclature h1 { 
354
	margin:0 0 3px 16px; 
382
	margin:0 0 3px 16px; 
355
}
383
}
356
#ef-form-nomenclature .champ {
384
#ef-form-nomenclature .champ {
357
	padding:3px; 
385
	padding:3px; 
358
	font-size:12px;
386
	font-size:12px;
359
}
387
}
360
#ef-form-nomenclature .zone-choix-type-nom {
388
#ef-form-nomenclature .zone-choix-type-nom {
361
	float:left; 
389
	float:left; 
362
	padding:0 10px
390
	padding:0 10px
363
}
391
}
364
#ef-form-nomenclature .titre-choix-nom {
392
#ef-form-nomenclature .titre-choix-nom {
365
	padding:12px; 
393
	padding:12px; 
366
	font-weight:bold
394
	font-weight:bold
367
}
395
}
368
#ef-form-nomenclature #zone-liens-recherche  {
396
#ef-form-nomenclature #zone-liens-recherche  {
369
	padding:5px;
397
	padding:5px;
370
}
398
}
371
#eflore_nomenclature_fiche {
399
#eflore_nomenclature_fiche {
372
	background:url(../images/lien.png) no-repeat 0 -1px; 
400
	background:url(../images/lien.png) no-repeat 0 -1px; 
373
	padding:0 0 0 17px; 
401
	padding:0 0 0 17px; 
374
	color:#598000; 
402
	color:#598000; 
375
	border:1px dotted #95AE5D;
403
	border:1px dotted #95AE5D;
376
	border-width:0 0 1px 0; 
404
	border-width:0 0 1px 0; 
377
	cursor:pointer; 
405
	cursor:pointer; 
378
	margin:0 0 0 19px; 
406
	margin:0 0 0 19px; 
379
	font-size:12px
407
	font-size:12px
380
}
408
}
381
#ef-form-nomenclature input.ok {
409
#ef-form-nomenclature input.ok {
382
	color:rgba(0,0,0,0);
410
	color:rgba(0,0,0,0);
383
	font-size:12px; 
411
	font-size:12px; 
384
	font-weight:bold; 
412
	font-weight:bold; 
385
	padding:3px 10px 3px 10px;
413
	padding:3px 10px 3px 10px;
386
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
414
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
387
}
415
}
388
#ef-form-nomenclature input.ok:hover {
416
#ef-form-nomenclature input.ok:hover {
389
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
417
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
390
	cursor:pointer;	
418
	cursor:pointer;	
391
}
419
}
392
#ef-form-nomenclature label {
420
#ef-form-nomenclature label {
393
	font-size:12px
421
	font-size:12px
394
}
422
}
395
 
423
 
396
/*----------------------------------------------------------------------------------------------------------*/
424
/*----------------------------------------------------------------------------------------------------------*/
397
/* Formulaire d'autocompletion */	
425
/* Formulaire d'autocompletion */	
398
.ui-autocomplete a {
426
.ui-autocomplete a {
399
	text-decoration:none;
427
	text-decoration:none;
400
	border-bottom:none;
428
	border-bottom:none;
401
}
429
}
402
.ui-menu {
430
.ui-menu {
403
	list-style:none;
431
	list-style:none;
404
	padding: 2px;
432
	padding: 2px;
405
	margin: 0;
433
	margin: 0;
406
	display:block;
434
	display:block;
407
	float: left;
435
	float: left;
408
	font-size: 11px;
436
	font-size: 11px;
409
	font-family: arial;
437
	font-family: arial;
410
}
438
}
411
 
439
 
412
.ui-menu .ui-menu-item a {
440
.ui-menu .ui-menu-item a {
413
	text-decoration:none;
441
	text-decoration:none;
414
	display:block;
442
	display:block;
415
	padding:.2em .4em;
443
	padding:.2em .4em;
416
	line-height:0.8;
444
	line-height:0.8;
417
	zoom:1;
445
	zoom:1;
418
}
446
}
419
 
447
 
420
#nom.valeur-defaut-recherche {
448
#nom.valeur-defaut-recherche {
421
	color:#848484;
449
	color:#848484;
422
	font-style:italic;	
450
	font-style:italic;	
423
	font-weight:0.9em;
451
	font-weight:0.9em;
424
}
452
}
425
/*----------------------------------------------------------------------------------------------------------*/
453
/*----------------------------------------------------------------------------------------------------------*/
426
/* Résultats */
454
/* Résultats */
427
.zone-resultat {
455
.zone-resultat {
428
	margin-left:-40px;
456
	margin-left:-40px;
429
	min-height:101px;
457
	min-height:101px;
430
	padding:10px;
458
	padding:10px;
431
	margin-bottom:10px;
459
	margin-bottom:10px;
432
	background:#f8f9ec;
460
	background:#f8f9ec;
433
	border:solid 1px #f1f3de;
461
	border:solid 1px #f1f3de;
434
	-moz-border-radius:10px;
462
	-moz-border-radius:10px;
435
	-webkit-border-radius:10px;
463
	-webkit-border-radius:10px;
436
	border-radius:10px;
464
	border-radius:10px;
437
	font-size:13px;
465
	font-size:13px;
438
	-moz-box-shadow:3px 3px 3px #DDD;
466
	-moz-box-shadow:3px 3px 3px #DDD;
439
}
467
}
440
.zone-resultat img {
468
.zone-resultat img {
441
	border:solid 2px #DDD
469
	border:solid 2px #DDD
442
}
470
}
443
.surlignage {
471
.surlignage {
444
	background-color: #E6FFA2;
472
	background-color: #E6FFA2;
445
}
473
}
446
#ef-resultats-decomposition #col-ns{
474
#ef-resultats-decomposition #col-ns{
447
	width:33%;
475
	width:33%;
448
}
476
}
449
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
477
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
450
	font-size:0.8em;
478
	font-size:0.8em;
451
}
479
}
452
.retenu{
480
.retenu{
453
	font-weight:bold;
481
	font-weight:bold;
454
}
482
}
455
#ef-resultats-determination .synonymes li {
483
#ef-resultats-determination .synonymes li {
456
	background: none;
484
	background: none;
457
	line-height: 18px;
485
	line-height: 18px;
458
	list-style: none outside none;
486
	list-style: none outside none;
459
	padding-left: 15px;
487
	padding-left: 15px;
460
}
488
}
461
.absent {
489
.absent {
462
	display:block;
490
	display:block;
463
	float:right;
491
	float:right;
464
	background-color:transparent;
492
	background-color:transparent;
465
	background-image:url("../images/pasdephoto.png");
493
	background-image:url("../images/pasdephoto.png");
466
	background-repeat:no-repeat;
494
	background-repeat:no-repeat;
467
	background-position:50% 20%;
495
	background-position:50% 20%;
468
	border: 2px solid #DDDDDD;
496
	border: 2px solid #DDDDDD;
469
	margin: 0 5px;
497
	margin: 0 5px;
470
	height: 100px;
498
	height: 100px;
471
	width: 100px;
499
	width: 100px;
472
	font-weight: bold;
500
	font-weight: bold;
473
	text-align: center;
501
	text-align: center;
474
}
502
}
475
 
503
 
476
.absent .contribuer {
504
.absent .contribuer {
477
    display: block;
505
    display: block;
478
    padding-top: 66px;
506
    padding-top: 66px;
479
}
507
}
480
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
508
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
481
	border: none;
509
	border: none;
482
	background: none;
510
	background: none;
483
}
511
}
484
 
512
 
485
#ef-resultats-nv-determination .nom {
513
#ef-resultats-nv-determination .nom {
486
	width: 30%;
514
	width: 30%;
487
	vertical-align: top;
515
	vertical-align: top;
488
	margin-top: 5px;
516
	margin-top: 5px;
489
}
517
}
490
#ef-resultats-nv-determination .nom ul, li{
518
#ef-resultats-nv-determination .nom ul, li{
491
	margin: 0;
519
	margin: 0;
492
	margin-bottom: 5px
520
	margin-bottom: 5px
493
}
521
}
494
 
522
 
495
 
523
 
496
/*----------------------------------------------------------------------------------------------------------*/
524
/*----------------------------------------------------------------------------------------------------------*/
497
/* Fiche */
525
/* Fiche */
498
#bloc-fiche h1 {
526
#bloc-fiche h1 {
499
	background: none repeat scroll 0 0 transparent;
527
	background: none repeat scroll 0 0 transparent;
500
	padding: 0 0 0 20px;
528
	padding: 0 9px  0 9px;
501
}
529
}
502
#zone_contenu_fiche { /* fond des onglets */
530
#zone_contenu_fiche {
503
	border:solid 1px #DDD;
-
 
504
	border-width:0px 1px 1px 1px;
-
 
505
	background-color:#FFFFFF;
531
    background-color: #ede1ce;
506
	width:100%;
-
 
507
	min-height:300px;
-
 
508
	clear:left;
532
    clear: left;
-
 
533
    min-height: 300px;
509
	padding-top: 0.4em;
534
    padding-top: 0.4em;
-
 
535
    width: 100%;
-
 
536
    border:1px solid #E78F08;
-
 
537
    border-width:0 1px 1px 1px
-
 
538
}
-
 
539
.ui-widget-content {
-
 
540
	background:white;
510
}
541
}
511
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
542
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
512
	border-bottom-right-radius: 0;
543
	border-bottom-right-radius: 0;
513
}
544
}
514
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
545
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
515
	border-bottom-left-radius: 0;
546
	border-bottom-left-radius: 0;
516
}
547
}
517
.colonne {
548
.colonne {
518
	float:left;
549
	float:left;
519
	padding-bottom:10px;
550
	padding-bottom:10px;
520
	width:33%;
551
	width:33%;
521
	margin: 0 1px;
552
	margin: 0 1px;
522
}
553
}
523
 
554
 
524
.deuxtiers{
555
.deuxtiers{
525
	width:66%;
556
	width:66%;
526
}
557
}
527
 
558
 
528
.pasDeCurseur {
559
.pasDeCurseur {
529
	cursor:default;
560
	cursor:default;
530
}
561
}
531
/* bloc */
562
/* bloc */
532
.module {
563
.module {
533
	margin: 0 1em 0.5em 0; 
564
	margin: 0 1em 0.5em 0; 
534
	width: 99%;
565
	width: 99%;
535
}
566
}
536
.module .titre{
567
.module .titre{
537
	padding-bottom: 4px;
-
 
538
	padding-left: 0.2em;
-
 
539
	cursor:move;
568
	 cursor: move;
-
 
569
    font-size: 12px;
-
 
570
    padding-bottom: 1px;
-
 
571
    padding-left: 1.2em;
-
 
572
    margin-left:-2px;
-
 
573
    margin-right:1px;
540
}
574
}
-
 
575
 
541
.module .titre .ui-icon {
576
.module .titre .ui-icon {
542
	float: right;
577
	float: right;
543
}
578
}
544
.imagetteMoins, .imagettePlus { /* +/- du titre */
579
.imagetteMoins, .imagettePlus { /* +/- du titre */
545
	cursor:pointer
580
	cursor:pointer
546
}
581
}
547
.module .contenu {
582
.module .contenu {
548
	padding: 0.4em;
583
	padding: 10px;
549
}
584
}
550
 
585
 
551
.ui-sortable-placeholder { /* déplacement bloc */
586
.ui-sortable-placeholder { /* déplacement bloc */
552
	border: 1px dotted black;
587
	border: 1px dotted black;
553
	visibility: visible !important;
588
	visibility: visible !important;
554
	height: 50px !important;
589
	height: 50px !important;
555
}
590
}
556
.ui-sortable-placeholder * {
591
.ui-sortable-placeholder * {
557
	visibility: hidden;
592
	visibility: hidden;
558
}
593
}
559
 
594
 
560
/* Onglets */
595
/* Onglets */
561
#zone_onglets {
596
#zone_onglets {
562
	margin-top: 0.1em;
597
	margin-top: 0.1em;
563
	border-width: 1px 1px 0 1px;
598
	border-width:0;
564
	border-radius:0;
599
	border-radius:0;
565
	width:100%;
600
	width:665px;
566
	font-size:12px
601
	font-size:12px
567
}
602
}
568
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
603
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
569
	padding:0;
604
	padding:0;
570
	position: relative;
605
	position: relative;
571
}
606
}
572
.ui-tabs .ui-tabs-nav li a {
607
.ui-tabs .ui-tabs-nav li a {
573
	float: left;
608
	float: left;
574
	padding: 0.3em 1em;
609
	padding: 0.3em 5px;
575
	text-decoration: none;
610
	text-decoration: none;
576
}
611
}
577
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
612
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
578
	color: #9AC343;
613
	color: #9AC343;
579
	text-decoration: none;
614
	text-decoration: none;
580
}
615
}
581
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
616
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
582
	color: #EB8F00;
617
	color: #EB8F00;
583
	text-decoration: none;
618
	text-decoration: none;
584
}
619
}
-
 
620
#onglets {
-
 
621
	height:22px
-
 
622
}
585
#onglets li {
623
#onglets li {
586
	list-style:none;
624
	list-style:none;
-
 
625
	line-height:12px;
587
}
626
}
588
#onglets li {
627
#onglets li {
589
	float:left;
628
	float:left;
590
}
629
}
591
#zone_onglets li .ui-icon-close {
630
#zone_onglets li .ui-icon-close {
592
	float: left;
631
	float: left;
593
	margin: 0.4em 0.2em 0 0;
-
 
594
	cursor: pointer;
632
	cursor: pointer;
595
}
633
}
596
#zone_onglets li a.lien-onglet {
634
#zone_onglets li a.lien-onglet {
597
	overflow: hidden;
635
	overflow: hidden;
598
	text-decoration: none;
636
	text-decoration: none;
599
	border-bottom: none;
637
	border-bottom: none;
600
}
638
}
601
#zone_onglets li a.lien-onglet hover {
639
#zone_onglets li a.lien-onglet hover {
602
	overflow: hidden; 
640
	overflow: hidden; 
603
	text-decoration: none;
641
	text-decoration: none;
604
	border-bottom: none;
642
	border-bottom: none;
605
}
643
}
606
/* Menu et + */
644
/* Menu et + */
607
#zone_onglets #ongletEtPlus {
645
#zone_onglets #ongletEtPlus {
608
	cursor: pointer;
646
    cursor: pointer;
-
 
647
    display: none;
609
	float:right;
648
    float: right;
610
	z-index:500;
649
    font-size: 20px;
611
    height: 25px;
650
    height: 20px;
-
 
651
    padding-bottom: 0;
612
    width: 25px;
652
    padding-right: 5px;
613
    position: relative;
653
    position: relative;
614
    top: 1px;
654
    top: 1px;
-
 
655
    width: 25px;
615
    display:none;
656
    z-index: 500;
616
}
657
}
617
#zone_onglets #ongletEtPlus a {
658
#zone_onglets #ongletEtPlus a {
618
	border-bottom: none;
659
	border-bottom: none;
619
}
660
}
620
#lienOngletEtPlus { /* icone */
661
#lienOngletEtPlus { /* icone */
621
	width:6px;
662
	width:6px;
622
    padding-left: 9px;
663
    padding-left: 9px;
623
	padding-top: 0px;
664
	padding-top: 0px;
624
	display:block;
665
	display:block;
625
	margin-top:5px;
666
	margin-top:5px;
626
}
667
}
627
 
668
 
628
.lien-onglet-synthese, .lien-onglet-synthese:hover {
669
.lien-onglet-synthese, .lien-onglet-synthese:hover {
629
	border-bottom: none;
670
	border-bottom: none;
630
}
671
}
631
 
672
 
632
.menuModules { /* liste */
673
.menuModules { /* liste */
633
	left: 465px;
674
	left: 465px;
634
	width: 187px;
675
	width: 187px;
635
	position: absolute; 
676
	position: absolute; 
636
	border: 1px solid #DCD1CC; 
677
	border: 1px solid #DCD1CC; 
637
	margin: 0px; 
678
	margin: 0px; 
638
	padding: 0px;
679
	padding: 0px;
639
	top: 30px;
680
	top: 30px;
640
	z-index:499;
681
	z-index:499;
641
	background-color: #F9F9F9;
682
	background-color: #F9F9F9;
642
	color: #9AC343;
683
	color: #9AC343;
643
	font-weight: bold;
684
	font-weight: bold;
644
}
685
}
645
.elementMenuModules { /* element de la liste */
686
.elementMenuModules { /* element de la liste */
646
	display:block; 
687
	display:block; 
647
	border: 1px solid white; 
688
	border: 1px solid white; 
648
	width: 150px; 
689
	width: 150px; 
649
	padding: 10px 10px 10px 25px; 
690
	padding: 10px 10px 10px 25px; 
650
	margin:0px;
691
	margin:0px;
651
	cursor: pointer;
692
	cursor: pointer;
652
}	
693
}	
653
.elementMenuModules:hover {
694
.elementMenuModules:hover {
654
	background-color: #FEBF01;
695
	background-color: #FEBF01;
655
}	
696
}	
656
.elementMenuModulesSelectionne {
697
.elementMenuModulesSelectionne {
657
	background-color: #F6AF39;
698
	background-color: #F6AF39;
658
	color: white;
699
	color: white;
659
}
700
}
660
 
701
 
661
#dialog label, #dialog input { display:block; }
702
#dialog label, #dialog input { display:block; }
662
#dialog label { margin-top: 0.5em; }
703
#dialog label { margin-top: 0.5em; }
663
#dialog input, #dialog textarea { width: 95%; }
704
#dialog input, #dialog textarea { width: 95%; }
664
 
705
 
665
.bloc_legende_repartition {
706
.bloc_legende_repartition {
666
	float:left; 
707
	float:left; 
667
	margin-right:5px; 
708
	margin-right:5px; 
668
	margin-bottom:3px; 
709
	margin-bottom:3px; 
669
	width:15px; 
710
	width:15px; 
670
	height:15px; 
711
	height:15px; 
671
	border:solid 1px black;
712
	border:solid 1px black;
672
}
713
}
673
 
714
 
674
.texte_legende_repartition {
715
.texte_legende_repartition {
675
	float:left; 
716
	float:left; 
676
	text-transform:capitalize;
717
	text-transform:capitalize;
677
}
718
}
678
 
719
 
679
.conteneur_lien_metadonnees {
720
.conteneur_lien_metadonnees {
680
	padding: 15px;
721
	padding: 15px;
681
}
722
}
682
 
723
 
683
#ef-resultats-determination .repartition_vignette {
724
#ef-resultats-determination .repartition_vignette {
684
	float:right;
725
	float:right;
685
	height: 100px;
726
	height: 100px;
686
}
727
}
687
 
728
 
688
#nomenclature > ul > li.item_nomenclature { 
729
#nomenclature > ul > li.item_nomenclature { 
689
    line-height: 18px;
730
    line-height: 18px;
690
    width:100%;
731
    width:100%;
691
}
732
}
692
 
733
 
693
.tab-chargement {
734
.tab-chargement {
694
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
735
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
695
  	background-color: #FFFFFF;
736
  	background-color: #FFFFFF;
696
    border: medium none;
737
    border: medium none;
697
    cursor: pointer;
738
    cursor: pointer;
698
    display: inline-block;
739
    display: inline-block;
699
    font-size: 14px;
740
    font-size: 14px;
700
    padding: 20px 20px 20px 50px;
741
    padding: 20px 20px 20px 50px;
701
    width: 555px;
742
    width: 555px;
702
}
743
}
703
 
744
 
704
.conteneur_illustrations_cel {
745
.conteneur_illustrations_cel {
705
	width: 250px;	
746
	width: 250px;	
706
}
747
}
707
 
748
 
708
.conteneur_metadonnees_cel {
749
.conteneur_metadonnees_cel {
709
	width: 250px;
750
	width: 250px;
710
	padding-top : 20px;	
751
	padding-top : 20px;	
711
}
752
}
712
 
753
 
713
.onglet_marge_gauche {
754
.onglet_marge_gauche {
714
	margin-top: 7px;
755
	margin-top: 7px;
715
	padding-left: 30px;
756
	padding-left: 30px;
716
}
757
}
717
 
758
 
718
.references_bibliographiques .texte_inactif {
759
.references_bibliographiques .texte_inactif {
719
	display:none;
760
	display:none;
720
}
761
}
721
 
762
 
722
#repartition_observations { 
763
#repartition_observations { 
723
    height: 590px;
764
    height: 590px;
724
    width: 100%;
765
    width: 100%;
725
}
766
}
726
 
767
 
727
.legende_nom_retenu {
768
.legende_nom_retenu {
728
	background-color: #E6FFA2;
769
	background-color: #E6FFA2;
729
}
770
}
730
 
771
 
731
.couleur_legende {
772
.couleur_legende {
732
    display: inline-block;
773
    display: inline-block;
733
    height: 12px;
774
    height: 12px;
734
    width: 30px;
775
    width: 30px;
735
    margin-right: 5px;
776
    margin-right: 5px;
736
    margin-top: 2px;
777
    margin-top: 2px;
737
    border: 1px dotted black;
778
    border: 1px dotted black;
738
}
779
}
739
 
780
 
740
/*----------------------------------------------------------------------------------------------------------*/
781
/*----------------------------------------------------------------------------------------------------------*/
741
/* Nomenclature */
782
/* Nomenclature */
742
.ns-retenu {
783
.ns-retenu {
743
	font-weight:bold;
784
	font-weight:bold;
744
}
785
}
745
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
786
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
746
	font-style: italic;
787
	font-style: italic;
747
	text-transform: none;
788
	text-transform: none;
748
}
789
}
749
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
790
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
750
.auteur, .annee, .biblio, .addendum, .type_epithete {
791
.auteur, .annee, .biblio, .addendum, .type_epithete {
751
	font-style: normal;
792
	font-style: normal;
752
	text-transform: none;
793
	text-transform: none;
753
}
794
}
754
 
795
 
755
/*----------------------------------------------------------------------------------------------------------*/
796
/*----------------------------------------------------------------------------------------------------------*/
756
/* Wikinis */
797
/* Wikinis */
757
.editable_sur_clic {
798
.editable_sur_clic {
758
	min-height: 50px;
799
	min-height: 50px;
759
}
800
}
760
 
801
 
761
.aide_wikini {
802
.aide_wikini {
762
    font-size: 0.8em;
803
    font-size: 0.8em;
763
}
804
}
764
 
805
 
765
.contenu_editable {
806
.contenu_editable {
766
	background-color: #F8FBF2;
807
	background-color: #F8FBF2;
767
	border: dashed 1px #AAAAAA;
808
	border: dashed 1px #AAAAAA;
768
	padding: 5px;
809
	padding: 5px;
769
	padding-top: 2px;
810
	padding-top: 2px;
770
	border-radius: 3px;
811
	border-radius: 3px;
771
}
812
}
772
 
813
 
773
.champ_edition_wiki {
814
.champ_edition_wiki {
774
	width: 100%;
815
	width: 100%;
775
	height: 350px;	
816
	height: 350px;	
776
	overflow: auto;
817
	overflow: auto;
777
}
818
}
778
 
819
 
779
.imagettePlus {
820
.imagettePlus {
780
	width:9px;
821
	width:9px;
781
	height:9px;
822
	height:9px;
782
	background:url('../images/ouvrir.png') no-repeat;
823
	background:url('../images/ouvrir.png') no-repeat;
783
	display:inline-block;
824
	display:inline-block;
784
	margin-right:3px;
825
	margin-right:3px;
785
}
826
}
786
 
827
 
787
.imagetteMoins {
828
.imagetteMoins {
788
	width:9px;
829
	width:9px;
789
	height:9px;
830
	height:9px;
790
	background:url('../images/fermer.png') no-repeat;
831
	background:url('../images/fermer.png') no-repeat;
791
	margin-right:3px;
832
	margin-right:3px;
792
	display:inline-block;
833
	display:inline-block;
793
}
834
}
794
 
835
 
795
.basionyme_complet {
836
.basionyme_complet {
796
	margin-left:20px;
837
	margin-left:20px;
797
	display:block;
838
	display:block;
798
}
839
}
799
 
840
 
800
.legende {
841
.legende {
801
	border:dashed 1px #AAA; 
842
	border:dashed 1px #AAA; 
802
	padding:5px 10px;
843
	padding:5px 10px;
803
}
844
}
804
 
845
 
805
.legende b {
846
.legende b {
806
	color:#AAA; margin-bottom:10px
847
	color:#AAA; margin-bottom:10px
807
}
848
}
808
 
849
 
809
.wp {
850
.wp {
810
	background:url('../images/sites/wikipedia.png') no-repeat;
851
	background:url('../images/sites/wikipedia.png') no-repeat;
811
	margin-left: 15px;
852
	margin-left: 15px;
812
    margin-top: 5px;
853
    margin-top: 5px;
813
    padding-left: 20px;
854
    padding-left: 20px;
814
}
855
}
815
/*Description+Ecologie*/
856
/*Description+Ecologie*/
816
 
857
 
817
.citation { 
858
.citation { 
818
		 font-size:9px;
859
		 font-size:9px;
819
}
860
}
820
.fond_graphique {
861
.fond_graphique {
821
	background-color:#F8F8F8;
862
	background-color:#F8F8F8;
822
	padding-top: 10px;	
863
	padding-top: 10px;	
823
	padding-bottom: 10px;
864
	padding-bottom: 10px;
824
	
865
	
825
 
866
 
826
}
867
}
827
.graphique {
868
.graphique {
828
	margin-right: auto;	
869
	margin-right: auto;	
829
	margin-left: auto;
870
	margin-left: auto;
830
	width:500px;
871
	width:500px;
831
}
872
}
832
 
873
 
833
.titre { 
874
.titre { 
834
		color:#36560B;
875
		color:#36560B;
835
		left:2px;
876
		left:2px;
836
		position:relative;
877
		position:relative;
837
		padding-right:5px;
878
		padding-right:5px;
838
}
879
}
839
.desc {
880
.desc {
840
	margin-right:3px;
881
	margin-right:3px;
841
	margin-left:3px;
882
	margin-left:3px;
842
}
883
}
843
.desc td {
884
.desc td {
844
	width: 50%;
885
	width: 50%;
845
	vertical-align: top;
886
	vertical-align: top;
846
	border: 1px dasharray #36560B;
887
	border: 1px dasharray #36560B;
847
	padding: 7px 5px;
888
	padding: 7px 5px;
848
}
889
}
849
 .italique { font-style: italic;
890
 .italique { font-style: italic;
850
 }
891
 }
851
 
892
 
852
 .gras { font-weight: bold;
893
 .gras { font-weight: bold;
853
 }
894
 }
854
 
895
 
855
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
896
/*  boutons spécifiques légende  graphiques (masquer/afficher) */
856
 
897
 
857
.legende_graphique {
898
.legende_graphique {
858
	display:none;	
899
	display:none;	
859
	font-size:11px;
900
	font-size:11px;
860
	padding: 5px;
901
	padding: 5px;
861
}
902
}
862
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
903
.legende_graphique td, .legende_graphique tbody, .legende_graphique table {
863
	background:none;
904
	background:none;
864
	border:none;
905
	border:none;
865
}
906
}
866
 
-
 
867
 
-
 
868
.bloc_graph > .voir:focus ~ .legende_graphique{
907
.bloc_graph > .voir:focus ~ .legende_graphique{
869
	display: block;
908
	display: block;
870
}
909
}
871
 
910
 
872
.bloc_graph > .cacher:focus ~.legende_graphique {
911
.bloc_graph > .cacher:focus ~.legende_graphique {
873
	display: none;
912
	display: none;
874
}
913
}
875
 
914
 
876
.voir:focus,  .cacher:focus  {
915
.voir:focus,  .cacher:focus  {
877
	display:none;
916
	display:none;
878
}
917
}
879
 
918
 
880
.cacher, .voir {
919
.cacher, .voir {
881
	float:right;
920
	float:right;
882
}
921
}
883
 
922
 
884
.cacher {
923
.cacher {
885
	display:none;
924
	display:none;
886
}
925
}
887
.voir:focus + .cacher, .cacher:focus + .voir {
926
.voir:focus + .cacher, .cacher:focus + .voir {
888
	display:inline;
927
	display:inline;
889
}
928
}
890
 
929
 
891
.fond_graphique button {
930
.fond_graphique button {
892
	background: none;
931
	background: none;
893
	border: none;
932
	border: none;
894
	
933
	
895
}
934
}
896
 
935
 
897
.fond_graphique button:hover {
936
.fond_graphique button:hover {
898
	cursor: pointer;
937
	cursor: pointer;
899
	text-decoration: underline;
938
	text-decoration: underline;
900
}
939
}
901
 
940
 
902
/* Illustrations */
941
/* Illustrations */
903
#illustrations {
942
#illustrations {
904
	margin-left:-5px;
943
	margin-left:-5px;
905
	margin-right:-4px;
944
	margin-right:-4px;
906
}
945
}
907
.liste-illustrations .attention{
946
.liste-illustrations .attention{
908
	border:0;
947
	border:0;
909
	background:none;
948
	background:none;
910
	text-align:left;
949
	text-align:left;
911
	padding:0;
950
	padding:0;
912
}
951
}
913
.liste-illustrations{
952
.liste-illustrations{
914
	list-style-type:none;
953
	list-style-type:none;
915
	padding:0;
954
	padding:0;
916
}
955
}
917
.liste-illustrations li {
956
.liste-illustrations li {
918
	list-style-image:none !important;
957
	list-style-image:none !important;
919
	background:none;
958
	background:none;
920
	text-align:center;
959
	text-align:center;
921
	font-size:11px;
960
	font-size:11px;
922
	float: left;
961
	float: left;
923
	width:210px;
962
	width:210px;
924
	height:285px;
963
	height:285px;
925
}
964
}
926
.liste-illustrations li p{
965
.liste-illustrations li p{
927
	margin:2px 2px 5px 2px;
966
	margin:2px 2px 5px 2px;
928
	width:206px;
967
	width:206px;
929
	font-size:11px;
968
	font-size:11px;
930
}
969
}
931
.liste-illustrations strong{
970
.liste-illustrations strong{
932
	font-weight:bold;
971
	font-weight:bold;
933
}
972
}
934
.liste-illustrations img{
973
.liste-illustrations img{
935
	display:block;
974
	display:block;
936
	border:1px solid white;
975
	border:1px solid white;
937
	margin:0 auto;
976
	margin:0 auto;
938
	padding:2px;
977
	padding:2px;
939
	max-height:196px;
978
	max-height:196px;
940
	max-width:196px;
979
	max-width:196px;
941
}
980
}
942
.liste-illustrations a:hover img{
981
.liste-illustrations a:hover img{
943
    border:1px dotted #FD8C13;
982
    border:1px dotted #FD8C13;
944
}
983
}
945
a.img-cadre{
984
a.img-cadre{
946
	display:block;
985
	display:block;
947
	border: 1px solid white;
986
	border: 1px solid white;
948
	background:transparent;
987
	background:transparent;
949
	width:204px;
988
	width:204px;
950
	height:204px;
989
	height:204px;
951
	margin-right:2px;
990
	margin-right:2px;
952
}
991
}
953
a.img-cadre:hover{
992
a.img-cadre:hover{
954
	border:1px dotted #FD8C13;
993
	border:1px dotted #FD8C13;
955
}
994
}
956
.img-cadre-fond{
995
.img-cadre-fond{
957
	background:white;
996
	background:white;
958
	width:200px;
997
	width:200px;
959
	height:200px;
998
	height:200px;
960
	line-height:200px;
999
	line-height:200px;
961
	text-align:center;
1000
	text-align:center;
962
	margin:2px;
1001
	margin:2px;
963
}
1002
}
964
#illustrations-photoflora img{
1003
#illustrations-photoflora img{
965
	display:inline;
1004
	display:inline;
966
	vertical-align:middle;
1005
	vertical-align:middle;
967
	margin:0;
1006
	margin:0;
968
	padding:0;
1007
	padding:0;
969
	border:0;
1008
	border:0;
970
}
1009
}
971
1010
 
-
 
1011
.importance4 {
-
 
1012
	font-size:0.8em;
-
 
1013
	padding:5px;
-
 
1014
}
-
 
1015
 
-
 
1016
h1 .nomenclature {
-
 
1017
	color:#555;
-
 
1018
}
-
 
1019
table tbody {
-
 
1020
    background-color: #F8F8DB;
-
 
1021
    border: 1px solid #9AC342;
-
 
1022
}
-
 
1023
972
1024