Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 197 Rev 210
1
/* =========================== Balises ============================ 
1
/* =========================== Balises ============================ 
2
 
2
 
3
 
3
 
4
 
4
 
5
/* =========================== Style général ============================ */ 
5
/* =========================== Style général ============================ */ 
6
 
6
 
7
#wrapper #container {
7
#wrapper #container {
8
	max-width:1650px;
8
	max-width:1650px;
9
}
9
}
10
 
10
 
11
.gauche {
11
.gauche {
12
	float:left;	
12
	float:left;	
13
}
13
}
14
 
14
 
15
.droite {
15
.droite {
16
	float:right;	
16
	float:right;	
17
}
17
}
18
 
18
 
19
.information {
19
.information {
20
	
20
	
21
	padding-left:40px;
21
	padding-left:40px;
22
	border:1px solid #FF420F;
22
	border:1px solid #FF420F;
23
	max-width:600px;
23
	max-width:600px;
24
	height: 50px;
24
	height: 50px;
25
	text-align: center;
25
	text-align: center;
26
	font-size: 1.3em;
26
	font-size: 1.3em;
27
	color: #000000;
27
	color: #000000;
28
	background: url("../images/attention.png") no-repeat scroll 1em 0.5em transparent;
28
	background: url("../images/attention.png") no-repeat scroll 1em 0.5em transparent;
29
	background-color:#EF9C86;
29
	background-color:#EF9C86;
30
}
30
}
31
 
31
 
32
.information div {
32
.information div {
33
	margin-top: 15px
33
	margin-top: 15px
34
}
34
}
35
 
35
 
36
span.erreur {
36
span.erreur {
37
	color: red;	
37
	color: red;	
38
}
38
}
39
 
39
 
40
input.erreur {
40
input.erreur {
41
	border: 1px solid red;	
41
	border: 1px solid red;	
42
}
42
}
43
 
43
 
44
#center {
44
#center {
45
	width: 720px;	
45
	width: 720px;	
46
}
46
}
47
 
47
 
48
 
48
 
49
/* =========================== Titres ============================ */ 
49
/* =========================== Titres ============================ */ 
50
 
50
 
51
.titre_saisie {
51
.titre_saisie {
52
	padding-bottom: 10px;	
52
	padding-bottom: 10px;	
53
}
53
}
54
 
54
 
55
.etape {
55
.etape {
56
	color: #9AC343;
56
	color: #9AC343;
57
	padding-bottom:20px;
57
	padding-bottom:20px;
58
}
58
}
59
 
59
 
60
 
60
 
61
/* =========================== Menu et navigation ============================ */
61
/* =========================== Menu et navigation ============================ */
62
 
62
 
63
#saisie_menu ul li {
63
#saisie_menu ul li {
64
	background: none;
64
	background: none;
65
	padding-top: 5px;
65
	padding-top: 5px;
66
}
66
}
67
 
67
 
68
#saisie_menu ul li.item_menu_station {
68
#saisie_menu ul li.item_menu_station {
69
	background: url("../images/station.png") no-repeat scroll 0px 0.5em transparent;
69
	background: url("../images/station.png") no-repeat scroll 0px 0.5em transparent;
70
}
70
}
71
 
71
 
72
.item_menu_station > a {
72
.item_menu_station > a {
73
	padding: 5px;	
73
	padding: 5px;	
74
}
74
}
75
 
75
 
76
#saisie_menu ul li.item_menu_espece {
76
#saisie_menu ul li.item_menu_espece {
77
	background: url("../images/espece.png") no-repeat scroll 0px 0.5em transparent;
77
	background: url("../images/espece.png") no-repeat scroll 0px 0.5em transparent;
78
}
78
}
79
 
79
 
80
.item_menu_espece > a {
80
.item_menu_espece > a {
81
	padding: 5px	
81
	padding: 5px	
82
}
82
}
83
 
83
 
84
#saisie_menu ul li.station_ajout {
84
#saisie_menu ul li.station_ajout {
85
	background: url("../images/ajout.png") no-repeat scroll -9px transparent;
85
	background: url("../images/ajout.png") no-repeat scroll -9px transparent;
86
}
86
}
87
 
87
 
88
li.station_en_cours {
88
li.station_en_cours {
89
	padding-top: 10px;	
89
	padding-top: 10px;	
90
}
90
}
91
 
91
 
92
li.station_en_cours > a {
92
li.station_en_cours > a {
93
	color: #FFFFFF;
93
	color: #FFFFFF;
94
	font-weight: bold;
94
	font-weight: bold;
95
	border: solid 1px #FFFFFF;
95
	border: solid 1px #FFFFFF;
96
	background-color: #BF3600;
96
	background-color: #BF3600;
97
	-moz-border-radius: 0.9em;	
97
	-moz-border-radius: 0.9em;	
98
	-webkit-border-radius: 0.9em;	
98
	-webkit-border-radius: 0.9em;	
99
	border-radius: 0.9em;	
99
	border-radius: 0.9em;	
100
}
100
}
101
 
101
 
102
#retour_au_site {
102
#retour_au_site {
103
	padding-top: 30px;
103
	padding-top: 30px;
104
}
104
}
105
 
105
 
106
#saisie_menu ul li.espece_ajout {
106
#saisie_menu ul li.espece_ajout {
107
	background: url("../images/ajout.png") no-repeat scroll -9px transparent;
107
	background: url("../images/ajout.png") no-repeat scroll -9px transparent;
108
}
108
}
109
 
109
 
110
li.espece_en_cours > a {
110
li.espece_en_cours > a {
111
	color: #FFFFFF;
111
	color: #FFFFFF;
112
	font-weight: bold;
112
	font-weight: bold;
113
	border: solid 1px #FFFFFF;
113
	border: solid 1px #FFFFFF;
114
	background-color: #9AC343;
114
	background-color: #9AC343;
115
	-moz-border-radius: 0.9em;	
115
	-moz-border-radius: 0.9em;	
116
	-webkit-border-radius: 0.9em;	
116
	-webkit-border-radius: 0.9em;	
117
	border-radius: 0.9em;
117
	border-radius: 0.9em;
118
}
118
}
119
 
119
 
120
ul.liste_annees_observations {
120
ul.liste_annees_observations {
121
	list-style-type: none;
121
	list-style-type: none;
122
}
122
}
123
 
123
 
124
.liste_annees_observations li {
124
.liste_annees_observations li {
125
	display: inline;
125
	display: inline;
126
	list-style: none;
126
	list-style: none;
127
	background: none; 
127
	background: none; 
128
}
128
}
129
 
129
 
130
#annee_en_cours {
130
#annee_en_cours {
131
	font-size: 1.6em;
131
	font-size: 1.6em;
132
	color: #9AC343;	
132
	color: #9AC343;	
133
}
133
}
134
 
134
 
135
#retour_au_site ul li {
135
#retour_au_site ul li {
136
	background: url("../images/retour.png") no-repeat scroll 0 30% transparent
136
	background: url("../images/retour.png") no-repeat scroll 0 30% transparent
137
}
137
}
138
 
138
 
139
 
139
 
140
/* =========================== Formulaires d'inscription et d'identification ============================ */
140
/* =========================== Formulaires d'inscription et d'identification ============================ */
141
 
141
 
142
#conteneur_formulaire_identification, #conteneur_formulaire_inscription {
142
#conteneur_formulaire_identification, #conteneur_formulaire_inscription {
143
	
143
	
144
	width:650px;
144
	width:650px;
145
	border: 1px solid grey;
145
	border: 1px solid grey;
146
	margin-top: 10px;
146
	margin-top: 10px;
147
	padding: 10px;
147
	padding: 10px;
148
	text-align: left !important;
148
	text-align: left !important;
149
	-moz-border-radius: 0.9em;	
149
	-moz-border-radius: 0.9em;	
150
	-webkit-border-radius: 0.9em;	
150
	-webkit-border-radius: 0.9em;	
151
	border-radius: 0.9em;
151
	border-radius: 0.9em;
152
}
152
}
153
 
153
 
154
#conteneur_formulaire_identification form {
154
#conteneur_formulaire_identification form {
155
	text-align: left !important;	
155
	text-align: left !important;	
156
}
156
}
157
 
157
 
158
#conteneur_formulaire_identification input {
158
#conteneur_formulaire_identification input {
159
	text-align: left !important;
159
	text-align: left !important;
160
	width: 300px;	
160
	width: 300px;	
161
}
161
}
162
 
162
 
163
#conteneur_formulaire_inscription input {
163
#conteneur_formulaire_inscription input {
164
	text-align: left !important;
164
	text-align: left !important;
165
	width: 300px;	
165
	width: 300px;	
166
}
166
}
167
 
167
 
168
.message_identification {
168
.message_identification {
169
	font-weight: bold;
169
	font-weight: bold;
170
	padding-top: 5px;
170
	padding-top: 5px;
171
	color: #435F06;
171
	color: #435F06;
172
	font-size: 1.5em;	
172
	font-size: 1.5em;	
173
}
173
}
174
 
174
 
175
 
175
 
176
/* =========================== Formulaires de l'application ============================ */
176
/* =========================== Formulaires de l'application ============================ */
177
 
177
 
178
#saisie_station {
178
#saisie_station {
179
	width: 700px;	
179
	width: 700px;	
180
}
180
}
181
 
181
 
182
.element_formulaire label {
182
.element_formulaire label {
183
	font-weight: bold;
183
	font-weight: bold;
184
	width:150px;	
184
	width:150px;	
185
}
185
}
186
 
186
 
187
.element_formulaire_en_ligne {
187
.element_formulaire_en_ligne {
188
	padding-right: 10px;	
188
	padding-right: 10px;	
189
}
189
}
190
 
190
 
191
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
191
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
192
	padding-bottom : 15px;
192
	padding-bottom : 15px;
193
}
193
}
194
 
194
 
195
.conteneur_carte {
195
.conteneur_carte {
196
	height: 400px;
196
	height: 400px;
197
	width: 725px;
197
	width: 725px;
198
}
198
}
199
 
199
 
200
.gros_bouton_validation {
200
.gros_bouton_validation {
201
	height: 50px;
201
	height: 50px;
202
	width: 200px;
202
	width: 200px;
203
	font-size: 20px;
203
	font-size: 20px;
204
	margin-top: 10x;
204
	margin-top: 10x;
205
	margin-right:10px;
205
	margin-right: 0px;
206
}
206
}
207
 
207
 
208
#localiser_lat_lon {
208
#localiser_lat_lon {
209
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;	
209
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;	
210
}
210
}
211
 
211
 
212
#saisie_liste_evenements {
212
#saisie_liste_evenements {
213
	text-align: center;
213
	text-align: center;
214
	width:715px;
214
	width:715px;
215
}
215
}
216
 
216
 
217
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
217
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
218
	height: 40px;	
218
	height: 40px;	
219
}
219
}
220
 
220
 
221
.icone_s {
221
.icone_s {
222
	height: 30px;
222
	height: 30px;
223
	width: 30px;	
223
	width: 30px;	
224
}
224
}
-
 
225
 
-
 
226
.formulaire_en_ligne {
-
 
227
  display: inline;
-
 
228
}
225
 
229
 
226
.valider_formulaire {
230
.valider_formulaire {
227
	cursor: pointer;
231
	cursor: pointer;
228
	background-color: transparent;
232
	background-color: transparent;
229
	background-image: url("../images/valider_s.png");
233
	background-image: url("../images/valider_s.png");
230
	border: none;
234
	border: none;
231
	color: rgba(0,0,0,0);
235
	color: rgba(0,0,0,0);
232
	background-position: center;
236
	background-position: center;
233
	background-repeat: no-repeat;
237
	background-repeat: no-repeat;
234
	padding-top: 2px;
238
	padding-top: 2px;
235
	padding-bottom: 3px;
239
	padding-bottom: 3px;
236
}
240
}
237
 
241
 
238
.valider_formulaire:hover, .lien_modifier:hover {
242
.valider_formulaire:hover, .lien_modifier:hover {
239
	background-color: #CFCFCF;
243
	background-color: #CFCFCF;
240
}
244
}
241
 
245
 
242
#form_saisie_espece {
246
#form_saisie_espece {
243
	margin-right: auto;
247
	margin-right: auto;
244
	margin-left: auto;	
248
	margin-left: auto;	
245
}
249
}
246
 
250
 
247
.formulaire_informations_espece_mini {
251
.formulaire_informations_espece_mini {
248
	text-align: center;
252
	text-align: center;
249
	height:50px; 
253
	height:50px; 
250
	width: 500px;
254
	width: 500px;
251
	border: solid 1px #999999;
255
	border: solid 1px #999999;
252
	background-color: #CFCFCF;
256
	background-color: #CFCFCF;
253
	padding: 10px;
257
	padding: 10px;
254
	margin-bottom: 10px;
258
	margin-bottom: 10px;
255
	-moz-border-radius: 0.9em;	
259
	-moz-border-radius: 0.9em;	
256
	-webkit-border-radius: 0.9em;	
260
	-webkit-border-radius: 0.9em;	
257
	border-radius: 0.9em;
261
	border-radius: 0.9em;
258
}
262
}
259
 
263
 
260
.formulaire_informations_espece_mini:hover {
264
.formulaire_informations_espece_mini:hover {
261
	background-color: #C0DF7D;
265
	background-color: #C0DF7D;
262
}
266
}
263
 
267
 
264
.formulaire_informations_espece_mini img {
268
.formulaire_informations_espece_mini img {
265
	margin-top:-5px;
269
	margin-top:-5px;
266
}
270
}
-
 
271
 
-
 
272
#form_afficher_modification {
-
 
273
	margin-top: 10px;
-
 
274
}
-
 
275
 
-
 
276
.formulaire_suppression_station {
-
 
277
	margin-top: 10px;	
-
 
278
	margin-left: 2px;	
-
 
279
}
-
 
280
 
-
 
281
.formulaire_suppression_individu {
-
 
282
    margin-left: 2px;
-
 
283
    margin-top: 10px;
267
 
284
}
268
 
285
 
269
/* =========================== Fiches ============================== */ 
286
/* =========================== Fiches ============================== */ 
270
 
287
 
271
.element_fiche {
288
.element_fiche {
272
	padding-bottom : 5px;
289
	padding-bottom : 5px;
273
}
290
}
274
 
291
 
275
.intitule_fiche {
292
.intitule_fiche {
276
		
293
		
277
}
294
}
278
 
295
 
279
.valeur_fiche {
296
.valeur_fiche {
280
	font-weight: bold;	
297
	font-weight: bold;	
281
}
298
}
282
 
299
 
283
.titre_section_fiche {
300
.titre_section_fiche {
284
	padding-bottom : 10px;
301
	padding-bottom : 10px;
285
	padding-top : 10px;
302
	padding-top : 10px;
286
}
303
}
287
 
304
 
288
.titre_fiche {
305
.titre_fiche {
289
	
306
	
290
}
307
}
291
 
308
 
292
hr.separation_section {
309
hr.separation_section {
293
	margin-top: 25px;	
310
	margin-top: 25px;	
294
}
311
}
295
 
312
 
296
.informations_espece img {
313
.informations_espece img {
297
	margin-top:-35px;	
314
	margin-top:-35px;	
298
	padding: 15px;
315
	padding: 15px;
299
}
316
}
300
 
317
 
301
.annee_observation {
318
.annee_observation {
302
	padding-left: 10px;	
319
	padding-left: 10px;	
303
}
320
}
304
 
321
 
305
.observations_individu {
322
.observations_individu {
306
    display: table-cell;
323
    display: table-cell;
307
    height: 400px;
324
    height: 400px;
308
    width: 250px;
325
    width: 250px;
309
}
326
}
310
 
327
 
311
.observations_individu {
328
.observations_individu {
312
	color: #000000;
329
	color: #000000;
313
}
330
}
314
 
331
 
315
#fiche_individu .observations_individu li {
332
#fiche_individu .observations_individu li {
316
	background: none;
333
	background: none;
317
	padding-left: 1px;
334
	padding-left: 1px;
318
	list-style-type: none;
335
	list-style-type: none;
319
	margin-left: 0px;
336
	margin-left: 0px;
320
	padding-left: 0px;
337
	padding-left: 0px;
321
}
338
}
322
 
339
 
323
.observations_individu li div {
340
.observations_individu li div {
324
	-moz-border-radius: 0.9em;	
341
	-moz-border-radius: 0.9em;	
325
	-webkit-border-radius: 0.9em;	
342
	-webkit-border-radius: 0.9em;	
326
	border-radius: 0.9em;
343
	border-radius: 0.9em;
327
}
344
}
328
 
345
 
329
#center .observations_individu h4 {
346
#center .observations_individu h4 {
330
	padding: 5px;
347
	padding: 5px;
331
	color: black;
348
	color: black;
332
}
349
}
333
 
350
 
334
.date_observation_individu {
351
.date_observation_individu {
335
 
352
 
336
}
353
}
337
 
354
 
338
.calendrier {
355
.calendrier {
339
	
356
	
340
}
357
}
341
 
358
 
342
#fiche_individu {
359
#fiche_individu {
343
	background-color: #F4F2EB;
360
	background-color: #F4F2EB;
344
	padding : 10px;
361
	padding : 10px;
345
	margin-top: 31px;
362
	margin-top: 31px;
346
}
363
}
347
 
364
 
348
 
365
 
349
/* =========================== Tableaux d'évenements ============================ */ 
366
/* =========================== Tableaux d'évenements ============================ */ 
350
 
367
 
351
#saisie_liste_evenements, #saisie_modif_evenements {
368
#saisie_liste_evenements, #saisie_modif_evenements {
352
	text-align: center;	
369
	text-align: center;	
353
}
370
}
354
 
371
 
355
#saisie_liste_evenements .information_individu, #saisie_modif_evenements.information_individu {
372
#saisie_liste_evenements .information_individu, #saisie_modif_evenements.information_individu {
356
	text-align: left;	
373
	text-align: left;	
357
}
374
}
358
 
375
 
359
tr:nth-child(odd) {
376
tr:nth-child(odd) {
360
  background-color: #CFCFCF ;
377
  background-color: #CFCFCF ;
361
}
378
}
362
 
379
 
363
tr:nth-child(1) {
380
tr:nth-child(1) {
364
	color: #FFFFFF;
381
	color: #FFFFFF;
365
}
382
}
366
 
383
 
367
tr:nth-child(1), tr:nth-child(2) {
384
tr:nth-child(1), tr:nth-child(2) {
368
	background-color: #FFFFFF ;
385
	background-color: #FFFFFF ;
369
}
386
}
370
 
387
 
371
div.evenement { 
388
div.evenement { 
372
	text-align: center;
389
	text-align: center;
373
}
390
}
374
 
391
 
375
.stade_evenement {
392
.stade_evenement {
376
	text-align: center;
393
	text-align: center;
377
}
394
}
378
 
395
 
379
 
396
 
380
/* =========================== Styles des différents stades ============================ */ 
397
/* =========================== Styles des différents stades ============================ */ 
381
 
398
 
382
.stade_feuillaison {
399
.stade_feuillaison {
383
	background-color: #ACC700;
400
	background-color: #ACC700;
384
}
401
}
385
 
402
 
386
.stade_floraison {
403
.stade_floraison {
387
	background-color: #B549B9;	
404
	background-color: #B549B9;	
388
}
405
}
389
 
406
 
390
.stade_fructification {
407
.stade_fructification {
391
	background-color: #FF7F00;
408
	background-color: #FF7F00;
392
}
409
}
393
 
410
 
394
.stade_senescence {
411
.stade_senescence {
395
	background-color: #BF3600;
412
	background-color: #BF3600;
396
}
413
}
397
 
414
 
398
.stade_1ere_apparition {
415
.stade_1ere_apparition {
399
	background-color: #B549B9;
416
	background-color: #B549B9;
400
}
417
}
-
 
418
 
-
 
419
/* ============ Style pour l'administration ============================== */
-
 
420
 
-
 
421
#barre_admin {
-
 
422
    -moz-border-radius: 10px 10px 10px 10px;
-
 
423
    background-color: #F4F2EB;
-
 
424
    border: 1px solid #D1C6A8;
-
 
425
    height: 22px;
-
 
426
    margin-bottom: 10px;
-
 
427
    padding: 5px;
-
 
428
}
-
 
429
 
-
 
430
#form_changement_identite {
-
 
431
	width: 330px;	
-
 
432
	display: inline;
-
 
433
}
-
 
434
 
-
 
435
.export_observation {
-
 
436
	background: url("../images/csv.png") no-repeat scroll 0 0 transparent;
-
 
437
    padding-left: 20px;
401
 
438
};
402
 
439
 
403
/* ============ Styles crées par des effets javascripts automatiques ===== */
440
/* ============ Styles créés par des effets javascripts automatiques ===== */
404
 
441
 
405
.chargement {
442
.chargement {
406
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
443
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
407
}
444
}
408
 
445
 
409
.erreur_valeur {
446
.erreur_valeur {
410
	background-color: red;	
447
	background-color: red;	
411
}
448
}
412
 
449
 
413
.conteneur_type {
450
.conteneur_type {
414
	float: right;
451
	float: right;
415
	align: center;
452
	align: center;
416
	width: 230px;
453
	width: 230px;
417
}
454
}
418
 
455
 
419
h4.lien_pliage {
456
h4.lien_pliage {
420
	text-decoration: underline;	
457
	text-decoration: underline;	
421
	display: inline;
458
	display: inline;
422
}
459
}
423
 
460
 
424
.pliage {
461
.pliage {
425
	padding: 5px;
462
	padding: 5px;
426
}
463
}
427
 
464
 
428
h4.lien_pliage:hover {
465
h4.lien_pliage:hover {
429
	cursor: pointer;
466
	cursor: pointer;
430
}
467
}
431
 
468
 
432
.element_cliquable {
469
.element_cliquable {
433
	cursor: pointer;	
470
	cursor: pointer;	
434
}
471
}
435
 
472
 
436
.element_cliquable:hover {
473
.element_cliquable:hover {
437
	background : #9AC343;
474
	background : #9AC343;
438
 }
475
 }
439
 
476
 
440
.element_clique {
477
.element_clique {
441
	background: #9AC343;	
478
	background: #9AC343;	
442
}
479
}
443
 
480
 
444
#saisie_espece ul.liste_onglets {
481
#saisie_espece ul.liste_onglets {
445
	margin: 0;
482
	margin: 0;
446
	padding: 0;
483
	padding: 0;
447
	float: left;
484
	float: left;
448
	list-style: none;
485
	list-style: none;
449
	height: 32px; /*--Set height of tabs--*/
486
	height: 32px; /*--Set height of tabs--*/
450
	border-bottom: 1px solid #999;
487
	border-bottom: 1px solid #999;
451
	border-left: 1px solid #999;
488
	border-left: 1px solid #999;
452
}
489
}
453
 
490
 
454
#saisie_espece ul.liste_onglets li {
491
#saisie_espece ul.liste_onglets li {
455
	-moz-border-radius-topleft: 0px;
492
	-moz-border-radius-topleft: 0px;
456
    -moz-border-radius-topright: 0px;
493
    -moz-border-radius-topright: 0px;
457
	float: left;
494
	float: left;
458
	margin: 0;
495
	margin: 0;
459
	padding: 0;
496
	padding: 0;
460
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
497
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
461
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
498
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
462
	border: 1px solid #999;
499
	border: 1px solid #999;
463
	border-left: none;
500
	border-left: none;
464
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
501
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
465
	overflow: hidden;
502
	overflow: hidden;
466
	position: relative;
503
	position: relative;
467
	background: #e0e0e0;
504
	background: #e0e0e0;
468
}
505
}
469
 
506
 
470
#saisie_espece ul.liste_onglets li a {
507
#saisie_espece ul.liste_onglets li a {
471
	text-decoration: none;
508
	text-decoration: none;
472
	color: #000;
509
	color: #000;
473
	display: block;
510
	display: block;
474
	font-size: 1.2em;
511
	font-size: 1.2em;
475
	padding: 0 20px;
512
	padding: 0 20px;
476
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
513
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
477
	outline: none;
514
	outline: none;
478
}
515
}
479
 
516
 
480
#saisie_espece ul.liste_onglets li a:hover {
517
#saisie_espece ul.liste_onglets li a:hover {
481
	background: #ccc;
518
	background: #ccc;
482
}
519
}
483
 
520
 
484
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
521
html ul.liste_onglets li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
485
	background: #fff;
522
	background: #fff;
486
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
523
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
487
}
524
}
488
 
525
 
489
#saisie_espece #onglets  {
526
#saisie_espece #onglets  {
490
	margin-left: 85px;
527
	margin-left: 85px;
491
	margin-right: auto;
528
	margin-right: auto;
492
	position: relative;
529
	position: relative;
493
	bottom: -1px;
530
	bottom: -1px;
494
	z-index: 1;
531
	z-index: 1;
495
	clear:left;
532
	clear:left;
496
}
533
}
497
 
534
 
498
#saisie_espece .conteneur_onglets {
535
#saisie_espece .conteneur_onglets {
499
	border: 1px solid #999;
536
	border: 1px solid #999;
500
	overflow: hidden;
537
	overflow: hidden;
501
	float: left;
538
	float: left;
502
	background: #fff;
539
	background: #fff;
503
	position: relative;
540
	position: relative;
504
	width:565px;
541
	width:565px;
505
}
542
}
506
 
543
 
507
#saisie_espece .contenu_onglet {
544
#saisie_espece .contenu_onglet {
508
	padding: 20px;
545
	padding: 20px;
509
	font-size: 1.2em;
546
	font-size: 1.2em;
510
}
547
}
511
 
548
 
512
 
549
 
513
.autocompletion {
550
.autocompletion {
514
	position:relative;	
551
	position:relative;	
515
}
552
}
516
 
553
 
517
.conteneur_suggestions {
554
.conteneur_suggestions, .conteneur_suggestions_utilisateur {
518
    position: absolute;
555
    position: absolute;
519
    left: 107px;
556
    left: 107px;
520
    width: 180px;
557
    width: 180px;
521
    background-color: #212427;
558
    background-color: #212427;
522
    border: 2px solid #000;
559
    border: 2px solid #000;
523
    color: #fff;
560
    color: #fff;
524
    z-index: 300;
561
    z-index: 300;
525
    -moz-border-radius: 7px;
562
    -moz-border-radius: 7px;
526
	-webkit-border-radius: 7px;
563
	-webkit-border-radius: 7px;
527
	border-radius: 7px;
564
	border-radius: 7px;
528
}
565
}
-
 
566
 
-
 
567
.conteneur_suggestions_utilisateur {
-
 
568
	left: 188px;	
-
 
569
}
529
 
570
 
530
.liste_suggestions {
571
.liste_suggestions {
531
    margin: 0px;
572
    margin: 0px;
532
    padding: 0px;
573
    padding: 0px;
533
}
574
}
534
 
575
 
535
.liste_suggestions li {
576
.liste_suggestions li {
536
    margin: 0px 0px 3px 0px;
577
    margin: 0px 0px 3px 0px;
537
    padding: 3px;
578
    padding: 3px;
538
    cursor: pointer;
579
    cursor: pointer;
539
}
580
}
540
 
581
 
541
#form_saisie_station .liste_suggestions li {
582
.liste_suggestions li {
542
	list-style-type: none;	
583
	list-style-type: none;	
543
	margin-left: 5px;
584
	margin-left: 5px;
544
	margin-right: 5px;
585
	margin-right: 5px;
545
}
586
}
546
	
587
	
547
 
588
 
548
.liste_suggestions .element_selectionne {
589
.liste_suggestions .element_selectionne {
549
    background-color: #659CD8;
590
    background-color: #659CD8;
550
}
591
}
551
 
592
 
552
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
593
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
553
 
594
 
554
.clearer {
595
.clearer {
555
	clear:both;	
596
	clear:both;	
556
}
597
}