@charset "iso-8859-1";

#calendrier_mois {
	width: 300px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
#calendrier_mois td {
	border: none;
	height: 25px;
}
#calendrier_mois a {
	color: #959595;
	text-decoration: none;
}

#calendrier_jours {
	width: 300px;
	font-size: 12px;
	color: #959595;
	text-align: center;
}
#calendrier_jours td {
	border: none;
	height: 25px;
}

#calendrier_jours .libre a{
	color: #3103a3;
	font-weight:bold;
	text-decoration :none;
}