/*///// news //////*/

#content_news {
	width: 245px;
	float:left;	
}

#lesNews {
	border-right: 1px solid #999999;
    height: 368px;
    overflow: auto;
    padding-right: 5px;
}

.news {
	margin-bottom:20px;	
}

.newsTitre {
	font-family:Tahoma;
	font-size:19px;		
}

.newsDate {
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px;
	color:#50B848;
}

.newsTexte {
	font-size:13px;
	color:#666;
}

/*/////// services /////*/
#contentServices {
	float: left;
    padding-left: 10px;
    width: 750px;
}

.serviceL {
	width:175px;
	float:left;	
	margin-right: 16px;
}

.serviceR {
	width:175px;
	float:right;	
}

.serviceTexte {
	font-size:13px;
	color:#666;
	height: 150px;	
}