/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */
h1{
	margin-top : 0px;
	padding-top : 0px;
}

#calendrier li{
	list-style: none;
}

li{
	list-style : none;
	font-size : 24px;
	text-align : center;
}

li a{
	text-decoration : none;
}

#libelle {
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
.ligne {
	width: 300px;
	margin: 0 auto;
	padding: 0;
} 
#libelle li {
	float : left;
	width : 42px; 
	font-weight : bold;
}
.ligne li {
	color: #000;
	float : left; 
	width : 42px; 
}

.ligne li a:hover{
	list-style: none;
	text-decoration: none;
}

/* Apparence des jours qui possèdent un évènement */
/* Petit coup de main Micki !!!! chris.*/
.ligne .aUnEvenement a{
	color : red;
}

.ligne .aUnEvenement a:hover{
	color : red;
}

/* Apparence des autres jours */
.aPasEvenement {

}