li {
	list-style: none;
}
.calendrier {
	position : absolute;
	top: 20px;
	border : solid #f8409c 1px;
	visibility : hidden;
	z-index : 200;
}
#preload{
	display : none;
}
#moisAnnee{
	width : 175px;
	text-align : center;
	background-color : #fbe1ee;
	color : #423936;
}
#suivant{
	float : right;
}
#precedent{
	float : left;
}
.precedentSuivantOver{
	cursor : pointer;
	color : #423936;
}
#jourLabel{
	margin : 0;
	padding: 0;
	width : 175px;
}
#jourLabel li{
	float : left;
	background-color : #f7c4dd;
	width : 25px;
	text-align : center;
	color : #423936;
}
.ligneJour{
	margin : 0;
	padding: 0;
	width : 175px;
}
.ligneJour li{
	float : left;
	width : 25px;
	text-align : center;
}
.jourVide{
	background-color : #f8409c;
}
.jourCourant{
	background-color : #f8409c;
	color : #feece4;
}
.jourSelect{
	background-color : #f8409c;
	color: #423936;
}
.jourOver{
	cursor : pointer;
	background-color : #dd1177;
	color: #441a09;
}
div.float {
 	float: left;
 }

div.float p {
 	text-align: center;
  }