#cal-titre{
	float:left;
	width : 200px;
	background-color : #000000;
	height :18px;
}
#cal-prev{
	float:left;
	width : 25px;
	height : 18px;
	background-color : #000000;
}
#cal-titre-month{
	float:left;
	width : 150px;
	height : 18px;;
	background-color : #000000;
	text-align:center;
}
#cal-next{
	float:left;
	width : 25px;
	height : 18px;
	background-color : #000000;
}
#cal-liste-jour{
	float:left;
	width : 200px;
	height : 19px;
	background : #FFFFFF url(../img/calendrier-liste-jour.gif);
}
#cal-table{
	float:left;
	width : 200px;
	height : 85px;
	margin-top : 3px;
	font-size:9px;
}
#cal-table .cal-line{
	float:left;
	width : 200px;
	margin-top : 4px;
	padding:0;
	height:12px;
}


#cal-table .aucun_spectacle{
	color : #000000;
	background-color : #FFFFFF;
	width:16px;
}
#cal-table .fiche_spectacle{
	color : #FFFFFF;
	background-color : #e20080;
	width:16px;
	height:12px;
}
#cal-table .saison_spectacle{
	color : #FFFFFF;
	background-color : #666666;
	width:16px;
	height:12px;
}
#cal-table .colfirst{
	float:left;
	margin-left : 5px;
	margin-right : 0px;
	width:16px;
	height:12px;
	text-align:center;
}
#cal-table .colmiddle{
	float:left;
	margin-left : 13px;
	margin-right : 0px;
	width:16px;
	height:12px;
	text-align:center;
}
#cal-table .colend{
	float:left;
	margin-left : 13px;
	margin-right : 5px;
	width:16px;
	height:12px;
	text-align:center;
}
