Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 324 Rev 337
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
.export_observation {
139
.export_observation {
140
    background: url("../images/csv.png") no-repeat scroll 2px 4px transparent;
140
    background: url("../images/csv.png") no-repeat scroll 2px 4px transparent;
141
    padding-left: 17px;
141
    padding-left: 17px;
142
    padding-top: 3px;
142
    padding-top: 3px;
143
    padding-right: 6px;
143
    padding-right: 6px;
144
}
144
}
145
 
145
 
146
/* =========================== Formulaires d'inscription et d'identification ============================ */
146
/* =========================== Formulaires d'inscription et d'identification ============================ */
147
 
147
 
148
#conteneur_formulaire_identification, #conteneur_formulaire_inscription {
148
#conteneur_formulaire_identification, #conteneur_formulaire_inscription {
149
 
149
 
150
	width:650px;
150
	width:650px;
151
	border: 1px solid grey;
151
	border: 1px solid grey;
152
	margin-top: 10px;
152
	margin-top: 10px;
153
	padding: 10px;
153
	padding: 10px;
154
	text-align: left !important;
154
	text-align: left !important;
155
	-moz-border-radius: 0.9em;
155
	-moz-border-radius: 0.9em;
156
	-webkit-border-radius: 0.9em;
156
	-webkit-border-radius: 0.9em;
157
	border-radius: 0.9em;
157
	border-radius: 0.9em;
158
}
158
}
159
 
159
 
160
#conteneur_formulaire_identification form {
160
#conteneur_formulaire_identification form {
161
	text-align: left !important;
161
	text-align: left !important;
162
}
162
}
163
 
163
 
164
#conteneur_formulaire_identification input {
164
#conteneur_formulaire_identification input {
165
	text-align: left !important;
165
	text-align: left !important;
166
	width: 300px;
166
	width: 300px;
167
}
167
}
168
 
168
 
169
#conteneur_formulaire_inscription input {
169
#conteneur_formulaire_inscription input {
170
	text-align: left !important;
170
	text-align: left !important;
171
	width: 300px;
171
	width: 300px;
172
}
172
}
173
 
173
 
174
.message_identification {
174
.message_identification {
175
	font-weight: bold;
175
	font-weight: bold;
176
	padding-top: 5px;
176
	padding-top: 5px;
177
	color: #435F06;
177
	color: #435F06;
178
	font-size: 1.5em;
178
	font-size: 1.5em;
179
}
179
}
180
 
180
 
181
 
181
 
182
/* =========================== Formulaires de l'application ============================ */
182
/* =========================== Formulaires de l'application ============================ */
183
 
183
 
184
#saisie_station {
184
#saisie_station {
185
	width: 700px;
185
	width: 700px;
186
}
186
}
187
 
187
 
188
.element_formulaire label {
188
.element_formulaire label {
189
	font-weight: bold;
189
	font-weight: bold;
190
	width:150px;
190
	width:150px;
191
}
191
}
192
 
192
 
193
.element_formulaire_en_ligne {
193
.element_formulaire_en_ligne {
194
	padding-right: 10px;
194
	padding-right: 10px;
195
}
195
}
196
 
196
 
197
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
197
.element_formulaire, #conteneur_liens_lat_lon, #conteneur_form_liens_lat_lon {
198
	padding-bottom : 15px;
198
	padding-bottom : 15px;
199
}
199
}
200
 
200
 
201
.conteneur_carte {
201
.conteneur_carte {
202
	height: 400px;
202
	height: 400px;
203
	width: 725px;
203
	width: 725px;
204
}
204
}
205
 
205
 
206
.gros_bouton_validation {
206
.gros_bouton_validation {
207
	height: 50px;
207
	height: 50px;
208
	width: 200px;
208
	width: 200px;
209
	font-size: 20px;
209
	font-size: 20px;
210
	margin-top: 10x;
210
	margin-top: 10x;
211
	margin-right: 0px;
211
	margin-right: 0px;
212
}
212
}
213
 
213
 
214
#localiser_lat_lon {
214
#localiser_lat_lon {
215
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;
215
	background: url("../images/localiser.png") no-repeat scroll 2px transparent;
216
}
216
}
217
 
217
 
218
#saisie_liste_evenements {
218
#saisie_liste_evenements {
219
	text-align: center;
219
	text-align: center;
220
	width:715px;
220
	width:715px;
221
}
221
}
222
 
222
 
223
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
223
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
224
	/*height: 40px;*/
224
	/*height: 40px;*/
225
}
225
}
226
 
226
 
227
.icone_s {
227
.icone_s {
228
	height: 30px;
228
	height: 30px;
229
	width: 30px;
229
	width: 30px;
230
}
230
}
231
 
231
 
232
.formulaire_en_ligne {
232
.formulaire_en_ligne {
233
  display: inline;
233
  display: inline;
234
}
234
}
235
 
235
 
236
.valider_formulaire {
236
.valider_formulaire {
237
	cursor: pointer;
237
	cursor: pointer;
238
	background-color: transparent;
238
	background-color: transparent;
239
	background-image: url("../images/valider_s.png");
239
	background-image: url("../images/valider_s.png");
240
	border: none;
240
	border: none;
241
	color: rgba(0,0,0,0);
241
	color: rgba(0,0,0,0);
242
	background-position: center;
242
	background-position: center;
243
	background-repeat: no-repeat;
243
	background-repeat: no-repeat;
244
	padding-top: 2px;
244
	padding-top: 2px;
245
	padding-bottom: 3px;
245
	padding-bottom: 3px;
246
}
246
}
247
 
247
 
248
.valider_formulaire:hover, .lien_modifier:hover {
248
.valider_formulaire:hover, .lien_modifier:hover {
249
	background-color: #CFCFCF;
249
	background-color: #CFCFCF;
250
}
250
}
251
 
251
 
252
#form_saisie_espece {
252
#form_saisie_espece {
253
	margin-right: auto;
253
	margin-right: auto;
254
	margin-left: auto;
254
	margin-left: auto;
255
}
255
}
256
 
256
 
257
.formulaire_informations_espece_mini {
257
.formulaire_informations_espece_mini {
258
	text-align: center;
258
	text-align: center;
259
	height:50px;
259
	height:50px;
260
	width: 500px;
260
	width: 500px;
261
	border: solid 1px #999999;
261
	border: solid 1px #999999;
262
	background-color: #CFCFCF;
262
	background-color: #CFCFCF;
263
	padding: 10px;
263
	padding: 10px;
264
	margin-bottom: 10px;
264
	margin-bottom: 10px;
265
	-moz-border-radius: 0.9em;
265
	-moz-border-radius: 0.9em;
266
	-webkit-border-radius: 0.9em;
266
	-webkit-border-radius: 0.9em;
267
	border-radius: 0.9em;
267
	border-radius: 0.9em;
268
}
268
}
269
 
269
 
270
.formulaire_informations_espece_mini:hover {
270
.formulaire_informations_espece_mini:hover {
271
	background-color: #C0DF7D;
271
	background-color: #C0DF7D;
272
}
272
}
273
 
273
 
274
.formulaire_informations_espece_mini img {
274
.formulaire_informations_espece_mini img {
275
	margin-top:-5px;
275
	margin-top:-5px;
276
}
276
}
277
 
277
 
278
#form_afficher_modification {
278
#form_afficher_modification {
279
	margin-top: 10px;
279
	margin-top: 10px;
-
 
280
	position: absolute;
-
 
281
	right: 10px;
-
 
282
	top: 0;
280
}
283
}
281
 
284
 
282
.formulaire_suppression_station {
285
.formulaire_suppression_station {
283
	margin-top: 10px;
286
	margin-top: 10px;
284
	margin-left: 2px;
287
	margin-left: 2px;
285
}
288
}
286
 
289
 
287
.formulaire_suppression_individu {
290
.formulaire_suppression_individu {
288
    margin-left: 2px;
291
    margin-left: 2px;
289
    margin-top: 10px;
292
    margin-top: 10px;
290
}
293
}
291
 
294
 
292
/* =========================== Fiches ============================== */
295
/* =========================== Fiches ============================== */
293
 
296
 
294
.element_fiche {
297
.element_fiche {
295
	padding-bottom : 5px;
298
	padding-bottom : 5px;
296
}
299
}
297
 
300
 
298
.intitule_fiche {
301
.intitule_fiche {
299
 
302
 
300
}
303
}
301
 
304
 
302
.valeur_fiche {
305
.valeur_fiche {
303
	font-weight: bold;
306
	font-weight: bold;
304
}
307
}
305
 
308
 
306
.titre_section_fiche {
309
.titre_section_fiche {
307
	padding-bottom : 10px;
310
	padding-bottom : 10px;
308
	padding-top : 10px;
311
	padding-top : 10px;
309
}
312
}
310
 
313
 
311
.titre_fiche {
314
.titre_fiche {
312
 
315
 
313
}
316
}
314
 
317
 
315
hr.separation_section {
318
hr.separation_section {
316
	margin-top: 25px;
319
	margin-top: 25px;
317
}
320
}
318
 
321
 
319
.informations_espece img {
322
.informations_espece img {
320
	margin-top:-35px;
323
	margin-top:-35px;
321
	padding: 15px;
324
	padding: 15px;
322
}
325
}
323
 
326
 
324
.annee_observation {
327
.annee_observation {
325
	padding-left: 10px;
328
	padding-left: 10px;
326
}
329
}
327
 
330
 
328
.observations_individu {
331
.observations_individu {
329
    display: table-cell;
332
    display: table-cell;
330
    height: 400px;
333
    height: 400px;
331
    width: 250px;
334
    width: 250px;
332
}
335
}
333
 
336
 
334
.observations_individu {
337
.observations_individu {
335
	color: #000000;
338
	color: #000000;
336
}
339
}
337
 
340
 
338
#fiche_individu .observations_individu li {
341
#fiche_individu .observations_individu li {
339
	background: none;
342
	background: none;
340
	padding-left: 1px;
343
	padding-left: 1px;
341
	list-style-type: none;
344
	list-style-type: none;
342
	margin-left: 0px;
345
	margin-left: 0px;
343
	padding-left: 0px;
346
	padding-left: 0px;
344
}
347
}
345
 
348
 
346
.observations_individu li div {
349
.observations_individu li div {
347
	-moz-border-radius: 0.9em;
350
	-moz-border-radius: 0.9em;
348
	-webkit-border-radius: 0.9em;
351
	-webkit-border-radius: 0.9em;
349
	border-radius: 0.9em;
352
	border-radius: 0.9em;
350
}
353
}
351
 
354
 
352
#center .observations_individu h4 {
355
#center .observations_individu h4 {
353
	padding: 5px;
356
	padding: 5px;
354
	color: black;
357
	color: black;
355
}
358
}
356
 
359
 
357
.ajouter_observation .date_observation {
360
.ajouter_observation .date_observation {
358
	background: url("../images/ajout.png") no-repeat center center transparent;
361
	background: url("../images/ajout.png") no-repeat center center transparent;
359
	width: 20px;
362
	width: 20px;
360
}
363
}
361
 
364
 
362
.ajouter_observation .absence_observation {
365
.ajouter_observation .absence_observation {
363
	background: url("../images/absence.png") no-repeat center center transparent;
366
	background: url("../images/absence.png") no-repeat center center transparent;
364
	width: 20px;
367
	width: 20px;
365
}
368
}
366
 
369
 
367
.ajouter_observation.hide,
370
.ajouter_observation.hide,
368
.ajouter_observation .conteneur_supprimer_observation,
371
.ajouter_observation .conteneur_supprimer_observation,
369
.ajouter_observation .absence_observation.hide {
372
.ajouter_observation .absence_observation.hide {
370
	display: none;
373
	display: none;
371
}
374
}
372
 
375
 
373
.conteneur_supprimer_observation {
376
.conteneur_supprimer_observation {
374
	position: absolute;
377
	position: absolute;
375
	right: 0px;
378
	right: 0px;
376
	top: 0px;
379
	top: 0px;
377
	width: 20px;
380
	width: 20px;
378
	height: 100%;
381
	height: 100%;
379
	display: flex;
382
	display: flex;
380
	align-items: center;
383
	align-items: center;
381
	justify-content: center;
384
	justify-content: center;
382
}
385
}
383
 
386
 
384
.supprimer_observation {
387
.supprimer_observation {
385
	background: url("../images/suppression.png") no-repeat center center transparent;
388
	background: url("../images/suppression.png") no-repeat center center transparent;
386
	width: 20px;
389
	width: 20px;
387
	display: none;
390
	display: none;
388
}
391
}
389
 
392
 
390
.date_observation_individu:not(.ajouter_observation):hover .supprimer_observation {
393
.date_observation_individu:not(.ajouter_observation):hover .supprimer_observation {
391
	display: block;
394
	display: block;
392
}
395
}
393
 
396
 
394
.conteneur_date_observation {
397
.conteneur_date_observation {
395
	padding: 0;
398
	padding: 0;
396
	position: relative;
399
	position: relative;
397
	vertical-align: top;
400
	vertical-align: top;
398
}
401
}
399
 
402
 
400
.date_observation_individu {
403
.date_observation_individu {
401
	height: 100%;
404
	height: 100%;
402
	width: 100%;
405
	width: 100%;
403
	display: flex;
406
	display: flex;
404
	align-items: center;
407
	align-items: center;
405
	justify-content: center;
408
	justify-content: center;
406
	flex: 1;
409
	flex: 1;
407
	padding-top: 5px;
410
	padding-top: 5px;
408
	padding-bottom: 5px;
411
	padding-bottom: 5px;
409
	position: relative;
412
	position: relative;
410
}
413
}
411
 
414
 
412
.date_observation:not(.icone) {
415
.date_observation:not(.icone) {
413
	padding-left: 20px;
416
	padding-left: 20px;
414
	padding-right: 20px;
417
	padding-right: 20px;
415
}
418
}
416
 
419
 
417
 
420
 
418
.date_observation_individu .ui-datepicker {
421
.date_observation_individu .ui-datepicker {
419
	position: absolute;
422
	position: absolute;
420
	top: 100%;
423
	top: 100%;
421
	left: 0%;
424
	left: 0%;
422
	z-index: 1;
425
	z-index: 1;
423
}
426
}
424
 
427
 
425
.icone:hover {
428
.icone:hover {
426
	filter: grayscale(100%);
429
	filter: grayscale(100%);
427
}
430
}
428
 
431
 
429
.calendrier {
432
.calendrier {
430
 
433
 
431
}
434
}
432
 
435
 
433
#fiche_individu {
436
#fiche_individu {
434
	background-color: #F4F2EB;
437
	background-color: #F4F2EB;
435
	padding : 10px;
438
	padding : 10px;
436
	margin-top: 31px;
439
	margin-top: 31px;
-
 
440
	position: relative;
437
}
441
}
438
 
442
 
439
#fiche_individu .commentaire_individu {
443
#fiche_individu .commentaire_individu {
440
	font-style: italic;
444
	font-style: italic;
441
	white-space: pre;
445
	white-space: pre;
442
}
446
}
443
 
447
 
444
textarea[name="individu_commentaire"] {
448
textarea[name="individu_commentaire"] {
445
	width: 550px;
449
	width: 550px;
446
	min-height: 160px;
450
	min-height: 160px;
447
	border-radius: 5px;
451
	border-radius: 5px;
448
	height: 75px;
452
	height: 75px;
449
	border: 1px solid #ACACAC;
453
	border: 1px solid #ACACAC;
450
}
454
}
451
 
455
 
452
/* =========================== Tableaux d'évenements ============================ */
456
/* =========================== Tableaux d'évenements ============================ */
453
 
457
 
454
#saisie_liste_evenements, #saisie_modif_evenements {
458
#saisie_liste_evenements, #saisie_modif_evenements {
455
	text-align: center;
459
	text-align: center;
456
}
460
}
457
 
461
 
458
#saisie_liste_evenements .information_individu, #saisie_modif_evenements.information_individu {
462
#saisie_liste_evenements .information_individu, #saisie_modif_evenements.information_individu {
459
	text-align: left;
463
	text-align: left;
460
}
464
}
461
 
465
 
462
tr:nth-child(odd) {
466
tr:nth-child(odd) {
463
  background-color: #CFCFCF ;
467
  background-color: #CFCFCF ;
464
}
468
}
465
 
469
 
466
tr:nth-child(1) {
470
tr:nth-child(1) {
467
	color: #FFFFFF;
471
	color: #FFFFFF;
468
}
472
}
469
 
473
 
470
tr:nth-child(1), tr:nth-child(2) {
474
tr:nth-child(1), tr:nth-child(2) {
471
	background-color: #FFFFFF ;
475
	background-color: #FFFFFF ;
472
}
476
}
473
 
477
 
474
div.evenement {
478
div.evenement {
475
	text-align: center;
479
	text-align: center;
476
}
480
}
477
 
481
 
478
.stade_evenement {
482
.stade_evenement {
479
	text-align: center;
483
	text-align: center;
480
}
484
}
481
 
485
 
482
 
486
 
483
/* =========================== Styles des différents stades ============================ */
487
/* =========================== Styles des différents stades ============================ */
484
 
488
 
485
.stade_feuillaison {
489
.stade_feuillaison {
486
	background-color: #ACC700;
490
	background-color: #ACC700;
487
}
491
}
488
 
492
 
489
.stade_floraison {
493
.stade_floraison {
490
	background-color: #B549B9;
494
	background-color: #B549B9;
491
}
495
}
492
 
496
 
493
.stade_fructification {
497
.stade_fructification {
494
	background-color: #FF7F00;
498
	background-color: #FF7F00;
495
}
499
}
496
 
500
 
497
.stade_senescence {
501
.stade_senescence {
498
	background-color: #BF3600;
502
	background-color: #BF3600;
499
}
503
}
500
 
504
 
501
.stade_1ere_apparition {
505
.stade_1ere_apparition {
502
	background-color: #B549B9;
506
	background-color: #B549B9;
503
}
507
}
504
 
508
 
505
/* ============ Style pour l'administration ============================== */
509
/* ============ Style pour l'administration ============================== */
506
 
510
 
507
#barre_admin {
511
#barre_admin {
508
    -moz-border-radius: 10px 10px 10px 10px;
512
    -moz-border-radius: 10px 10px 10px 10px;
509
    background-color: #F4F2EB;
513
    background-color: #F4F2EB;
510
    border: 1px solid #D1C6A8;
514
    border: 1px solid #D1C6A8;
511
    height: 60px;
515
    height: 60px;
512
    margin-bottom: 10px;
516
    margin-bottom: 10px;
513
    padding: 5px;
517
    padding: 5px;
514
}
518
}
515
 
519
 
516
#form_changement_identite {
520
#form_changement_identite {
517
	width: 330px;
521
	width: 330px;
518
	display: inline;
522
	display: inline;
519
}
523
}
520
 
524
 
521
.export_observation_admin {
525
.export_observation_admin {
522
	background: url("../images/csv.png") no-repeat scroll 28px 0 transparent;
526
	background: url("../images/csv.png") no-repeat scroll 28px 0 transparent;
523
    padding-left: 46px;
527
    padding-left: 46px;
524
    padding-top: 3px;
528
    padding-top: 3px;
525
}
529
}
526
 
530
 
527
.gestion_espece_admin {
531
.gestion_espece_admin {
528
	background: url("../images/espece.png") no-repeat scroll 28px 0 transparent;
532
	background: url("../images/espece.png") no-repeat scroll 28px 0 transparent;
529
    padding-left: 46px;
533
    padding-left: 46px;
530
    padding-top: 3px;
534
    padding-top: 3px;
531
}
535
}
532
 
536
 
533
.saisie_liste_especes_admin {
537
.saisie_liste_especes_admin {
534
	width: 100%;
538
	width: 100%;
535
}
539
}
536
 
540
 
537
.saisie_liste_especes_admin tr:nth-child(1) {
541
.saisie_liste_especes_admin tr:nth-child(1) {
538
    color: #494949;
542
    color: #494949;
539
    background-color: #CFCFCF;
543
    background-color: #CFCFCF;
540
}
544
}
541
 
545
 
542
.saisie_liste_especes_admin .espece_inactive {
546
.saisie_liste_especes_admin .espece_inactive {
543
    color: #494949;
547
    color: #494949;
544
    background-color: #FF7D73;
548
    background-color: #FF7D73;
545
}
549
}
546
 
550
 
547
#form_modification_espece_admin label {
551
#form_modification_espece_admin label {
548
	width: 150px;
552
	width: 150px;
549
	padding-right: 50px;
553
	padding-right: 50px;
550
}
554
}
551
 
555
 
552
#form_ajout_espece_admin label.label_checkbox {
556
#form_ajout_espece_admin label.label_checkbox {
553
	font-weight: normal;
557
	font-weight: normal;
554
}
558
}
555
 
559
 
556
#saisie_espece_admin .illustration_espece {
560
#saisie_espece_admin .illustration_espece {
557
    max-height: 180px;
561
    max-height: 180px;
558
    max-width: 250px;
562
    max-width: 250px;
559
	border: 1px solid grey;
563
	border: 1px solid grey;
560
}
564
}
561
 
565
 
562
.lien_annulation {
566
.lien_annulation {
563
	float: left;
567
	float: left;
564
    font-size: 1.2em;
568
    font-size: 1.2em;
565
    margin-left: 439px;
569
    margin-left: 439px;
566
    padding: 16px;
570
    padding: 16px;
567
}
571
}
568
 
572
 
569
/* ============ Styles créés par des effets javascripts automatiques ===== */
573
/* ============ Styles créés par des effets javascripts automatiques ===== */
570
 
574
 
571
.chargement {
575
.chargement {
572
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
576
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
573
}
577
}
574
 
578
 
575
.erreur_valeur {
579
.erreur_valeur {
576
	background-color: red;
580
	background-color: red;
577
}
581
}
578
 
582
 
579
.conteneur_type {
583
.conteneur_type {
580
	float: right;
584
	float: right;
581
	align: center;
585
	align: center;
582
	width: 230px;
586
	width: 230px;
583
}
587
}
584
 
588
 
585
h4.lien_pliage {
589
h4.lien_pliage {
586
	text-decoration: underline;
590
	text-decoration: underline;
587
	display: inline;
591
	display: inline;
588
}
592
}
589
 
593
 
590
.pliage {
594
.pliage {
591
	padding: 5px;
595
	padding: 5px;
592
}
596
}
593
 
597
 
594
h4.lien_pliage:hover {
598
h4.lien_pliage:hover {
595
	cursor: pointer;
599
	cursor: pointer;
596
}
600
}
597
 
601
 
598
.element_cliquable {
602
.element_cliquable {
599
	cursor: pointer;
603
	cursor: pointer;
600
}
604
}
601
 
605
 
602
.element_cliquable:hover {
606
.element_cliquable:hover {
603
	background : #9AC343;
607
	background : #9AC343;
604
 }
608
 }
605
 
609
 
606
.element_clique {
610
.element_clique {
607
	background: #9AC343;
611
	background: #9AC343;
608
}
612
}
609
 
613
 
610
#saisie_espece ul.liste_onglets {
614
#saisie_espece ul.liste_onglets {
611
	margin: 0;
615
	margin: 0;
612
	padding: 0;
616
	padding: 0;
613
	float: left;
617
	float: left;
614
	list-style: none;
618
	list-style: none;
615
	height: 32px; /*--Set height of tabs--*/
619
	height: 32px; /*--Set height of tabs--*/
616
	border-bottom: 1px solid #999;
620
	border-bottom: 1px solid #999;
617
	border-left: 1px solid #999;
621
	border-left: 1px solid #999;
618
	border-top-left-radius: 10px;
622
	border-top-left-radius: 10px;
619
	border-top-right-radius: 10px;
623
	border-top-right-radius: 10px;
620
}
624
}
621
 
625
 
622
#saisie_espece ul.liste_onglets li {
626
#saisie_espece ul.liste_onglets li {
623
	-moz-border-radius-topleft: 0px;
627
	-moz-border-radius-topleft: 0px;
624
    -moz-border-radius-topright: 0px;
628
    -moz-border-radius-topright: 0px;
625
	float: left;
629
	float: left;
626
	margin: 0;
630
	margin: 0;
627
	padding: 0;
631
	padding: 0;
628
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
632
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
629
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
633
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
630
	border: 1px solid #999;
634
	border: 1px solid #999;
631
	border-left: none;
635
	border-left: none;
632
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
636
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
633
	overflow: hidden;
637
	overflow: hidden;
634
	position: relative;
638
	position: relative;
635
	background: #e0e0e0;
639
	background: #e0e0e0;
636
}
640
}
637
 
641
 
638
#saisie_espece ul.liste_onglets li a {
642
#saisie_espece ul.liste_onglets li a {
639
	text-decoration: none;
643
	text-decoration: none;
640
	color: #000;
644
	color: #000;
641
	display: block;
645
	display: block;
642
	font-size: 1.2em;
646
	font-size: 1.2em;
643
	padding: 0 20px;
647
	padding: 0 20px;
644
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
648
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
645
	outline: none;
649
	outline: none;
646
}
650
}
647
 
651
 
648
#saisie_espece ul.liste_onglets li a:hover {
652
#saisie_espece ul.liste_onglets li a:hover {
649
	background: #ccc;
653
	background: #ccc;
650
}
654
}
651
 
655
 
652
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--*/
656
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--*/
653
	background: #fff;
657
	background: #fff;
654
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
658
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
655
}
659
}
656
 
660
 
657
#saisie_espece #onglets  {
661
#saisie_espece #onglets  {
658
	margin-left: 85px;
662
	margin-left: 85px;
659
	margin-right: auto;
663
	margin-right: auto;
660
	position: relative;
664
	position: relative;
661
	bottom: -1px;
665
	bottom: -1px;
662
	z-index: 1;
666
	z-index: 1;
663
	clear:left;
667
	clear:left;
664
}
668
}
665
 
669
 
666
#saisie_espece .conteneur_onglets {
670
#saisie_espece .conteneur_onglets {
667
	border: 1px solid #999;
671
	border: 1px solid #999;
668
	overflow: hidden;
672
	overflow: hidden;
669
	float: left;
673
	float: left;
670
	background: #fff;
674
	background: #fff;
671
	position: relative;
675
	position: relative;
672
	width: 100%;
676
	width: 100%;
673
	display: flex;
677
	display: flex;
674
	justify-content: center;
678
	justify-content: center;
675
	margin-left: 10px;
679
	margin-left: 10px;
676
}
680
}
677
 
681
 
678
#saisie_espece .contenu_onglet {
682
#saisie_espece .contenu_onglet {
679
	padding: 20px;
683
	padding: 20px;
680
	font-size: 1.2em;
684
	font-size: 1.2em;
681
}
685
}
682
 
686
 
683
 
687
 
684
.autocompletion {
688
.autocompletion {
685
	position:relative;
689
	position:relative;
686
}
690
}
687
 
691
 
688
.conteneur_suggestions, .conteneur_suggestions_utilisateur {
692
.conteneur_suggestions, .conteneur_suggestions_utilisateur {
689
    position: absolute;
693
    position: absolute;
690
    left: 107px;
694
    left: 107px;
691
    width: 180px;
695
    width: 180px;
692
    background-color: #212427;
696
    background-color: #212427;
693
    border: 2px solid #000;
697
    border: 2px solid #000;
694
    color: #fff;
698
    color: #fff;
695
    z-index: 300;
699
    z-index: 300;
696
    -moz-border-radius: 7px;
700
    -moz-border-radius: 7px;
697
	-webkit-border-radius: 7px;
701
	-webkit-border-radius: 7px;
698
	border-radius: 7px;
702
	border-radius: 7px;
699
}
703
}
700
 
704
 
701
.conteneur_suggestions_utilisateur {
705
.conteneur_suggestions_utilisateur {
702
	left: 188px;
706
	left: 188px;
703
}
707
}
704
 
708
 
705
.liste_suggestions {
709
.liste_suggestions {
706
    margin: 0px;
710
    margin: 0px;
707
    padding: 0px;
711
    padding: 0px;
708
}
712
}
709
 
713
 
710
.liste_suggestions li {
714
.liste_suggestions li {
711
    margin: 0px 0px 3px 0px;
715
    margin: 0px 0px 3px 0px;
712
    padding: 3px;
716
    padding: 3px;
713
    cursor: pointer;
717
    cursor: pointer;
714
}
718
}
715
 
719
 
716
.liste_suggestions li {
720
.liste_suggestions li {
717
	list-style-type: none;
721
	list-style-type: none;
718
	margin-left: 5px;
722
	margin-left: 5px;
719
	margin-right: 5px;
723
	margin-right: 5px;
720
}
724
}
721
 
725
 
722
 
726
 
723
.liste_suggestions .element_selectionne {
727
.liste_suggestions .element_selectionne {
724
    background-color: #659CD8;
728
    background-color: #659CD8;
725
}
729
}
726
 
730
 
727
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
731
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
728
 
732
 
729
.clearer {
733
.clearer {
730
	clear:both;
734
	clear:both;
731
}
735
}