Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 292 Rev 320
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
}
280
}
281
 
281
 
282
.formulaire_suppression_station {
282
.formulaire_suppression_station {
283
	margin-top: 10px;	
283
	margin-top: 10px;
284
	margin-left: 2px;	
284
	margin-left: 2px;
285
}
285
}
286
 
286
 
287
.formulaire_suppression_individu {
287
.formulaire_suppression_individu {
288
    margin-left: 2px;
288
    margin-left: 2px;
289
    margin-top: 10px;
289
    margin-top: 10px;
290
}
290
}
291
 
291
 
292
/* =========================== Fiches ============================== */ 
292
/* =========================== Fiches ============================== */
293
 
293
 
294
.element_fiche {
294
.element_fiche {
295
	padding-bottom : 5px;
295
	padding-bottom : 5px;
296
}
296
}
297
 
297
 
298
.intitule_fiche {
298
.intitule_fiche {
299
		
299
 
300
}
300
}
301
 
301
 
302
.valeur_fiche {
302
.valeur_fiche {
303
	font-weight: bold;	
303
	font-weight: bold;
304
}
304
}
305
 
305
 
306
.titre_section_fiche {
306
.titre_section_fiche {
307
	padding-bottom : 10px;
307
	padding-bottom : 10px;
308
	padding-top : 10px;
308
	padding-top : 10px;
309
}
309
}
310
 
310
 
311
.titre_fiche {
311
.titre_fiche {
312
	
312
 
313
}
313
}
314
 
314
 
315
hr.separation_section {
315
hr.separation_section {
316
	margin-top: 25px;	
316
	margin-top: 25px;
317
}
317
}
318
 
318
 
319
.informations_espece img {
319
.informations_espece img {
320
	margin-top:-35px;	
320
	margin-top:-35px;
321
	padding: 15px;
321
	padding: 15px;
322
}
322
}
323
 
323
 
324
.annee_observation {
324
.annee_observation {
325
	padding-left: 10px;	
325
	padding-left: 10px;
326
}
326
}
327
 
327
 
328
.observations_individu {
328
.observations_individu {
329
    display: table-cell;
329
    display: table-cell;
330
    height: 400px;
330
    height: 400px;
331
    width: 250px;
331
    width: 250px;
332
}
332
}
333
 
333
 
334
.observations_individu {
334
.observations_individu {
335
	color: #000000;
335
	color: #000000;
336
}
336
}
337
 
337
 
338
#fiche_individu .observations_individu li {
338
#fiche_individu .observations_individu li {
339
	background: none;
339
	background: none;
340
	padding-left: 1px;
340
	padding-left: 1px;
341
	list-style-type: none;
341
	list-style-type: none;
342
	margin-left: 0px;
342
	margin-left: 0px;
343
	padding-left: 0px;
343
	padding-left: 0px;
344
}
344
}
345
 
345
 
346
.observations_individu li div {
346
.observations_individu li div {
347
	-moz-border-radius: 0.9em;	
347
	-moz-border-radius: 0.9em;
348
	-webkit-border-radius: 0.9em;	
348
	-webkit-border-radius: 0.9em;
349
	border-radius: 0.9em;
349
	border-radius: 0.9em;
350
}
350
}
351
 
351
 
352
#center .observations_individu h4 {
352
#center .observations_individu h4 {
353
	padding: 5px;
353
	padding: 5px;
354
	color: black;
354
	color: black;
355
}
355
}
-
 
356
 
-
 
357
.ajouter_observation .date_observation {
-
 
358
	background: url("../images/ajout.png") no-repeat center center transparent;
-
 
359
	width: 20px;
-
 
360
}
-
 
361
 
-
 
362
.conteneur_supprimer_observation {
-
 
363
	position: absolute;
-
 
364
	right: 0px;
-
 
365
	top: 0px;
-
 
366
	width: 20px;
-
 
367
	height: 100%;
-
 
368
	display: flex;
-
 
369
	align-items: center;
-
 
370
	justify-content: center;
-
 
371
}
-
 
372
 
-
 
373
.supprimer_observation {
-
 
374
	background: url("../images/suppression.png") no-repeat center center transparent;
-
 
375
	width: 20px;
-
 
376
	display: none;
-
 
377
}
-
 
378
 
-
 
379
.date_observation_individu:not(.ajouter_observation):hover .supprimer_observation {
-
 
380
	display: block;
-
 
381
}
-
 
382
 
-
 
383
.conteneur_date_observation {
-
 
384
	padding: 0;
-
 
385
	position: relative;
-
 
386
	vertical-align: top;
-
 
387
}
356
 
388
 
-
 
389
.date_observation_individu {
-
 
390
	height: 100%;
-
 
391
	width: 100%;
-
 
392
	display: flex;
-
 
393
	align-items: center;
-
 
394
	justify-content: center;
-
 
395
	flex: 1;
-
 
396
	padding-top: 5px;
-
 
397
	padding-bottom: 5px;
-
 
398
	position: relative;
-
 
399
}
-
 
400
 
-
 
401
.date_observation_individu .ui-datepicker {
-
 
402
	position: absolute;
-
 
403
	top: 100%;
-
 
404
	left: 0%;
-
 
405
	z-index: 1;
-
 
406
}
-
 
407
 
357
.date_observation_individu {
408
.icone:hover {
358
 
409
	filter: grayscale(100%);
359
}
410
}
360
 
411
 
361
.calendrier {
412
.calendrier {
362
	
413
 
363
}
414
}
364
 
415
 
365
#fiche_individu {
416
#fiche_individu {
366
	background-color: #F4F2EB;
417
	background-color: #F4F2EB;
367
	padding : 10px;
418
	padding : 10px;
368
	margin-top: 31px;
419
	margin-top: 31px;
369
}
420
}
370
 
421
 
371
 
422
 
372
/* =========================== Tableaux d'évenements ============================ */ 
423
/* =========================== Tableaux d'évenements ============================ */
373
 
424
 
374
#saisie_liste_evenements, #saisie_modif_evenements {
425
#saisie_liste_evenements, #saisie_modif_evenements {
375
	text-align: center;	
426
	text-align: center;
376
}
427
}
377
 
428
 
378
#saisie_liste_evenements .information_individu, #saisie_modif_evenements.information_individu {
429
#saisie_liste_evenements .information_individu, #saisie_modif_evenements.information_individu {
379
	text-align: left;	
430
	text-align: left;
380
}
431
}
381
 
432
 
382
tr:nth-child(odd) {
433
tr:nth-child(odd) {
383
  background-color: #CFCFCF ;
434
  background-color: #CFCFCF ;
384
}
435
}
385
 
436
 
386
tr:nth-child(1) {
437
tr:nth-child(1) {
387
	color: #FFFFFF;
438
	color: #FFFFFF;
388
}
439
}
389
 
440
 
390
tr:nth-child(1), tr:nth-child(2) {
441
tr:nth-child(1), tr:nth-child(2) {
391
	background-color: #FFFFFF ;
442
	background-color: #FFFFFF ;
392
}
443
}
393
 
444
 
394
div.evenement { 
445
div.evenement {
395
	text-align: center;
446
	text-align: center;
396
}
447
}
397
 
448
 
398
.stade_evenement {
449
.stade_evenement {
399
	text-align: center;
450
	text-align: center;
400
}
451
}
401
 
452
 
402
 
453
 
403
/* =========================== Styles des différents stades ============================ */ 
454
/* =========================== Styles des différents stades ============================ */
404
 
455
 
405
.stade_feuillaison {
456
.stade_feuillaison {
406
	background-color: #ACC700;
457
	background-color: #ACC700;
407
}
458
}
408
 
459
 
409
.stade_floraison {
460
.stade_floraison {
410
	background-color: #B549B9;	
461
	background-color: #B549B9;
411
}
462
}
412
 
463
 
413
.stade_fructification {
464
.stade_fructification {
414
	background-color: #FF7F00;
465
	background-color: #FF7F00;
415
}
466
}
416
 
467
 
417
.stade_senescence {
468
.stade_senescence {
418
	background-color: #BF3600;
469
	background-color: #BF3600;
419
}
470
}
420
 
471
 
421
.stade_1ere_apparition {
472
.stade_1ere_apparition {
422
	background-color: #B549B9;
473
	background-color: #B549B9;
423
}
474
}
424
 
475
 
425
/* ============ Style pour l'administration ============================== */
476
/* ============ Style pour l'administration ============================== */
426
 
477
 
427
#barre_admin {
478
#barre_admin {
428
    -moz-border-radius: 10px 10px 10px 10px;
479
    -moz-border-radius: 10px 10px 10px 10px;
429
    background-color: #F4F2EB;
480
    background-color: #F4F2EB;
430
    border: 1px solid #D1C6A8;
481
    border: 1px solid #D1C6A8;
431
    height: 60px;
482
    height: 60px;
432
    margin-bottom: 10px;
483
    margin-bottom: 10px;
433
    padding: 5px;
484
    padding: 5px;
434
}
485
}
435
 
486
 
436
#form_changement_identite {
487
#form_changement_identite {
437
	width: 330px;	
488
	width: 330px;
438
	display: inline;
489
	display: inline;
439
}
490
}
440
 
491
 
441
.export_observation_admin {
492
.export_observation_admin {
442
	background: url("../images/csv.png") no-repeat scroll 28px 0 transparent;
493
	background: url("../images/csv.png") no-repeat scroll 28px 0 transparent;
443
    padding-left: 46px;
494
    padding-left: 46px;
444
    padding-top: 3px;
495
    padding-top: 3px;
445
}
496
}
446
 
497
 
447
.gestion_espece_admin {
498
.gestion_espece_admin {
448
	background: url("../images/espece.png") no-repeat scroll 28px 0 transparent;
499
	background: url("../images/espece.png") no-repeat scroll 28px 0 transparent;
449
    padding-left: 46px;
500
    padding-left: 46px;
450
    padding-top: 3px;
501
    padding-top: 3px;
451
}
502
}
452
 
503
 
453
.saisie_liste_especes_admin {
504
.saisie_liste_especes_admin {
454
	width: 100%;
505
	width: 100%;
455
}
506
}
456
 
507
 
457
.saisie_liste_especes_admin tr:nth-child(1) {
508
.saisie_liste_especes_admin tr:nth-child(1) {
458
    color: #494949;
509
    color: #494949;
459
    background-color: #CFCFCF;
510
    background-color: #CFCFCF;
460
}
511
}
461
 
512
 
462
.saisie_liste_especes_admin .espece_inactive {
513
.saisie_liste_especes_admin .espece_inactive {
463
    color: #494949;
514
    color: #494949;
464
    background-color: #FF7D73;
515
    background-color: #FF7D73;
465
}
516
}
466
 
517
 
467
#form_modification_espece_admin label {
518
#form_modification_espece_admin label {
468
	width: 150px;
519
	width: 150px;
469
	padding-right: 50px;
520
	padding-right: 50px;
470
}
521
}
471
 
522
 
472
#form_ajout_espece_admin label.label_checkbox {
523
#form_ajout_espece_admin label.label_checkbox {
473
	font-weight: normal;
524
	font-weight: normal;
474
}
525
}
475
 
526
 
476
#saisie_espece_admin .illustration_espece {
527
#saisie_espece_admin .illustration_espece {
477
    max-height: 180px;
528
    max-height: 180px;
478
    max-width: 250px;
529
    max-width: 250px;
479
	border: 1px solid grey;
530
	border: 1px solid grey;
480
}
531
}
481
 
532
 
482
.lien_annulation {
533
.lien_annulation {
483
	float: left;
534
	float: left;
484
    font-size: 1.2em;
535
    font-size: 1.2em;
485
    margin-left: 439px;
536
    margin-left: 439px;
486
    padding: 16px;
537
    padding: 16px;
487
}
538
}
488
 
539
 
489
/* ============ Styles créés par des effets javascripts automatiques ===== */
540
/* ============ Styles créés par des effets javascripts automatiques ===== */
490
 
541
 
491
.chargement {
542
.chargement {
492
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
543
	background: url("../images/chargement.gif") no-repeat center center #DCDCDC;
493
}
544
}
494
 
545
 
495
.erreur_valeur {
546
.erreur_valeur {
496
	background-color: red;	
547
	background-color: red;
497
}
548
}
498
 
549
 
499
.conteneur_type {
550
.conteneur_type {
500
	float: right;
551
	float: right;
501
	align: center;
552
	align: center;
502
	width: 230px;
553
	width: 230px;
503
}
554
}
504
 
555
 
505
h4.lien_pliage {
556
h4.lien_pliage {
506
	text-decoration: underline;	
557
	text-decoration: underline;
507
	display: inline;
558
	display: inline;
508
}
559
}
509
 
560
 
510
.pliage {
561
.pliage {
511
	padding: 5px;
562
	padding: 5px;
512
}
563
}
513
 
564
 
514
h4.lien_pliage:hover {
565
h4.lien_pliage:hover {
515
	cursor: pointer;
566
	cursor: pointer;
516
}
567
}
517
 
568
 
518
.element_cliquable {
569
.element_cliquable {
519
	cursor: pointer;	
570
	cursor: pointer;
520
}
571
}
521
 
572
 
522
.element_cliquable:hover {
573
.element_cliquable:hover {
523
	background : #9AC343;
574
	background : #9AC343;
524
 }
575
 }
525
 
576
 
526
.element_clique {
577
.element_clique {
527
	background: #9AC343;	
578
	background: #9AC343;
528
}
579
}
529
 
580
 
530
#saisie_espece ul.liste_onglets {
581
#saisie_espece ul.liste_onglets {
531
	margin: 0;
582
	margin: 0;
532
	padding: 0;
583
	padding: 0;
533
	float: left;
584
	float: left;
534
	list-style: none;
585
	list-style: none;
535
	height: 32px; /*--Set height of tabs--*/
586
	height: 32px; /*--Set height of tabs--*/
536
	border-bottom: 1px solid #999;
587
	border-bottom: 1px solid #999;
537
	border-left: 1px solid #999;
588
	border-left: 1px solid #999;
-
 
589
	border-top-left-radius: 10px;
-
 
590
	border-top-right-radius: 10px;
538
}
591
}
539
 
592
 
540
#saisie_espece ul.liste_onglets li {
593
#saisie_espece ul.liste_onglets li {
541
	-moz-border-radius-topleft: 0px;
594
	-moz-border-radius-topleft: 0px;
542
    -moz-border-radius-topright: 0px;
595
    -moz-border-radius-topright: 0px;
543
	float: left;
596
	float: left;
544
	margin: 0;
597
	margin: 0;
545
	padding: 0;
598
	padding: 0;
546
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
599
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
547
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
600
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
548
	border: 1px solid #999;
601
	border: 1px solid #999;
549
	border-left: none;
602
	border-left: none;
550
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
603
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
551
	overflow: hidden;
604
	overflow: hidden;
552
	position: relative;
605
	position: relative;
553
	background: #e0e0e0;
606
	background: #e0e0e0;
554
}
607
}
555
 
608
 
556
#saisie_espece ul.liste_onglets li a {
609
#saisie_espece ul.liste_onglets li a {
557
	text-decoration: none;
610
	text-decoration: none;
558
	color: #000;
611
	color: #000;
559
	display: block;
612
	display: block;
560
	font-size: 1.2em;
613
	font-size: 1.2em;
561
	padding: 0 20px;
614
	padding: 0 20px;
562
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
615
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
563
	outline: none;
616
	outline: none;
564
}
617
}
565
 
618
 
566
#saisie_espece ul.liste_onglets li a:hover {
619
#saisie_espece ul.liste_onglets li a:hover {
567
	background: #ccc;
620
	background: #ccc;
568
}
621
}
569
 
622
 
570
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--*/
623
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--*/
571
	background: #fff;
624
	background: #fff;
572
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
625
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
573
}
626
}
574
 
627
 
575
#saisie_espece #onglets  {
628
#saisie_espece #onglets  {
576
	margin-left: 85px;
629
	margin-left: 85px;
577
	margin-right: auto;
630
	margin-right: auto;
578
	position: relative;
631
	position: relative;
579
	bottom: -1px;
632
	bottom: -1px;
580
	z-index: 1;
633
	z-index: 1;
581
	clear:left;
634
	clear:left;
582
}
635
}
583
 
636
 
584
#saisie_espece .conteneur_onglets {
637
#saisie_espece .conteneur_onglets {
585
	border: 1px solid #999;
638
	border: 1px solid #999;
586
	overflow: hidden;
639
	overflow: hidden;
587
	float: left;
640
	float: left;
588
	background: #fff;
641
	background: #fff;
589
	position: relative;
642
	position: relative;
590
	width:565px;
643
	width: 100%;
-
 
644
	display: flex;
-
 
645
	justify-content: center;
-
 
646
	margin-left: 10px;
591
}
647
}
592
 
648
 
593
#saisie_espece .contenu_onglet {
649
#saisie_espece .contenu_onglet {
594
	padding: 20px;
650
	padding: 20px;
595
	font-size: 1.2em;
651
	font-size: 1.2em;
596
}
652
}
597
 
653
 
598
 
654
 
599
.autocompletion {
655
.autocompletion {
600
	position:relative;	
656
	position:relative;
601
}
657
}
602
 
658
 
603
.conteneur_suggestions, .conteneur_suggestions_utilisateur {
659
.conteneur_suggestions, .conteneur_suggestions_utilisateur {
604
    position: absolute;
660
    position: absolute;
605
    left: 107px;
661
    left: 107px;
606
    width: 180px;
662
    width: 180px;
607
    background-color: #212427;
663
    background-color: #212427;
608
    border: 2px solid #000;
664
    border: 2px solid #000;
609
    color: #fff;
665
    color: #fff;
610
    z-index: 300;
666
    z-index: 300;
611
    -moz-border-radius: 7px;
667
    -moz-border-radius: 7px;
612
	-webkit-border-radius: 7px;
668
	-webkit-border-radius: 7px;
613
	border-radius: 7px;
669
	border-radius: 7px;
614
}
670
}
615
 
671
 
616
.conteneur_suggestions_utilisateur {
672
.conteneur_suggestions_utilisateur {
617
	left: 188px;	
673
	left: 188px;
618
}
674
}
619
 
675
 
620
.liste_suggestions {
676
.liste_suggestions {
621
    margin: 0px;
677
    margin: 0px;
622
    padding: 0px;
678
    padding: 0px;
623
}
679
}
624
 
680
 
625
.liste_suggestions li {
681
.liste_suggestions li {
626
    margin: 0px 0px 3px 0px;
682
    margin: 0px 0px 3px 0px;
627
    padding: 3px;
683
    padding: 3px;
628
    cursor: pointer;
684
    cursor: pointer;
629
}
685
}
630
 
686
 
631
.liste_suggestions li {
687
.liste_suggestions li {
632
	list-style-type: none;	
688
	list-style-type: none;
633
	margin-left: 5px;
689
	margin-left: 5px;
634
	margin-right: 5px;
690
	margin-right: 5px;
635
}
691
}
636
	
692
 
637
 
693
 
638
.liste_suggestions .element_selectionne {
694
.liste_suggestions .element_selectionne {
639
    background-color: #659CD8;
695
    background-color: #659CD8;
640
}
696
}
641
 
697
 
642
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
698
/* ============ Styles crées spécifiquement pour compenser les faiblesses de certains navigateurs ===== */
643
 
699
 
644
.clearer {
700
.clearer {
645
	clear:both;	
-
 
646
}
-
 
647
701
	clear:both;
-
 
702
}
-
 
703