/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */
#calendar{
	color: black;
}

#calendrier {
	list-style: none;	
}

#libelle  td{
	color: Red;
	width: 11%;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	height : 30px;
}
.ligne {
	width: 11%;
	height : 50px;
	margin: 0 auto;
	padding: 2px;
	/*border:1px solid #A3C0D5;*/
	text-align: center;
	vertical-align: top;
	background-color:#E9F0F5;
	
} 
td #libelle  {
	float : left;
	width : 30px; 
	
}
td .ligne  {
	color: #000;
	float : left; 
	width : 30px; 
}

td.ligne  a:hover{
	list-style: none;
	text-decoration: none;
}
	


td.PasManif{
	vertical-align: top;
	border: 1px solid #6f809a;
	
}

td.empty{
	background-color: #fff;
}


#FlecheGauche{
	position: absolute;
	height: 15px;
	width: 14px;
	right: 430px !important;
	right: 470;
	top:35px;
	display: block;
	
	background: url('../images/arrow_left.png');
	background-repeat: no-repeat;
}
#FlecheGauche:hover {
	background: url('../images/arrow_left-a.png');
	background-repeat: no-repeat;
}
#FlecheDroite{
	position: absolute;
	left: 433px !important;
	left: 470px;
	top: 35px;
	height: 15px;
	width: 14px;

	background: url('../images/arrow_right.png');
	background-repeat: no-repeat;
}
#FlecheDroite:hover {
	background: url('../images/arrow_right-a.png');
	background-repeat: no-repeat;
}
.liste_mois{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 96%;
}
.liste_mois a{
	color: #fff;
}
.liste_mois a:hover{
	color: #000;
	background-color: #fff;
}
.Reserve{
	color: red;
}
.OptionResa{
	color: orange;
}
.mois{
	font-size: 100%;
}
.DateJour{
	color: red;
	font-weight: bold;
	background: #a3c3e0;
}
.DateJour a{
	color: red;
}
.DateJour a:hover{
	color: red;
	
}
.Date{
	background-color: #8091ab;
	font-weight: bold;
	color: white;
}
.Date a{
	color: white;
}
.Date a:hover{
	color: white;
}
