/* CSS Document */
#calendrier
{
	padding:0px 0px 10px 0px;
}
#calendrier table
{
	border:1px solid #ccc;
	margin-bottom:4px;
}
#calendrier td
{
	width:30px;
	color:#fff;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	border:1px solid #e6e6e6;
	height:18px;
}
/*****************************/
/* dispo */
#calendrier td
{
	background:#BEC61C;
}
/* entete */ 
#calendrier tr.jour td
{
	background:#CB2A14;
}
/* selectionner */ 
#calendrier .sel
{
	background:#FF6600;

}
/* indisponible */ 
#calendrier .ind
{
	background:#9B9B9B;
}
/****************************/
/* fond */ 
#calendrier .fus
{
	background:#AAA;
}
/****************************/
/* lien dans le calendrier */
#calendrier a
{
	color:#FFF;
}
#calendrier a:hover
{
	color:#000;
}