.actu
{
	width:960px;
	min-height:450px;
	margin-top:30px;
	background:url('../images/background2.png');
}
.title_actu
{
	padding:10px;
}
.block_actu
{
	width:940px;
	min-height:100px;
	height:auto;
	margin:5px auto;
	background: rgba(255,255,255,0.4);
	padding-top:5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	border-bottom:1px solid #dddddd;
}

.block_actu:hover
{	
	background:#dddddd;
}
.msg_actu
{
	padding-left:15px;
} 
.img_actu
{
	
	width:100px;
	height:100px;
	
}
.img_actu img 
{
	max-width:100px;
	max-height:100px;
}
.decal_actu
{
	margin-left:130px;
	margin-top:-100px;
}