Subversion Repositories Applications.bazar

Rev

Rev 7 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 florian 1
/*
2
 +----------------------------------------------------------------------------+
3
 | bazar.css                                                                  |
4
 +----------------------------------------------------------------------------+
5
 | Copyright (c) 2005 Ecole et Nature                                         |
6
 +----------------------------------------------------------------------------+
7
 | Feuille de style interne spécifique a l'application Bazar                  |
8
 +----------------------------------------------------------------------------+
9
 | Auteur : Florian SCHMITT <florian@ecole-et-nature.org>                     |
10
 +----------------------------------------------------------------------------+
11
*/
12
 
13
#BAZ_hautdepage {
14
	width: 670px;
15
}
16
 
17
#BAZ_corps {
18
	float:left;
19
	width: 670px;
20
}
21
 
22
#BAZ_pieddepage {
23
	clear: both;
24
	width: 100%;
25
	padding: 3px;
26
	text-align:center;
27
	background-color: #CC0000;
28
	font: normal 11px Georgia, serif;color: #FFCC66;
29
}
30
#BAZ_menu {
31
	float:left;
32
	width: 690px;
33
	padding: 3px;
34
	font: normal 11px Georgia, serif;
35
	margin: 10px 0 10px 0;
36
}
37
 
38
 
39
#BAZ_menu a {
40
	font-size: 12px;
41
	text-decoration: none;
42
	display: block;
43
	width: 9em;
44
}
45
 
46
#BAZ_menu ul { /* toutes les listes */
47
	padding: 0;
48
	margin: 0;
49
	line-height: 1;
50
}
51
 
52
#BAZ_menu li { /* tous les items de liste */
53
	padding: 3px;
54
	margin: 0;
55
	float: left;
56
	list-style: none;
57
	list-style-type:none;
58
	background:#FFF;
59
	border-left: 5px solid #849950;
60
	border-bottom: 2px solid #849950;
61
	height:26px;
62
}
63
 
64
#BAZ_menu li:hover {
65
	color: #FFFFFF;
66
	background-color: #B1BB7E;
67
}
68
 
69
#BAZ_menu li ul { /* listes de deuxième niveau */
70
	position: absolute;
71
	background:#FFF;
72
	border: 1px solid #849950;
73
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
74
	width: 10.8em;
75
	z-index:14;
76
}
77
 
78
#BAZ_menu li:hover ul { /* listes imbriquées sous les items de listes survolés */
79
	left: auto;
80
	margin: 2px 0 0 -8px;
81
	z-index:15;
82
}
83
 
84
 
85
#BAZ_menu ul li a:hover	{
86
	color: #FFFFFF;
87
}
88
 
89
/*-------------Les fiches Bazar-------------------------------------------------*/
90
 
91
#BAZ_cadre_fiche {
92
	margin-left:25px;
93
	width:654px;
94
}
95
 
96
#BAZ_cadre_fiche a {
97
	font: 13px arial, sans-serif;
98
	color:#000;
99
	text-decoration:none;
100
}
101
#BAZ_cadre_fiche a:hover {
102
	color:#515966;
103
	text-decoration:underline;
104
}
105
 
106
#BAZ_cadre_fiche_haut {
107
	height:18px;
108
	width:654px;
109
	background:url(http://educ-envir.org/client/bazar/images/BAZ_cadre_haut.gif) top left;
110
}
111
 
112
#BAZ_cadre_fiche_corps {
113
	/*width:504px;
114
	padding:20px 35px 0px 35px;*/
115
	font: 13px arial, sans-serif;
116
	text-align:justify;
117
	line-height: 17px;
118
	border-left:solid 1px #000;
119
	border-right:solid 1px #000;
120
}
121
 
122
#BAZ_cadre_fiche_bas {
123
	height:18px;
124
	width:654px;
125
	background:url(http://educ-envir.org/client/bazar/images/BAZ_cadre_bas.gif) top left;
126
}
127
 
128
#bulle_haut {
129
	margin: 0 auto;
130
	width:588px;
131
	height:20px;
132
	background:url(http://educ-envir.org/client/bazar/images/BAZ_encadre_haut.jpg) top left;
133
}
134
 
135
#bulle_corps {
136
	margin: 0 auto;
137
	width:578px;
138
	padding-left:10px;
139
	background:url(http://educ-envir.org/client/bazar/images/BAZ_encadre_barre.jpg) repeat-y;
140
}
141
 
142
#bulle_bas {
143
	margin: 0 auto;
144
	width:588px;
145
	height:20px;
146
	background:url(http://educ-envir.org/client/bazar/images/BAZ_encadre_bas.jpg) top left;
147
}
148
 
149
#BAZ_bas_page {
150
	margin-left:30px;
151
	height:165px;
152
	background:url(http://educ-envir.org/client/bazar/images/BAZ_Enfants.gif) no-repeat bottom right;
153
}
154
#formation_qualifiante {
155
	position:relative;top:197px;left:622px;height:190px;width:30px;background:url(http://test.educ-envir.org/client/bazar/images/BAZ_formation_qualifiante.gif) top right;
156
}
157
 
158
#formation_diplomante {
159
	position:relative;top:7px;left:622px;height:190px;width:30px;background:url(http://test.educ-envir.org/client/bazar/images/BAZ_formation_diplomante.gif) top right;
160
}
161
 
162
#formation_continue {
163
	position:relative;top:387px;left:622px;height:190px;width:30px;background:url(http://test.educ-envir.org/client/bazar/images/BAZ_formation_continue.gif) top right;
164
}
165
 
166
#fiche_haut {
167
	margin:-180px 0 -20px 30px;
168
	height:170px;
169
}
170
 
171
#fiche_image {
172
	 float:left;
173
	 height:160px;
174
	 width:160px;
175
}
176
 
177
#fiche_titre_image {
178
	 float:left;
179
	 width:400px;
180
	 text-align:center;
181
	 padding:6px;
182
	 background:#F2B43B;
183
	 color:#FFF;
184
	 font: 18px arial, sans-serif;
185
}
186
 
187
#fiche_titre {
188
	 width: 93%;
189
	 text-align:center;
190
	 padding:6px;
191
	 background:#F2B43B;
192
	 color:#FFF;
193
	 font: 18px arial, sans-serif;
194
}
195
 
196
.centrer {
197
	clear:both;
198
	margin:0 auto;
199
}
200
 
201
.rubrique {
202
	width:150px;
203
	text-align:left;
204
	font: bold 15px arial, sans-serif; color: #515966;
205
}
206
 
207
.description {
208
	font: 13px arial, sans-serif;
209
	text-align:justify;
210
	width:420px;
211
	padding-bottom:10px ;
212
}
213
 
214
.rubrique_bulle {
215
	width:90px;
216
	text-align:left;
217
	font: bold 15px arial, sans-serif; color: #000;
218
}
219
 
220
.infos {
221
	font: bold 16px arial, sans-serif; color: #B1BB7E;
222
	line-height: 25px;
223
}
224