a.entete {
    color: #fff;
}

table.calendrier {
	width:90%;
	font-size:11px;
	color:#052088;
}

#calendrierMoisAnnee { 
	text-align:center;
	font-weight: bold;
	padding-bottom:5px;
}		

a.calendrierMoisAnnee  {
	text-decoration:none;
}

th.calendrier {
    text-align: center;
    background-color: #ffffff;
}
td.calendrierVide {
    text-align: center;
    background-color: #ffffff;
}
td.calendrierNormal {
    text-align: center;
    background-color: #eeeeee;
}
td.calendrierLien {
    text-align: center;
    /* color: #063868; */
    background-color: #FFD1D1;
    font-weight: bold; 
    text-decoration: underline;
}
td.calendrierPendant {
    text-align: center;
    background-color: #e0e7ee;
    border: 3px solid #052088; 
}
#aujourdhui {
    border: 1px solid #FFFFFF;
    background:#243966;
    color : #FFFFFF;
}


th, td { 
	padding : 2px;
} 

th { 
	color :#243966;
} 

thead tr { 
	background : #678190;
	color : white;
} 

