/* CSS Document */
#calendDispos{
	display:block;
	margin:15px 10px;
	font-size:8pt;	
	width:480px;
	}

#calendDispos DIV.jour{
	text-align:center;
	font-size:7pt;	
	float:left;
	display:block;
	width:30px;
	height:10px;
	background-color:#999;	
	color:#FFF;	
	margin:1px;
	}

#calendDispos DIV.date_dispo{
	text-align:center;
	font-size:7pt;	
	float:left;
	display:block;
	width:30px;
	height:20px;
	line-height:20px;
	margin:1px;
	margin-bottom:6px;
	/*border:solid 1px #066C04;*/
	background-color:#CDFD99;	
	color:#000;
	cursor:pointer;
	}

#calendDispos DIV.date_complet{
	text-align:center;
	font-size:7pt;	
	float:left;
	display:block;
	width:30px;
	height:20px;
	line-height:20px;
	margin:1px;
	margin-bottom:6px;
	/*border:solid 1px #990000;*/	
	background-color:#FFC4C4;	
	color:#FF3E3E;	
	cursor:pointer;
	}

#calendDispos DIV.date_select{
	text-align:center;
	font-size:7pt;	
	float:left;
	display:block;
	width:30px;
	height:20px;
	line-height:20px;
	margin:1px;
	margin-bottom:6px;
	/*border:solid 1px #990000;*/	
	background-color:#000;	
	color:#FFF;	
	cursor:pointer;
	}

#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;	
	}

