﻿.titreCalendrier, .enteteJoursSemaine, .navigationCalendrier {
	background-color: #3b3092;
	font-weight: bold;
	color: white;
	border-style: none;
}

.jourAutreMois {
    background-color: #f4dcb3;
	text-align: left;    
}

.jourDuMois {
    background-color: burlywood;
	text-align: left;    
}