.Fleche_gauche {
	background-image: url(../ressources/fleche_gauche.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.Fleche_droite {
	background-image: url(../ressources/fleche_droite.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.Fleche_gauche_over {
	background-image: url(../ressources/fleche_gauche_over.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.Fleche_droite_over {
	background-image: url(../ressources/fleche_droite_over.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.Agenda_Fond {
	background-image: url(../ressources/fond_colonne.png);
	background-repeat: repeat;
}

.calendarTable{
	border-spacing:1px;
	text-align:center;
	margin:10px;
}

.currentMonth{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab8734;
	text-align: center;
}

.dayList td{
	font-family: Arial, Helvetica, sans-serif;
	color: #9da589;
	font-size: 10px;
}

.calendarDays td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9da589;
	text-align: center;
	background-image: url(../ressources/fond_colonne.png);
	background-repeat: repeat;
	vertical-align: middle;
}

.calendarDays .currentDate{
	border: solid #9da589 1px;
}

.calendarDays .evenShow{
	color:#FFFFFF;
	background-color: #9da589;
	cursor:pointer;
}
