Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

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