@charset "UTF-8";
/* CSS Document */



/* ---------------------------------------- */
/*                 CONTENU                  */
/* ---------------------------------------- */




/* ---------- ACTUALITÉS ---------- */
h4 { display: none; }
#actualites {
	float: left;
	padding: 1px; /* centre les actualités */
	margin-bottom: 10px;
}
#cleaner {
	clear: both;
}




/* ---------- ACTU ---------- */
.actu {
	width: 296px;
	height: 175px;
	float: left;
}
.img_actu:hover {
	border: #CCFF00 1px inset; !important
}

.img_actu {
	width: 295px;
	height: 115px;
	border: #E1E1E1 1px inset;
	background: #FFFFFF;
	margin-bottom: 2px;
}
h5, .h5 {
	text-align: right;
}