#calendrier table{
	width:210px;
}

#calendrier td.weekend{
	background-color:yellow;
}

#calendrier td.weekend a{
	color:black;
}
#calendrier tr#libelle{
	background-color:darkblue;
	color:white;	
}

#calendrier a{
	text-decoration:none;
	color:black;
}

#calendrier  td{
	border:1px solid black;
	text-align:center;
	width:30px;
}

#calendrier  td.mois{
	border:1px solid black;
	text-align:center;
	width:300px;
}

#calendrier  td.vide{
	border:none;
}

#calendrier  td.itemExistingItem{
	background-color:white;
}

#calendrier  td.itemCurrentItem{
	background-color:orange;
}

#calendrier  td.itemExistingItem:hover{
	background-color:skyblue;
}

#calendrier  td.weekend:hover{
	background-color:skyblue;
}



#calendrier #libelle:hover{
	background-color:darkblue;
	color:white;	
}
