/*****************************************
	Affichage Table des Dispos
*****************************************/
TABLE.TableDispos {
	border: 1px solid #000000;
	width: 450px;
}
TABLE.TableDispos TH{
	background-color: #F8bd78;
	font-weight: bold;
	font-size: 11px;
	border-bottom:1px solid #000;	
}
TABLE.TableDispos TR.Ligne1{
	font-size : 10px;
	font-family : Verdana, arial, helvetica, sans-serif;
	color : #333333;
	height:20px;
	background-color : #FFF9E1;
}	

TABLE.TableDispos TR.Ligne2{
	font-size : 10px; font-family : Verdana, arial, helvetica, sans-serif;color : #333333;  background-color : #FDF2DB;
	height:20px;
}

TABLE.TableDispos TR.LigneReservee{
	background-color: #F8bd78; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666;
	height:20px;
}

TABLE.TableDispos TD{
	border-bottom:1px solid #000;
}

TABLE.TableDispos TD.Vacances{
	color:#990000;
	border-bottom:1px solid #000;
	font-weight: bold;
}
.GrasCouleur {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #B56F04; font-style: normal; font-weight: bold; line-height: normal
}
