Subversion Repositories eFlore/Applications.cel

Rev

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

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