.bloc_actus {
	display: inline;
	float: left;
	width: 710px;
	height: 1045px;
	background-color: #FFFFFF;
	margin: 5px 0px 5px 10px;
	overflow: hidden;
}

.actus{
	display:block; 
	position:relative; 
	width:710px; 
	/*height:150px;*/
}


.titre_actus {
	width:695px; 
	background-color:#1B1D21; 
	margin:7px;
	font-size:14px;
}
.texte_actus {
	color:#1B1D21; 
	margin:2px 7px 2px 13px;
	/*overflow:hidden;
	overflow:auto;
	height:212px;*/
	width:693px;
}
.jointe_actus{
	display:block; 
	position:absolute; 
	bottom:7px; 
	right:7px; 
	color:#1B1D21; 
	height:23px;
	cursor:hand;
}

