#divEvenement {
	display : block;
	azimuth : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 10px 10px 10px 10px;
	padding : 5px 5px 5px 5px;
	border-style : solid;
	border-width : 1px;
	border-color : #FFFFFF;
}
.EvtLibelleDate {
	color : #CADBF7;
	font-size : 10px;
	font-weight : bold;
}
.EvtTitre {
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
}
.EvtResume {
	color : #FFFFFF;
	font-size : 10px;
}
.EvtLien {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
}
.EvtLien:HOVER {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : underline;
}