table.calendrier {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;;
	color:#993300;
}

a.calendrier{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;;
	color:#000000; 
	font-weight:bold;
}
th.calendrier {
    text-align: center;
    width: 15px;
    height: 12px;
	background-color:#b78e68
}
td.calendrierVide {
    text-align: center;
    width: 15px;
    height: 21px;
}
td.calendrierNormal {
    text-align: center;
    width: 15px;
    height: 21px;
	background-color:#c3966d;
	
}
td.calendrierLien {
    text-align: center;
    width: 15px;
    height: 21px;
	background-color:#b78e68;
    font-weight: bold;  
}
td.calendrierPendant {
    text-align: center;
    width: 15px;
    height: 21px;
	background-color:#b78e68; 
}
#aujourdhui {
    border: 1px solid black;
}
#calendriermoisannee {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#000000;
	font-weight:bold;
	
}