.calendrier{
	margin-left: 8px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.jour,.libelleJour div{
	width:23px;
	height:23px;
	line-height:23px;
	text-align: center;
	float:left;	
	margin-bottom:2px;
	margin-left: 1px;
	font-size: 11px;
	font-weight: bold;
}
.libelleJour{
	color: #707070;	
}
.jour{
	color: #DDDDDD;	
}

.mois{
	width: 190px;
	height: 213px;
	background:url(../images/cal.png) no-repeat;
	float:left;
	margin-left:1px;
	margin-bottom:6px;
	padding-left: 19px;
}
	.mois h3{
		color: #333333;
		margin: 0;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		padding-top: 11px;
		width: 171px;
		font-family: Georgia, Arial, Helvetica, Geneva;
		/*margin-bottom: 5px;*/
	}

.dispoD,.etatD .dispoEtat{
	background-color: #5dd130;
}
.dispoL,.etatL .dispoEtat{
	background-color: #c14088;
}
.dispoF,.etatF .dispoEtat{
	background-color: #cac5c5;
}
.dispoLegende{
	background: url(../images/bgDispo.jpg) center bottom no-repeat;
	padding-bottom: 20px;
	color: #838383;
}
.dispoLegendeItem{
	padding-left: 69px;
	padding-top: 21px;		
}
.dispoLegendeItem,.dispoLegendeItem div{
	float: left;
}
	.dispoEtat{
		width: 14px;
		height: 14px;
		margin-right: 3px;
	}

.dispoNavigation{
	float: right;
	margin-right: 22px;
}
	.dispoNavigation a{
		color: #868686;
	}
	.navActive a{
		color: #f39700;
	}
	.dispoNavigationPrec,.dispoNavigationSuiv{
		float: left;
	}
	.dispoNavigationSuiv{
		margin-left: 27px;
	}
	

