
#contenu {
	width:920px;
}

.actus{
	display:block; 
	position:relative; 
	width:445px; 
	overflow:hidden;
}
.bloc_actus {
	display:inline; 
	float:left; 
	width:435px; 
	height:180px; 
	background-color:#FFFFFF; 
	margin:5px 0px 5px 20px;
	overflow:hidden;
}

.titre_actus {
	width:420px; 
	background-color:#1B1D21; 
	margin:7px;
	font-size:14px;
}
.texte_actus {
	color:#1B1D21; 
	margin:2px 7px 2px 13px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
	overflow:auto;
	height:112px;
	width:410px;
}
.jointe_actus{
	display:block; 
	position:absolute; 
	bottom:7px; 
	right:7px; 
	color:#1B1D21; 
	height:23px;
	cursor:hand;
}
.texte_actus table{
    color:black;
}

