Subversion Repositories eFlore/Applications.moissonnage

Rev

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

Rev 9 Rev 28
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:0;
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/trie.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/trie_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/trie_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:0;	
154
	left:0;
154
	left:0;
155
	width:100%;
155
	width:100%;
156
	height:35px;
156
	height:35px;
157
	overflow:hidden;
157
	overflow:hidden;
158
	background-color:#4A4B4C;
158
	background-color:#4A4B4C;
159
}
159
}
160
#zone-info {
160
#zone-info {
161
	position:absolute;
161
	position:absolute;
162
	top:0;
162
	top:0;
163
	right:8px;
163
	right:8px;
164
	width:48px;
164
	width:48px;
165
	text-align:right;
165
	text-align:right;
166
}
166
}
167
#zone-info img {
167
#zone-info img {
168
	display:inline;
168
	display:inline;
169
	padding:4px;
169
	padding:4px;
170
	margin:0;
170
	margin:0;
171
	border:none;
171
	border:none;
172
}
172
}
173
#carte-titre {
173
#carte-titre {
174
	display:inline-block;
174
	display:inline-block;
175
	margin:0;
175
	margin:0;
176
	padding:0.2em;
176
	padding:0.2em;
177
	color:#CCCCCC;
177
	color:#CCCCCC;
178
}
178
}
179
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
179
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
180
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
180
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
181
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
181
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
182
}
182
}
183
 
183
 
184
/*+-----------------------------------------------------------------------------------------------------------------+*/
184
/*+-----------------------------------------------------------------------------------------------------------------+*/
185
/* message de chargement de donnees */
185
/* message de chargement de donnees */
186
#zone-chargement {
186
#zone-chargement {
187
	background-color: white;
187
	background-color: white;
188
	border: 5px solid #D7DBEA;
188
	border: 5px solid #D7DBEA;
189
	display: none;
189
	display: none;
190
	height: 70px;
190
	height: 70px;
191
	left: 40%;
191
	left: 40%;
192
	padding: 10px;
192
	padding: 10px;
193
	position: fixed;
193
	position: fixed;
194
	text-align: center;
194
	text-align: center;
195
	top: 40%;
195
	top: 40%;
196
	width: 230px;
196
	width: 230px;
197
	z-index: 3000;
197
	z-index: 3000;
198
}
198
}
199
 
199
 
200
/*+-----------------------------------------------------------------------------------------------------------------+*/
200
/*+-----------------------------------------------------------------------------------------------------------------+*/
201
/* Panneau latéral */
201
/* Panneau latéral */
202
#panneau-lateral {
202
#panneau-lateral {
203
	padding:0;
203
	padding:0;
204
	margin:0;
204
	margin:0;
205
	position:absolute;	
205
	position:absolute;	
206
	top:35px;
206
	top:35px;
207
	left:0;
207
	left:0;
208
	bottom:0;
208
	bottom:0;
209
	width:24px;
209
	width:24px;
210
	overflow:hidden;
210
	overflow:hidden;
211
	background-color:#4A4B4C;
211
	background-color:#4A4B4C;
212
	border-right:1px solid grey;	
212
	border-right:1px solid grey;	
213
}
213
}
214
#pl-contenu {
214
#pl-contenu {
215
	display:none;
215
	display:none;
216
}
216
}
217
#pl-entete {
217
#pl-entete {
218
	height:95px;
218
	height:95px;
219
}
219
}
220
#pl-corps {
220
#pl-corps {
221
	position:absolute;
221
	position:absolute;
222
	top:105px;
222
	top:105px;
223
	bottom:0;
223
	bottom:0;
224
	overflow:auto;
224
	overflow:auto;
225
	padding:5px;
225
	padding:5px;
226
	width:290px;
226
	width:290px;
227
}
227
}
228
#pl-ouverture, #pl-fermeture {
228
#pl-ouverture, #pl-fermeture {
229
	position:absolute;
229
	position:absolute;
230
	top:0;
230
	top:0;
231
	height:24px;
231
	height:24px;
232
	width:24px;
232
	width:24px;
233
	text-align:center;
233
	text-align:center;
234
	cursor:pointer;
234
	cursor:pointer;
235
}
235
}
236
#pl-ouverture {
236
#pl-ouverture {
237
	left:0;
237
	left:0;
238
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
238
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
239
	height:100%;
239
	height:100%;
240
}
240
}
241
#pl-fermeture {
241
#pl-fermeture {
242
	display:none;
242
	display:none;
243
	left:276px;
243
	left:276px;
244
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
244
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
245
}
245
}
246
#pl-ouverture span, #pl-fermeture span{
246
#pl-ouverture span, #pl-fermeture span{
247
	display:none;
247
	display:none;
248
}
248
}
249
/* Panneau latéral : balises */
249
/* Panneau latéral : balises */
250
#panneau-lateral h2, #panneau-lateral p {
250
#panneau-lateral h2, #panneau-lateral p {
251
	color:#CCCCCC;}
251
	color:#CCCCCC;}
252
/*+-----------------------------------------------------------------------------------------------------------------+*/
252
/*+-----------------------------------------------------------------------------------------------------------------+*/
253
/* Liste des taxons de la carte */
253
/* Liste des taxons de la carte */
254
#taxons {
254
#taxons {
255
	color:#999;
255
	color:#999;
256
}
256
}
257
#taxons .taxon-actif, #taxons .taxon-actif span {
257
#taxons .taxon-actif, #taxons .taxon-actif span {
258
	color:#56B80E;
258
	color:#56B80E;
259
}
259
}
260
#taxons li span {
260
#taxons li span {
261
	border-bottom:1px dotted #666;
261
	border-bottom:1px dotted #666;
262
	color:#CCC;
262
	color:#CCC;
263
}
263
}
264
#taxons li span:focus {
264
#taxons li span:focus {
265
	outline:thin dotted;
265
	outline:thin dotted;
266
}
266
}
267
#taxons li span:hover {
267
#taxons li span:hover {
268
	color:#56B80E;
268
	color:#56B80E;
269
	border-bottom:1px dotted #56B80E;
269
	border-bottom:1px dotted #56B80E;
270
	cursor:pointer;
270
	cursor:pointer;
271
}
271
}
272
.nt {
272
.nt {
273
	display:none;
273
	display:none;
274
}
274
}
275
/*+-----------------------------------------------------------------------------------------------------------------+*/
275
/*+-----------------------------------------------------------------------------------------------------------------+*/
276
/* Pop-up observations */
276
/* Pop-up observations */
277
#info-bulle{
277
#info-bulle{
278
	min-height:500px;
278
	min-height:500px;
279
	width:500px;
279
	width:500px;
280
}
280
}
281
#observations {
281
#observations {
282
	overflow:none;
282
	overflow:none;
283
	margin:-1px 0 0 0;
283
	margin:-1px 0 0 0;
284
	border: 1px solid #AAA;
284
	border: 1px solid #AAA;
285
	border-radius:0 0 4px 4px;
285
	border-radius:0 0 4px 4px;
286
}
286
}
287
#obs-pieds-page {
287
#obs-pieds-page {
288
	font-size:10px;
288
	font-size:10px;
289
	color:#CCC;
289
	color:#CCC;
290
	clear:both;
290
	clear:both;
291
}
291
}
292
.ui-tabs {
292
.ui-tabs {
293
	padding:0;
293
	padding:0;
294
}
294
}
295
.ui-widget-content {
295
.ui-widget-content {
296
	border:0;
296
	border:0;
297
}
297
}
298
.ui-widget-header {
298
.ui-widget-header {
299
	background:none;
299
	background:none;
300
	border:0;
300
	border:0;
301
	border-bottom:1px solid #AAA;
301
	border-bottom:1px solid #AAA;
302
	border-radius:0;
302
	border-radius:0;
303
}
303
}
304
.ui-tabs-selected a {
304
.ui-tabs-selected a {
305
	border-bottom:1px solid white;
305
	border-bottom:1px solid white;
306
}
306
}
307
.ui-tabs-selected a:focus {
307
.ui-tabs-selected a:focus {
308
	outline:0;
308
	outline:0;
309
}
309
}
310
.ui-tabs .ui-tabs-panel {
310
.ui-tabs .ui-tabs-panel {
311
	padding:0.2em;
311
	padding:0.2em;
312
}
312
}
313
.ui-tabs .ui-tabs-nav li a {
313
.ui-tabs .ui-tabs-nav li a {
314
	padding: 0.5em 0.6em;
314
	padding: 0.5em 0.6em;
315
}
315
}
316
#obs h2 {
316
#obs h2 {
317
	margin:0;
317
	margin:0;
318
	text-align:center;
318
	text-align:center;
319
}
319
}
320
#observations a {
320
#observations a {
321
	color:#333;
321
	color:#333;
322
	border-bottom:1px dotted gainsboro;
322
	border-bottom:1px dotted gainsboro;
323
}
323
}
324
#observations a:hover {
324
#observations a:hover {
325
	color:#56B80E;
325
	color:#56B80E;
326
	border-bottom:1px dotted #56B80E;
326
	border-bottom:1px dotted #56B80E;
327
}
327
}
328
.nom-sci{
328
.nom-sci{
329
	color:#454341;
329
	color:#454341;
330
	font-weight:bold;
330
	font-weight:bold;
331
}
331
}
332
/*+-----------------------------------------------------------------------------------------------------------------+*/
332
/*+-----------------------------------------------------------------------------------------------------------------+*/
333
/* Pop-up observations : liste */
333
/* Pop-up observations : liste */
334
.cel-img-principale {
334
.cel-img-principale {
335
	height:0;/*Pour IE*/
335
	height:0;/*Pour IE*/
336
}
336
}
337
.cel-img-principale img{
337
.cel-img-principale img{
338
	float:right;
338
	float:right;
339
	height:75px;
339
	height:75px;
340
	width:75px;
340
	width:75px;
341
	padding:1px;
341
	padding:1px;
342
	border:1px solid white;
342
	border:1px solid white;
343
}
343
}
344
#observations .cel-img:hover img{
344
#observations .cel-img:hover img{
345
	border: 1px dotted #56B80E;
345
	border: 1px dotted #56B80E;
346
}
346
}
347
.cel-img-secondaire, .cel-infos{
347
.cel-img-secondaire, .cel-infos{
348
	display: none;
348
	display: none;
349
}
349
}
350
ol#obs-liste-lignes {
350
ol#obs-liste-lignes {
351
	padding:5px;
351
	padding:5px;
352
	margin:0;
352
	margin:0;
353
}
353
}
354
.champ-nom-sci {
354
.champ-nom-sci {
355
	display:none;
355
	display:none;
356
}
356
}
357
#obs-liste-lignes li dl {/*Pour IE*/
357
#obs-liste-lignes li dl {/*Pour IE*/
358
	width:350px;
358
	width:350px;
359
}
359
}
360
.obs-conteneur{
360
.obs-conteneur{
361
	counter-reset: item;
361
	counter-reset: item;
362
}
362
}
363
.obs-conteneur .nom-sci:before {
363
.obs-conteneur .nom-sci:before {
364
	content: counter(item) ". ";
364
	content: counter(item) ". ";
365
	counter-increment: item;
365
	counter-increment: item;
366
	display:block;
366
	display:block;
367
	float:left;
367
	float:left;
368
}
368
}
369
.obs-conteneur li {
369
.obs-conteneur li {
370
	display: block;
370
	display: block;
371
	margin-bottom:1em;
371
	margin-bottom:1em;
372
}
372
}
373
 
373
 
374
/*+-----------------------------------------------------------------------------------------------------------------+*/
374
/*+-----------------------------------------------------------------------------------------------------------------+*/
375
/* Diaporama */
375
/* Diaporama */
376
.cel-legende{
376
.cel-legende{
377
	text-align:left;
377
	text-align:left;
378
}
378
}
379
.cel-legende-vei{
379
.cel-legende-vei{
380
	float:right;
380
	float:right;
381
}
381
}
382
.cel-legende p{
382
.cel-legende p{
383
	color: black;
383
	color: black;
384
	font-size: 12px;
384
	font-size: 12px;
385
	line-height: 18px;
385
	line-height: 18px;
386
	margin: 0;
386
	margin: 0;
387
}
387
}
388
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
388
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
389
	border-bottom:1px dotted gainsboro;
389
	border-bottom:1px dotted gainsboro;
390
	color:#333;
390
	color:#333;
391
	text-decoration:none;
391
	text-decoration:none;
392
	background-image:none;
392
	background-image:none;
393
}
393
}
394
.cel-legende a:hover {
394
.cel-legende a:hover {
395
	color:#56B80E;
395
	color:#56B80E;
396
	border-bottom:1px dotted #56B80E;
396
	border-bottom:1px dotted #56B80E;
397
}
397
}
398
/*+-----------------------------------------------------------------------------------------------------------------+*/
398
/*+-----------------------------------------------------------------------------------------------------------------+*/
399
/* Plugin Jquery Pagination */
399
/* Plugin Jquery Pagination */
400
.navigation {
400
.navigation {
401
	padding:5px;
401
	padding:5px;
402
	float:right;
402
	float:right;
403
}
403
}
404
.pagination {
404
.pagination {
405
	font-size: 80%;
405
	font-size: 80%;
406
}
406
}
407
.pagination a {
407
.pagination a {
408
	text-decoration: none;
408
	text-decoration: none;
409
	border: solid 1px #666;
409
	border: solid 1px #666;
410
	color: #666;
410
	color: #666;
411
	background:gainsboro;
411
	background:gainsboro;
412
}
412
}
413
.pagination a:hover {
413
.pagination a:hover {
414
	color: white;
414
	color: white;
415
	background: #56B80E;
415
	background: #56B80E;
416
}
416
}
417
.pagination a, .pagination span {
417
.pagination a, .pagination span {
418
	display: block;
418
	display: block;
419
	float: left;
419
	float: left;
420
	padding: 0.3em 0.5em;
420
	padding: 0.3em 0.5em;
421
	margin-right: 5px;
421
	margin-right: 5px;
422
	margin-bottom: 5px;
422
	margin-bottom: 5px;
423
	min-width:1em;
423
	min-width:1em;
424
	text-align:center;
424
	text-align:center;
425
}
425
}
426
.pagination .current {
426
.pagination .current {
427
	background: #4A4B4C;
427
	background: #4A4B4C;
428
	color: white;
428
	color: white;
429
	border: solid 1px gainsboro;
429
	border: solid 1px gainsboro;
430
}
430
}
431
.pagination .current.prev, .pagination .current.next{
431
.pagination .current.prev, .pagination .current.next{
432
	color: #999;
432
	color: #999;
433
	border-color: #999;
433
	border-color: #999;
434
	background: gainsboro;
434
	background: gainsboro;
435
}
435
}
436
/*+-----------------------------------------------------------------------------------------------------------------+*/
436
/*+-----------------------------------------------------------------------------------------------------------------+*/
437
/* Formulaire de contact */
437
/* Formulaire de contact */
438
#form-contact input{
438
#form-contact input{
439
	width:300px;
439
	width:300px;
440
}
440
}
441
#form-contact textarea{
441
#form-contact textarea{
442
	width:300px;
442
	width:300px;
443
	height:200px;
443
	height:200px;
444
}
444
}
445
#form-contact #fc_envoyer{
445
#form-contact #fc_envoyer{
446
	width:50px;
446
	width:50px;
447
	float:right;
447
	float:right;
448
}
448
}
449
#form-contact #fc_annuler{
449
#form-contact #fc_annuler{
450
	width:50px;
450
	width:50px;
451
	float:left;
451
	float:left;
452
}
452
}
453
#form-contact label.error {
453
#form-contact label.error {
454
	color:red;
454
	color:red;
455
	font-weight:bold;
455
	font-weight:bold;
456
}
456
}
457
#form-contact .info {
457
#form-contact .info {
458
	padding:5px;
458
	padding:5px;
459
	background-color: #4A4B4C;
459
	background-color: #4A4B4C;
460
	border: solid 1px #666;
460
	border: solid 1px #666;
461
	color: white;
461
	color: white;
462
	white-space: pre-wrap;
462
	white-space: pre-wrap;
463
	width: 300px;
463
	width: 300px;
-
 
464
}
-
 
465
 
-
 
466
 
-
 
467
/*+-------------------------------------------------------------------
-
 
468
/* Ajout alex */
-
 
469
 
-
 
470
.info {
-
 
471
	padding:6px 8px;
-
 
472
	font-size:1em;
-
 
473
	background:white;
-
 
474
	width:100px;
-
 
475
    box-shadow:0 0 15px black;
-
 
476
    border-radius:5px;
-
 
477
    line-height:18px;
-
 
478
}
-
 
479
.info h4 {
-
 
480
	font-size: 15px;
-
 
481
	margin: 0 0 5px;
-
 
482
	color: #555;
-
 
483
}
-
 
484
.legend {
-
 
485
	padding :3px;
-
 
486
	color:#999;
-
 
487
}
-
 
488
.legend span {
-
 
489
	width:18px;
-
 
490
	height:18px;
-
 
491
	float:left;
-
 
492
	margin-right:8px;
-
 
493
	opacity: 0.7;
-
 
494
}
-
 
495
.nombre-sites {
-
 
496
	font-size:13px;
-
 
497
	font-family:sans-serif;
-
 
498
	text-align:center;
-
 
499
	color:black;
464
}
500
}
465
501