/* Jours */
.DayName {
	text-align: center;
	cursor: default;
	color:#ae6e31;
	font-weight:bold;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;

}
/* Bouton navigation 
.BtChangeDate {font: 10px Arial; WIDTH: 8px; FONT-WEIGHT: bold; cursor: pointer; text-align: center;
	text-decoration:none;
}*/
/* Mois et année */
.LbChangeDate {
	cursor: pointer;
	text-align: center;
	color:#FFF;
	font-weight:bold;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;

}

.DayOff {
	BORDER: #9e9797 1px solid;
	cursor: default;
	text-decoration:none;

}
/* Jours ouvrables */
.DayOn {
	BORDER: #9e9797 1px solid;
	cursor: pointer;
	COLOR: #3f5f0c;
	TEXT-ALIGN: center;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;

}
/* jours de travail */
.DayWorking {	text-decoration:none;
}
/* WE et jours ferriés */
.DayNotWorking {BACKGROUND: #e0e0e0
	text-decoration:none;
}
.DayStart {
	BACKGROUND: #FFFFFF;
	text-decoration:none;

}
/* evenement couleur de fond */
.DayEvent {
	border: #9e9797 1px solid;
	background-color: #ae6e31;
	text-decoration:none;
}
/* roll over */
.DayOver {
	background-color: #704e2e;
	text-decoration:none;
}

.MonthList {
	TEXT-ALIGN: center;
	BACKGROUND: #000000;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;

}
.CellMonthList {
	BORDER: #9e9797 1px solid;
	CURSOR: pointer;
	TEXT-ALIGN: center;
	font-family: Arial;
	font-size: 10px;
	text-decoration:none;

}
.CellMonthListOver {
}

a{
	text-decoration:none;
	color: #FFF;
}
a:hover{
	text-decoration:none;
	color: #FFF;
}
