Subversion Repositories Sites.tela-botanica.org

Rev

Rev 330 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 330 Rev 332
Line 9... Line 9...
9
 | Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org>                       |
9
 | Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org>                       |
10
 +----------------------------------------------------------------------------+
10
 +----------------------------------------------------------------------------+
11
*/
11
*/
12
#formulaire input, #formulaire textarea, #formulaire select {
12
#formulaire input, #formulaire textarea, #formulaire select {
13
	border:1px solid #000;
13
	border:1px solid #000;
14
  background-color:#b0cdfc;}
14
  background-color:#fefffe;}
15
.enligne {
15
.enligne {
16
	padding:0;
16
	padding:0;
17
	margin:0;
17
	margin:0;
18
	display:inline;
18
	display:inline;
19
	list-style:none;
19
	list-style:none;
Line 30... Line 30...
30
	background-color:#c8ddff;}
30
	background-color:#c8ddff;}
31
#fiche_image{
31
#fiche_image{
32
	float:left;
32
	float:left;
33
	height:150px;
33
	height:150px;
34
	width:210px;
34
	width:210px;
-
 
35
	background-color:#c8ddff;
35
	margin:0 1em 0 0}
36
	margin:0 10px 0 0}
36
#fiche_titre {
37
#fiche_titre {
37
	margin:0 0 0 220px;
-
 
38
	background:transparent;
38
	background:transparent;
39
	border-bottom:1px solid black;
39
	border-bottom:1px solid black;
40
	color:#1A4881;}
40
	color:#1A4881;}
41
#BAZ_description {
41
#BAZ_description {
42
	padding:10px;
42
	padding:10px;
Line 174... Line 174...
174
	border-spacing:6px;
174
	border-spacing:6px;
175
	width:1003px;}
175
	width:1003px;}
176
/* Problème de la couleur entre les cellules...
176
/* Problème de la couleur entre les cellules...
177
.calendrier tbody{
177
.calendrier tbody{
178
	background:white url(/client/bazar/images/cal_img_fond.jpg) 2px 40px repeat-y;}*/
178
	background:white url(/client/bazar/images/cal_img_fond.jpg) 2px 40px repeat-y;}*/
179
.calendrier th {
179
.calendrier th, .calendrier_applette th {
180
	height:20px;
-
 
181
	width:134px;
-
 
182
	color:white;
180
	color:white;
183
	background-color:#174984;
181
	background-color:#174984;
184
	border: 2px solid #113054;
182
	border: 1px solid #113054;
185
	text-align:center;}
183
	text-align:center;}
-
 
184
.calendrier th {
-
 
185
	height:20px;
-
 
186
	width:134px;
-
 
187
	border-width:2px;}
186
.calendrier td {
188
.calendrier td {
187
	height:83px;
189
	height:83px;
188
	width:134px;
190
	width:134px;
189
	border:2px solid #4c4c4c;
191
	border:2px solid #4c4c4c;
190
	vertical-align:top;
192
	vertical-align:top;
-
 
193
	text-align:left;
191
	-moz-border-radius:3px;}
194
	-moz-border-radius:3px;}
-
 
195
.cal_samedi, .cal_dimanche{
-
 
196
	background-color:#fff9e7;}
192
.cal_j{
197
.cal_j{
193
	display:block;
198
	display:block;
194
	float:right;
199
	float:right;
195
	padding:2px;}
200
	padding:2px;}
196
.cal_jc{
201
.cal_jc{
Line 206... Line 211...
206
	display:block;
211
	display:block;
207
	background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;
212
	background:transparent url(/client/bazar/images/cal_pastille.png) top left no-repeat;
208
	width:120px;}
213
	width:120px;}
209
.cal_evenemt{
214
.cal_evenemt{
210
	margin:0;
215
	margin:0;
211
	padding:0 0 0 13px;}
-
 
212
216
	padding:0 0 0 13px;}
-
 
217
/* Pour la bibliothèque JS DomToolTip */
-
 
218
div.niceTitle {
-
 
219
	background-color: #333333;
-
 
220
	color: #FFFFFF;
-
 
221
	font-weight: bold;
-
 
222
	font-size: 13px;
-
 
223
	font-family: "Trebuchet MS", sans-serif;
-
 
224
	width: 250px;
-
 
225
	left: 0;
-
 
226
	top: 0;
-
 
227
	padding: 4px;
-
 
228
	position: absolute;
-
 
229
	text-align: left;
-
 
230
	z-index: 20;
-
 
231
	-moz-border-radius: 0 10px 10px 10px;
-
 
232
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
-
 
233
	-moz-opacity: .87;
-
 
234
	-khtml-opacity: .87;
-
 
235
	opacity: .87;}
-
 
236
div.niceTitle .contents {
-
 
237
	margin: 0;
-
 
238
	padding: 0 3px;
-
 
239
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-
 
240
	-moz-opacity: 1;
-
 
241
	-khtml-opacity: 1;
-
 
242
	opacity: 1;}
-
 
243
div.niceTitle p {
-
 
244
	color: #D17E62;
-
 
245
	font-size: 9px;
-
 
246
	padding: 3px 0 0 0;
-
 
247
	margin: 0;
-
 
248
	text-align: left;
-
 
249
	-moz-opacity: 1;}
-
 
250
213
251