Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 116 Rev 139
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: #800000;
96
	background-color: #800000;
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
	padding-left: 20px;
179
	width: 700px;	
180
	width: 700px;	
180
}
181
}
181
 
182
 
182
.element_formulaire label {
183
.element_formulaire label {
-
 
184
	color: black;
-
 
185
    font-size: 1.3em;
183
	width:150px;	
186
    width: 150px;
184
}
187
}
185
 
188
 
186
.element_formulaire_en_ligne {
189
.element_formulaire_en_ligne {
187
	padding-right: 10px;	
190
	padding-right: 10px;	
188
}
191
}
189
 
192
 
190
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
193
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
191
	padding-bottom : 15px;
194
	padding-bottom : 15px;
192
}
195
}
193
 
196
 
194
.conteneur_carte {
197
.conteneur_carte {
195
	height: 400px;
198
	height: 400px;
196
	width: 725px;
199
	width: 725px;
197
}
200
}
198
 
201
 
199
.gros_bouton_validation {
202
.gros_bouton_validation {
200
	height: 50px;
203
	height: 50px;
201
	width: 200px;
204
	width: 200px;
202
	font-size: 20px;
205
	font-size: 20px;
203
	margin-top: 10x;
206
	margin-top: 10x;
204
	margin-right:10px;
207
	margin-right:10px;
205
}
208
}
206
 
209
 
207
#localiser_lat_lon {
210
#localiser_lat_lon {
208
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;	
211
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;	
209
}
212
}
210
 
213
 
211
#saisie_liste_evenements {
214
#saisie_liste_evenements {
212
	text-align: center;
215
	text-align: center;
213
	width:715px;
216
	width:715px;
214
}
217
}
215
 
218
 
216
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
219
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
217
	height: 40px;	
220
	height: 40px;	
218
}
221
}
219
 
222
 
220
.icone_s {
223
.icone_s {
221
	height: 30px;
224
	height: 30px;
222
	width: 30px;	
225
	width: 30px;	
223
}
226
}
224
 
227
 
225
.valider_formulaire {
228
.valider_formulaire {
226
	cursor: pointer;
229
	cursor: pointer;
227
	background-color: transparent;
230
	background-color: transparent;
228
	background-image: url("../images/valider_s.png");
231
	background-image: url("../images/valider_s.png");
229
	border: none;
232
	border: none;
230
	color: rgba(0,0,0,0);
233
	color: rgba(0,0,0,0);
231
	background-position: center;
234
	background-position: center;
232
	background-repeat: no-repeat;
235
	background-repeat: no-repeat;
233
	padding-top: 2px;
236
	padding-top: 2px;
234
	padding-bottom: 3px;
237
	padding-bottom: 3px;
235
}
238
}
236
 
239
 
237
.valider_formulaire:hover, .lien_modifier:hover {
240
.valider_formulaire:hover, .lien_modifier:hover {
238
	background-color: #CFCFCF;
241
	background-color: #CFCFCF;
239
}
242
}
240
 
243
 
241
#form_saisie_espece {
244
#form_saisie_espece {
242
	margin-right: auto;
245
	margin-right: auto;
243
	margin-left: auto;	
246
	margin-left: auto;	
244
}
247
}
245
 
248
 
246
.formulaire_informations_espece_mini {
249
.formulaire_informations_espece_mini {
247
	text-align: center;
250
	text-align: center;
248
	height:40px; 
251
	height:40px; 
249
	width: 500px;
252
	width: 500px;
250
	border: solid 1px #999999;
253
	border: solid 1px #999999;
251
	background-color: #CFCFCF;
254
	background-color: #CFCFCF;
252
	padding: 10px;
255
	padding: 10px;
253
	margin-bottom: 10px;
256
	margin-bottom: 10px;
254
	-moz-border-radius: 0.9em;	
257
	-moz-border-radius: 0.9em;	
255
	-webkit-border-radius: 0.9em;	
258
	-webkit-border-radius: 0.9em;	
256
	border-radius: 0.9em;
259
	border-radius: 0.9em;
257
}
260
}
258
 
261
 
259
.formulaire_informations_espece_mini:hover {
262
.formulaire_informations_espece_mini:hover {
260
	background-color: #C0DF7D;
263
	background-color: #C0DF7D;
261
}
264
}
262
 
265
 
263
.formulaire_informations_espece_mini img {
266
.formulaire_informations_espece_mini img {
264
	margin-top:-5px;
267
	margin-top:-5px;
265
}
268
}
266
 
269
 
267
 
270
 
268
/* =========================== Fiches ============================== */ 
271
/* =========================== Fiches ============================== */ 
269
 
272
 
270
.element_fiche {
273
.element_fiche {
271
	padding-bottom : 5px;
274
	padding-bottom : 5px;
272
}
275
}
273
 
276
 
274
.intitule_fiche {
277
.intitule_fiche {
275
		
278
		
276
}
279
}
277
 
280
 
278
.valeur_fiche {
281
.valeur_fiche {
279
	font-weight: bold;	
282
	font-weight: bold;	
280
}
283
}
281
 
284
 
282
.titre_section_fiche {
285
.titre_section_fiche {
283
	padding-bottom : 10px;
286
	padding-bottom : 10px;
284
	padding-top : 10px;
287
	padding-top : 10px;
285
}
288
}
286
 
289
 
287
.titre_fiche {
290
.titre_fiche {
288
	
291
	
289
}
292
}
290
 
293
 
291
hr.separation_section {
294
hr.separation_section {
292
	margin-top: 25px;	
295
	margin-top: 25px;	
293
}
296
}
294
 
297
 
295
.informations_espece img {
298
.informations_espece img {
296
	margin-top:-35px;	
299
	margin-top: -15px;
297
}
300
}
298
 
301
 
299
.annee_observation {
302
.annee_observation {
300
	padding-left: 10px;	
303
	padding-left: 10px;	
301
}
304
}
302
 
305
 
303
.observations_individu {
306
.observations_individu {
304
    display: table-cell;
307
    display: table-cell;
305
    height: 400px;
308
    height: 400px;
306
    width: 250px;
309
    width: 250px;
307
}
310
}
308
 
311
 
309
.observations_individu {
312
.observations_individu {
310
	color: #000000;
313
	color: #000000;
311
}
314
}
312
 
315
 
313
.observations_individu li {
316
.observations_individu li {
314
	background: none;
317
	background: none;
315
	padding-left: 1px;
318
	padding-left: 1px;
316
}
319
}
317
 
320
 
318
.observations_individu li div {
321
.observations_individu li div {
319
	-moz-border-radius: 0.9em;	
322
	-moz-border-radius: 0.9em;	
320
	-webkit-border-radius: 0.9em;	
323
	-webkit-border-radius: 0.9em;	
321
	border-radius: 0.9em;
324
	border-radius: 0.9em;
322
}
325
}
323
 
326
 
324
.observations_individu h4 {
327
.observations_individu h4 {
325
	padding: 5px;
328
	padding: 5px;
326
}
329
}
327
 
330
 
328
.date_observation_individu {
331
.date_observation_individu {
329
 
332
 
330
}
333
}
331
 
334
 
332
.calendrier {
335
.calendrier {
333
	
336
	
334
}
337
}
335
 
338
 
336
#fiche_individu {
339
#fiche_individu {
337
	background-color: #F4F2EB;
340
	background-color: #F4F2EB;
338
	padding : 10px;
341
	padding : 10px;
339
	border: 1px solid #C6B895;	
342
	border: 1px solid #C6B895;	
340
	margin-top: 31px;
343
	margin-top: 31px;
341
}
344
}
-
 
345
 
-
 
346
#lien_ajout_individu {
-
 
347
	background: url("../images/ajout.png") no-repeat scroll -9px -7px transparent;
-
 
348
	padding-left: 20px;
-
 
349
	padding-top: 2px;
-
 
350
}
-
 
351
 
-
 
352
.description_espece {
-
 
353
    font-style: italic;
-
 
354
    text-align: justify;
-
 
355
    width: 550px;
-
 
356
}
342
 
357
 
343
 
358
 
344
/* =========================== Tableaux d'évenements ============================ */ 
359
/* =========================== Tableaux d'évenements ============================ */ 
345
 
360
 
346
#saisie_liste_evenements, #saisie_modif_evenements {
361
#saisie_liste_evenements, #saisie_modif_evenements {
347
	text-align: center;	
362
	text-align: center;	
348
}
363
}
349
 
364
 
350
tr:nth-child(odd) {
365
tr:nth-child(odd) {
351
  background-color: #CFCFCF ;
366
  background-color: #CFCFCF ;
352
}
367
}
353
 
368
 
354
tr:nth-child(1) {
369
tr:nth-child(1) {
355
	color: #FFFFFF;
370
	color: #FFFFFF;
356
}
371
}
357
 
372
 
358
tr:nth-child(1), tr:nth-child(2) {
373
tr:nth-child(1), tr:nth-child(2) {
359
	background-color: #FFFFFF ;
374
	background-color: #FFFFFF ;
360
}
375
}
361
 
376
 
362
div.evenement { 
377
div.evenement { 
363
	text-align: center;
378
	text-align: center;
364
}
379
}
365
 
380
 
366
.stade_evenement {
381
.stade_evenement {
367
	text-align: center;
382
	text-align: center;
368
}
383
}
369
 
384
 
370
 
385
 
371
/* =========================== Styles des différents stades ============================ */ 
386
/* =========================== Styles des différents stades ============================ */ 
372
 
387
 
373
.stade_feuillaison {
388
.stade_feuillaison {
374
	background-color: #9AC343;
389
	background-color: #9AC343;
375
}
390
}
376
 
391
 
377
.stade_floraison {
392
.stade_floraison {
378
	background-color: #C60800;	
393
	background-color: #C60800;	
379
}
394
}
380
 
395
 
381
.stade_fructification {
396
.stade_fructification {
382
	background-color: #8B008B;
397
	background-color: #8B008B;
383
}
398
}
384
 
399
 
385
.stade_senescence {
400
.stade_senescence {
386
	background-color: #800000;
401
	background-color: #800000;
387
}
402
}
388
 
403
 
389
.stade_1ere_apparition {
404
.stade_1ere_apparition {
390
	background-color: #F08080;
405
	background-color: #F08080;
391
}
406
}
392
 
407
 
393
 
408
 
394
/* ============ Styles crées par des effets javascripts automatiques ===== */
409
/* ============ Styles crées par des effets javascripts automatiques ===== */
395
 
410
 
396
.chargement {
411
.chargement {
397
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
412
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
398
}
413
}
399
 
414
 
400
.erreur_valeur {
415
.erreur_valeur {
401
	background-color: red;	
416
	background-color: red;	
402
}
417
}
403
 
418
 
404
.conteneur_type {
419
.conteneur_type {
405
	float: right;
420
	float: right;
406
	align: center;
421
	align: center;
407
	width: 230px;
422
	width: 230px;
408
}
423
}
409
 
424
 
410
h4.lien_pliage {
425
h4.lien_pliage {
411
	text-decoration: underline;	
426
	text-decoration: underline;	
412
	display: inline;
427
	display: inline;
413
}
428
}
414
 
429
 
415
h4.lien_pliage:hover {
430
h4.lien_pliage:hover {
416
	cursor: pointer;
431
	cursor: pointer;
417
}
432
}
418
 
433
 
419
.element_cliquable {
434
.element_cliquable {
420
	cursor: pointer;	
435
	cursor: pointer;	
421
}
436
}
422
 
437
 
423
.element_cliquable:hover {
438
.element_cliquable:hover {
424
	background : #9AC343;
439
	background : #9AC343;
425
 }
440
 }
426
 
441
 
427
.element_clique {
442
.element_clique {
428
	background: #9AC343;	
443
	background: #9AC343;	
429
}
444
}
430
 
445
 
431
ul.liste_onglets {
446
ul.liste_onglets {
432
	margin: 0;
447
	margin: 0;
433
	padding: 0;
448
	padding: 0;
434
	float: left;
449
	float: left;
435
	list-style: none;
450
	list-style: none;
436
	height: 32px; /*--Set height of tabs--*/
451
	height: 32px; /*--Set height of tabs--*/
437
	border-bottom: 1px solid #999;
452
	border-bottom: 1px solid #999;
438
	border-left: 1px solid #999;
-
 
439
}
453
}
440
 
454
 
441
ul.liste_onglets li {
455
ul.liste_onglets li {
442
	float: left;
456
	float: left;
443
	margin: 0;
457
	margin: 0;
444
	padding: 0;
458
	padding: 0;
445
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
459
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
446
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
460
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
447
	border: 1px solid #999;
461
	border: 1px solid #999;
448
	border-left: none;
462
	border-left: none;
449
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
463
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
450
	overflow: hidden;
464
	overflow: hidden;
451
	position: relative;
465
	position: relative;
452
	background: #e0e0e0;
466
	background: #e0e0e0;
453
}
467
}
454
 
468
 
455
ul.liste_onglets li a {
469
ul.liste_onglets li a {
456
	text-decoration: none;
470
	text-decoration: none;
457
	color: #000;
471
	color: #000;
458
	display: block;
472
	display: block;
459
	font-size: 1.2em;
473
	font-size: 1.2em;
460
	padding: 0 20px;
474
	padding: 0 20px;
461
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
-
 
462
	outline: none;
475
	outline: none;
463
}
476
}
464
 
-
 
465
ul.liste_onglets li a:hover {
-
 
466
	background: #ccc;
-
 
467
}
-
 
468
 
477
 
469
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--*/
478
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--*/
470
	background: #fff;
-
 
471
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
479
	background: #fff;
472
}
480
}
473
 
481
 
474
#onglets  {
482
#onglets  {
475
	margin-left: 85px;
483
	margin-left: 85px;
476
	margin-right: auto;
484
	margin-right: auto;
477
	position: relative;
485
	position: relative;
478
	bottom: -1px;
486
	bottom: -1px;
479
	z-index: 1;
487
	z-index: 1;
480
	clear:left;
488
	clear:left;
481
}
489
}
-
 
490
 
-
 
491
#onglets ul.liste_onglets li {
-
 
492
	background: none;
-
 
493
	margin: 0;
-
 
494
	border-left: 1px solid;
-
 
495
}
-
 
496
 
-
 
497
#onglets ul.liste_onglets li a {
-
 
498
	padding-left: 20px;
-
 
499
	padding-right: 20px;	
-
 
500
}
482
 
501
 
483
.conteneur_onglets {
502
.conteneur_onglets {
484
	border: 1px solid #999;
503
	border: 1px solid #999;
485
	overflow: hidden;
504
	overflow: hidden;
486
	float: left;
505
	float: left;
487
	background: #fff;
506
	background: #fff;
488
	position: relative;
507
	position: relative;
489
	width:565px;
508
	width:565px;
490
}
509
}
491
 
510
 
492
.contenu_onglet {
511
.contenu_onglet {
493
	padding: 20px;
512
	padding: 20px;
494
	font-size: 1.2em;
513
	font-size: 1.2em;
495
}
514
}
496
 
515
 
497
 
516
 
498
.autocompletion {
517
.autocompletion {
499
	position:relative;	
518
	position:relative;	
500
}
519
}
501
 
520
 
502
.conteneur_suggestions {
521
.conteneur_suggestions {
503
    position: absolute;
522
    position: absolute;
504
    left: 107px;
523
    left: 107px;
505
    width: 180px;
524
    width: 180px;
506
    background-color: #212427;
525
    background-color: #212427;
507
    border: 2px solid #000;
526
    border: 2px solid #000;
508
    color: #fff;
527
    color: #fff;
509
    z-index: 300;
528
    z-index: 300;
510
    -moz-border-radius: 7px;
529
    -moz-border-radius: 7px;
511
	-webkit-border-radius: 7px;
530
	-webkit-border-radius: 7px;
512
	border-radius: 7px;
531
	border-radius: 7px;
513
}
532
}
514
 
533
 
515
.liste_suggestions {
534
.liste_suggestions {
516
    margin: 0px;
535
    margin: 0px;
517
    padding: 0px;
536
    padding: 0px;
518
}
537
}
519
 
538
 
520
.liste_suggestions li {
539
.liste_suggestions li {
521
    margin: 0px 0px 3px 0px;
540
    margin: 0px 0px 3px 0px;
522
    padding: 3px;
541
    padding: 3px;
523
    cursor: pointer;
542
    cursor: pointer;
524
}
543
}
525
 
544
 
526
.liste_suggestions .element_selectionne {
545
.liste_suggestions .element_selectionne {
527
    background-color: #659CD8;
546
    background-color: #659CD8;
528
}
547
}
529
 
548
 
530
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
549
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
531
 
550
 
532
.clearer {
551
.clearer {
533
	clear:both;	
552
	clear:both;	
534
}
553
}