.pave_actualites {
	width:750px;
	height:120px;
	background-color: white;
		
}

.actualite_image {
	position: absolute;	
	margin-left: 5px;
	margin-top: 5px;
}

.actualite_image img{
	width: 140px;
	height: 110px;
	border:0px solid black;
}

.actualite_titre {
	position: absolute;
	height: 10px;
	background-image:url(./../images/carre.jpg);
	background-repeat:no-repeat;
	color: #1d5679;
	width: 450px;
	margin-left: 155px;
	margin-top: 5px;
	padding-left: 15px;
	font-weight: bold;
}

.actualite_texte {
	position: absolute;
	width: 600px;
	margin-left: 155px;
	margin-top: 22px;
	
}

.actualite_texte a{
	font-weight: bold;
}

.actualite_texte a:hover{
	color: #e68a00;
}

.espace_pub {
	background-image:url(./../images/espace_pub.png);
	background-repeat:no-repeat;
	width: 730px;	
	background-color:#ebebeb;	
	border:3px solid #999999;
}
.pub_texte {	
	padding:20px 5px 5px 5px;
	text-align:justify;	
}

.pub_lien a {

	font-size:10px;
	font-weight: bold; color:e68a00;
	
}

.pub_lien a:hover {

	text-decoration: underline; color:e68a00;
}



