.actualite{
	color: #4A5764;
}
	.gauche_actu{
		float: left;
	}
		.lbl_actu{
			height: 30px;
			width: 200px;
			margin: 0 0 10px 15px;
			text-align: left;
			font-weight: bold;
		}
		.photo_actu{
			width: 200px;
			height: 140px;
			background-color: #86A4BC;
			margin: 0 0 15px 15px;
		}
	
	.desc_actu{
		float: left;
		width: 350px;
		text-align: justify;
		margin-left: 15px;
		margin: 0 15px 0 15px;
	}
	
	.footer_actu{
		clear: both;
		height: 40px;
		margin: 0 15px 15px 15px;
	}
		.footer_actu .dl_pdf{
			float: right;
			height: 20px;
			margin: 13px 0 0 5px;
		}
		.footer_actu img.pdf_icon{
			float: right;
			width: 40px;
			height: 40px;
		}
