Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 337 Rev 390
Line 78... Line 78...
78
/* MISE EN FORME DE L'APPLICATION BAZAR */
78
/* MISE EN FORME DE L'APPLICATION BAZAR */
79
.calendrier_applette{
79
.calendrier_applette{
80
	width:100%;
80
	width:100%;
81
	font-size:10px;}
81
	font-size:10px;}
82
#BAZ_menu #consulter, #BAZ_menu #inscrire, #BAZ_menu #deposer, #liste_liens{display:none;}
82
#BAZ_menu #consulter, #BAZ_menu #inscrire, #BAZ_menu #deposer, #liste_liens{display:none;}
-
 
83
.BAZ_description {
-
 
84
	margin-bottom:12px;}
-
 
85
.BAZ_image {
-
 
86
	float:left;margin:10px;}
Line 83... Line 87...
83
 
87
 
84
/* MISE EN FORME DE L'APPLICATION BAZAR-CALENDRIER */
88
/* MISE EN FORME DE L'APPLICATION BAZAR-CALENDRIER */
85
.calendrier_applette th {
89
.calendrier_applette th {
86
	color:white;
90
	color:white;
Line 95... Line 99...
95
	padding:2px;}
99
	padding:2px;}
96
.calendrier_applette .cal_jc{
100
.calendrier_applette .cal_jc{
97
	background-color:#c4d9fb;}
101
	background-color:#c4d9fb;}
98
.calendrier_applette .cal_ma{
102
.calendrier_applette .cal_ma{
99
	background-color:#eaeaec;}
103
	background-color:#eaeaec;}
-
 
104