Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 171 | Rev 192 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
13 jpm 1
@CHARSET "UTF-8";
171 jpm 2
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 3
/* Générique */
4
body {
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
6
	font-size:0.85em;
7
	background-color:#fff;
8
	margin:2px;
9
}
10
h1, h2, h3, h4 {
11
	font-weight:bold;
12
	letter-spacing:0;
13
}
14
h1 {
15
	padding:0 0 0 25px;
16
	margin:20px 0 10px 0;
17
	font-size:15px;
18
	text-transform:uppercase;
19
	color:#fd8c13;
20
}
21
h2 {
22
	margin:20px 0 12px 0;
23
	font-size:15px;
24
	color:#FD8C13;
25
}
26
h3 {
27
	margin:20px 0 12px;
28
	font-size:14px;
29
	color:#454341;
30
}
31
h4 {
32
	margin:2px 2px 2px 0;
33
	font-size:11px;
34
	font-weight:normal;
35
	color:#AAAAAA;
36
}
37
h1 a, h2 a, h3 a, h4 a {
38
	color:inherit;
39
	border-bottom: dotted 1px;
40
}
41
h3 a {
42
	border-color:#CCCCCC;
43
}
44
a {
45
	color:#598000;
46
	border-bottom:1px dotted #95ae5d;
47
}
48
a:hover {
49
	color:#FD8C13;
50
	border-bottom:1px dotted #95ae5d;
51
}
52
hr{
53
	color:#62210F;
54
}
55
table{
56
	border-collapse: collapse;
57
	width:100%;
58
	margin:5px 0;
59
}
60
td,th{
61
	border:1px solid #36560B;
62
	padding:7px 5px;
63
}
64
th{
65
	background-color:#EEE;
66
}
67
th[title]:after {
171 jpm 68
    content: " " url("../images/aide.png") !important;
13 jpm 69
}
70
caption{
71
	border:1px solid #36560B;
72
	background-color:#EEE;
73
	font-weight:bold;
74
	padding:2px;
75
}
76
img{
77
	border:0;
78
}
79
img a{
80
	display:block;
81
}
82
legend{
83
	color:#AD5A40;
84
}
85
dl {
86
	width:100%;
87
}
88
dt {
89
	float:left;
90
	font-weight:bold;
91
	text-align:top left;
92
	margin-right:0.3em;
93
}
94
dd {
95
	width:auto;
96
	margin:0.5em 0;
97
}
171 jpm 98
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 99
/* Disposition */
100
#zone-centrale {
101
	text-align:center;
102
}
103
#zone-logo{
104
	left:18px;
105
	margin:1px 10px;
106
	position:absolute;
107
	top:2px;
108
	z-index:1;
109
}
110
#zone-entete{
111
	height:121px;
112
	margin:0;
113
}
114
#zone-titre{
115
	height:38px;
116
	margin:0;
117
	text-align:right;
118
}
119
#zone-titre h1{
120
	margin:0 20px 0 0;
121
	padding:0;
122
	background-color:transparent;
123
	font-size:28px;
124
	font-weight:bold;
125
}
126
#zone-corps{
127
	margin:0;
128
	text-align:left;
129
}
130
#zone-menu{
131
	position:relative;
132
	float:left;
133
	height:21px;
134
	width:100%;
135
	margin:0;
136
	padding:0;
137
	text-align:left;
138
	font-weight:bold;
139
	border-bottom:1px solid #62210F;
140
}
141
#zone-contenu{
142
	clear:both;
143
	min-height:300px;
144
	padding:0 2px;
145
	text-align:justify;
146
	border-top:medium none !important;
147
	border:1px solid #62210F;
148
}
149
#zone-pied{
150
	clear:both;
151
	text-align:center;
152
}
171 jpm 153
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 154
/* Logo */
155
#zone-logo img{
156
	border:0;
157
}
158
#zone-logo a{
159
	position:absolute;
160
	top:0;
161
	left:0;
162
}
163
#zone-logo a:hover{
164
	border:1px dotted;
165
}
166
#zone-logo a:hover:after{
167
	content:" Retour à l'accueil ";
168
}
171 jpm 169
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 170
/* Navigation : onglets */
171
.onglets {
172
	display:inline-block;
173
	padding:0;
174
	margin:0;
175
}
176
.onglets a {
177
	border:none
178
}
179
.onglets li a, .onglets li{
180
	list-style-image:none;
181
	padding:5px 3px 5px 3px;
182
	margin-top:2px;
183
	background-color:#C2C0AD;
184
}
185
.onglets li{
186
	cursor:pointer;
187
	float:left;
188
	list-style:none;
189
	margin-right:5px;
190
	font-size:13px;
191
	text-transform:uppercase;
192
	letter-spacing:0;
193
	padding:5px 2px 5px 5px;
194
	margin:0 1px 0 0;
195
	background:none no-repeat 5px 9px #C2C0AD;
196
	color:#fd8c13;
197
	border:1px solid #c2c0ad;
198
	border-bottom:0px solid #c2c0ad;
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;
201
}
202
.onglets .menu_actif a{
203
	background:none;
204
	color:#FD8C13;
205
	font-weight:bold;
206
}
207
.onglets .menu_actif{
208
	background:none;
209
	border:1px solid #C2C0AD;
210
	border-bottom:0 solid #c2c0ad;
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;
213
}
214
.onglets .menu_inactif a, .onglets h1{
215
	color:#6C6865;
216
}
217
.onglets .menu_actif h1{
218
	color:#FD8C13;
219
}
220
.onglets li:hover{
221
	background:white;
222
	border-bottom:0;
223
}
224
.onglets li a:hover{
225
	color:#FD8C13;
226
	background:white
227
}
171 jpm 228
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 229
/* Général */
124 delphine 230
.centrer{
231
	text-align:center;
232
}
13 jpm 233
.discretion{
234
	color:#A9A9A9;
235
	font-size:10px;
236
	font-weight:normal;}
237
.attention {
124 delphine 238
	display:inline-block;
128 delphine 239
	background-color:#ffffcc;
240
	background-image:url("../images/attention.png");
241
	background-repeat:no-repeat;
242
	background-position:2% 50%;
243
	padding:10px 5px 5px 40px;
244
	margin:0 0 3px 16px;
245
	background-size:24px 24px;
246
	-webkit-background-size:24px 24px;
247
	-o-background-size:24px 24px;
248
	-moz-background-size:24px 24px;
124 delphine 249
	max-width:600px;
128 delphine 250
	min-height:20px;}
13 jpm 251
.information {
124 delphine 252
	display:inline-block;
128 delphine 253
	background-color:#e7ebfd;
254
	background-image:url("../images/information.png");
255
	background-repeat:no-repeat;
256
	background-position:2% 50%;
257
	padding:10px 5px 5px 40px;
258
	margin:0 0 3px 16px;
259
	background-size:24px 24px;
260
	-webkit-background-size:24px 24px;
261
	-o-background-size:24px 24px;
262
	-moz-background-size:24px 24px;
124 delphine 263
	max-width:600px;
128 delphine 264
	min-height:20px;}
13 jpm 265
hr.nettoyage{
266
	clear:both;
267
	width:0;}
144 jpm 268
.debogage pre{
269
	white-space:-moz-pre-wrap; /* Mozilla depuis 1999 */
270
    white-space:-pre-wrap; /* Opera 4 à 6 */
271
    white-space:-o-pre-wrap; /* Opera 7 */
272
    word-wrap:break-word; /* IE 5.5+ */
273
    overflow:auto;/* IE 6 */
274
	white-space:pre-wrap;/* CSS 3 */
275
}
171 jpm 276
/*----------------------------------------------------------------------------------------------------------*/
13 jpm 277
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
278
.largeur-01{
279
	width:60px;}
280
.largeur-02{
281
	width:120px;}
282
.largeur-03{
283
	width:180px;}
284
.largeur-04{
285
	width:240px;}
286
.largeur-05{
287
	width:300px;}
288
.largeur-06{
289
	width:360px;}
290
.largeur-07{
291
	width:420px;}
292
.largeur-08{
293
	width:480px;}
294
.largeur-09{
295
	width:540px;}
296
.largeur-10{
297
	width:600px;}
298
.largeur-11{
299
	width:660px;}
300
.largeur-12{
301
	width:720px;}
302
.largeur-13{
303
	width:780px;}
304
.largeur-14{
305
	width:840px;}
306
.largeur-15{
307
	width:900px;}
308
.largeur-16{
101 gduche 309
	width:960px;}
171 jpm 310
/*----------------------------------------------------------------------------------------------------------*/
101 gduche 311
/* Formulaire de Recherche Simple */
172 delphine 312
#bloc-recherche fieldset {
101 gduche 313
	border:none;
314
	padding:0;
315
	width:100%;
316
}
172 delphine 317
#ef-form-niveau fieldset {
318
	float: right;
319
	margin-top: -30px;
320
	padding: 0;
321
	width: auto;
322
}
101 gduche 323
#ef-form-nomenclature table {
324
	width:100%;
325
}
326
#ef-form-nomenclature h1 {
327
	margin:0 0 3px 16px;
328
}
329
#ef-form-nomenclature .champ {
330
	padding:3px;
331
	font-size:12px;
332
}
333
#ef-form-nomenclature .zone-choix-type-nom {
334
	float:left;
335
	padding:0 10px
336
}
337
#ef-form-nomenclature .titre-choix-nom {
338
	padding:12px;
339
	font-weight:bold
340
}
341
#ef-form-nomenclature #zone-liens-recherche  {
342
	padding:5px;
343
}
344
#eflore_nomenclature_fiche {
345
	background:url(../images/lien.png) no-repeat 0 -1px;
346
	padding:0 0 0 17px;
347
	color:#598000;
348
	border:1px dotted #95AE5D;
349
	border-width:0 0 1px 0;
350
	cursor:pointer;
113 gduche 351
	margin:0 0 0 19px;
101 gduche 352
	font-size:12px
353
}
354
#ef-form-nomenclature input.ok {
113 gduche 355
	color:rgba(0,0,0,0);
101 gduche 356
	font-size:12px;
357
	font-weight:bold;
113 gduche 358
	padding:3px 10px 3px 10px;
359
	background:url("../images/loupe.png") no-repeat scroll 11px 3px white;
101 gduche 360
}
113 gduche 361
#ef-form-nomenclature input.ok:hover {
362
	background:url("../images/loupe.png") no-repeat scroll 11px 3px #DDD;
363
	cursor:pointer;
364
}
101 gduche 365
#ef-form-nomenclature label {
366
	font-size:12px
367
}
109 aurelien 368
 
171 jpm 369
/*----------------------------------------------------------------------------------------------------------*/
120 aurelien 370
/* Formulaire d'autocompletion */
109 aurelien 371
.ui-autocomplete a {
372
	text-decoration:none;
373
	border-bottom:none;
374
}
131 delphine 375
.ui-menu {
376
	list-style:none;
377
	padding: 2px;
378
	margin: 0;
379
	display:block;
380
	float: left;
381
	font-size: 11px;
382
	font-family: arial;
383
}
120 aurelien 384
 
131 delphine 385
.ui-menu .ui-menu-item a {
386
	text-decoration:none;
387
	display:block;
388
	padding:.2em .4em;
389
	line-height:0.8;
390
	zoom:1;
391
}
392
 
120 aurelien 393
#nom.valeur-defaut-recherche {
394
	color:#848484;
395
	font-style:italic;
396
	font-weight:0.9em;
397
}
171 jpm 398
/*----------------------------------------------------------------------------------------------------------*/
126 gduche 399
/* Résultats */
400
.zone-resultat {
401
	margin-left:-40px;
402
	min-height:101px;
403
	padding:10px;
404
	margin-bottom:10px;
405
	background:#f8f9ec;
406
	border:solid 1px #f1f3de;
407
	-moz-border-radius:10px;
408
	-webkit-border-radius:10px;
409
	border-radius:10px;
410
	font-size:13px;
411
	-moz-box-shadow:3px 3px 3px #DDD;
412
}
413
.zone-resultat img {
414
	border:solid 2px #DDD
135 jpm 415
}
416
.surlignage {
417
	background-color: #E6FFA2;
171 jpm 418
}
419
#ef-resultats-decomposition #col-ns{
420
	width:33%;
421
}
422
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
423
	font-size:0.8em;
424
}
425
#ef-resultats-decomposition .retenu{
426
	font-weight:bold;
126 gduche 427
}