DIV.corps_calendrier{/* boite de tout le calendrier sauf titre */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	z-index: 10;
}
DIV.boite_hors_mois{/* aspect bloc jour en dehors du mois */

}
DIV.boite_dans_mois{/* aspect bloc jour du mois */

}
SPAN.mois_precedent{/* fleche titre mois precedent */

}
SPAN.mois_courant{/* fleche titre mois precedent */
}
SPAN.mois_suivant{/* titre du mois */

}
DIV.titre_calendrier{/* boite du titre bt navig. et mois */
text-align: center;font-family: Arial, Helvetica, sans-serif;font-size: 0.7em;
z-index: 10;}
DIV.titre_colone{/* noms des lour dans le calendrier */
margin-top: 5px;font-size: 0.7em;float: left;width: 14%;font-weight: bold;text-align: center;
}
DIV.boite_jour{/* aspect des bloc des jours*/
	height: 15px;
	width: 14%;
	float: left;
	text-align: center;
}

DIV.case_remplie{/* aspect bloc jour du mois AVEC ARTICLES */
	background-color: #ccc;
}

DIV.case_pas_remplie{/* aspect bloc jour du mois SANS ARTICLE */
	

}
DIV.info_evenement{
display: none;
}
