Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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