Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 124 Rev 126
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");
68
    content: " " url("../images/aide.png");
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:#ffffcc url("../images/attention.png") no-repeat 2% 50%;
239
	background:#ffffcc url("../images/attention.png") no-repeat 2% 50%;
240
	border:1px solid red;
240
	border:1px solid red;
241
	padding:10px 5px 5px 50px;
241
	padding:10px 5px 5px 50px;
242
	max-width:600px;
242
	max-width:600px;
243
	min-height:30px;}
243
	min-height:30px;}
244
.information {
244
.information {
245
	display:inline-block;
245
	display:inline-block;
246
	background:#e7ebfd url("../images/information.png") no-repeat 2% 50%;
246
	background:#e7ebfd url("../images/information.png") no-repeat 2% 50%;
247
	border:1px solid #5D81BA;
247
	border:1px solid #5D81BA;
248
	padding:10px 5px 5px 50px;
248
	padding:10px 5px 5px 50px;
249
	max-width:600px;
249
	max-width:600px;
250
	min-height:30px;}
250
	min-height:30px;}
251
hr.nettoyage{
251
hr.nettoyage{
252
	clear:both;
252
	clear:both;
253
	width:0;}
253
	width:0;}
254
/*---------------------------------------------------------------------------------------------------------------------------------------*/
254
/*---------------------------------------------------------------------------------------------------------------------------------------*/
255
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
255
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
256
.largeur-01{
256
.largeur-01{
257
	width:60px;}
257
	width:60px;}
258
.largeur-02{
258
.largeur-02{
259
	width:120px;}
259
	width:120px;}
260
.largeur-03{
260
.largeur-03{
261
	width:180px;}
261
	width:180px;}
262
.largeur-04{
262
.largeur-04{
263
	width:240px;}
263
	width:240px;}
264
.largeur-05{
264
.largeur-05{
265
	width:300px;}
265
	width:300px;}
266
.largeur-06{
266
.largeur-06{
267
	width:360px;}
267
	width:360px;}
268
.largeur-07{
268
.largeur-07{
269
	width:420px;}
269
	width:420px;}
270
.largeur-08{
270
.largeur-08{
271
	width:480px;}
271
	width:480px;}
272
.largeur-09{
272
.largeur-09{
273
	width:540px;}
273
	width:540px;}
274
.largeur-10{
274
.largeur-10{
275
	width:600px;}
275
	width:600px;}
276
.largeur-11{
276
.largeur-11{
277
	width:660px;}
277
	width:660px;}
278
.largeur-12{
278
.largeur-12{
279
	width:720px;}
279
	width:720px;}
280
.largeur-13{
280
.largeur-13{
281
	width:780px;}
281
	width:780px;}
282
.largeur-14{
282
.largeur-14{
283
	width:840px;}
283
	width:840px;}
284
.largeur-15{
284
.largeur-15{
285
	width:900px;}
285
	width:900px;}
286
.largeur-16{
286
.largeur-16{
287
	width:960px;}
287
	width:960px;}
288
/*---------------------------------------------------------------------------------------------------------------------------------------*/
288
/*---------------------------------------------------------------------------------------------------------------------------------------*/
289
/* Formulaire de Recherche Simple */	
289
/* Formulaire de Recherche Simple */	
290
#ef-form-nomenclature fieldset {
290
#ef-form-nomenclature fieldset {
291
	border:none; 
291
	border:none; 
292
	padding:0;
292
	padding:0;
293
	width:100%;
293
	width:100%;
294
}
294
}
295
#ef-form-nomenclature table {
295
#ef-form-nomenclature table {
296
	width:100%;
296
	width:100%;
297
}
297
}
298
#ef-form-nomenclature h1 { 
298
#ef-form-nomenclature h1 { 
299
	margin:0 0 3px 16px; 
299
	margin:0 0 3px 16px; 
300
}
300
}
301
#ef-form-nomenclature .champ {
301
#ef-form-nomenclature .champ {
302
	padding:3px; 
302
	padding:3px; 
303
	font-size:12px;
303
	font-size:12px;
304
}
304
}
305
#ef-form-nomenclature .zone-choix-type-nom {
305
#ef-form-nomenclature .zone-choix-type-nom {
306
	float:left; 
306
	float:left; 
307
	padding:0 10px
307
	padding:0 10px
308
}
308
}
309
#ef-form-nomenclature .titre-choix-nom {
309
#ef-form-nomenclature .titre-choix-nom {
310
	padding:12px; 
310
	padding:12px; 
311
	font-weight:bold
311
	font-weight:bold
312
}
312
}
313
#ef-form-nomenclature #zone-liens-recherche  {
313
#ef-form-nomenclature #zone-liens-recherche  {
314
	padding:5px;
314
	padding:5px;
315
}
315
}
316
#eflore_nomenclature_fiche {
316
#eflore_nomenclature_fiche {
317
	background:url(../images/lien.png) no-repeat 0 -1px; 
317
	background:url(../images/lien.png) no-repeat 0 -1px; 
318
	padding:0 0 0 17px; 
318
	padding:0 0 0 17px; 
319
	color:#598000; 
319
	color:#598000; 
320
	border:1px dotted #95AE5D;
320
	border:1px dotted #95AE5D;
321
	border-width:0 0 1px 0; 
321
	border-width:0 0 1px 0; 
322
	cursor:pointer; 
322
	cursor:pointer; 
323
	margin:0 0 0 19px; 
323
	margin:0 0 0 19px; 
324
	font-size:12px
324
	font-size:12px
325
}
325
}
326
#ef-form-nomenclature input.ok {
326
#ef-form-nomenclature input.ok {
327
	color:rgba(0,0,0,0);
327
	color:rgba(0,0,0,0);
328
	font-size:12px; 
328
	font-size:12px; 
329
	font-weight:bold; 
329
	font-weight:bold; 
330
	padding:3px 10px 3px 10px;
330
	padding:3px 10px 3px 10px;
331
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
331
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
332
}
332
}
333
#ef-form-nomenclature input.ok:hover {
333
#ef-form-nomenclature input.ok:hover {
334
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
334
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
335
	cursor:pointer;	
335
	cursor:pointer;	
336
}
336
}
337
#ef-form-nomenclature label {
337
#ef-form-nomenclature label {
338
	font-size:12px
338
	font-size:12px
339
}
339
}
340
 
340
 
341
/*---------------------------------------------------------------------------------------------------------------------------------------*/
341
/*---------------------------------------------------------------------------------------------------------------------------------------*/
342
/* Formulaire d'autocompletion */	
342
/* Formulaire d'autocompletion */	
343
.ui-autocomplete a {
343
.ui-autocomplete a {
344
	text-decoration:none;
344
	text-decoration:none;
345
	border-bottom:none;
345
	border-bottom:none;
346
}
346
}
347
 
347
 
348
#nom.valeur-defaut-recherche {
348
#nom.valeur-defaut-recherche {
349
	color:#848484;
349
	color:#848484;
350
	font-style:italic;	
350
	font-style:italic;	
351
	font-weight:0.9em;
351
	font-weight:0.9em;
352
}
352
}
-
 
353
/*---------------------------------------------------------------------------------------------------------------------------------------*/
-
 
354
/* Résultats */
-
 
355
.zone-resultat {
-
 
356
	margin-left:-40px;
-
 
357
	min-height:101px;
-
 
358
	padding:10px;
-
 
359
	margin-bottom:10px;
-
 
360
	background:#f8f9ec;
-
 
361
	border:solid 1px #f1f3de;
-
 
362
	-moz-border-radius:10px;
-
 
363
	-webkit-border-radius:10px;
-
 
364
	border-radius:10px;
-
 
365
	font-size:13px;
-
 
366
	-moz-box-shadow:3px 3px 3px #DDD;
-
 
367
}
-
 
368
.zone-resultat img {
-
 
369
	border:solid 2px #DDD
-
 
370
}
353
371