Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 457 Rev 475
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
.attention {
239
.attention {
240
	display:inline-block;
240
	display:inline-block;
241
	background-color:#ffffcc;
241
	background-color:#ffffcc;
242
	background-image:url("../images/attention.png");
242
	background-image:url("../images/attention.png");
243
	background-repeat:no-repeat;
243
	background-repeat:no-repeat;
244
	background-position:2% 50%;
244
	background-position:2% 50%;
245
	padding:10px 5px 5px 40px;
245
	padding:10px 5px 5px 40px;
246
	margin:0 0 3px 16px;
246
	margin:0 0 3px 16px;
247
	background-size:24px 24px;
247
	background-size:24px 24px;
248
	-webkit-background-size:24px 24px;
248
	-webkit-background-size:24px 24px;
249
	-o-background-size:24px 24px;
249
	-o-background-size:24px 24px;
250
	-moz-background-size:24px 24px;
250
	-moz-background-size:24px 24px;
251
	max-width:600px;
251
	max-width:600px;
252
	min-height:20px;}
252
	min-height:20px;}
253
.information {
253
.information {
254
	display:inline-block;
254
	display:inline-block;
255
	background-color:#e7ebfd;
255
	background-color:#e7ebfd;
256
	background-image:url("../images/information.png");
256
	background-image:url("../images/information.png");
257
	background-repeat:no-repeat;
257
	background-repeat:no-repeat;
258
	background-position:2% 50%;
258
	background-position:2% 50%;
259
	padding:10px 5px 5px 40px;
259
	padding:10px 5px 5px 40px;
260
	margin:0 0 3px 16px;
260
	margin:0 0 3px 16px;
261
	background-size:24px 24px;
261
	background-size:24px 24px;
262
	-webkit-background-size:24px 24px;
262
	-webkit-background-size:24px 24px;
263
	-o-background-size:24px 24px;
263
	-o-background-size:24px 24px;
264
	-moz-background-size:24px 24px;
264
	-moz-background-size:24px 24px;
265
	max-width:600px;
265
	max-width:600px;
266
	min-height:20px;}
266
	min-height:20px;}
267
hr.nettoyage{
267
hr.nettoyage{
268
	clear:both;
268
	clear:both;
269
	width:0;}
269
	width:0;}
270
.debogage pre{
270
.debogage pre{
271
	white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
271
	white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
272
    white-space:-pre-wrap; /* Opera 4 à 6 */
272
    white-space:-pre-wrap; /* Opera 4 à 6 */
273
    white-space:-o-pre-wrap; /* Opera 7 */
273
    white-space:-o-pre-wrap; /* Opera 7 */
274
    word-wrap:break-word; /* IE 5.5+ */
274
    word-wrap:break-word; /* IE 5.5+ */
275
    overflow:auto;/* IE 6 */
275
    overflow:auto;/* IE 6 */
276
	white-space:pre-wrap;/* CSS 3 */
276
	white-space:pre-wrap;/* CSS 3 */
277
}
277
}
278
/*----------------------------------------------------------------------------------------------------------*/
278
/*----------------------------------------------------------------------------------------------------------*/
279
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
279
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
280
.largeur-01{
280
.largeur-01{
281
	width:60px;}
281
	width:60px;}
282
.largeur-02{
282
.largeur-02{
283
	width:120px;}
283
	width:120px;}
284
.largeur-03{
284
.largeur-03{
285
	width:180px;}
285
	width:180px;}
286
.largeur-04{
286
.largeur-04{
287
	width:240px;}
287
	width:240px;}
288
.largeur-05{
288
.largeur-05{
289
	width:300px;}
289
	width:300px;}
290
.largeur-06{
290
.largeur-06{
291
	width:360px;}
291
	width:360px;}
292
.largeur-07{
292
.largeur-07{
293
	width:420px;}
293
	width:420px;}
294
.largeur-08{
294
.largeur-08{
295
	width:480px;}
295
	width:480px;}
296
.largeur-09{
296
.largeur-09{
297
	width:540px;}
297
	width:540px;}
298
.largeur-10{
298
.largeur-10{
299
	width:600px;}
299
	width:600px;}
300
.largeur-11{
300
.largeur-11{
301
	width:660px;}
301
	width:660px;}
302
.largeur-12{
302
.largeur-12{
303
	width:720px;}
303
	width:720px;}
304
.largeur-13{
304
.largeur-13{
305
	width:780px;}
305
	width:780px;}
306
.largeur-14{
306
.largeur-14{
307
	width:840px;}
307
	width:840px;}
308
.largeur-15{
308
.largeur-15{
309
	width:900px;}
309
	width:900px;}
310
.largeur-16{
310
.largeur-16{
311
	width:960px;}
311
	width:960px;}
312
/*----------------------------------------------------------------------------------------------------------*/
312
/*----------------------------------------------------------------------------------------------------------*/
313
/* Formulaire de Recherche Simple */	
313
/* Formulaire de Recherche Simple */	
314
#bloc-recherche fieldset {
314
#bloc-recherche fieldset {
315
	border:none; 
315
	border:none; 
316
	padding:0;
316
	padding:0;
317
	width:100%;
317
	width:100%;
318
}
318
}
319
#ef-form-niveau fieldset {
319
#ef-form-niveau fieldset {
320
	float: right;
320
	float: right;
321
	margin-top: -30px;
321
	margin-top: -30px;
322
	padding: 0;
322
	padding: 0;
323
	width: auto;
323
	width: auto;
324
}
324
}
325
 
325
 
326
/* couleur des boutons non sélectionnés*/
326
/* couleur des boutons non sélectionnés*/
327
#ef-form-niveau .ui-buttonset {
327
#ef-form-niveau .ui-buttonset {
328
	margin-right: 25px;
328
	margin-right: 25px;
329
}
329
}
330
 
330
 
331
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
331
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
332
	background-color:#C2C0AD;
332
	background-color:#C2C0AD;
333
	color: #9AC343;
333
	color: #9AC343;
334
	font-weight: bold;
334
	font-weight: bold;
335
}
335
}
336
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
336
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
337
	background-color: #FFFFFF;
337
	background-color: #FFFFFF;
338
	color: #EB8F00;
338
	color: #EB8F00;
339
	font-weight: bold;
339
	font-weight: bold;
340
}
340
}
341
 
341
 
342
#ef-form-niveau .ui-button-text-only .ui-button-text {
342
#ef-form-niveau .ui-button-text-only .ui-button-text {
343
	padding: 0.2em 0.5em;
343
	padding: 0.2em 0.5em;
344
}
344
}
345
 
345
 
346
#bloc-recherche h1, #contenu h1 {
346
#bloc-recherche h1, #contenu h1 {
347
	background: none;
347
	background: none;
348
	padding: 0 0 0 20px;
348
	padding: 0 0 0 20px;
349
}
349
}
350
 
350
 
351
#bloc-recherche {
351
#bloc-recherche {
352
	padding-bottom: 0;	
352
	padding-bottom: 0;	
353
}
353
}
354
 
354
 
355
#ef-form-nomenclature table {
355
#ef-form-nomenclature table {
356
	width:100%;
356
	width:100%;
357
}
357
}
358
#ef-form-nomenclature h1 { 
358
#ef-form-nomenclature h1 { 
359
	margin:0 0 3px 16px; 
359
	margin:0 0 3px 16px; 
360
}
360
}
361
#ef-form-nomenclature .champ {
361
#ef-form-nomenclature .champ {
362
	padding:3px; 
362
	padding:3px; 
363
	font-size:12px;
363
	font-size:12px;
364
}
364
}
365
#ef-form-nomenclature .zone-choix-type-nom {
365
#ef-form-nomenclature .zone-choix-type-nom {
366
	float:left; 
366
	float:left; 
367
	padding:0 10px
367
	padding:0 10px
368
}
368
}
369
#ef-form-nomenclature .titre-choix-nom {
369
#ef-form-nomenclature .titre-choix-nom {
370
	padding:12px; 
370
	padding:12px; 
371
	font-weight:bold
371
	font-weight:bold
372
}
372
}
373
#ef-form-nomenclature #zone-liens-recherche  {
373
#ef-form-nomenclature #zone-liens-recherche  {
374
	padding:5px;
374
	padding:5px;
375
}
375
}
376
#eflore_nomenclature_fiche {
376
#eflore_nomenclature_fiche {
377
	background:url(../images/lien.png) no-repeat 0 -1px; 
377
	background:url(../images/lien.png) no-repeat 0 -1px; 
378
	padding:0 0 0 17px; 
378
	padding:0 0 0 17px; 
379
	color:#598000; 
379
	color:#598000; 
380
	border:1px dotted #95AE5D;
380
	border:1px dotted #95AE5D;
381
	border-width:0 0 1px 0; 
381
	border-width:0 0 1px 0; 
382
	cursor:pointer; 
382
	cursor:pointer; 
383
	margin:0 0 0 19px; 
383
	margin:0 0 0 19px; 
384
	font-size:12px
384
	font-size:12px
385
}
385
}
386
#ef-form-nomenclature input.ok {
386
#ef-form-nomenclature input.ok {
387
	color:rgba(0,0,0,0);
387
	color:rgba(0,0,0,0);
388
	font-size:12px; 
388
	font-size:12px; 
389
	font-weight:bold; 
389
	font-weight:bold; 
390
	padding:3px 10px 3px 10px;
390
	padding:3px 10px 3px 10px;
391
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
391
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
392
}
392
}
393
#ef-form-nomenclature input.ok:hover {
393
#ef-form-nomenclature input.ok:hover {
394
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
394
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
395
	cursor:pointer;	
395
	cursor:pointer;	
396
}
396
}
397
#ef-form-nomenclature label {
397
#ef-form-nomenclature label {
398
	font-size:12px
398
	font-size:12px
399
}
399
}
400
 
400
 
401
/*----------------------------------------------------------------------------------------------------------*/
401
/*----------------------------------------------------------------------------------------------------------*/
402
/* Formulaire d'autocompletion */	
402
/* Formulaire d'autocompletion */	
403
.ui-autocomplete a {
403
.ui-autocomplete a {
404
	text-decoration:none;
404
	text-decoration:none;
405
	border-bottom:none;
405
	border-bottom:none;
406
}
406
}
407
.ui-menu {
407
.ui-menu {
408
	list-style:none;
408
	list-style:none;
409
	padding: 2px;
409
	padding: 2px;
410
	margin: 0;
410
	margin: 0;
411
	display:block;
411
	display:block;
412
	float: left;
412
	float: left;
413
	font-size: 11px;
413
	font-size: 11px;
414
	font-family: arial;
414
	font-family: arial;
415
}
415
}
416
 
416
 
417
.ui-menu .ui-menu-item a {
417
.ui-menu .ui-menu-item a {
418
	text-decoration:none;
418
	text-decoration:none;
419
	display:block;
419
	display:block;
420
	padding:.2em .4em;
420
	padding:.2em .4em;
421
	line-height:0.8;
421
	line-height:0.8;
422
	zoom:1;
422
	zoom:1;
423
}
423
}
424
 
424
 
425
#nom.valeur-defaut-recherche {
425
#nom.valeur-defaut-recherche {
426
	color:#848484;
426
	color:#848484;
427
	font-style:italic;	
427
	font-style:italic;	
428
	font-weight:0.9em;
428
	font-weight:0.9em;
429
}
429
}
430
/*----------------------------------------------------------------------------------------------------------*/
430
/*----------------------------------------------------------------------------------------------------------*/
431
/* Résultats */
431
/* Résultats */
432
.zone-resultat {
432
.zone-resultat {
433
	margin-left:-40px;
433
	margin-left:-40px;
434
	min-height:101px;
434
	min-height:101px;
435
	padding:10px;
435
	padding:10px;
436
	margin-bottom:10px;
436
	margin-bottom:10px;
437
	background:#f8f9ec;
437
	background:#f8f9ec;
438
	border:solid 1px #f1f3de;
438
	border:solid 1px #f1f3de;
439
	-moz-border-radius:10px;
439
	-moz-border-radius:10px;
440
	-webkit-border-radius:10px;
440
	-webkit-border-radius:10px;
441
	border-radius:10px;
441
	border-radius:10px;
442
	font-size:13px;
442
	font-size:13px;
443
	-moz-box-shadow:3px 3px 3px #DDD;
443
	-moz-box-shadow:3px 3px 3px #DDD;
444
}
444
}
445
.zone-resultat img {
445
.zone-resultat img {
446
	border:solid 2px #DDD
446
	border:solid 2px #DDD
447
}
447
}
448
.surlignage {
448
.surlignage {
449
	background-color: #E6FFA2;
449
	background-color: #E6FFA2;
450
}
450
}
451
#ef-resultats-decomposition #col-ns{
451
#ef-resultats-decomposition #col-ns{
452
	width:33%;
452
	width:33%;
453
}
453
}
454
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
454
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
455
	font-size:0.8em;
455
	font-size:0.8em;
456
}
456
}
457
.retenu{
457
.retenu{
458
	font-weight:bold;
458
	font-weight:bold;
459
}
459
}
460
#ef-resultats-determination .synonymes li {
460
#ef-resultats-determination .synonymes li {
461
	background: none;
461
	background: none;
462
	line-height: 18px;
462
	line-height: 18px;
463
	list-style: none outside none;
463
	list-style: none outside none;
464
	padding-left: 15px;
464
	padding-left: 15px;
465
}
465
}
466
.absent {
466
.absent {
467
	display:block;
467
	display:block;
468
	float:right;
468
	float:right;
469
	background-color:transparent;
469
	background-color:transparent;
470
	background-image:url("../images/pasdephoto.png");
470
	background-image:url("../images/pasdephoto.png");
471
	background-repeat:no-repeat;
471
	background-repeat:no-repeat;
472
	background-position:50% 20%;
472
	background-position:50% 20%;
473
	border: 2px solid #DDDDDD;
473
	border: 2px solid #DDDDDD;
474
	margin: 0 5px;
474
	margin: 0 5px;
475
	height: 100px;
475
	height: 100px;
476
	width: 100px;
476
	width: 100px;
477
	font-weight: bold;
477
	font-weight: bold;
478
	text-align: center;
478
	text-align: center;
479
}
479
}
480
 
480
 
481
.absent .contribuer {
481
.absent .contribuer {
482
    display: block;
482
    display: block;
483
    padding-top: 66px;
483
    padding-top: 66px;
484
}
484
}
485
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
485
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
486
	border: none;
486
	border: none;
487
	background: none;
487
	background: none;
488
}
488
}
489
 
489
 
490
#ef-resultats-nv-determination .nom {
490
#ef-resultats-nv-determination .nom {
491
	width: 30%;
491
	width: 30%;
492
	vertical-align: top;
492
	vertical-align: top;
493
	margin-top: 5px;
493
	margin-top: 5px;
494
}
494
}
495
#ef-resultats-nv-determination .nom ul, li{
495
#ef-resultats-nv-determination .nom ul, li{
496
	margin: 0;
496
	margin: 0;
497
	margin-bottom: 5px
497
	margin-bottom: 5px
498
}
498
}
499
 
499
 
500
 
500
 
501
/*----------------------------------------------------------------------------------------------------------*/
501
/*----------------------------------------------------------------------------------------------------------*/
502
/* Fiche */
502
/* Fiche */
503
#bloc-fiche h1 {
503
#bloc-fiche h1 {
504
	background: none repeat scroll 0 0 transparent;
504
	background: none repeat scroll 0 0 transparent;
505
	padding: 0 0 0 20px;
505
	padding: 0 0 0 20px;
506
}
506
}
507
#zone_contenu_fiche { /* fond des onglets */
507
#zone_contenu_fiche { /* fond des onglets */
508
	border:solid 1px #DDD;
508
	border:solid 1px #DDD;
509
	border-width:0px 1px 1px 1px;
509
	border-width:0px 1px 1px 1px;
510
	background-color:#FFFFFF;
510
	background-color:#FFFFFF;
511
	width:100%;
511
	width:100%;
512
	min-height:300px;
512
	min-height:300px;
513
	clear:left;
513
	clear:left;
514
	padding-top: 0.4em;
514
	padding-top: 0.4em;
515
}
515
}
516
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
516
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
517
	border-bottom-right-radius: 0;
517
	border-bottom-right-radius: 0;
518
}
518
}
519
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
519
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
520
	border-bottom-left-radius: 0;
520
	border-bottom-left-radius: 0;
521
}
521
}
522
 
522
 
523
.colonne {
523
.colonne {
524
	float:left;
524
	float:left;
525
	padding-bottom:10px;
525
	padding-bottom:10px;
526
	width:33%;
526
	width:33%;
527
	margin: 0 1px;
527
	margin: 0 1px;
528
}
528
}
529
 
529
 
530
/* bloc */
530
/* bloc */
531
.module {
531
.module {
532
	margin: 0 1em 0.5em 0; 
532
	margin: 0 1em 0.5em 0; 
533
	width: 99%;
533
	width: 99%;
534
}
534
}
535
.module .titre{
535
.module .titre{
536
	padding-bottom: 4px;
536
	padding-bottom: 4px;
537
	padding-left: 0.2em;
537
	padding-left: 0.2em;
538
	cursor:move;
538
	cursor:move;
539
}
539
}
540
.module .titre .ui-icon {
540
.module .titre .ui-icon {
541
	float: right;
541
	float: right;
542
}
542
}
543
.lienToggle { /* +/- du titre */
543
.lienToggle { /* +/- du titre */
544
	cursor:pointer
544
	cursor:pointer
545
}
545
}
546
.module .contenu {
546
.module .contenu {
547
	padding: 0.4em;
547
	padding: 0.4em;
548
}
548
}
549
 
549
 
550
.ui-sortable-placeholder { /* déplacement bloc */
550
.ui-sortable-placeholder { /* déplacement bloc */
551
	border: 1px dotted black;
551
	border: 1px dotted black;
552
	visibility: visible !important;
552
	visibility: visible !important;
553
	height: 50px !important;
553
	height: 50px !important;
554
}
554
}
555
.ui-sortable-placeholder * {
555
.ui-sortable-placeholder * {
556
	visibility: hidden;
556
	visibility: hidden;
557
}
557
}
558
 
558
 
559
/* Onglets */
559
/* Onglets */
560
#zone_onglets {
560
#zone_onglets {
561
	margin-top: 0.1em;
561
	margin-top: 0.1em;
562
	border-width: 1px 1px 0 1px;
562
	border-width: 1px 1px 0 1px;
563
	border-radius:0;
563
	border-radius:0;
564
	width:100%;
564
	width:100%;
565
	font-size:12px
565
	font-size:12px
566
}
566
}
567
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
567
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
568
	padding:0;
568
	padding:0;
569
	position: relative;
569
	position: relative;
570
}
570
}
571
.ui-tabs .ui-tabs-nav li a {
571
.ui-tabs .ui-tabs-nav li a {
572
	float: left;
572
	float: left;
573
	padding: 0.3em 1em;
573
	padding: 0.3em 1em;
574
	text-decoration: none;
574
	text-decoration: none;
575
}
575
}
576
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
576
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
577
	color: #9AC343;
577
	color: #9AC343;
578
	text-decoration: none;
578
	text-decoration: none;
579
}
579
}
580
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
580
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
581
	color: #EB8F00;
581
	color: #EB8F00;
582
	text-decoration: none;
582
	text-decoration: none;
583
}
583
}
584
#onglets li {
584
#onglets li {
585
	list-style:none;
585
	list-style:none;
586
}
586
}
587
#onglets li {
587
#onglets li {
588
	float:left;
588
	float:left;
589
}
589
}
590
#zone_onglets li .ui-icon-close {
590
#zone_onglets li .ui-icon-close {
591
	float: left;
591
	float: left;
592
	margin: 0.4em 0.2em 0 0;
592
	margin: 0.4em 0.2em 0 0;
593
	cursor: pointer;
593
	cursor: pointer;
594
}
594
}
595
#zone_onglets li a.lien-onglet {
595
#zone_onglets li a.lien-onglet {
596
	overflow: hidden;
596
	overflow: hidden;
597
	text-decoration: none;
597
	text-decoration: none;
598
	border-bottom: none;
598
	border-bottom: none;
599
}
599
}
600
#zone_onglets li a.lien-onglet hover {
600
#zone_onglets li a.lien-onglet hover {
601
	overflow: hidden; 
601
	overflow: hidden; 
602
	text-decoration: none;
602
	text-decoration: none;
603
	border-bottom: none;
603
	border-bottom: none;
604
}
604
}
605
/* Menu et + */
605
/* Menu et + */
606
#zone_onglets #ongletEtPlus {
606
#zone_onglets #ongletEtPlus {
607
	cursor: pointer;
607
	cursor: pointer;
608
	float:right;
608
	float:right;
609
	z-index:500;
609
	z-index:500;
610
    height: 25px;
610
    height: 25px;
611
    width: 25px;
611
    width: 25px;
612
    position: relative;
612
    position: relative;
613
    top: 1px;
613
    top: 1px;
614
    display:none;
614
    display:none;
615
}
615
}
616
#zone_onglets #ongletEtPlus a {
616
#zone_onglets #ongletEtPlus a {
617
	border-bottom: none;
617
	border-bottom: none;
618
}
618
}
619
#lienOngletEtPlus { /* icone */
619
#lienOngletEtPlus { /* icone */
620
	width:6px;
620
	width:6px;
621
    padding-left: 9px;
621
    padding-left: 9px;
622
	padding-top: 0px;
622
	padding-top: 0px;
623
	display:block;
623
	display:block;
624
	margin-top:5px;
624
	margin-top:5px;
625
}
625
}
626
 
626
 
627
.lien-onglet-synthese, .lien-onglet-synthese:hover {
627
.lien-onglet-synthese, .lien-onglet-synthese:hover {
628
	border-bottom: none;
628
	border-bottom: none;
629
}
629
}
630
 
630
 
631
.menuModules { /* liste */
631
.menuModules { /* liste */
632
	left: 465px;
632
	left: 465px;
633
	width: 187px;
633
	width: 187px;
634
	position: absolute; 
634
	position: absolute; 
635
	border: 1px solid #DCD1CC; 
635
	border: 1px solid #DCD1CC; 
636
	margin: 0px; 
636
	margin: 0px; 
637
	padding: 0px;
637
	padding: 0px;
638
	top: 30px;
638
	top: 30px;
639
	z-index:499;
639
	z-index:499;
640
	background-color: #F9F9F9;
640
	background-color: #F9F9F9;
641
	color: #9AC343;
641
	color: #9AC343;
642
	font-weight: bold;
642
	font-weight: bold;
643
}
643
}
644
.elementMenuModules { /* element de la liste */
644
.elementMenuModules { /* element de la liste */
645
	display:block; 
645
	display:block; 
646
	border: 1px solid white; 
646
	border: 1px solid white; 
647
	width: 150px; 
647
	width: 150px; 
648
	padding: 10px 10px 10px 25px; 
648
	padding: 10px 10px 10px 25px; 
649
	margin:0px;
649
	margin:0px;
650
	cursor: pointer;
650
	cursor: pointer;
651
}	
651
}	
652
.elementMenuModules:hover {
652
.elementMenuModules:hover {
653
	background-color: #FEBF01;
653
	background-color: #FEBF01;
654
}	
654
}	
655
.elementMenuModulesSelectionne {
655
.elementMenuModulesSelectionne {
656
	background-color: #F6AF39;
656
	background-color: #F6AF39;
657
	color: white;
657
	color: white;
658
}
658
}
659
 
659
 
660
#dialog label, #dialog input { display:block; }
660
#dialog label, #dialog input { display:block; }
661
#dialog label { margin-top: 0.5em; }
661
#dialog label { margin-top: 0.5em; }
662
#dialog input, #dialog textarea { width: 95%; }
662
#dialog input, #dialog textarea { width: 95%; }
663
 
663
 
664
.bloc_legende_repartition {
664
.bloc_legende_repartition {
665
	float:left; 
665
	float:left; 
666
	margin-right:5px; 
666
	margin-right:5px; 
667
	margin-bottom:3px; 
667
	margin-bottom:3px; 
668
	width:15px; 
668
	width:15px; 
669
	height:15px; 
669
	height:15px; 
670
	border:solid 1px black;
670
	border:solid 1px black;
671
}
671
}
672
 
672
 
673
.texte_legende_repartition {
673
.texte_legende_repartition {
674
	float:left; 
674
	float:left; 
675
	text-transform:capitalize;
675
	text-transform:capitalize;
676
}
676
}
677
 
677
 
678
.conteneur_lien_metadonnees {
678
.conteneur_lien_metadonnees {
679
	padding: 15px;
679
	padding: 15px;
680
}
680
}
681
 
681
 
682
#ef-resultats-determination .repartition_vignette {
682
#ef-resultats-determination .repartition_vignette {
683
	float:right;
683
	float:right;
684
	height: 100px;
684
	height: 100px;
685
}
685
}
686
 
686
 
687
#nomenclature > ul > li.item_nomenclature { 
687
#nomenclature > ul > li.item_nomenclature { 
688
    line-height: 18px;
688
    line-height: 18px;
689
    width:100%;
689
    width:100%;
690
}
690
}
691
 
691
 
692
.tab-chargement {
692
.tab-chargement {
693
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
693
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
694
  	background-color: #FFFFFF;
694
  	background-color: #FFFFFF;
695
    border: medium none;
695
    border: medium none;
696
    cursor: pointer;
696
    cursor: pointer;
697
    display: inline-block;
697
    display: inline-block;
698
    font-size: 14px;
698
    font-size: 14px;
699
    padding: 20px 20px 20px 50px;
699
    padding: 20px 20px 20px 50px;
700
    width: 555px;
700
    width: 555px;
701
}
701
}
702
 
702
 
703
.conteneur_illustrations_cel {
703
.conteneur_illustrations_cel {
704
	width: 250px;	
704
	width: 250px;	
705
}
705
}
706
 
706
 
707
.conteneur_metadonnees_cel {
707
.conteneur_metadonnees_cel {
708
	width: 250px;
708
	width: 250px;
709
	padding-top : 20px;	
709
	padding-top : 20px;	
710
}
710
}
711
 
711
 
712
.onglet_marge_gauche {
712
.onglet_marge_gauche {
713
	margin-top: 7px;
713
	margin-top: 7px;
714
	padding-left: 30px;
714
	padding-left: 30px;
715
}
715
}
716
 
716
 
717
.references_bibliographiques .texte_inactif {
717
.references_bibliographiques .texte_inactif {
718
	display:none;
718
	display:none;
719
}
719
}
720
 
720
 
721
#repartition_observations { 
721
#repartition_observations { 
722
    height: 590px;
722
    height: 590px;
723
    width: 100%;
723
    width: 100%;
724
}
724
}
725
 
725
 
726
.legende_nom_retenu {
726
.legende_nom_retenu {
727
	background-color: #E6FFA2;
727
	background-color: #E6FFA2;
728
}
728
}
729
 
729
 
730
.couleur_legende {
730
.couleur_legende {
731
    display: inline-block;
731
    display: inline-block;
732
    height: 12px;
732
    height: 12px;
733
    width: 30px;
733
    width: 30px;
734
    margin-right: 5px;
734
    margin-right: 5px;
735
    margin-top: 2px;
735
    margin-top: 2px;
736
    border: 1px dotted black;
736
    border: 1px dotted black;
737
}
737
}
738
 
738
 
739
/*----------------------------------------------------------------------------------------------------------*/
739
/*----------------------------------------------------------------------------------------------------------*/
740
/* Nomenclature */
740
/* Nomenclature */
741
.ns-retenu {
741
.ns-retenu {
742
	font-weight:bold;
742
	font-weight:bold;
743
}
743
}
744
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
744
.supra-gen, .gen, .sp, .infra-sp, .infra-gen {
745
	font-style: italic;
745
	font-style: italic;
746
	text-transform: none;
746
	text-transform: none;
747
}
747
}
748
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
748
.hyb, .chimere, .abbr, .formule-hyb, .gp, .cultivar, .commercial, 
749
.auteur, .annee, .biblio, .addendum, .type_epithete {
749
.auteur, .annee, .biblio, .addendum, .type_epithete {
750
	font-style: normal;
750
	font-style: normal;
751
	text-transform: none;
751
	text-transform: none;
752
}
752
}
753
 
753
 
754
/*----------------------------------------------------------------------------------------------------------*/
754
/*----------------------------------------------------------------------------------------------------------*/
755
/* Wikinis */
755
/* Wikinis */
756
.editable_sur_clic {
756
.editable_sur_clic {
757
	min-height: 50px;
757
	min-height: 50px;
758
}
758
}
759
 
759
 
760
.aide_wikini {
760
.aide_wikini {
761
    font-size: 0.8em;
761
    font-size: 0.8em;
762
}
762
}
763
 
763
 
764
.contenu_editable {
764
.contenu_editable {
765
	background-color: #F8FBF2;
765
	background-color: #F8FBF2;
766
	border: dashed 1px #AAAAAA;
766
	border: dashed 1px #AAAAAA;
767
	padding: 5px;
767
	padding: 5px;
768
	padding-top: 2px;
768
	padding-top: 2px;
769
	border-radius: 3px;
769
	border-radius: 3px;
770
}
770
}
771
 
771
 
772
.champ_edition_wiki {
772
.champ_edition_wiki {
773
	width: 100%;
773
	width: 100%;
774
	height: 350px;	
774
	height: 350px;	
775
	overflow: auto;
775
	overflow: auto;
776
}
776
}
777
 
777
 
778
.imagettePlus {
778
.imagettePlus {
779
	width:9px;
779
	width:9px;
780
	height:9px;
780
	height:9px;
781
	background:url('../images/ouvrir.png') no-repeat;
781
	background:url('../images/ouvrir.png') no-repeat;
782
	display:inline-block;
782
	display:inline-block;
783
	margin-right:3px;
783
	margin-right:3px;
784
}
784
}
785
 
785
 
786
.imagetteMoins {
786
.imagetteMoins {
787
	width:9px;
787
	width:9px;
788
	height:9px;
788
	height:9px;
789
	background:url('../images/fermer.png') no-repeat;
789
	background:url('../images/fermer.png') no-repeat;
790
	margin-right:3px;
790
	margin-right:3px;
791
	display:inline-block;
791
	display:inline-block;
792
}
792
}
793
 
793
 
794
.basionyme_complet {
794
.basionyme_complet {
795
	margin-left:20px;
795
	margin-left:20px;
796
}
796
}
797
 
797
 
798
.legende {
798
.legende {
799
	border:dashed 1px #AAA; 
799
	border:dashed 1px #AAA; 
800
	padding:5px 10px;
800
	padding:5px 10px;
801
}
801
}
802
 
802
 
803
.legende b {
803
.legende b {
804
	color:#AAA; margin-bottom:10px
804
	color:#AAA; margin-bottom:10px
805
}
805
}
806
 
806
 
807
.wp {
807
.wp {
808
	background:url('../images/sites/wikipedia.png') no-repeat;
808
	background:url('../images/sites/wikipedia.png') no-repeat;
809
	margin-left: 15px;
809
	margin-left: 15px;
810
    margin-top: 5px;
810
    margin-top: 5px;
811
    padding-left: 20px;
811
    padding-left: 20px;
812
}
-
 
813
812
}
-
 
813
 
-
 
814
/* Illustrations */
-
 
815
#illustrations {
-
 
816
	margin-left:-5px;
-
 
817
	margin-right:-4px;
-
 
818
}
-
 
819
#ef_illustration_info .attention{
-
 
820
	border:0;
-
 
821
	background:none;
-
 
822
	text-align:left;
-
 
823
	padding:0;}
-
 
824
#ef_illustration_info ul{
-
 
825
	list-style-type:none;
-
 
826
	padding:0;}
-
 
827
#ef_illustration_info li {
-
 
828
	background:none;
-
 
829
	list-style-image:none;
-
 
830
	text-align:center;
-
 
831
	font-size:11px;
-
 
832
	float: left;
-
 
833
	width:210px;
-
 
834
	height:285px;}
-
 
835
#ef_illustration_info li p{
-
 
836
	margin:2px 2px 5px 2px;
-
 
837
	width:206px;
-
 
838
	font-size:11px;}
-
 
839
#ef_illustration_info li p .localisation, #ef_illustration_info li p .date-creation, #ef_illustration_info li p .auteur{
-
 
840
	font-weight:bold;}
-
 
841
#ef_illustration_info img{
-
 
842
	display:block;
-
 
843
	border:1px solid white;
-
 
844
	margin:0 auto;
-
 
845
	padding:2px;}
-
 
846
#ef_illustration_info a:hover img{
-
 
847
    border:1px dotted #FD8C13;
-
 
848
}
-
 
849
 
-
 
850
#efii_liste_cel img{
-
 
851
	height:200px;
-
 
852
	width:200px;}
-
 
853
#efii_liste_cel img.tb{
-
 
854
	height:auto;
-
 
855
	width:auto;}
-
 
856
 
-
 
857
 
-
 
858