
.CalendrierJourNormal
{
	background-color::white;
	text-align: center;
	color: #000000;
	border: thin solid white;
	font-size:12px;
}
.CalendrierJourFerie
{
	background-color: rgb(0,128,255);
	text-align: center;
	color: #FFFFFF;
	border: thin solid rgb(0,128,255);
	font-size:12px;
}
.CalendrierChambre
{
	background-color::white;
	text-align: left;
	color: #000000;
	border: thin solid white;
	font-size:14px;
}
.CalendrierMois
{
	background-color: var(--couleurRouge1);
	text-align: center;
	color: #EBE1BD;
	border: thin solid var(--couleurRouge1);
	font-size:14px;
}
