DIV.corps_calendrier{
width:163px;
margin-left:10px;
}

DIV.boite_hors_mois{
	
}

DIV.boite_dans_mois{

}

SPAN.mois_precedent a{
color:#bfce00;
text-decoration: none;
font-weight: bold;
}

SPAN.mois_courant{
color:#000000;
/*font-weight:bold;*/
text-transform: uppercase;
}

SPAN.mois_suivant a{
color:#bfce00;
text-decoration: none;
font-weight: bold;
}

DIV.titre_calendrier{
	text-align: center;
}

DIV.titre_colone{
	margin-top: 15px;
	font-size: 11px;
	float: left;
	width: 22px;
	height: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #73766f;
	border: 1px solid #ffffff;
	border-left: none;
	border-bottom: none;
	text-transform: uppercase;
}

DIV.boite_jour{
	width: 22px;
		font-size: 10px;
	height: 13px;
	border: 1px solid #ffffff;
	border-left: none;
	border-bottom: none;
	float: left;
	text-align: center;
	background-color: #73766f;
  	font-weight: bold;
}
DIV.boite_jour a{
  color : #ffffff;
  text-decoration: none;
}
/* hack ie*/
/* .case_remplie a:hover{
	display:inline;
}
DIV.case_remplie a:hover{
display: block;
width: 20px;
  border: 1px solid #000000;
  height: 10px;
}*/

DIV.case_remplie{
	background-color: #bfce00;
}
DIV.case_remplie:hover{
width: 20px;
  border: 1px solid #000000;
  height: 12px;
}
DIV.case_pas_remplie{
background-color: #aeb5a4;

}

DIV.info_evenement{
	display: none;
}
