#TableauCalendrier{
	margin : 0px;
  
}

#TableauCalendrier .case{
	
	text-align		:	center;
	vertical-align	:	middle;
	
	width            : 22px;
	height           : 25px;
	padding          : 1px 3px;
  
}

.NavMois, .NavMois A:link, .NavMois A:visited, .NavMois A:hover, .NavMois A:active{

	/*color       : #FF0018;*/
	color       : #FFFFFF;
	font-family : Arial;
	font-size   : 15px;
	font-style  : normal;
	text-decoration:underline;

	margin-left: 0px;

}

.trMois{
	
	background-color : #006FB4;
	height:22px;
	overflow:hidden;
  
  text-align       : center;
  vertical-align   : middle;
  
  padding          : 0px;

}

.trJour{
	background-color : #ffffff;
}

.tdMois{
  
  text-align       : center;
  vertical-align   : middle;
  
  height           : 0px;
  padding          : 0px;

}

.Mois{

	/*
	color       : #000000;
	color       : #FFFFFF;
	*/
	color       : #FFFFFF;
	font-family : Arial;
	font-size   : 12px;
	font-style  : normal;
	font-weight : bold;

	text-decoration : none;

	margin-left: 0px;

}

.Jour{

	/*color       : #000018;*/
	color       : #000000;
	font-family : Arial;
	font-size   : 12px;
	font-style  : normal;
	font-weight : bolder;

	text-decoration : none;

	margin-left: 0px;

}

.tdJour{
	
	border-bottom:#000000 solid 1px;

}

.MoisPrec, .MoisPrec A:link, .MoisPrec A:visited, .MoisPrec A:hover, .MoisPrec A:active{

	color			: #CCCCCC;
	font-family : Arial;
	font-size   : 10px;
	font-style  : normal;
	font-weight : bolder;

	margin-left: 0px;
	text-decoration:none;

}

.MoisActu, .MoisActu A:link, .MoisActu A:visited, .MoisActu A:hover, .MoisActu A:active{

	color       : #000000;
	font-family : Arial;
	font-size   : 10px;
	font-style  : normal;
	font-weight : bolder;

	margin-left: 0px;
	text-decoration:none;

}

.MoisSuiv, .MoisSuiv A:link, .MoisSuiv A:visited, .MoisSuiv A:hover, .MoisSuiv A:active{

	color       : #CCCCCC;
	font-family : Arial;
	font-size   : 10px;
	font-style  : normal;
	font-weight : bolder;

	margin-left: 0px;
	text-decoration:none;

}

.tdAujourdhui{

	background-color:#FFFF99;

}

.tdRecherche{
	
	border:#FF0033 solid 1px;

}
