Subversion Repositories eFlore/Applications.cel

Rev

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

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