Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2670 Rev 2684
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:0;
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:#CCC;
22
	color:#CCC;
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
img {
35
img {
36
	border:none;
36
	border:none;
37
}
37
}
38
/*+-----------------------------------------------------------------------------------------------------------------+*/
38
/*+-----------------------------------------------------------------------------------------------------------------+*/
39
/* Présentation des listes de définitions */
39
/* Présentation des listes de définitions */
40
dl {
40
dl {
41
	width:100%;
41
	width:100%;
42
	margin:0;
42
	margin:0;
43
}
43
}
44
dt {
44
dt {
45
	float:left;
45
	float:left;
46
	font-weight:bold;
46
	font-weight:bold;
47
	text-align:top left;
47
	text-align:top left;
48
	margin-right:0.3em;
48
	margin-right:0.3em;
49
	line-height:0.8em;
49
	line-height:0.8em;
50
}
50
}
51
dd {
51
dd {
52
	width:auto;
52
	width:auto;
53
	margin:0.5em 0;
53
	margin:0.5em 0;
54
	line-height:0.8em;
54
	line-height:0.8em;
55
}
55
}
56
/*+-----------------------------------------------------------------------------------------------------------------+*/
56
/*+-----------------------------------------------------------------------------------------------------------------+*/
57
/* Tableau : */
57
/* Tableau : */
58
table {
58
table {
59
	border:1px solid gray;
59
	border:1px solid gray;
60
	border-collapse:collapse;
60
	border-collapse:collapse;
61
	width:100%;
61
	width:100%;
62
}
62
}
63
table thead, table tfoot, table tbody {
63
table thead, table tfoot, table tbody {
64
	background-color:Gainsboro;
64
	background-color:Gainsboro;
65
	border:1px solid gray;
65
	border:1px solid gray;
66
}
66
}
67
table tbody {
67
table tbody {
68
	background-color:#FFF;
68
	background-color:#FFF;
69
}
69
}
70
table th {
70
table th {
71
	font-family:monospace;
71
	font-family:monospace;
72
	border:1px dotted gray;
72
	border:1px dotted gray;
73
	padding:5px;
73
	padding:5px;
74
	background-color:Gainsboro;
74
	background-color:Gainsboro;
75
}
75
}
76
table td {
76
table td {
77
	font-family:arial;
77
	font-family:arial;
78
	border:1px dotted gray;
78
	border:1px dotted gray;
79
	padding:5px;
79
	padding:5px;
80
	text-align:left;
80
	text-align:left;
81
}
81
}
82
table caption {
82
table caption {
83
	font-family:sans-serif;
83
	font-family:sans-serif;
84
}
84
}
85
/*+-----------------------------------------------------------------------------------------------------------------+*/
85
/*+-----------------------------------------------------------------------------------------------------------------+*/
86
/* Tableau : tablesorter */
86
/* Tableau : tablesorter */
87
th.header {
87
th.header {
88
	background:url(../images/trie.png) no-repeat center right;    
88
	background:url(../images/trie.png) no-repeat center right;    
89
	padding-right:20px;
89
	padding-right:20px;
90
}
90
}
91
th.headerSortUp { 
91
th.headerSortUp { 
92
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
92
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
93
	color:white;
93
	color:white;
94
}
94
}
95
th.headerSortDown { 
95
th.headerSortDown { 
96
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
96
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
97
    color:white; 
97
    color:white; 
98
}
98
}
99
/*+-----------------------------------------------------------------------------------------------------------------+*/
99
/*+-----------------------------------------------------------------------------------------------------------------+*/
100
/* Générique */
100
/* Générique */
101
.nettoyage{
101
.nettoyage{
102
	clear:both;
102
	clear:both;
103
}
103
}
104
hr.nettoyage{
104
hr.nettoyage{
105
	visibility:hidden;
105
	visibility:hidden;
106
}
106
}
107
 
107
 
108
.element-overlay {
108
.element-overlay {
109
	background-color: #DDDDDD;
109
	background-color: #DDDDDD;
110
	border:1px solid grey;
110
	border:1px solid grey;
111
}
111
}
112
/*+-----------------------------------------------------------------------------------------------------------------+*/
112
/*+-----------------------------------------------------------------------------------------------------------------+*/
113
/* Carte */
113
/* Carte */
114
#carte {
114
#carte {
115
	padding:0;
115
	padding:0;
116
	margin:0;
116
	margin:0;
117
	position:absolute;	
117
	position:absolute;	
118
	right:0;
118
	right:0;
119
	bottom:0;
119
	bottom:0;
120
	overflow:auto;
120
	overflow:auto;
121
	width: 100%;
121
	width: 100%;
122
	height: 100%;
122
	height: 100%;
123
}
123
}
124
 
124
 
125
.carte_titree {
125
.carte_titree {
126
	top:35px;
126
	top:35px;
127
}
127
}
128
 
128
 
129
.carte_non_titre {
129
.carte_non_titre {
130
	top:0px;
130
	top:0px;
131
}
131
}
132
 
132
 
133
.bouton {
133
.bouton {
134
	background-color:white;
134
	background-color:white;
135
	border:2px solid black;
135
	border:2px solid black;
136
	cursor:pointer;
136
	cursor:pointer;
137
	text-align:center;
137
	text-align:center;
138
}
138
}
139
/*+-----------------------------------------------------------------------------------------------------------------+*/
139
/*+-----------------------------------------------------------------------------------------------------------------+*/
140
/* Message de chargement */
140
/* Message de chargement */
141
 
141
 
142
#zone-chargement-point {
142
#zone-chargement-point {
143
	display: none;
143
	display: none;
144
    position: fixed;
144
    position: fixed;
145
    left: 110px;
145
    left: 110px;
146
    top: 10px;
146
    top: 10px;
147
    z-index: 3000;
147
    z-index: 3000;
148
    width: 180px;
148
    width: 180px;
149
    height: 42px;
149
    height: 42px;
150
    padding: 7px;
150
    padding: 7px;
151
    text-align: center;
151
    text-align: center;
152
	background-color: rgba(255, 255, 255, 0.85);
152
	background-color: rgba(255, 255, 255, 0.85);
153
	border: solid #dedede 1px;
153
	border: solid #dedede 1px;
154
	border-radius: 4px;
154
	border-radius: 4px;
155
}
155
}
156
#legende-chargement {
156
#legende-chargement {
157
	padding-top: 7px;
157
	padding-top: 7px;
158
}
158
}
159
#img-chargement {
159
#img-chargement {
160
	float: left;
160
	float: left;
161
	margin-right: 5px;
161
	margin-right: 5px;
162
}
162
}
163
 
163
 
164
#chargement {
164
#chargement {
165
	margin:25px;
165
	margin:25px;
166
	text-align:center;
166
	text-align:center;
167
 
167
 
168
}
168
}
169
#chargement img{
169
#chargement img{
170
	display:block;
170
	display:block;
171
	margin:auto;
171
	margin:auto;
172
}
172
}
173
 
173
 
174
#message-aucune-obs p {
174
#message-aucune-obs p {
175
	padding-top : 25px;
175
	padding-top : 25px;
176
	font-weight: bold;
176
	font-weight: bold;
177
}
177
}
178
 
178
 
179
#message-aucune-obs {
179
#message-aucune-obs {
180
	background-image: url("../images/attention.png");
180
	background-image: url("../images/attention.png");
181
    background-position: 50% 10px;
181
    background-position: 50% 10px;
182
	background-repeat:  no-repeat;
182
	background-repeat:  no-repeat;
183
	display: none;
183
	display: none;
184
    height: 70px;
184
    height: 70px;
185
    padding: 10px;
185
    padding: 10px;
186
    position: fixed;
186
    position: fixed;
187
    text-align: center;
187
    text-align: center;
188
    width: 230px;
188
    width: 230px;
189
    z-index: 3000;
189
    z-index: 3000;
190
}
190
}
191
 
191
 
192
/*+-----------------------------------------------------------------------------------------------------------------+*/
192
/*+-----------------------------------------------------------------------------------------------------------------+*/
193
/* Avertissement */
193
/* Avertissement */
194
#zone-avertissement {
194
#zone-avertissement {
195
	background-color:#DDDDDD;
195
	background-color:#DDDDDD;
196
	color: black;
196
	color: black;
197
	padding:12px;
197
	padding:12px;
198
	text-align:justify;
198
	text-align:justify;
199
	line-height:16px;
199
	line-height:16px;
200
}
200
}
201
#zone-avertissement h1{
201
#zone-avertissement h1{
202
	margin:0;
202
	margin:0;
203
}
203
}
204
#zone-avertissement a {
204
#zone-avertissement a {
205
	border-bottom:1px dotted gainsboro;
205
	border-bottom:1px dotted gainsboro;
206
}
206
}
207
 
207
 
208
#zone-avertissement a, a:active, a:visited {
208
#zone-avertissement a, a:active, a:visited {
209
	color: #666666;
209
	color: #666666;
210
}
210
}
211
/*+-----------------------------------------------------------------------------------------------------------------+*/
211
/*+-----------------------------------------------------------------------------------------------------------------+*/
212
/* Carte titre */
212
/* Carte titre */
213
 
213
 
214
#zone-titre {
214
#zone-titre {
215
	top: 30px;
215
	top: 30px;
216
}
216
}
217
 
217
 
218
#zone-titre, #zone_stats {
218
#zone-titre, #zone_stats {
219
	padding:0;
219
	padding:0;
220
	position:absolute;
220
	position:absolute;
221
	height:25px;
221
	height:25px;
222
	overflow:hidden;
222
	overflow:hidden;
223
	border-radius: 4px;
223
	border-radius: 4px;
224
	z-index: 3000;
224
	z-index: 3000;
225
	display: inline-block;
225
	display: inline-block;
226
	padding:8px;
226
	padding:8px;
227
	color: black;
227
	color: black;
228
    font-family: inherit;
228
    font-family: inherit;
229
    font-size: 1.1em;
229
    font-size: 1.1em;
230
    font-weight: bold;
230
    font-weight: bold;
231
    text-rendering: optimizelegibility;
231
    text-rendering: optimizelegibility;
232
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
232
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
233
}
233
}
234
 
234
 
235
#zone-info {
235
#zone-info {
236
	position:absolute;
236
	position:absolute;
237
	top:26px;
237
	top:26px;
238
	z-index:3001;
238
	z-index:3001;
239
	right:8px;
239
	right:8px;
240
    width: 25px;
240
    width: 25px;
241
	text-align:right;
241
	text-align:right;
242
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
242
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
243
 	border-radius: 5px 5px 5px 5px;
243
 	border-radius: 5px 5px 5px 5px;
244
}
244
}
245
 
245
 
246
#zone-info a {
246
#zone-info a {
247
	border: none;
247
	border: none;
248
}
248
}
249
 
249
 
250
 
250
 
251
#logo {
251
#logo {
252
    left: 2px;
252
    left: 2px;
253
    padding: 4px;
253
    padding: 4px;
254
    position: absolute;
254
    position: absolute;
255
    top: 5px;
255
    top: 5px;
256
    z-index: 3002; 
256
    z-index: 3002; 
257
    width: 60px;
257
    width: 60px;
258
}
258
}
259
.image-logo {
259
.image-logo {
260
	padding: 5px;
260
	padding: 5px;
261
	background-color: rgba(255, 255, 255, 0.9);
261
	background-color: rgba(255, 255, 255, 0.9);
262
	border: solid #dedede 1px;
262
	border: solid #dedede 1px;
263
	border-radius: 4px;
263
	border-radius: 4px;
-
 
264
	width: 100%;
264
}
265
}
265
#logo a {
266
#logo a {
266
	border-bottom: none;
267
	border-bottom: none;
267
}
268
}
268
 
269
 
269
#carte-titre {
270
#carte-titre {
270
	display:inline-block;
271
	display:inline-block;
271
	margin:0;
272
	margin:0;
272
	padding:0em;
273
	padding:0em;
273
}
274
}
274
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
275
#carte-titre {/*Hack CSS  fonctionne seulement dans ie6, 7 & 8 */
275
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
276
	display:inline !hackCssIe6Et7;/*Hack CSS pour ie6 & ie7 */
276
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
277
	display /*\**/:inline\9;/*Hack CSS pour ie8 */	
277
}
278
}
278
 
279
 
279
#image-utilisateur {
280
#image-utilisateur {
280
    position: absolute;
281
    position: absolute;
281
    right: 5px;
282
    right: 5px;
282
    top: 40%;
283
    top: 40%;
283
}
284
}
284
 
285
 
285
#lien-affichage-filtre-utilisateur {
286
#lien-affichage-filtre-utilisateur {
286
	right: 5px;
287
	right: 5px;
287
	float: right;
288
	float: right;
288
	padding-bottom: 1px;
289
	padding-bottom: 1px;
289
	cursor: pointer;
290
	cursor: pointer;
290
	font-weight: bold;
291
	font-weight: bold;
291
    margin-left: 25px;
292
    margin-left: 25px;
292
    padding: 3px;
293
    padding: 3px;
293
    position: relative;
294
    position: relative;
294
    top: 3px;
295
    top: 3px;
295
    width: 117px;
296
    width: 117px;
296
    height: 30px;
297
    height: 30px;
297
}
298
}
298
 
299
 
299
#conteneur-filtre-utilisateur.ferme:hover {
300
#conteneur-filtre-utilisateur.ferme:hover {
300
	color: #222222;
301
	color: #222222;
301
	background-color: #AAAAAA;
302
	background-color: #AAAAAA;
302
	text-decoration: none;
303
	text-decoration: none;
303
	cursor: pointer;
304
	cursor: pointer;
304
	border: 1px solid #222222;
305
	border: 1px solid #222222;
305
}
306
}
306
 
307
 
307
#conteneur-filtre-utilisateur {
308
#conteneur-filtre-utilisateur {
308
    float: right;
309
    float: right;
309
    padding: 3px;
310
    padding: 3px;
310
    position: absolute;
311
    position: absolute;
311
    right: 5px;
312
    right: 5px;
312
    top: 31px;
313
    top: 31px;
313
    border-radius: 5px 5px 5px 5px;
314
    border-radius: 5px 5px 5px 5px;
314
    width: 117px;
315
    width: 117px;
315
    max-width: 350px;
316
    max-width: 350px;
316
}
317
}
317
 
318
 
318
.largeurAuto {
319
.largeurAuto {
319
	width: auto;
320
	width: auto;
320
}
321
}
321
 
322
 
322
#raz-filtre-utilisateur {
323
#raz-filtre-utilisateur {
323
	color: red;
324
	color: red;
324
    padding-left: 1px;
325
    padding-left: 1px;
325
    word-wrap: break-word;
326
    word-wrap: break-word;
326
    width: 110px;
327
    width: 110px;
327
}
328
}
328
 
329
 
329
/*+-----------------------------------------------------------------------------------------------------------------+*/
330
/*+-----------------------------------------------------------------------------------------------------------------+*/
330
/* Panneau latéral */
331
/* Panneau latéral */
331
#panneau-lateral {
332
#panneau-lateral {
332
	padding:0;
333
	padding:0;
333
	margin:0;
334
	margin:0;
334
	position:absolute;	
335
	position:absolute;	
335
   	top: 90px;
336
   	top: 90px;
336
	left:0;
337
	left:0;
337
	bottom:0;
338
	bottom:0;
338
	width: 83px;
339
	width: 83px;
339
	overflow:hidden;
340
	overflow:hidden;
340
	height: 25px;
341
	height: 25px;
341
	z-index: 3001;
342
	z-index: 3001;
342
	border-top-right-radius : 10px;
343
	border-top-right-radius : 10px;
343
	border-bottom-right-radius : 10px;
344
	border-bottom-right-radius : 10px;
344
}
345
}
345
#pl-indication-filtre {
346
#pl-indication-filtre {
346
	margin-left	: 25px;
347
	margin-left	: 25px;
347
	padding : 3px;
348
	padding : 3px;
348
	font-weight: bold;
349
	font-weight: bold;
349
	padding: 3px;
350
	padding: 3px;
350
    position: relative;
351
    position: relative;
351
    top: 3px;
352
    top: 3px;
352
}
353
}
353
#pl-contenu {
354
#pl-contenu {
354
	display:none;
355
	display:none;
355
}
356
}
356
#pl-entete {
357
#pl-entete {
357
	height:95px;
358
	height:95px;
358
}
359
}
359
#pl-corps {
360
#pl-corps {
360
	bottom:0;
361
	bottom:0;
361
	overflow:auto;
362
	overflow:auto;
362
	padding:5px;
363
	padding:5px;
363
	width:290px;
364
	width:290px;
364
}
365
}
365
#pl-ouverture, #pl-fermeture {
366
#pl-ouverture, #pl-fermeture {
366
	position:absolute;
367
	position:absolute;
367
	top:0;
368
	top:0;
368
	height:60px;
369
	height:60px;
369
	width:24px;
370
	width:24px;
370
	text-align:center;
371
	text-align:center;
371
	cursor:pointer;
372
	cursor:pointer;
372
}
373
}
373
#pl-ouverture {
374
#pl-ouverture {
374
	left:0;
375
	left:0;
375
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
376
	background:url(../images/ouverture.png) no-repeat top left #4A4B4C;
376
	height:100%;
377
	height:100%;
377
}
378
}
378
#pl-fermeture {
379
#pl-fermeture {
379
	display:none;
380
	display:none;
380
    right: 0;
381
    right: 0;
381
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
382
	background:url(../images/fermeture.png) no-repeat top right #4A4B4C;
382
}
383
}
383
#pl-ouverture span, #pl-fermeture span{
384
#pl-ouverture span, #pl-fermeture span{
384
	display:none;
385
	display:none;
385
}
386
}
386
/* Panneau latéral : balises */
387
/* Panneau latéral : balises */
387
#panneau-lateral h2, #panneau-lateral p {
388
#panneau-lateral h2, #panneau-lateral p {
388
	color:black;}
389
	color:black;}
389
/*+-----------------------------------------------------------------------------------------------------------------+*/
390
/*+-----------------------------------------------------------------------------------------------------------------+*/
390
/* Liste des taxons de la carte */
391
/* Liste des taxons de la carte */
391
#taxons {
392
#taxons {
392
	color:black;
393
	color:black;
393
}
394
}
394
#taxons .taxon-actif, #taxons .taxon-actif span, .raz-filtre-taxons.taxon-actif {
395
#taxons .taxon-actif, #taxons .taxon-actif span, .raz-filtre-taxons.taxon-actif {
395
	color:#56B80E;
396
	color:#56B80E;
396
}
397
}
397
#taxons li span, .raz-filtre-taxons {
398
#taxons li span, .raz-filtre-taxons {
398
	border-bottom:1px dotted #666;
399
	border-bottom:1px dotted #666;
399
	color:black;
400
	color:black;
400
}
401
}
401
#taxons li span:focus {
402
#taxons li span:focus {
402
	outline:thin dotted;
403
	outline:thin dotted;
403
}
404
}
404
#taxons li span:hover {
405
#taxons li span:hover {
405
	color:#56B80E;
406
	color:#56B80E;
406
	border-bottom:1px dotted #56B80E;
407
	border-bottom:1px dotted #56B80E;
407
	cursor:pointer;
408
	cursor:pointer;
408
}
409
}
409
.nt {
410
.nt {
410
	display:none;
411
	display:none;
411
}
412
}
412
.raz-filtre-taxons {
413
.raz-filtre-taxons {
413
	cursor:pointer;
414
	cursor:pointer;
414
}
415
}
415
/*+-----------------------------------------------------------------------------------------------------------------+*/
416
/*+-----------------------------------------------------------------------------------------------------------------+*/
416
/* Zone des stats en bas */
417
/* Zone des stats en bas */
417
#zone-stats {
418
#zone-stats {
418
	padding:0;
419
	padding:0;
419
	position:absolute;
420
	position:absolute;
420
	height:25px;
421
	height:25px;
421
	bottom:20px;
422
	bottom:20px;
422
	overflow:hidden;
423
	overflow:hidden;
423
	border-radius: 4px;
424
	border-radius: 4px;
424
	z-index: 3000;
425
	z-index: 3000;
425
	display: inline-block;
426
	display: inline-block;
426
	padding:8px;
427
	padding:8px;
427
	color: black;
428
	color: black;
428
    font-family: inherit;
429
    font-family: inherit;
429
    font-size: 1.1em;
430
    font-size: 1.1em;
430
    font-weight: bold;
431
    font-weight: bold;
431
    text-rendering: optimizelegibility;
432
    text-rendering: optimizelegibility;
432
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
433
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
433
}
434
}
434
 
435
 
435
#zone-stats h1 {
436
#zone-stats h1 {
436
	margin-top: 0;
437
	margin-top: 0;
437
}
438
}
438
 
439
 
439
#lien_plein_ecran, #lien-voir-cc {
440
#lien_plein_ecran, #lien-voir-cc {
440
    position: absolute;
441
    position: absolute;
441
    z-index: 3000;
442
    z-index: 3000;
442
	border-radius: 4px;
443
	border-radius: 4px;
443
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
444
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
444
    padding: 8px 8px 4px;
445
    padding: 8px 8px 4px;
445
    font-size: 1.1em;
446
    font-size: 1.1em;
446
    font-weight: bold;
447
    font-weight: bold;
447
}
448
}
448
 
449
 
449
#lien_plein_ecran {
450
#lien_plein_ecran {
450
    bottom: 20px;
451
    bottom: 20px;
451
    left: 5px;
452
    left: 5px;
452
}
453
}
453
 
454
 
454
#lien_plein_ecran a, #lien-voir-cc a {
455
#lien_plein_ecran a, #lien-voir-cc a {
455
	color: black;
456
	color: black;
456
	padding: 2px;
457
	padding: 2px;
457
	border-bottom: none;
458
	border-bottom: none;
458
}
459
}
459
 
460
 
460
#lien_plein_ecran img {
461
#lien_plein_ecran img {
461
	height: 20px;
462
	height: 20px;
462
}
463
}
463
 
464
 
464
#lien-voir-cc {
465
#lien-voir-cc {
465
    bottom: 3px;
466
    bottom: 3px;
466
    right: 5px;
467
    right: 5px;
467
    bottom: 20px;
468
    bottom: 20px;
468
    height: 20px;
469
    height: 20px;
469
}
470
}
470
 
471
 
471
#origine-donnees {
472
#origine-donnees {
472
	-moz-user-select: none;
473
	-moz-user-select: none;
473
    background: -moz-linear-gradient(center , rgba(255, 255, 255, 0) 0pt, rgba(255, 255, 255, 0.5) 50px) repeat scroll 0 0 transparent;
474
    background: -moz-linear-gradient(center , rgba(255, 255, 255, 0) 0pt, rgba(255, 255, 255, 0.5) 50px) repeat scroll 0 0 transparent;
474
    color: #444444;
475
    color: #444444;
475
    direction: ltr;
476
    direction: ltr;
476
    font-family: Arial,sans-serif;
477
    font-family: Arial,sans-serif;
477
    font-size: 10px;
478
    font-size: 10px;
478
    font-weight: bold;
479
    font-weight: bold;
479
    height: 19px;
480
    height: 19px;
480
    line-height: 19px;
481
    line-height: 19px;
481
    padding-left: 50px;
482
    padding-left: 50px;
482
    padding-right: 2px;
483
    padding-right: 2px;
483
    bottom: 0px;
484
    bottom: 0px;
484
    position: absolute;
485
    position: absolute;
485
    text-align: right;
486
    text-align: right;
486
    white-space: nowrap;
487
    white-space: nowrap;
487
    z-index: 3001;
488
    z-index: 3001;
488
}
489
}
489
 
490
 
490
#origine-donnees a {
491
#origine-donnees a {
491
    color: #444444;
492
    color: #444444;
492
    cursor: pointer;
493
    cursor: pointer;
493
    text-decoration: underline;
494
    text-decoration: underline;
494
    border-bottom: none;
495
    border-bottom: none;
495
}
496
}
496
#origine-donnees a:active, #origine-donnees a:visited {
497
#origine-donnees a:active, #origine-donnees a:visited {
497
    border-bottom: 1px dotted #666666;
498
    border-bottom: 1px dotted #666666;
498
  	color: #CCCCCC;
499
  	color: #CCCCCC;
499
    text-decoration: none;
500
    text-decoration: none;
500
}
501
}
501
 
502
 
502
#origine-donnees a:visited {
503
#origine-donnees a:visited {
503
	border-bottom: 1px dotted #666666;
504
	border-bottom: 1px dotted #666666;
504
  	color: #444444;
505
  	color: #444444;
505
    text-decoration: none;
506
    text-decoration: none;
506
}
507
}
507
/*+-----------------------------------------------------------------------------------------------------------------+*/
508
/*+-----------------------------------------------------------------------------------------------------------------+*/
508
/* Pop-up observations */
509
/* Pop-up observations */
509
#info-bulle{
510
#info-bulle{
510
	min-height:500px;
511
	min-height:500px;
511
	width:500px;
512
	width:500px;
512
}
513
}
513
#observations {
514
#observations {
514
	overflow:none;
515
	overflow:none;
515
	margin:-1px 0 0 0;
516
	margin:-1px 0 0 0;
516
	border: 1px solid #AAA;
517
	border: 1px solid #AAA;
517
	border-radius:0 0 4px 4px;
518
	border-radius:0 0 4px 4px;
518
}
519
}
519
#obs-pieds-page {
520
#obs-pieds-page {
520
	font-size:10px;
521
	font-size:10px;
521
	color:#CCC;
522
	color:#CCC;
522
	clear:both;
523
	clear:both;
523
}
524
}
524
.ui-tabs {
525
.ui-tabs {
525
	padding:0;
526
	padding:0;
526
}
527
}
527
.ui-widget-content {
528
.ui-widget-content {
528
	border:0;
529
	border:0;
529
}
530
}
530
.ui-widget-header {
531
.ui-widget-header {
531
	background:none;
532
	background:none;
532
	border:0;
533
	border:0;
533
	border-bottom:1px solid #AAA;
534
	border-bottom:1px solid #AAA;
534
	border-radius:0;
535
	border-radius:0;
535
}
536
}
536
.ui-tabs-selected a {
537
.ui-tabs-selected a {
537
	border-bottom:1px solid white;
538
	border-bottom:1px solid white;
538
}
539
}
539
.ui-tabs-selected a:focus {
540
.ui-tabs-selected a:focus {
540
	outline:0;
541
	outline:0;
541
}
542
}
542
.ui-tabs .ui-tabs-panel {
543
.ui-tabs .ui-tabs-panel {
543
	padding:0.2em;
544
	padding:0.2em;
544
}
545
}
545
.ui-tabs .ui-tabs-nav li a {
546
.ui-tabs .ui-tabs-nav li a {
546
	padding: 0.5em 0.6em;
547
	padding: 0.5em 0.6em;
547
}
548
}
548
#obs h2 {
549
#obs h2 {
549
	margin:0;
550
	margin:0;
550
	text-align:center;
551
	text-align:center;
551
}
552
}
552
#observations a {
553
#observations a {
553
	color:#333;
554
	color:#333;
554
	border-bottom:1px dotted gainsboro;
555
	border-bottom:1px dotted gainsboro;
555
}
556
}
556
#observations a:hover {
557
#observations a:hover {
557
	color:#56B80E;
558
	color:#56B80E;
558
	border-bottom:1px dotted #56B80E;
559
	border-bottom:1px dotted #56B80E;
559
}
560
}
560
.nom-sci{
561
.nom-sci{
561
	color:#454341;
562
	color:#454341;
562
	font-weight:bold;
563
	font-weight:bold;
563
}
564
}
564
/*+-----------------------------------------------------------------------------------------------------------------+*/
565
/*+-----------------------------------------------------------------------------------------------------------------+*/
565
/* Pop-up observations : liste */
566
/* Pop-up observations : liste */
566
.cel-img-principale {
567
.cel-img-principale {
567
	height:0;/*Pour IE*/
568
	height:0;/*Pour IE*/
568
}
569
}
569
.cel-img-principale img{
570
.cel-img-principale img{
570
	float:right;
571
	float:right;
571
	height:75px;
572
	height:75px;
572
	width:75px;
573
	width:75px;
573
	padding:1px;
574
	padding:1px;
574
	border:1px solid white;
575
	border:1px solid white;
575
}
576
}
576
#observations .cel-img:hover img{
577
#observations .cel-img:hover img{
577
	border: 1px dotted #56B80E;
578
	border: 1px dotted #56B80E;
578
}
579
}
579
.cel-img-secondaire, .cel-infos{
580
.cel-img-secondaire, .cel-infos{
580
	display: none;
581
	display: none;
581
}
582
}
582
ol#obs-liste-lignes {
583
ol#obs-liste-lignes {
583
	padding:5px;
584
	padding:5px;
584
	margin:0;
585
	margin:0;
585
}
586
}
586
.champ-nom-sci {
587
.champ-nom-sci {
587
	display:none;
588
	display:none;
588
}
589
}
589
#obs-liste-lignes li dl {/*Pour IE*/
590
#obs-liste-lignes li dl {/*Pour IE*/
590
	width:350px;
591
	width:350px;
591
}
592
}
592
.obs-conteneur{
593
.obs-conteneur{
593
	counter-reset: item;
594
	counter-reset: item;
594
}
595
}
595
.obs-conteneur .nom-sci:before {
596
.obs-conteneur .nom-sci:before {
596
	content: counter(item) ". ";
597
	content: counter(item) ". ";
597
	counter-increment: item;
598
	counter-increment: item;
598
	display:block;
599
	display:block;
599
	float:left;
600
	float:left;
600
}
601
}
601
.obs-conteneur li {
602
.obs-conteneur li {
602
	display: block;
603
	display: block;
603
	margin-bottom:1em;
604
	margin-bottom:1em;
604
}
605
}
605
 
606
 
606
.lien-widget-saisie {
607
.lien-widget-saisie {
607
    background: url("../images/saisie.png") no-repeat scroll left center transparent;
608
    background: url("../images/saisie.png") no-repeat scroll left center transparent;
608
    border: 1px solid #AAAAAA;
609
    border: 1px solid #AAAAAA;
609
   	background-color: #EEE;
610
   	background-color: #EEE;
610
    padding: 5px 5px 5px 25px;
611
    padding: 5px 5px 5px 25px;
611
    text-decoration: none;
612
    text-decoration: none;
612
    border-radius : 5px;
613
    border-radius : 5px;
613
}
614
}
614
 
615
 
615
.lien-widget-saisie:hover {
616
.lien-widget-saisie:hover {
616
	color: #222222;
617
	color: #222222;
617
	background-color: #AAAAAA;
618
	background-color: #AAAAAA;
618
	text-decoration: none;
619
	text-decoration: none;
619
	cursor: pointer;
620
	cursor: pointer;
620
	border: 1px solid #222222;
621
	border: 1px solid #222222;
621
}
622
}
622
 
623
 
623
/*+-----------------------------------------------------------------------------------------------------------------+*/
624
/*+-----------------------------------------------------------------------------------------------------------------+*/
624
/* Diaporama */
625
/* Diaporama */
625
.cel-legende{
626
.cel-legende{
626
	text-align:left;
627
	text-align:left;
627
}
628
}
628
.cel-legende-vei{
629
.cel-legende-vei{
629
	float:right;
630
	float:right;
630
}
631
}
631
.cel-legende p{
632
.cel-legende p{
632
	color: black;
633
	color: black;
633
	font-size: 12px;
634
	font-size: 12px;
634
	line-height: 18px;
635
	line-height: 18px;
635
	margin: 0;
636
	margin: 0;
636
}
637
}
637
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
638
.cel-legende a, .cel-legende a:active, .cel-legende a:visited {
638
	border-bottom:1px dotted gainsboro;
639
	border-bottom:1px dotted gainsboro;
639
	color:#333;
640
	color:#333;
640
	text-decoration:none;
641
	text-decoration:none;
641
	background-image:none;
642
	background-image:none;
642
}
643
}
643
.cel-legende a:hover {
644
.cel-legende a:hover {
644
	color:#56B80E;
645
	color:#56B80E;
645
	border-bottom:1px dotted #56B80E;
646
	border-bottom:1px dotted #56B80E;
646
}
647
}
647
/*+-----------------------------------------------------------------------------------------------------------------+*/
648
/*+-----------------------------------------------------------------------------------------------------------------+*/
648
/* Plugin Jquery Pagination */
649
/* Plugin Jquery Pagination */
649
.navigation {
650
.navigation {
650
	padding:5px;
651
	padding:5px;
651
	float:right;
652
	float:right;
652
}
653
}
653
.pagination {
654
.pagination {
654
	font-size: 80%;
655
	font-size: 80%;
655
}
656
}
656
.pagination a {
657
.pagination a {
657
	text-decoration: none;
658
	text-decoration: none;
658
	border: solid 1px #666;
659
	border: solid 1px #666;
659
	color: #666;
660
	color: #666;
660
	background:gainsboro;
661
	background:gainsboro;
661
}
662
}
662
.pagination a:hover {
663
.pagination a:hover {
663
	color: white;
664
	color: white;
664
	background: #56B80E;
665
	background: #56B80E;
665
}
666
}
666
.pagination a, .pagination span {
667
.pagination a, .pagination span {
667
	display: block;
668
	display: block;
668
	float: left;
669
	float: left;
669
	padding: 0.3em 0.5em;
670
	padding: 0.3em 0.5em;
670
	margin-right: 5px;
671
	margin-right: 5px;
671
	margin-bottom: 5px;
672
	margin-bottom: 5px;
672
	min-width:1em;
673
	min-width:1em;
673
	text-align:center;
674
	text-align:center;
674
}
675
}
675
.pagination .current {
676
.pagination .current {
676
	background: #4A4B4C;
677
	background: #4A4B4C;
677
	color: white;
678
	color: white;
678
	border: solid 1px gainsboro;
679
	border: solid 1px gainsboro;
679
}
680
}
680
.pagination .current.prev, .pagination .current.next{
681
.pagination .current.prev, .pagination .current.next{
681
	color: #999;
682
	color: #999;
682
	border-color: #999;
683
	border-color: #999;
683
	background: gainsboro;
684
	background: gainsboro;
684
}
685
}
685
/*+-----------------------------------------------------------------------------------------------------------------+*/
686
/*+-----------------------------------------------------------------------------------------------------------------+*/
686
/* Formulaire de contact */
687
/* Formulaire de contact */
687
#form-contact input{
688
#form-contact input{
688
	width:300px;
689
	width:300px;
689
}
690
}
690
#form-contact textarea{
691
#form-contact textarea{
691
	width:300px;
692
	width:300px;
692
	height:200px;
693
	height:200px;
693
}
694
}
694
#form-contact #fc_envoyer{
695
#form-contact #fc_envoyer{
695
	width:50px;
696
	width:50px;
696
	float:right;
697
	float:right;
697
}
698
}
698
#form-contact #fc_annuler{
699
#form-contact #fc_annuler{
699
	width:50px;
700
	width:50px;
700
	float:left;
701
	float:left;
701
}
702
}
702
#form-contact label.error {
703
#form-contact label.error {
703
	color:red;
704
	color:red;
704
	font-weight:bold;
705
	font-weight:bold;
705
}
706
}
706
#form-contact .info {
707
#form-contact .info {
707
	padding:5px;
708
	padding:5px;
708
	background-color: #4A4B4C;
709
	background-color: #4A4B4C;
709
	border: solid 1px #666;
710
	border: solid 1px #666;
710
	color: white;
711
	color: white;
711
	white-space: pre-wrap;
712
	white-space: pre-wrap;
712
	width: 300px;
713
	width: 300px;
713
}
714
}
714
 
715
 
715
/* hack Fancybox pour que le popup soit toujours au dessus */
716
/* hack Fancybox pour que le popup soit toujours au dessus */
716
#fancybox-wrap {
717
#fancybox-wrap {
717
	z-index: 3100;
718
	z-index: 3100;
718
}
719
}