#calendrier_body
{
	margin: auto;
	width: 195px;
	
}

#calendrier_mois
{
	margin: auto;
	width: 180px;
	text-align: center;
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.calendrier_semaine
{
	margin: auto;
	width: 170px;
	height: 23px;
}
.calendrier_noms_jours
{
	color: #0033FF;
	padding-top: 6px;
	margin-top: 1px;
	text-align: center;
	margin-left: 1px;
	width: 22px;
	height: 16px;
	float: left;
	font-size: 12px;
}
.calendrier_jour_vide
{
	padding-top: 4px;
	margin-top: 1px;
	border: solid 1px #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
	margin-left: 1px;
	width: 20px;
	height: 18px;
	float: left;
	font-size: 10px;
}

.calendrier_autres_jours
{
	padding-top: 4px;
	margin-top: 1px;
	border: solid 1px #0099FF;
	text-align: center;
	background-color: #DCF1F1;
	margin-left: 1px;
	width: 20px;
	height: 18px;
	float: left;
	font-size: 10px;
}
.calendrier_autres_jours_evenement
{
	padding-top: 4px;
	margin-top: 1px;
	border: solid 1px black;
	text-align: center;
	background-color: #00CCFF;
	margin-left: 1px;
	width: 20px;
	height: 18px;
	float: left;
	font-size: 10px;
}
.calendrier_conge
{
	padding-top: 4px;
	margin-top: 1px;
	border: solid 1px black;
	text-align: center;
	background-color: #999999;
	margin-left: 1px;
	width: 20px;
	height: 18px;
	float: left;
	font-size: 10px;
}
.calendrier_aujourdhui
{
	padding-top: 4px;
	margin-top: 1px;
	border: solid 2px black;
	text-align: center;
	background-color: #DCF1F1;
	margin-left: 1px;
	width: 18px;
	height: 16px;
	float: left;
	font-size: 10px;
}
.calendrier_retour_ligne
{
	clear:both;
}

