/*<![CDATA[*/
/*
*   Bleu : #004896.
*   Chocolat : #5a3a22.
*   Bleu gris : #e8e7e7.
*/
.calendrier {
    margin: 0 -9px 0 -3px;
}
.calendrier h3 {
    margin: 2px 0 -5px 0;
    padding: 1px 0 0 1px;
}
.calendrier p {
    text-align:center;
}
#deblayage {
    clear: both;
    height: 0;
}
#libelle {
    text-align:center;
	width: 210px;
	font-weight: bold;
}
.ligne {
    text-align:center;
	width: 210px;
} 
#libelle li {
	list-style: none;
	float : left;
	width : 30px; 
}
.ligne li {
	list-style: none;
	color: #000;
	float : left; 
	width : 30px; 
}
.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}
li.aujourdhui a {
	/* Apparence de la date du jour */
	font-weight: bold;
	color: #5a3a22;
}
li.jourSelectionne a {
	/* Apparence du jour sélectionné */
	font-weight: bold;
	color: #ba0000;
}
/*]]>*/
