Subversion Repositories Sites.tela-botanica.org

Rev

Rev 539 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
537 tam 1
/*
2
 +----------------------------------------------------------------------------+
3
 | bazar.css                                                                  |
4
 +----------------------------------------------------------------------------+
5
 | Copyright (c) 2005 Tela Botanica                                           |
6
 +----------------------------------------------------------------------------+
7
 | Feuille de style interne spécifique a l'application Bazar                  |
8
 +----------------------------------------------------------------------------+
9
 | Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org>                       |
10
 +----------------------------------------------------------------------------+
11
*/
12
#formulaire input, #formulaire textarea, #formulaire select {
13
	border:1px solid #000;
14
  background-color:#fefffe;}
15
input[type ^="submit"]:hover{
16
	background-color:#b0cdfc;}
17
.enligne {
18
	padding:0;
19
	margin:0;
20
	display:inline;
21
	list-style:none;
22
	list-style-type:none;
23
	background:#FFF;}
24
 
25
/*-------------Les fiches Bazar-------------------------------------------------*/
26
.BAZ_cadre_fiche{
539 tam 27
	max-width:600px;
537 tam 28
	width:auto;
29
	height:auto;
30
	padding:10px;
31
	border: 1px solid #1A4881;}
32
.BAZ_cadre_map {
33
	padding:0;
34
	height:250px;
35
	width:400px;
36
	overflow:auto;}
37
.BAZ_cadre_map .BAZ_cadre_fiche{
38
	padding:0 2px 2px 2px;}
39
.BAZ_cadre_map .BAZ_fiche_titre, .BAZ_cadre_map .BAZ_fiche{
40
	font-size:13px;
41
	padding:2px;
42
	margin:2px 2px 2px 0;}
538 tam 43
.BAZ_fiche_titre_expo, .BAZ_fiche_titre_sortie, .BAZ_fiche_titre_formation, .BAZ_fiche_titre_evenement {
44
	color:#184A84;
45
	background-color:#c8ddff;}
537 tam 46
#map{
47
	min-height:600px;}
48
#fiche_image{
49
	float:left;
50
	height:150px;
51
	width:210px;
52
	margin:0 10px 0 0}
53
#fiche_image, .BAZ_cadre_fiche{
54
	background-color:#fefffe;
55
	-moz-border-radius:10px;}
56
#fiche_titre {
57
	background:transparent;
58
	border-bottom:1px solid black;
59
	color:#1A4881;}
60
.bulle_bas{
61
	height:0;}
62
.BAZ_infos_fiche{
63
	margin:0;
64
	padding:0;
65
	font-size:10px;
66
	color:gray;}
67
.centrer {
68
	clear:both;
69
	margin:0 auto;}
568 tam 70
.BAZ_rubrique {
71
	padding: 5px 0;}
537 tam 72
.BAZ_label {
73
	text-align:left;
74
	color: #1A4881;}
75
.rubrique_bulle {
76
	width:90px;
77
	text-align:left;
78
	font: bold 15px arial, sans-serif;
79
	color: #000;}
80
.BAZ_texte{
81
	font-weight:bold;}
82
.description ul{
83
	margin:0;}
84
.infos {
85
	width:70%;
86
	float:left;
87
	min-height:120px;
88
	font: bold 15px arial, sans-serif;
89
	color:#B1BB7E;
90
	line-height:25px;}
91
.bazar_checkbox {
92
	float:left;
93
	width:170px;
94
	font:10px arial, sans-serif;
95
	border:0;}
96
.lien_wikini{
97
	margin:0;
98
	padding:10px 5px;
99
	border:2px solid #DBE8C8;
100
	-moz-border-radius:10px;
101
	background:#3082AA;}
102
div.lien_wikini a{
103
	padding-left:100px;
104
	color:#FFF;}
105
 
106
#BAZ_bas_page, #BAZ_bas_page .rubrique{
107
	font-size:10px;
108
	text-decoration:none;
109
	color:gray;}
110
#BAZ_bas_page .rubrique{
111
	display:inline;
112
	clear:both;}
113
 
114
#formation_qualifiante {
115
	float:right;
116
	margin:0 -15px 0 5px;
117
	height:190px;
118
	width:30px;
119
	background:url(images/BAZ_formation_qualifiante.gif) bottom right no-repeat;}
120
#formation_diplomante {
121
	float:right;
122
	margin:0 -15px 0 5px;
123
	height:190px;
124
	width:30px;
125
	background:url(images/BAZ_formation_diplomante.gif) bottom right no-repeat;}
126
#formation_continue {
127
	float:right;
128
	margin:0 -15px 0 5px;
129
	height:190px;
130
	width:30px;
131
	background:url(images/BAZ_formation_continue.gif) bottom right no-repeat;}
132
 
133
.table_bazar{
134
	width:300px;
135
	margin:2em 0 0 0;}
136
#table_bazar{
137
  border-spacing:0;
138
  text-align:center;
139
  border: 1px solid black;}
140
#table_bazar th{
141
	color:white;
142
  background-color:#598ac4;
143
  padding:0 5px;
144
  text-align:center;
145
  border-bottom: 1px dotted grey;
146
  border-left: 1px dotted grey;}
147
#table_bazar td  {
148
  padding:2px;
149
  text-align:left;
150
  border-bottom: 1px dotted grey;
151
  border-left: 1px dotted grey;}
152
#table_bazar .ligne_paire{
153
	background-color:#c8ddff;}
154
.table_bazar #col2, .table_bazar #col3, #laius_abonnement{
155
	display:none;}
156
.table_bazar #col1,.table_bazar #col4{
157
	width:150px;}
158
 
159
.BAZ_actions_fiche ul{
160
	list-style-type:none;}
161
.BAZ_actions_fiche a{
162
	display:block;
163
	text-align:center;
164
	width:200px;
165
	border: 1px solid black;
166
	padding:3px;
167
	font-size:14px;
168
  background:#fefffe;}
169
.BAZ_actions_fiche a:hover{
170
	background-color:#b0cdfc;}
171
#bf_description_description {font-weight:normal;}
172
/* CALENDRIER */
173
#cal_entete{
174
	display:block;
175
	background:transparent url(/client/bazar/images/cal_titre_fond.png) repeat-x;
176
	margin:10px 0;
177
	height:31px;
178
	min-width:300px;
179
	border-left: 2px solid #113054;
180
	border-right: 2px solid #113054;}
181
#cal_titre{
182
	position:absolute;
183
	background:transparent;
184
	top:0;
185
	right:20px;
186
	width:182px;}
187
#cal_navigation{
188
	display:block;
189
	position:absolute;
190
	background:transparent;
191
	top:10px;
192
	left:20px;}
193
#cal_precedent_lien, #cal_suivant_lien{
194
	display:block;
195
	position:absolute;
196
	top:2px;
197
	background:transparent;}
198
#cal_suivant_lien img, #cal_precedent_lien img{
199
	display:block;
200
	border:0;}
201
#cal_precedent_lien:hover, #cal_suivant_lien:hover, #cal_mois_courrant:hover{
202
	background-color:#b0cdfc;}
203
#cal_precedent_lien{
204
	left:15px;}
205
#cal_mois_courrant{
206
	display:block;
207
	position:absolute;
208
	top:4px;
209
	left:40px;
210
	width:110px;
211
	padding:2px 25px;
212
	background-color:#fff;
213
	border:1px inset #113054;
214
	text-align:center;
215
	text-transform:uppercase;
216
	font: bold 14px 'Arial narrow', arial, sans-serif;}
217
#cal_suivant_lien{
218
	left:205px;}
219
.calendrier{
220
	font: bold 16px 'Arial narrow', Arial, sans-serif;
221
	border-collapse:separate;
222
	border-spacing:2px;
223
	width:100%;}
224
/* Problème de la couleur entre les cellules...
225
.calendrier tbody{
226
	background:white url(/client/bazar/images/cal_img_fond.jpg) 2px 40px repeat-y;}*/
227
.calendrier th, .calendrier_applette th {
228
	color:white;
229
	background-color:#B0CDFC;
230
	border: 1px solid #113054;
231
	text-align:center;}
232
.calendrier th {
233
	height:20px;
234
	width:14%;
235
	border-width:2px;}
236
.calendrier td {
237
	height:83px;
238
	width:14%;
239
	border:2px solid #4c4c4c;
240
	vertical-align:top;
241
	text-align:left;
242
	-moz-border-radius:3px;}
243
.cal_samedi, .cal_dimanche{
244
	background-color:#fff9e7;}
245
.cal_j{
246
	display:block;
247
	float:right;
248
	padding:2px;}
249
.cal_jc{
250
	background-color:#c4d9fb;}
251
.cal_ma{
252
	background-color:#eaeaec;}
253
.cal_evenemt_liste{
254
	font: normal 10px Arial, sans-serif;
255
	list-style-type:none;
256
	margin:20px 0 0 0;
257
	padding:0;}
258
.cal_evenemt_liste li{
437 jpm 259
	background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;
260
	display:block;}
537 tam 261
.cal_evenemt_liste .nature_1{
437 jpm 262
	background:transparent url(/client/bazar/images/drapeau_bleu.png) top left no-repeat;}
263
.filtre_1{
264
	background-color:#7CCCFF;}
265
.cal_evenemt_liste .nature_2{
266
	background:transparent url(/client/bazar/images/drapeau_vert.png) top left no-repeat;}
267
.filtre_2{
268
	background-color:#7ACD69;}
269
.cal_evenemt_liste .nature_3{
270
	background:transparent url(/client/bazar/images/drapeau_orange.png) top left no-repeat;}
271
.filtre_3{
272
	background-color:#FFAA5D;}
273
.cal_evenemt_liste .nature_4{
274
	background:transparent url(/client/bazar/images/drapeau_rose.png) top left no-repeat;}
275
.filtre_4{
537 tam 276
	background-color:#FF81EA;}
277
.cal_evenemt{
278
	margin:0 0 0 17px;
279
	padding:0;}
280
/* Pour la bibliothèque JS DomToolTip */
281
div.niceTitle {
282
	background-color: #333333;
283
	color: #FFFFFF;
284
	font-weight: bold;
285
	font-size: 13px;
286
	font-family: "Trebuchet MS", sans-serif;
287
	width: 250px;
288
	left: 0;
289
	top: 0;
290
	padding: 4px;
291
	position: absolute;
292
	text-align: left;
293
	z-index: 20;
294
	-moz-border-radius: 0 10px 10px 10px;
295
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
296
	-moz-opacity: .87;
297
	-khtml-opacity: .87;
298
	opacity: .87;}
299
div.niceTitle .contents {
300
	margin: 0;
301
	padding: 0 3px;
302
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
303
	-moz-opacity: 1;
304
	-khtml-opacity: 1;
437 jpm 305
	opacity: 1;}
537 tam 306
div.niceTitle p {
437 jpm 307
	width: 250px;
537 tam 308
	color: #D17E62;
309
	font-size: 9px;
310
	padding: 3px 0 0 0;
311
	margin: 0;
312
	text-align: left;
313
	-moz-opacity: 1;}