#secteur {
margin: 20px 20px 50px 20px ;  
height:1%
}

#newser {
	margin-bottom: 50px;
	margin-top: 50px;
	background:#E6E6E6;
}

#newser h2 {
	background:url(image/arrierenoir.png);
	font-size:18px;
	font-family:tahoma;
	color:#F3F3F3;
	text-align : center;
}

#newser p {
	display:table;
	vertical-align:middle;
	padding:5px 0;
}

#newser img {
	padding-right:5px;
}

#newser  p span  {
/* attention  regle supplementaire pour IE dans ie.css */
	display:table-cell;
	vertical-align:middle;
}

#newser p span img {
/* attention  regle supplementaire pour IE dans ie.css */
}

#newser .droite {
	float:right;
}
#newser .gauche {
	float:left;
}


#apport {
	width:45%;
	float:left;
	background:#fff;
	 border:2px solid #F3F3F3; 
	min-height: 300px;  
}

#apport h2{
text-align : center;
	background:url(image/arrierenoir.png);
	height:26px;
	line-height:25px;
	font-size:13px;
	font-family:tahoma;
	color:#F3F3F3;
}


#avantage {
	float:right;
	width:45%;
	background:#fff;
	 border:2px solid #F3F3F3; 
	 min-height: 300px;  
}

#avantage h2 {
text-align : center;
	background:url(image/arrierenoir.png);
	height:26px;
	line-height:25px;
	font-size:13px;
	font-family:tahoma;
	color:#F3F3F3;
}

#description {
	margin-bottom: 50px;
	margin-top: 50px;
	clear:left;
}