.tbCal{
	position: absolute;
	top: 80;
	left: 20;
	border: 1px solid white;
	width: 382px;
	height: 45px;

}
.DayName {font: 12px Arial; text-align: center; cursor: default;}
.BtChangeDate {FONT: 12px Arial; WIDTH: 8px; FONT-WEIGHT: bold; cursor: hand; text-align: center;}
.LbChangeDate {font: 12px Arial; WIDTH: 60px; cursor: hand; text-align: center;}

.DayOff {BORDER: 1px solid gray; cursor: default;}
.DayOn {BORDER: 1px solid white; cursor: hand; FONT: 12px Arial; COLOR: black; TEXT-ALIGN: center}
.DayWorking {BACKGROUND: #D9FECE}
.DayNotWorking {BACKGROUND: #EEEEEE}
.choisi {BACKGROUND: red;text-align:center}
.DayOver {BACKGROUND: #FFFFCC}
.DayStart {BACKGROUND: #66CCCC}

.MonthList {BORDER: 1px solid white; TEXT-ALIGN: center; FONT: 12px Arial; COLOR: black; PADDING: 0px; BACKGROUND: #FFFFFF; WIDTH: 100px; POSITION: absolute;}
.CellMonthList {BORDER: none; CURSOR: hand; TEXT-ALIGN: center; FONT: 12px Arial; COLOR: black; PADDING: 0px;}
.CellMonthListOver {BACKGROUND: #FF0000}


body {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}
table {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}
.taille12{font-size:12px};
.taille13{font-size:13px};
.taille14{font-size:14px};
.taille15{font-size:15px};
.taille16{font-size:16px};
hr#separ	 {
 position: absolute;
 left: -20px;
 width: 400px;
 color: #00f;
 background-color: #00f;
}
