Subversion Repositories Sites.outils-naturalistes.fr

Rev

Rev 35 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35 Rev 38
Line 17... Line 17...
17
 
17
 
18
/*-------------Les fiches Bazar-------------------------------------------------*/
18
/*-------------Les fiches Bazar-------------------------------------------------*/
19
.BAZ_cadre_fiche {padding:5px; border: 0px solid #33641e; text-align:justify; 
19
.BAZ_cadre_fiche {padding:5px; border: 0px solid #33641e; text-align:justify; 
Line 20... Line 20...
20
display:block;width:600}
20
display:block;width:600}
Line 21... Line 21...
21
 
21
 
Line 22... Line 22...
22
.BAZ_rubrique {margin:5px 0 5px 0; clear:left;} 
22
.BAZ_rubrique {margin:5px 10px 5px 10px; clear:left;} 
Line 35... Line 35...
35
	border-bottom:2px dotted #FFA300;
35
	border-bottom:2px dotted #FFA300;
36
	color:#FFA300;
36
	color:#FFA300;
37
	margin:0 0 10px;
37
	margin:0 0 10px;
38
	padding:5px 0 0 40px;
38
	padding:5px 0 0 40px;
39
}
39
}
40
.BAZ_image {float:right;height:150px; width:150px; padding:10px;}
40
.BAZ_image {max-height:200px; max-width:200px; padding:10px;}
-
 
41
 
-
 
42
 
-
 
43
.BAZ_liste_application_ergo {
-
 
44
	list-style:none
-
 
45
}
-
 
46
 
-
 
47
.BAZ_img_conteneur {
-
 
48
		float:left;
-
 
49
}
-
 
50
 
-
 
51
.BAZ_img_description {
-
 
52
	float:right;
-
 
53
	max-height:100px; 
-
 
54
	max-width:100px; 
-
 
55
	padding:10px;
-
 
56
}
-
 
57
 
-
 
58
.BAZ_description {
-
 
59
		float:right;
-
 
60
		width:470px;
-
 
61
		padding-top:7px;
-
 
62
}
-
 
63
 
-
 
64
.BAZ_application_liste {
-
 
65
	-moz-border-radius-bottomleft:10px;
-
 
66
	-moz-border-radius-bottomright:10px;
-
 
67
	-moz-border-radius-topleft:10px;
-
 
68
	-moz-border-radius-topright:10px;
-
 
69
	background-color:#E3E9E6;
-
 
70
 
-
 
71
	border:2px solid #0A8D37;
-
 
72
	height:auto;
-
 
73
	max-width:600px;
-
 
74
	width:auto;
-
 
75
	
-
 
76
	margin:0px 0px 10px -20px;
-
 
77
}
-
 
78
 
41
#BAZ_description {min-height:120px;font: 15px arial, sans-serif;text-align:justify;}
79
#BAZ_description {min-height:120px;font: 15px arial, sans-serif;text-align:justify;}
42
#BAZ_bas_page {margin: 0;padding:0;}
80
#BAZ_bas_page {margin: 0;padding:0;}
43
.bulle_haut {margin: 0;padding:0;}
81
.bulle_haut {margin: 0;padding:0;}
44
.bulle_corps {margin: 0;padding:10px 5px;border: 1px solid #3082AA;-moz-border-radius:10px;background:#DBE8C8;}
82
.bulle_corps {margin: 0;padding:10px 5px;border: 1px solid #3082AA;-moz-border-radius:10px;background:#DBE8C8;}
45
.bulle_bas {margin: 0;padding:0;}
83
.bulle_bas {margin: 0;padding:0;}
Line 52... Line 90...
52
div.lien_wikini a {padding-left:100px;color:#FFFFFF;}
90
div.lien_wikini a {padding-left:100px;color:#FFFFFF;}
53
.table_bazar th{font-weight:bold; padding: 7px;}
91
.table_bazar th{font-weight:bold; padding: 7px;}
54
.table_bazar td{padding: 7px;}
92
.table_bazar td{padding: 7px;}
55
.table_bazar #col1,.table_bazar #col2,.table_bazar #col3,.table_bazar #col4{text-align:center; }
93
.table_bazar #col1,.table_bazar #col2,.table_bazar #col3,.table_bazar #col4{text-align:center; }
Line -... Line 94...
-
 
94
 
-
 
95
.baz_rubrique_fiche {
-
 
96
	margin: 5px 0 3px ;
-
 
97
	font-size:1.3em;
-
 
98
}
-
 
99
 
-
 
100
.baz_sous_rubrique_fiche {
-
 
101
	margin: 5px 10px 3px ;
-
 
102
	font-size:1.3em;
-
 
103
	font-weight:normal;
-
 
104
}
56
 
105
 
57
/* CALENDRIER APPLETTE*/
106
/* CALENDRIER APPLETTE*/
58
.calendrier_applette{
107
.calendrier_applette{
Line 59... Line 108...
59
	width:140px;}
108
	width:140px;}
Line 164... Line 213...
164
	  margin-top: 3px;
213
	  margin-top: 3px;
165
	  margin-bottom: 3px;
214
	  margin-bottom: 3px;
166
	  text-decoration:none;
215
	  text-decoration:none;
167
}
216
}
Line -... Line 217...
-
 
217
 
-
 
218
 
-
 
219
.fond_accordeon {
-
 
220
	border: 2px solid #33641E;
-
 
221
	background-color: #E3E9E6;
-
 
222
	margin-top: 2px;
-
 
223
	margin-bottom: 2px;
-
 
224
	width: 620px;
-
 
225
}
-
 
226
 
-
 
227
.fond_accordeon:hover {
-
 
228
	background-color: #F2F6D5;	
-
 
229
}
-
 
230
 
-
 
231
.fond_accordeon_limite {
-
 
232
	border: 2px solid #33641E;
-
 
233
	background-color: #E3E9E6;
-
 
234
	margin-top: 2px;
-
 
235
	margin-bottom: 2px;
-
 
236
}
-
 
237
 
-
 
238
.fond_accordeon_haut {
-
 
239
	-moz-border-radius-bottomleft:0px;
-
 
240
	-moz-border-radius-bottomright:0px;
-
 
241
	-moz-border-radius-topleft:10px;
-
 
242
	-moz-border-radius-topright:10px;
-
 
243
	float:left;
-
 
244
	
-
 
245
}
-
 
246
 
-
 
247
.fond_accordeon_bas {
-
 
248
	-moz-border-radius-bottomleft:10px;
-
 
249
	-moz-border-radius-bottomright:10px;
-
 
250
	-moz-border-radius-topleft:0px;
-
 
251
	-moz-border-radius-topright:0px;
-
 
252
	float:left;	
-
 
253
}
168
 
254
 
169
a.lien_onglet {
255
a.lien_onglet {
-
 
256
	color:#0A8D37;	
-
 
257
	text-align: center;
170
	color:#0A8D37;	
258
	width: 620px;
Line 171... Line 259...
171
}
259
}
172
 
260
 
-
 
261
.item_actif {
173
.item_actif {
262
    text-decoration: underline;
Line 174... Line 263...
174
    text-decoration: underline;
263
    
175
}
264
}
176
 
265
 
Line 206... Line 295...
206
 
295
 
207
#sauvegarde_form {
296
#sauvegarde_form {
208
    margin-right: 3px;	
297
    margin-right: 3px;	
Line 209... Line 298...
209
}
298
}
210
 
299
 
211
.onglet_actif, #onglet_lien_ici {
300
.onglet_actif {
212
	color:#333333 !important;
301
	color:#333333 !important;