/* CSS Document */
BODY{
	font-family:arial;
	font-size:9pt;	
	}

#calendDispos{
	font-size:9pt;	
	}

#calendDispos TH{
	text-align:center;
	font-size:9pt;	
	background-color:#FFF;	
	color:#000;	
	border:solid 1px #999;
	padding:2px 3px;
	}

#calendDispos TH.jour{
	width:40px;
	background-color:#999;	
	color:#FFF;	
	padding:0;
	}

#calendDispos TD{
	background:url(../images/ficheT_fd.gif) top repeat-x;
	}

#calendDispos TD.date_dispo{
	background-image:none;
	text-align:center;
	font-size:9pt;	
	width:40px;
	background-color:#CDFD99;	
	color:#000;
	}

#calendDispos TD.date_complet{
	background-image:none;
	text-align:center;
	font-size:9pt;	
	width:40px;
	/*border:solid 1px #990000;*/	
	background-color:#FFC4C4;	
	color:#FF3E3E;	
	}

#calendDispos DIV.leg_dispo{
	text-align:center;
	font-size:7pt;	
	padding:1px 2px;
	float:right;	
	margin:6px 1px;
	/*border:solid 1px #066C04;*/
	background-color:#CDFD99;	
	color:#000;	
	}

#calendDispos DIV.leg_complet{
	text-align:center;
	font-size:7pt;
	padding:1px 2px;
	float:right;	
	/*border:solid 1px #990000;*/
	background-color:#FFC4C4;	
	color:#FF3E3E;	
	margin:6px 1px;
	}
	
#calendDispos P.maj{
	font-size:7pt;
	text-align:right;
	margin:5px 0;
	clear:both;	
	}
