Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 354 Rev 357
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
/* Logo */
154
/* Logo */
155
#zone-logo img{
155
#zone-logo img{
156
	border:0;
156
	border:0;
157
}
157
}
158
#zone-logo a{
158
#zone-logo a{
159
	position:absolute;
159
	position:absolute;
160
	top:0;
160
	top:0;
161
	left:0;
161
	left:0;
162
}
162
}
163
#zone-logo a:hover{
163
#zone-logo a:hover{
164
	border:1px dotted;
164
	border:1px dotted;
165
}
165
}
166
#zone-logo a:hover:after{
166
#zone-logo a:hover:after{
167
	content:" Retour à l'accueil ";
167
	content:" Retour à l'accueil ";
168
}
168
}
169
/*----------------------------------------------------------------------------------------------------------*/
169
/*----------------------------------------------------------------------------------------------------------*/
170
/* Navigation : onglets */
170
/* Navigation : onglets */
171
.onglets { 
171
.onglets { 
172
	display:inline-block;
172
	display:inline-block;
173
	padding:0;
173
	padding:0;
174
	margin:0;
174
	margin:0;
175
}
175
}
176
.onglets a {
176
.onglets a {
177
	border:none
177
	border:none
178
}
178
}
179
.onglets li a, .onglets li{
179
.onglets li a, .onglets li{
180
	list-style-image:none;
180
	list-style-image:none;
181
	padding:5px 3px 5px 3px;
181
	padding:5px 3px 5px 3px;
182
	margin-top:2px;
182
	margin-top:2px;
183
	background-color:#C2C0AD;
183
	background-color:#C2C0AD;
184
}
184
}
185
.onglets li{
185
.onglets li{
186
	cursor:pointer;
186
	cursor:pointer;
187
	float:left;
187
	float:left;
188
	list-style:none;
188
	list-style:none;
189
	margin-right:5px;
189
	margin-right:5px;
190
	font-size:13px;
190
	font-size:13px;
191
	text-transform:uppercase;
191
	text-transform:uppercase;
192
	letter-spacing:0;
192
	letter-spacing:0;
193
	padding:5px 2px 5px 5px;
193
	padding:5px 2px 5px 5px;
194
	margin:0 1px 0 0;
194
	margin:0 1px 0 0;
195
	background:none no-repeat 5px 9px #C2C0AD;
195
	background:none no-repeat 5px 9px #C2C0AD;
196
	color:#fd8c13;
196
	color:#fd8c13;
197
	border:1px solid #c2c0ad;
197
	border:1px solid #c2c0ad;
198
	border-bottom:0px solid #c2c0ad;
198
	border-bottom:0px solid #c2c0ad;
199
	text-decoration:none;
199
	text-decoration:none;
200
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
200
	border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;
201
}
201
}
202
.onglets .menu_actif a{
202
.onglets .menu_actif a{
203
	background:none;
203
	background:none;
204
	color:#FD8C13;
204
	color:#FD8C13;
205
	font-weight:bold;
205
	font-weight:bold;
206
}
206
}
207
.onglets .menu_actif{
207
.onglets .menu_actif{
208
	background:none;
208
	background:none;
209
	border:1px solid #C2C0AD;
209
	border:1px solid #C2C0AD;
210
	border-bottom:0 solid #c2c0ad;
210
	border-bottom:0 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_inactif a, .onglets h1{
214
.onglets .menu_inactif a, .onglets h1{
215
	color:#6C6865;
215
	color:#6C6865;
216
}
216
}
217
.onglets .menu_actif h1{
217
.onglets .menu_actif h1{
218
	color:#FD8C13;
218
	color:#FD8C13;
219
}
219
}
220
.onglets li:hover{
220
.onglets li:hover{
221
	background:white;
221
	background:white;
222
	border-bottom:0;
222
	border-bottom:0;
223
}
223
}
224
.onglets li a:hover{
224
.onglets li a:hover{
225
	color:#FD8C13;
225
	color:#FD8C13;
226
	background:white
226
	background:white
227
}
227
}
228
/*----------------------------------------------------------------------------------------------------------*/
228
/*----------------------------------------------------------------------------------------------------------*/
229
/* Général */
229
/* Général */
230
.centrer{
230
.centrer{
231
	text-align:center;
231
	text-align:center;
232
}
232
}
233
.discretion{
233
.discretion{
234
	color:#A9A9A9;
234
	color:#A9A9A9;
235
	font-size:10px;
235
	font-size:10px;
236
	font-weight:normal;}
236
	font-weight:normal;}
237
.attention {
237
.attention {
238
	display:inline-block;
238
	display:inline-block;
239
	background-color:#ffffcc;
239
	background-color:#ffffcc;
240
	background-image:url("../images/attention.png");
240
	background-image:url("../images/attention.png");
241
	background-repeat:no-repeat;
241
	background-repeat:no-repeat;
242
	background-position:2% 50%;
242
	background-position:2% 50%;
243
	padding:10px 5px 5px 40px;
243
	padding:10px 5px 5px 40px;
244
	margin:0 0 3px 16px;
244
	margin:0 0 3px 16px;
245
	background-size:24px 24px;
245
	background-size:24px 24px;
246
	-webkit-background-size:24px 24px;
246
	-webkit-background-size:24px 24px;
247
	-o-background-size:24px 24px;
247
	-o-background-size:24px 24px;
248
	-moz-background-size:24px 24px;
248
	-moz-background-size:24px 24px;
249
	max-width:600px;
249
	max-width:600px;
250
	min-height:20px;}
250
	min-height:20px;}
251
.information {
251
.information {
252
	display:inline-block;
252
	display:inline-block;
253
	background-color:#e7ebfd;
253
	background-color:#e7ebfd;
254
	background-image:url("../images/information.png");
254
	background-image:url("../images/information.png");
255
	background-repeat:no-repeat;
255
	background-repeat:no-repeat;
256
	background-position:2% 50%;
256
	background-position:2% 50%;
257
	padding:10px 5px 5px 40px;
257
	padding:10px 5px 5px 40px;
258
	margin:0 0 3px 16px;
258
	margin:0 0 3px 16px;
259
	background-size:24px 24px;
259
	background-size:24px 24px;
260
	-webkit-background-size:24px 24px;
260
	-webkit-background-size:24px 24px;
261
	-o-background-size:24px 24px;
261
	-o-background-size:24px 24px;
262
	-moz-background-size:24px 24px;
262
	-moz-background-size:24px 24px;
263
	max-width:600px;
263
	max-width:600px;
264
	min-height:20px;}
264
	min-height:20px;}
265
hr.nettoyage{
265
hr.nettoyage{
266
	clear:both;
266
	clear:both;
267
	width:0;}
267
	width:0;}
268
.debogage pre{
268
.debogage pre{
269
	white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
269
	white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
270
    white-space:-pre-wrap; /* Opera 4 à 6 */
270
    white-space:-pre-wrap; /* Opera 4 à 6 */
271
    white-space:-o-pre-wrap; /* Opera 7 */
271
    white-space:-o-pre-wrap; /* Opera 7 */
272
    word-wrap:break-word; /* IE 5.5+ */
272
    word-wrap:break-word; /* IE 5.5+ */
273
    overflow:auto;/* IE 6 */
273
    overflow:auto;/* IE 6 */
274
	white-space:pre-wrap;/* CSS 3 */
274
	white-space:pre-wrap;/* CSS 3 */
275
}
275
}
276
/*----------------------------------------------------------------------------------------------------------*/
276
/*----------------------------------------------------------------------------------------------------------*/
277
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
277
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
278
.largeur-01{
278
.largeur-01{
279
	width:60px;}
279
	width:60px;}
280
.largeur-02{
280
.largeur-02{
281
	width:120px;}
281
	width:120px;}
282
.largeur-03{
282
.largeur-03{
283
	width:180px;}
283
	width:180px;}
284
.largeur-04{
284
.largeur-04{
285
	width:240px;}
285
	width:240px;}
286
.largeur-05{
286
.largeur-05{
287
	width:300px;}
287
	width:300px;}
288
.largeur-06{
288
.largeur-06{
289
	width:360px;}
289
	width:360px;}
290
.largeur-07{
290
.largeur-07{
291
	width:420px;}
291
	width:420px;}
292
.largeur-08{
292
.largeur-08{
293
	width:480px;}
293
	width:480px;}
294
.largeur-09{
294
.largeur-09{
295
	width:540px;}
295
	width:540px;}
296
.largeur-10{
296
.largeur-10{
297
	width:600px;}
297
	width:600px;}
298
.largeur-11{
298
.largeur-11{
299
	width:660px;}
299
	width:660px;}
300
.largeur-12{
300
.largeur-12{
301
	width:720px;}
301
	width:720px;}
302
.largeur-13{
302
.largeur-13{
303
	width:780px;}
303
	width:780px;}
304
.largeur-14{
304
.largeur-14{
305
	width:840px;}
305
	width:840px;}
306
.largeur-15{
306
.largeur-15{
307
	width:900px;}
307
	width:900px;}
308
.largeur-16{
308
.largeur-16{
309
	width:960px;}
309
	width:960px;}
310
/*----------------------------------------------------------------------------------------------------------*/
310
/*----------------------------------------------------------------------------------------------------------*/
311
/* Formulaire de Recherche Simple */	
311
/* Formulaire de Recherche Simple */	
312
#bloc-recherche fieldset {
312
#bloc-recherche fieldset {
313
	border:none; 
313
	border:none; 
314
	padding:0;
314
	padding:0;
315
	width:100%;
315
	width:100%;
316
}
316
}
317
#ef-form-niveau fieldset {
317
#ef-form-niveau fieldset {
318
	float: right;
318
	float: right;
319
	margin-top: -30px;
319
	margin-top: -30px;
320
	padding: 0;
320
	padding: 0;
321
	width: auto;
321
	width: auto;
322
}
322
}
323
 
323
 
324
/* couleur des boutons non sélectionnés*/
324
/* couleur des boutons non sélectionnés*/
325
#ef-form-niveau .ui-buttonset {
325
#ef-form-niveau .ui-buttonset {
326
	margin-right: 25px;
326
	margin-right: 25px;
327
}
327
}
328
 
328
 
329
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
329
#ef-form-niveau .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
330
	background-color:#C2C0AD;
330
	background-color:#C2C0AD;
331
	color: #9AC343;
331
	color: #9AC343;
332
	font-weight: bold;
332
	font-weight: bold;
333
}
333
}
334
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
334
#ef-form-niveau .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
335
	background-color: #FFFFFF;
335
	background-color: #FFFFFF;
336
	color: #EB8F00;
336
	color: #EB8F00;
337
	font-weight: bold;
337
	font-weight: bold;
338
}
338
}
339
 
339
 
340
#ef-form-niveau .ui-button-text-only .ui-button-text {
340
#ef-form-niveau .ui-button-text-only .ui-button-text {
341
	padding: 0.2em 0.5em;
341
	padding: 0.2em 0.5em;
342
}
342
}
343
 
343
 
344
#bloc-recherche h1, #contenu h1 {
344
#bloc-recherche h1, #contenu h1 {
345
	background: none;
345
	background: none;
346
	padding: 0 0 0 20px;
346
	padding: 0 0 0 20px;
347
}
347
}
348
 
348
 
349
#bloc-recherche {
349
#bloc-recherche {
350
	padding-bottom: 0;	
350
	padding-bottom: 0;	
351
}
351
}
352
 
352
 
353
#ef-form-nomenclature table {
353
#ef-form-nomenclature table {
354
	width:100%;
354
	width:100%;
355
}
355
}
356
#ef-form-nomenclature h1 { 
356
#ef-form-nomenclature h1 { 
357
	margin:0 0 3px 16px; 
357
	margin:0 0 3px 16px; 
358
}
358
}
359
#ef-form-nomenclature .champ {
359
#ef-form-nomenclature .champ {
360
	padding:3px; 
360
	padding:3px; 
361
	font-size:12px;
361
	font-size:12px;
362
}
362
}
363
#ef-form-nomenclature .zone-choix-type-nom {
363
#ef-form-nomenclature .zone-choix-type-nom {
364
	float:left; 
364
	float:left; 
365
	padding:0 10px
365
	padding:0 10px
366
}
366
}
367
#ef-form-nomenclature .titre-choix-nom {
367
#ef-form-nomenclature .titre-choix-nom {
368
	padding:12px; 
368
	padding:12px; 
369
	font-weight:bold
369
	font-weight:bold
370
}
370
}
371
#ef-form-nomenclature #zone-liens-recherche  {
371
#ef-form-nomenclature #zone-liens-recherche  {
372
	padding:5px;
372
	padding:5px;
373
}
373
}
374
#eflore_nomenclature_fiche {
374
#eflore_nomenclature_fiche {
375
	background:url(../images/lien.png) no-repeat 0 -1px; 
375
	background:url(../images/lien.png) no-repeat 0 -1px; 
376
	padding:0 0 0 17px; 
376
	padding:0 0 0 17px; 
377
	color:#598000; 
377
	color:#598000; 
378
	border:1px dotted #95AE5D;
378
	border:1px dotted #95AE5D;
379
	border-width:0 0 1px 0; 
379
	border-width:0 0 1px 0; 
380
	cursor:pointer; 
380
	cursor:pointer; 
381
	margin:0 0 0 19px; 
381
	margin:0 0 0 19px; 
382
	font-size:12px
382
	font-size:12px
383
}
383
}
384
#ef-form-nomenclature input.ok {
384
#ef-form-nomenclature input.ok {
385
	color:rgba(0,0,0,0);
385
	color:rgba(0,0,0,0);
386
	font-size:12px; 
386
	font-size:12px; 
387
	font-weight:bold; 
387
	font-weight:bold; 
388
	padding:3px 10px 3px 10px;
388
	padding:3px 10px 3px 10px;
389
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
389
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
390
}
390
}
391
#ef-form-nomenclature input.ok:hover {
391
#ef-form-nomenclature input.ok:hover {
392
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
392
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
393
	cursor:pointer;	
393
	cursor:pointer;	
394
}
394
}
395
#ef-form-nomenclature label {
395
#ef-form-nomenclature label {
396
	font-size:12px
396
	font-size:12px
397
}
397
}
398
 
398
 
399
/*----------------------------------------------------------------------------------------------------------*/
399
/*----------------------------------------------------------------------------------------------------------*/
400
/* Formulaire d'autocompletion */	
400
/* Formulaire d'autocompletion */	
401
.ui-autocomplete a {
401
.ui-autocomplete a {
402
	text-decoration:none;
402
	text-decoration:none;
403
	border-bottom:none;
403
	border-bottom:none;
404
}
404
}
405
.ui-menu {
405
.ui-menu {
406
	list-style:none;
406
	list-style:none;
407
	padding: 2px;
407
	padding: 2px;
408
	margin: 0;
408
	margin: 0;
409
	display:block;
409
	display:block;
410
	float: left;
410
	float: left;
411
	font-size: 11px;
411
	font-size: 11px;
412
	font-family: arial;
412
	font-family: arial;
413
}
413
}
414
 
414
 
415
.ui-menu .ui-menu-item a {
415
.ui-menu .ui-menu-item a {
416
	text-decoration:none;
416
	text-decoration:none;
417
	display:block;
417
	display:block;
418
	padding:.2em .4em;
418
	padding:.2em .4em;
419
	line-height:0.8;
419
	line-height:0.8;
420
	zoom:1;
420
	zoom:1;
421
}
421
}
422
 
422
 
423
#nom.valeur-defaut-recherche {
423
#nom.valeur-defaut-recherche {
424
	color:#848484;
424
	color:#848484;
425
	font-style:italic;	
425
	font-style:italic;	
426
	font-weight:0.9em;
426
	font-weight:0.9em;
427
}
427
}
428
/*----------------------------------------------------------------------------------------------------------*/
428
/*----------------------------------------------------------------------------------------------------------*/
429
/* Résultats */
429
/* Résultats */
430
.zone-resultat {
430
.zone-resultat {
431
	margin-left:-40px;
431
	margin-left:-40px;
432
	min-height:101px;
432
	min-height:101px;
433
	padding:10px;
433
	padding:10px;
434
	margin-bottom:10px;
434
	margin-bottom:10px;
435
	background:#f8f9ec;
435
	background:#f8f9ec;
436
	border:solid 1px #f1f3de;
436
	border:solid 1px #f1f3de;
437
	-moz-border-radius:10px;
437
	-moz-border-radius:10px;
438
	-webkit-border-radius:10px;
438
	-webkit-border-radius:10px;
439
	border-radius:10px;
439
	border-radius:10px;
440
	font-size:13px;
440
	font-size:13px;
441
	-moz-box-shadow:3px 3px 3px #DDD;
441
	-moz-box-shadow:3px 3px 3px #DDD;
442
}
442
}
443
.zone-resultat img {
443
.zone-resultat img {
444
	border:solid 2px #DDD
444
	border:solid 2px #DDD
445
}
445
}
446
.surlignage {
446
.surlignage {
447
	background-color: #E6FFA2;
447
	background-color: #E6FFA2;
448
}
448
}
449
#ef-resultats-decomposition #col-ns{
449
#ef-resultats-decomposition #col-ns{
450
	width:33%;
450
	width:33%;
451
}
451
}
452
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
452
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
453
	font-size:0.8em;
453
	font-size:0.8em;
454
}
454
}
455
#ef-resultats-decomposition .retenu{
455
#ef-resultats-decomposition .retenu{
456
	font-weight:bold;
456
	font-weight:bold;
457
}
457
}
458
#ef-resultats-determination .synonymes li {
458
#ef-resultats-determination .synonymes li {
459
	background: none;
459
	background: none;
460
	line-height: 18px;
460
	line-height: 18px;
461
	list-style: none outside none;
461
	list-style: none outside none;
462
	padding-left: 15px;
462
	padding-left: 15px;
463
}
463
}
464
.absent {
464
.absent {
465
	display:block;
465
	display:block;
466
	float:right;
466
	float:right;
467
	background-color:transparent;
467
	background-color:transparent;
468
	background-image:url("../images/interdit.png");
468
	background-image:url("../images/interdit.png");
469
	background-repeat:no-repeat;
469
	background-repeat:no-repeat;
470
	background-position:50% 20%;
470
	background-position:50% 20%;
471
	border: 2px solid #DDDDDD;
471
	border: 2px solid #DDDDDD;
472
	margin: 0 5px;
472
	margin: 0 5px;
473
	height: 100px;
473
	height: 100px;
474
	width: 100px;
474
	width: 100px;
475
	font-weight: bold;
475
	font-weight: bold;
476
	text-align: center;
476
	text-align: center;
477
}
477
}
478
 
478
 
479
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
479
#ef-resultats-nv-determination table, #ef-resultats-nv-determination table tbody, #ef-resultats-nv-determination table td {
480
	border: none;
480
	border: none;
481
	background: none;
481
	background: none;
482
}
482
}
483
 
483
 
484
#ef-resultats-nv-determination .nom {
484
#ef-resultats-nv-determination .nom {
485
	width: 30%;
485
	width: 30%;
486
	vertical-align: top;
486
	vertical-align: top;
487
	margin-top: 5px;
487
	margin-top: 5px;
488
}
488
}
489
#ef-resultats-nv-determination .nom ul, li{
489
#ef-resultats-nv-determination .nom ul, li{
490
	margin: 0;
490
	margin: 0;
491
	margin-bottom: 5px
491
	margin-bottom: 5px
492
}
492
}
493
 
493
 
494
 
494
 
495
/*----------------------------------------------------------------------------------------------------------*/
495
/*----------------------------------------------------------------------------------------------------------*/
496
/* Fiche */
496
/* Fiche */
497
#bloc-fiche h1 {
497
#bloc-fiche h1 {
498
	background: none repeat scroll 0 0 transparent;
498
	background: none repeat scroll 0 0 transparent;
499
	padding: 0 0 0 20px;
499
	padding: 0 0 0 20px;
500
}
500
}
501
#zone_contenu_fiche { /* fond des onglets */
501
#zone_contenu_fiche { /* fond des onglets */
502
	border:solid 1px #DDD;
502
	border:solid 1px #DDD;
503
	border-width:0px 1px 1px 1px;
503
	border-width:0px 1px 1px 1px;
504
	background-color:#FFFFFF;
504
	background-color:#FFFFFF;
505
	width:100%;
505
	width:100%;
506
	min-height:300px;
506
	min-height:300px;
507
	clear:left;
507
	clear:left;
508
	padding-top: 0.4em;
508
	padding-top: 0.4em;
509
}
509
}
510
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
510
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { /* onglets + blocs */
511
	border-bottom-right-radius: 0;
511
	border-bottom-right-radius: 0;
512
}
512
}
513
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
513
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { /* onglets + blocs */
514
	border-bottom-left-radius: 0;
514
	border-bottom-left-radius: 0;
515
}
515
}
516
 
516
 
517
.colonne {
517
.colonne {
518
	float:left;
518
	float:left;
519
	padding-bottom:10px;
519
	padding-bottom:10px;
520
	width:33%;
520
	width:33%;
521
	margin: 0 1px;
521
	margin: 0 1px;
522
}
522
}
523
 
523
 
524
/* bloc */
524
/* bloc */
525
.module {
525
.module {
526
	margin: 0 1em 0.5em 0; 
526
	margin: 0 1em 0.5em 0; 
527
	width: 99%;
527
	width: 99%;
528
}
528
}
529
.module .titre{
529
.module .titre{
530
	padding-bottom: 4px;
530
	padding-bottom: 4px;
531
	padding-left: 0.2em;
531
	padding-left: 0.2em;
532
	cursor:move;
532
	cursor:move;
533
}
533
}
534
.module .titre .ui-icon {
534
.module .titre .ui-icon {
535
	float: right;
535
	float: right;
536
}
536
}
537
.lienToggle { /* +/- du titre */
537
.lienToggle { /* +/- du titre */
538
	cursor:pointer
538
	cursor:pointer
539
}
539
}
540
.module .contenu {
540
.module .contenu {
541
	padding: 0.4em;
541
	padding: 0.4em;
542
}
542
}
543
 
543
 
544
.ui-sortable-placeholder { /* déplacement bloc */
544
.ui-sortable-placeholder { /* déplacement bloc */
545
	border: 1px dotted black;
545
	border: 1px dotted black;
546
	visibility: visible !important;
546
	visibility: visible !important;
547
	height: 50px !important;
547
	height: 50px !important;
548
}
548
}
549
.ui-sortable-placeholder * {
549
.ui-sortable-placeholder * {
550
	visibility: hidden;
550
	visibility: hidden;
551
}
551
}
552
 
552
 
553
/* Onglets */
553
/* Onglets */
554
#zone_onglets {
554
#zone_onglets {
555
	margin-top: 0.1em;
555
	margin-top: 0.1em;
556
	border-width: 1px 1px 0 1px;
556
	border-width: 1px 1px 0 1px;
557
	border-radius:0;
557
	border-radius:0;
558
	width:100%;
558
	width:100%;
559
	font-size:12px
559
	font-size:12px
560
}
560
}
561
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
561
#zone_onglets .ui-tabs { /* taille de la barre d'onglets */'
562
	padding:0;
562
	padding:0;
563
	position: relative;
563
	position: relative;
564
}
564
}
565
.ui-tabs .ui-tabs-nav li a {
565
.ui-tabs .ui-tabs-nav li a {
566
	float: left;
566
	float: left;
567
	padding: 0.3em 1em;
567
	padding: 0.3em 1em;
568
	text-decoration: none;
568
	text-decoration: none;
569
}
569
}
570
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
570
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { /* couleur des onglets */
571
	color: #9AC343;
571
	color: #9AC343;
572
	text-decoration: none;
572
	text-decoration: none;
573
}
573
}
574
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
574
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
575
	color: #EB8F00;
575
	color: #EB8F00;
576
	text-decoration: none;
576
	text-decoration: none;
577
}
577
}
578
#onglets li {
578
#onglets li {
579
	list-style:none;
579
	list-style:none;
580
}
580
}
581
#onglets li {
581
#onglets li {
582
	float:left;
582
	float:left;
583
}
583
}
584
#zone_onglets li .ui-icon-close {
584
#zone_onglets li .ui-icon-close {
585
	float: left;
585
	float: left;
586
	margin: 0.4em 0.2em 0 0;
586
	margin: 0.4em 0.2em 0 0;
587
	cursor: pointer;
587
	cursor: pointer;
588
}
588
}
589
#zone_onglets li a.lien-onglet {
589
#zone_onglets li a.lien-onglet {
590
	overflow: hidden;
590
	overflow: hidden;
591
	text-decoration: none;
591
	text-decoration: none;
592
	border-bottom: none;
592
	border-bottom: none;
593
}
593
}
594
#zone_onglets li a.lien-onglet hover {
594
#zone_onglets li a.lien-onglet hover {
595
	overflow: hidden; 
595
	overflow: hidden; 
596
	text-decoration: none;
596
	text-decoration: none;
597
	border-bottom: none;
597
	border-bottom: none;
598
}
598
}
599
/* Menu et + */
599
/* Menu et + */
600
#zone_onglets #ongletEtPlus {
600
#zone_onglets #ongletEtPlus {
601
	cursor: pointer;
601
	cursor: pointer;
602
	float:right;
602
	float:right;
603
	z-index:500;
603
	z-index:500;
604
	display: block;
-
 
605
    height: 25px;
604
    height: 25px;
606
    width: 25px;
605
    width: 25px;
607
    position: relative;
606
    position: relative;
608
    top: 1px;
607
    top: 1px;
-
 
608
    display:none;
609
}
609
}
610
#zone_onglets #ongletEtPlus a {
610
#zone_onglets #ongletEtPlus a {
611
	border-bottom: none;
611
	border-bottom: none;
612
}
612
}
613
#lienOngletEtPlus { /* icone */
613
#lienOngletEtPlus { /* icone */
614
	width:6px;
614
	width:6px;
615
    padding-left: 9px;
615
    padding-left: 9px;
616
	padding-top: 0px;
616
	padding-top: 0px;
617
	display:block;
617
	display:block;
618
	margin-top:5px;
618
	margin-top:5px;
619
}
619
}
620
 
620
 
621
.lien-onglet-synthese, .lien-onglet-synthese:hover {
621
.lien-onglet-synthese, .lien-onglet-synthese:hover {
622
	border-bottom: none;
622
	border-bottom: none;
623
}
623
}
624
 
624
 
625
.menuModules { /* liste */
625
.menuModules { /* liste */
626
	left: 495px;
626
	left: 495px;
627
	width: 187px;
627
	width: 187px;
628
	position: absolute; 
628
	position: absolute; 
629
	border: 1px solid #DCD1CC; 
629
	border: 1px solid #DCD1CC; 
630
	margin: 0px; 
630
	margin: 0px; 
631
	padding: 0px;
631
	padding: 0px;
632
	top: 30px;
632
	top: 30px;
633
	z-index:499;
633
	z-index:499;
634
	background-color: #F9F9F9;
634
	background-color: #F9F9F9;
635
	color: #9AC343;
635
	color: #9AC343;
636
	font-weight: bold;
636
	font-weight: bold;
637
}
637
}
638
.elementMenuModules { /* element de la liste */
638
.elementMenuModules { /* element de la liste */
639
	display:block; 
639
	display:block; 
640
	border: 1px solid white; 
640
	border: 1px solid white; 
641
	width: 150px; 
641
	width: 150px; 
642
	padding: 10px 10px 10px 25px; 
642
	padding: 10px 10px 10px 25px; 
643
	margin:0px;
643
	margin:0px;
644
	cursor: pointer;
644
	cursor: pointer;
645
}	
645
}	
646
.elementMenuModules:hover {
646
.elementMenuModules:hover {
647
	background-color: #FEBF01;
647
	background-color: #FEBF01;
648
}	
648
}	
649
.elementMenuModulesSelectionne {
649
.elementMenuModulesSelectionne {
650
	background-color: #F6AF39;
650
	background-color: #F6AF39;
651
	color: white;
651
	color: white;
652
}
652
}
653
 
653
 
654
#dialog label, #dialog input { display:block; }
654
#dialog label, #dialog input { display:block; }
655
#dialog label { margin-top: 0.5em; }
655
#dialog label { margin-top: 0.5em; }
656
#dialog input, #dialog textarea { width: 95%; }
656
#dialog input, #dialog textarea { width: 95%; }
657
 
657
 
658
.bloc_legende_repartition {
658
.bloc_legende_repartition {
659
	float:left; 
659
	float:left; 
660
	margin-right:5px; 
660
	margin-right:5px; 
661
	margin-bottom:3px; 
661
	margin-bottom:3px; 
662
	width:15px; 
662
	width:15px; 
663
	height:15px; 
663
	height:15px; 
664
	border:solid 1px black;
664
	border:solid 1px black;
665
}
665
}
666
 
666
 
667
.texte_legende_repartition {
667
.texte_legende_repartition {
668
	float:left; 
668
	float:left; 
669
	text-transform:capitalize;
669
	text-transform:capitalize;
670
}
670
}
671
 
671
 
672
.conteneur_lien_metadonnees {
672
.conteneur_lien_metadonnees {
673
	padding: 15px;
673
	padding: 15px;
674
}
674
}
675
 
675
 
676
#ef-resultats-determination .repartition_vignette {
676
#ef-resultats-determination .repartition_vignette {
677
	float:right;
677
	float:right;
678
	height: 100px;
678
	height: 100px;
679
}
679
}
680
 
680
 
681
#nomenclature > ul > li.item_nomenclature { 
681
#nomenclature > ul > li.item_nomenclature { 
682
    line-height: 18px;
682
    line-height: 18px;
683
    width:100%;
683
    width:100%;
684
}
684
}
685
 
685
 
686
.tab-chargement {
686
.tab-chargement {
687
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
687
  	background: url("../images/chargement.gif") no-repeat scroll 10px 13px transparent;
688
  	background-color: #FFFFFF;
688
  	background-color: #FFFFFF;
689
    border: medium none;
689
    border: medium none;
690
    cursor: pointer;
690
    cursor: pointer;
691
    display: inline-block;
691
    display: inline-block;
692
    font-size: 14px;
692
    font-size: 14px;
693
    padding: 20px 20px 20px 50px;
693
    padding: 20px 20px 20px 50px;
694
    width: 555px;
694
    width: 555px;
695
}
695
}
696
 
696
 
697
.conteneur_illustrations_cel {
697
.conteneur_illustrations_cel {
698
	width: 250px;	
698
	width: 250px;	
699
}
699
}
700
 
700
 
701
.conteneur_metadonnees_cel {
701
.conteneur_metadonnees_cel {
702
	width: 250px;
702
	width: 250px;
703
	padding-top : 20px;	
703
	padding-top : 20px;	
704
}
704
}
705
 
705
 
706
.infos_date_maj {
706
.infos_date_maj {
707
	padding-left: 15px;
707
	padding-left: 15px;
708
}
708
}
709
 
709
 
710
.aucune_info {
710
.aucune_info {
711
	padding-left: 15px;
711
	padding-left: 15px;
712
	padding-top: 15px;
712
	padding-top: 15px;
713
}
713
}