#cadreActus {
	position:relative;
	float:left;	
	width:490px;
	height:385px;
}

 

.blocTexte {
	position:relative;
	float:left;	
	width:380px;
}

.posBlocActuPlus {
	position:relative;
	float:left;
	padding-right:12px;
	padding-top:20px;
}

#titreActu {
	position:relative;
	float:left;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#FA9602;
}

#dateActu {
	position:relative;
	float:left;
	padding-left:5px;
	padding-bottom:15px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#AAAAAA;
}

.ligneActu {
	position:relative;
	float:left;
	width:645px;
}

.zoneDateActu {
	position:relative;
	float:left;	
	width:100%;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}

.zoneTitreActu {
	position:relative;
	float:left;	
	width:100%;
	line-height:12px;
	padding-bottom:10px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#01446F;
}

.zoneDescriptionActu {
	position:relative;
	float:left;	
	width:100%;
	line-height:12px;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

.zoneSuiteActu {
	position:relative;
	float:right;
	width:60px;
	height:20px;
	background-image:url(../images/fond-bouton.gif);
	background-repeat:no-repeat;
	background-position:top left;
}	

.intituleBtnSuiteActu {
	position:relative;
	float:left;
	width:100%;
	padding-top:1px;
	text-align:center;
}

a.lienSuiteActu:visited, a.lienSuiteActu:link, a.lienSuiteActu:active, a.lienSuiteActu:hover {
	text-align:center;
	font-family:Arial;
	font-size:10px;
	font-weight:normal;
	color:#235D82;
	text-decoration:none;
}

.posVignette {
	position:relative;
	float:left;
	padding-top:15px;
	padding-left:15px;
}

.posSeparationArticle {
	position:relative;
	float:left;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:35px;
}

.separationArticle {
	position:relative;
	float:left;
	width:525px;
	height:1px;
	font-size:0px;
	background-image:url(../images/pointille-article.gif);
	background-repeat:repeat-x;
	background-position:top left;
}


