Subversion Repositories eFlore/Applications.moissonnage

Rev

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

Rev 28 Rev 31
1
@charset "UTF-8";
1
@charset "UTF-8";
2
html {
2
html {
3
	overflow:hidden;
3
	overflow:hidden;
4
}
4
}
5
body {
5
body {
6
	overflow:hidden;
6
	overflow:hidden;
7
	padding:2px;
7
	padding:2px;
8
	margin:0;
8
	margin:0;
9
	width:100%;
9
	width:100%;
10
	height:100%;
10
	height:100%;
11
	font-family:Arial;
11
	font-family:Arial;
12
	font-size:12px;
12
	font-size:12px;
13
}
13
}
14
h1 {
14
h1 {
15
	font-size:1.6em;
15
	font-size:1.6em;
16
}
16
}
17
h2 {
17
h2 {
18
	font-size:1.4em;
18
	font-size:1.4em;
19
}
19
}
20
a, a:active, a:visited {
20
a, a:active, a:visited {
21
	border-bottom:1px dotted #666;
21
	border-bottom:1px dotted #666;
22
	color:#56B80E;
22
	color:#56B80E;
23
	text-decoration:none;
23
	text-decoration:none;
24
}
24
}
25
a:active {
25
a:active {
26
	outline:none;
26
	outline:none;
27
}
27
}
28
a:focus {
28
a:focus {
29
	outline:thin dotted;
29
	outline:thin dotted;
30
}
30
}
31
a:hover {
31
a:hover {
32
	color:#56B80E;
32
	color:#56B80E;
33
	border-bottom:1px dotted #56B80E;
33
	border-bottom:1px dotted #56B80E;
34
}
34
}
35
/*+-----------------------------------------------------------------------------------------------------------------+*/
35
/*+-----------------------------------------------------------------------------------------------------------------+*/
36
/* Présentation des listes de définitions */
36
/* Présentation des listes de définitions */
37
dl {
37
dl {
38
	width:100%;
38
	width:100%;
39
	margin:0;
39
	margin:0;
40
}
40
}
41
dt {
41
dt {
42
	float:left;
42
	float:left;
43
	font-weight:bold;
43
	font-weight:bold;
44
	text-align:top left;
44
	text-align:top left;
45
	margin-right:0.3em;
45
	margin-right:0.3em;
46
	line-height:0.8em;
46
	line-height:0.8em;
47
}
47
}
48
dd {
48
dd {
49
	width:auto;
49
	width:auto;
50
	margin:0.5em 0;
50
	margin:0.5em 0;
51
	line-height:0.8em;
51
	line-height:0.8em;
52
}
52
}
53
/*+-----------------------------------------------------------------------------------------------------------------+*/
53
/*+-----------------------------------------------------------------------------------------------------------------+*/
54
/* Tableau : */
54
/* Tableau : */
55
table {
55
table {
56
	border:1px solid gray;
56
	border:1px solid gray;
57
	border-collapse:collapse;
57
	border-collapse:collapse;
58
	width:100%;
58
	width:100%;
59
}
59
}
60
table thead, table tfoot, table tbody {
60
table thead, table tfoot, table tbody {
61
	background-color:Gainsboro;
61
	background-color:Gainsboro;
62
	border:1px solid gray;
62
	border:1px solid gray;
63
}
63
}
64
table tbody {
64
table tbody {
65
	background-color:#FFF;
65
	background-color:#FFF;
66
}
66
}
67
table th {
67
table th {
68
	font-family:monospace;
68
	font-family:monospace;
69
	border:1px dotted gray;
69
	border:1px dotted gray;
70
	padding:5px;
70
	padding:5px;
71
	background-color:Gainsboro;
71
	background-color:Gainsboro;
72
}
72
}
73
table td {
73
table td {
74
	font-family:arial;
74
	font-family:arial;
75
	border:1px dotted gray;
75
	border:1px dotted gray;
76
	padding:5px;
76
	padding:5px;
77
	text-align:left;
77
	text-align:left;
78
}
78
}
79
table caption {
79
table caption {
80
	font-family:sans-serif;
80
	font-family:sans-serif;
81
}
81
}
82
/*+-----------------------------------------------------------------------------------------------------------------+*/
82
/*+-----------------------------------------------------------------------------------------------------------------+*/
83
/* Tableau : tablesorter */
83
/* Tableau : tablesorter */
84
th.header {
84
th.header {
85
	background:url(../images/tri.png) no-repeat center right;    
85
	background:url(../images/tri.png) no-repeat center right;    
86
	padding-right:20px;
86
	padding-right:20px;
87
}
87
}
88
th.headerSortUp { 
88
th.headerSortUp { 
89
	background:url(../images/tri_croissant.png) no-repeat center right #56B80E;
89
	background:url(../images/tri_croissant.png) no-repeat center right #56B80E;
90
	color:white;
90
	color:white;
91
}
91
}
92
th.headerSortDown { 
92
th.headerSortDown { 
93
    background:url(../images/tri_decroissant.png) no-repeat center right #56B80E;
93
    background:url(../images/tri_decroissant.png) no-repeat center right #56B80E;
94
    color:white; 
94
    color:white; 
95
}
95
}
96
/*+-----------------------------------------------------------------------------------------------------------------+*/
96
/*+-----------------------------------------------------------------------------------------------------------------+*/
97
/* Générique */
97
/* Générique */
98
.nettoyage{
98
.nettoyage{
99
	clear:both;
99
	clear:both;
100
}
100
}
101
hr.nettoyage{
101
hr.nettoyage{
102
	visibility:hidden;
102
	visibility:hidden;
103
}
103
}
104
/*+-----------------------------------------------------------------------------------------------------------------+*/
104
/*+-----------------------------------------------------------------------------------------------------------------+*/
105
/* Carte */
105
/* Carte */
106
#carte {
106
#carte {
107
	padding:0;
107
	padding:0;
108
	margin:0;
108
	margin:0;
109
	position:absolute;	
109
	position:absolute;	
110
	top:35px;
110
	top:35px;
111
	left:24px;
111
	left:24px;
112
	right:0;
112
	right:0;
113
	bottom:0;
113
	bottom:0;
114
	overflow:auto;
114
	overflow:auto;
115
}
115
}
116
.bouton {
116
.bouton {
117
	background-color:white;
117
	background-color:white;
118
	border:2px solid black;
118
	border:2px solid black;
119
	cursor:pointer;
119
	cursor:pointer;
120
	text-align:center;
120
	text-align:center;
121
}
121
}
122
/*+-----------------------------------------------------------------------------------------------------------------+*/
122
/*+-----------------------------------------------------------------------------------------------------------------+*/
123
/* Message de chargement */
123
/* Message de chargement */
124
#chargement {
124
#chargement {
125
	margin:25px;
125
	margin:25px;
126
	text-align:center;
126
	text-align:center;
127
}
127
}
128
#chargement img{
128
#chargement img{
129
	display:block;
129
	display:block;
130
	margin:auto;
130
	margin:auto;
131
}
131
}
132
/*+-----------------------------------------------------------------------------------------------------------------+*/
132
/*+-----------------------------------------------------------------------------------------------------------------+*/
133
/* Avertissement */
133
/* Avertissement */
134
#zone-avertissement {
134
#zone-avertissement {
135
	background-color:#4A4B4C;
135
	background-color:#4A4B4C;
136
	color:#CCC;
136
	color:#CCC;
137
	padding:12px;
137
	padding:12px;
138
	text-align:justify;
138
	text-align:justify;
139
	line-height:16px;
139
	line-height:16px;
140
}
140
}
141
#zone-avertissement h1{
141
#zone-avertissement h1{
142
	margin:0;
142
	margin:0;
143
}
143
}
144
#zone-avertissement a {
144
#zone-avertissement a {
145
	border-bottom:1px dotted gainsboro;
145
	border-bottom:1px dotted gainsboro;
146
}
146
}
147
/*+-----------------------------------------------------------------------------------------------------------------+*/
147
/*+-----------------------------------------------------------------------------------------------------------------+*/
148
/* Carte titre */
148
/* Carte titre */
149
#zone-titre {
149
#zone-titre {
150
	padding:0;
150
	padding:0;
151
	margin:0;
151
	margin:0;
152
	position:absolute;
152
	position:absolute;
153
	top:0;	
153
	top:20px;	
154
	left:0;
154
	left:0;
155
	width:100%;
155
	width:auto;
156
	height:35px;
156
	height:35px;
157
	overflow:hidden;
157
	overflow:hidden;
158
	background-color:#4A4B4C;
158
	background-color:#DDDDDD;
-
 
159
	z-index : 3000;
-
 
160
	border-radius: 4px;
-
 
161
	border: 1px solid black;
-
 
162
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
-
 
163
	display: inline-block;
159
}
164
}
160
#zone-info {
165
#zone-info {
161
	position:absolute;
166
	position:absolute;
162
	top:0;
167
	top:0;
163
	right:8px;
168
	right:8px;
164
	width:48px;
169
	width:48px;
165
	text-align:right;
170
	text-align:right;
166
}
171
}
167
#zone-info img {
172
#zone-info img {
168
	display:inline;
173
	display:inline;
169
	padding:4px;
174
	padding:4px;
170
	margin:0;
175
	margin:0;
171
	border:none;
176
	border:none;
172
}
177
}
173
#carte-titre {
178
#carte-titre {
174
	display:inline-block;
179
	display:inline-block;
175
	margin:0;
180
	margin:0;
176
	padding:0.2em;
181
	padding:0.2em;
177
	color:#CCCCCC;
182
	color:black;
178
}
183
}
179
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
184
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
180
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
185
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
181
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
186
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
182
}
187
}
-
 
188
 
-
 
189
#logo {
-
 
190
	position:absolute;
-
 
191
	z-index:3000;
-
 
192
	top:20px;	
-
 
193
	left:45px;
-
 
194
}
183
 
195
 
184
/*+-----------------------------------------------------------------------------------------------------------------+*/
196
/*+-----------------------------------------------------------------------------------------------------------------+*/
185
/* message de chargement de donnees */
197
/* message de chargement de donnees */
186
#zone-chargement {
198
#zone-chargement {
187
	background-color: white;
199
	background-color: white;
188
	border: 5px solid #D7DBEA;
200
	border: 5px solid #D7DBEA;
189
	display: none;
201
	display: none;
190
	height: 70px;
202
	height: 70px;
191
	left: 40%;
203
	left: 40%;
192
	padding: 10px;
204
	padding: 10px;
193
	position: fixed;
205
	position: fixed;
194
	text-align: center;
206
	text-align: center;
195
	top: 40%;
207
	top: 40%;
196
	width: 230px;
208
	width: 230px;
197
	z-index: 3000;
209
	z-index: 3000;
198
}
210
}
199
 
211
 
200
/*+-----------------------------------------------------------------------------------------------------------------+*/
212
/*+-----------------------------------------------------------------------------------------------------------------+*/
201
/* Panneau latéral */
213
/* Panneau latéral */
202
#panneau-lateral {
214
#panneau-lateral {
203
	padding:0;
215
	padding:0;
204
	margin:0;
216
	margin:0;
205
	position:absolute;	
217
	position:absolute;	
206
	top:35px;
218
	top:35px;
207
	left:0;
219
	left:0;
208
	bottom:0;
220
	bottom:0;
209
	width:24px;
221
	width:24px;
210
	overflow:hidden;
222
	overflow:hidden;
211
	background-color:#4A4B4C;
223
	background-color:#4A4B4C;
212
	border-right:1px solid grey;	
224
	border-right:1px solid grey;	
213
}
225
}
214
#pl-contenu {
226
#pl-contenu {
215
	display:none;
227
	display:none;
216
}
228
}
217
#pl-entete {
229
#pl-entete {
218
	height:95px;
230
	height:95px;
219
}
231
}
220
#pl-corps {
232
#pl-corps {
221
	position:absolute;
233
	position:absolute;
222
	top:105px;
234
	top:105px;
223
	bottom:0;
235
	bottom:0;
224
	overflow:auto;
236
	overflow:auto;
225
	padding:5px;
237
	padding:5px;
226
	width:290px;
238
	width:290px;
227
}
239
}
228
#pl-ouverture, #pl-fermeture {
240
#pl-ouverture, #pl-fermeture {
229
	position:absolute;
241
	position:absolute;
230
	top:0;
242
	top:0;
231
	height:24px;
243
	height:24px;
232
	width:24px;
244
	width:24px;
233
	text-align:center;
245
	text-align:center;
234
	cursor:pointer;
246
	cursor:pointer;
235
}
247
}
236
#pl-ouverture {
248
#pl-ouverture {
237
	left:0;
249
	left:0;
238
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
250
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
239
	height:100%;
251
	height:100%;
240
}
252
}
241
#pl-fermeture {
253
#pl-fermeture {
242
	display:none;
254
	display:none;
243
	left:276px;
255
	left:276px;
244
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
256
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
245
}
257
}
246
#pl-ouverture span, #pl-fermeture span{
258
#pl-ouverture span, #pl-fermeture span{
247
	display:none;
259
	display:none;
248
}
260
}
249
/* Panneau latéral : balises */
261
/* Panneau latéral : balises */
250
#panneau-lateral h2, #panneau-lateral p {
262
#panneau-lateral h2, #panneau-lateral p {
251
	color:#CCCCCC;}
263
	color:#CCCCCC;}
252
/*+-----------------------------------------------------------------------------------------------------------------+*/
264
/*+-----------------------------------------------------------------------------------------------------------------+*/
253
/* Liste des taxons de la carte */
265
/* Liste des taxons de la carte */
254
#taxons {
266
#taxons {
255
	color:#999;
267
	color:#999;
256
}
268
}
257
#taxons .taxon-actif, #taxons .taxon-actif span {
269
#taxons .taxon-actif, #taxons .taxon-actif span {
258
	color:#56B80E;
270
	color:#56B80E;
259
}
271
}
260
#taxons li span {
272
#taxons li span {
261
	border-bottom:1px dotted #666;
273
	border-bottom:1px dotted #666;
262
	color:#CCC;
274
	color:#CCC;
263
}
275
}
264
#taxons li span:focus {
276
#taxons li span:focus {
265
	outline:thin dotted;
277
	outline:thin dotted;
266
}
278
}
267
#taxons li span:hover {
279
#taxons li span:hover {
268
	color:#56B80E;
280
	color:#56B80E;
269
	border-bottom:1px dotted #56B80E;
281
	border-bottom:1px dotted #56B80E;
270
	cursor:pointer;
282
	cursor:pointer;
271
}
283
}
272
.nt {
284
.nt {
273
	display:none;
285
	display:none;
274
}
286
}
275
/*+-----------------------------------------------------------------------------------------------------------------+*/
287
/*+-----------------------------------------------------------------------------------------------------------------+*/
276
/* Pop-up observations */
288
/* Pop-up observations */
277
#info-bulle{
289
#info-bulle{
278
	min-height:500px;
290
	min-height:500px;
279
	width:500px;
291
	width:500px;
280
}
292
}
281
#observations {
293
#observations {
282
	overflow:none;
294
	overflow:none;
283
	margin:-1px 0 0 0;
295
	margin:-1px 0 0 0;
284
	border: 1px solid #AAA;
296
	border: 1px solid #AAA;
285
	border-radius:0 0 4px 4px;
297
	border-radius:0 0 4px 4px;
286
}
298
}
287
#obs-pieds-page {
299
#obs-pieds-page {
288
	font-size:10px;
300
	font-size:10px;
289
	color:#CCC;
301
	color:#CCC;
290
	clear:both;
302
	clear:both;
291
}
303
}
292
.ui-tabs {
304
.ui-tabs {
293
	padding:0;
305
	padding:0;
294
}
306
}
295
.ui-widget-content {
307
.ui-widget-content {
296
	border:0;
308
	border:0;
297
}
309
}
298
.ui-widget-header {
310
.ui-widget-header {
299
	background:none;
311
	background:none;
300
	border:0;
312
	border:0;
301
	border-bottom:1px solid #AAA;
313
	border-bottom:1px solid #AAA;
302
	border-radius:0;
314
	border-radius:0;
303
}
315
}
304
.ui-tabs-selected a {
316
.ui-tabs-selected a {
305
	border-bottom:1px solid white;
317
	border-bottom:1px solid white;
306
}
318
}
307
.ui-tabs-selected a:focus {
319
.ui-tabs-selected a:focus {
308
	outline:0;
320
	outline:0;
309
}
321
}
310
.ui-tabs .ui-tabs-panel {
322
.ui-tabs .ui-tabs-panel {
311
	padding:0.2em;
323
	padding:0.2em;
312
}
324
}
313
.ui-tabs .ui-tabs-nav li a {
325
.ui-tabs .ui-tabs-nav li a {
314
	padding: 0.5em 0.6em;
326
	padding: 0.5em 0.6em;
315
}
327
}
316
#obs h2 {
328
#obs h2 {
317
	margin:0;
329
	margin:0;
318
	text-align:center;
330
	text-align:center;
319
}
331
}
320
#observations a {
332
#observations a {
321
	color:#333;
333
	color:#333;
322
	border-bottom:1px dotted gainsboro;
334
	border-bottom:1px dotted gainsboro;
323
}
335
}
324
#observations a:hover {
336
#observations a:hover {
325
	color:#56B80E;
337
	color:#56B80E;
326
	border-bottom:1px dotted #56B80E;
338
	border-bottom:1px dotted #56B80E;
327
}
339
}
328
.nom-sci{
340
.nom-sci{
329
	color:#454341;
341
	color:#454341;
330
	font-weight:bold;
342
	font-weight:bold;
331
}
343
}
332
/*+-----------------------------------------------------------------------------------------------------------------+*/
344
/*+-----------------------------------------------------------------------------------------------------------------+*/
333
/* Pop-up observations : liste */
345
/* Pop-up observations : liste */
334
.cel-img-principale {
346
.cel-img-principale {
335
	height:0;/*Pour IE*/
347
	height:0;/*Pour IE*/
336
}
348
}
337
.cel-img-principale img{
349
.cel-img-principale img{
338
	float:right;
350
	float:right;
339
	height:75px;
351
	height:75px;
340
	width:75px;
352
	width:75px;
341
	padding:1px;
353
	padding:1px;
342
	border:1px solid white;
354
	border:1px solid white;
343
}
355
}
344
#observations .cel-img:hover img{
356
#observations .cel-img:hover img{
345
	border: 1px dotted #56B80E;
357
	border: 1px dotted #56B80E;
346
}
358
}
347
.cel-img-secondaire, .cel-infos{
359
.cel-img-secondaire, .cel-infos{
348
	display: none;
360
	display: none;
349
}
361
}
350
ol#obs-liste-lignes {
362
ol#obs-liste-lignes {
351
	padding:5px;
363
	padding:5px;
352
	margin:0;
364
	margin:0;
353
}
365
}
354
.champ-nom-sci {
366
.champ-nom-sci {
355
	display:none;
367
	display:none;
356
}
368
}
357
#obs-liste-lignes li dl {/*Pour IE*/
369
#obs-liste-lignes li dl {/*Pour IE*/
358
	width:350px;
370
	width:350px;
359
}
371
}
360
.obs-conteneur{
372
.obs-conteneur{
361
	counter-reset: item;
373
	counter-reset: item;
362
}
374
}
363
.obs-conteneur .nom-sci:before {
375
.obs-conteneur .nom-sci:before {
364
	content: counter(item) ". ";
376
	content: counter(item) ". ";
365
	counter-increment: item;
377
	counter-increment: item;
366
	display:block;
378
	display:block;
367
	float:left;
379
	float:left;
368
}
380
}
369
.obs-conteneur li {
381
.obs-conteneur li {
370
	display: block;
382
	display: block;
371
	margin-bottom:1em;
383
	margin-bottom:1em;
372
}
384
}
373
 
385
 
374
/*+-----------------------------------------------------------------------------------------------------------------+*/
386
/*+-----------------------------------------------------------------------------------------------------------------+*/
375
/* Diaporama */
387
/* Diaporama */
376
.cel-legende{
388
.cel-legende{
377
	text-align:left;
389
	text-align:left;
378
}
390
}
379
.cel-legende-vei{
391
.cel-legende-vei{
380
	float:right;
392
	float:right;
381
}
393
}
382
.cel-legende p{
394
.cel-legende p{
383
	color: black;
395
	color: black;
384
	font-size: 12px;
396
	font-size: 12px;
385
	line-height: 18px;
397
	line-height: 18px;
386
	margin: 0;
398
	margin: 0;
387
}
399
}
388
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
400
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
389
	border-bottom:1px dotted gainsboro;
401
	border-bottom:1px dotted gainsboro;
390
	color:#333;
402
	color:#333;
391
	text-decoration:none;
403
	text-decoration:none;
392
	background-image:none;
404
	background-image:none;
393
}
405
}
394
.cel-legende a:hover {
406
.cel-legende a:hover {
395
	color:#56B80E;
407
	color:#56B80E;
396
	border-bottom:1px dotted #56B80E;
408
	border-bottom:1px dotted #56B80E;
397
}
409
}
398
/*+-----------------------------------------------------------------------------------------------------------------+*/
410
/*+-----------------------------------------------------------------------------------------------------------------+*/
399
/* Plugin Jquery Pagination */
411
/* Plugin Jquery Pagination */
400
.navigation {
412
.navigation {
401
	padding:5px;
413
	padding:5px;
402
	float:right;
414
	float:right;
403
}
415
}
404
.pagination {
416
.pagination {
405
	font-size: 80%;
417
	font-size: 80%;
406
}
418
}
407
.pagination a {
419
.pagination a {
408
	text-decoration: none;
420
	text-decoration: none;
409
	border: solid 1px #666;
421
	border: solid 1px #666;
410
	color: #666;
422
	color: #666;
411
	background:gainsboro;
423
	background:gainsboro;
412
}
424
}
413
.pagination a:hover {
425
.pagination a:hover {
414
	color: white;
426
	color: white;
415
	background: #56B80E;
427
	background: #56B80E;
416
}
428
}
417
.pagination a, .pagination span {
429
.pagination a, .pagination span {
418
	display: block;
430
	display: block;
419
	float: left;
431
	float: left;
420
	padding: 0.3em 0.5em;
432
	padding: 0.3em 0.5em;
421
	margin-right: 5px;
433
	margin-right: 5px;
422
	margin-bottom: 5px;
434
	margin-bottom: 5px;
423
	min-width:1em;
435
	min-width:1em;
424
	text-align:center;
436
	text-align:center;
425
}
437
}
426
.pagination .current {
438
.pagination .current {
427
	background: #4A4B4C;
439
	background: #4A4B4C;
428
	color: white;
440
	color: white;
429
	border: solid 1px gainsboro;
441
	border: solid 1px gainsboro;
430
}
442
}
431
.pagination .current.prev, .pagination .current.next{
443
.pagination .current.prev, .pagination .current.next{
432
	color: #999;
444
	color: #999;
433
	border-color: #999;
445
	border-color: #999;
434
	background: gainsboro;
446
	background: gainsboro;
435
}
447
}
436
/*+-----------------------------------------------------------------------------------------------------------------+*/
448
/*+-----------------------------------------------------------------------------------------------------------------+*/
437
/* Formulaire de contact */
449
/* Formulaire de contact */
438
#form-contact input{
450
#form-contact input{
439
	width:300px;
451
	width:300px;
440
}
452
}
441
#form-contact textarea{
453
#form-contact textarea{
442
	width:300px;
454
	width:300px;
443
	height:200px;
455
	height:200px;
444
}
456
}
445
#form-contact #fc_envoyer{
457
#form-contact #fc_envoyer{
446
	width:50px;
458
	width:50px;
447
	float:right;
459
	float:right;
448
}
460
}
449
#form-contact #fc_annuler{
461
#form-contact #fc_annuler{
450
	width:50px;
462
	width:50px;
451
	float:left;
463
	float:left;
452
}
464
}
453
#form-contact label.error {
465
#form-contact label.error {
454
	color:red;
466
	color:red;
455
	font-weight:bold;
467
	font-weight:bold;
456
}
468
}
457
#form-contact .info {
469
#form-contact .info {
458
	padding:5px;
470
	padding:5px;
459
	background-color: #4A4B4C;
471
	background-color: #4A4B4C;
460
	border: solid 1px #666;
472
	border: solid 1px #666;
461
	color: white;
473
	color: white;
462
	white-space: pre-wrap;
474
	white-space: pre-wrap;
463
	width: 300px;
475
	width: 300px;
464
}
476
}
465
 
477
 
466
 
478
 
467
/*+-------------------------------------------------------------------
479
/*+-------------------------------------------------------------------
468
/* Ajout alex */
480
/* Ajout alex */
469
 
481
 
470
.info {
482
.info {
471
	padding:6px 8px;
483
	padding:6px 8px;
472
	font-size:1em;
484
	font-size:1em;
473
	background:white;
485
	background:white;
474
	width:100px;
486
	width:100px;
475
    box-shadow:0 0 15px black;
487
    box-shadow:0 0 15px black;
476
    border-radius:5px;
488
    border-radius:5px;
477
    line-height:18px;
489
    line-height:18px;
478
}
490
}
479
.info h4 {
491
.info h4 {
480
	font-size: 15px;
492
	font-size: 1.2em;
481
	margin: 0 0 5px;
493
	margin: 0 0 5px;
482
	color: #555;
494
	color: #555;
483
}
495
}
484
.legend {
496
.legend {
485
	padding :3px;
497
	padding :3px;
486
	color:#999;
498
	color:#999;
487
}
499
}
488
.legend span {
500
.legend span {
489
	width:18px;
501
	width:18px;
490
	height:18px;
502
	height:18px;
491
	float:left;
503
	float:left;
492
	margin-right:8px;
504
	margin-right:8px;
493
	opacity: 0.7;
505
	opacity: 0.7;
494
}
506
}
495
.nombre-sites {
507
.nombre-sites {
496
	font-size:13px;
508
	font-size:0.75em;
497
	font-family:sans-serif;
509
	font-family:sans-serif;
498
	text-align:center;
510
	text-align:center;
499
	color:black;
511
	color:black;
500
}
512
}