#contenu {
  	clear: both;
  	min-height: 800px;
  	background-color: White;  
}

#annoncesGoogle {
  	margin-top: 20px;
  	text-align: center; 
}

#pourtour {
  	margin: 20px 60px;
	border: solid 1px DarkGreen;
 	padding-bottom: 60px;  	  
  	text-align: center;  
}

#titre {
  	margin: 0px;
	margin-bottom: 60px;
  	height: 18px;
  	font-size: 14px;
  	font-weight: bold;
  	color: White;
  	text-align: center;
  	border-bottom: solid 1px DarkGreen;
 	/*background-color: DarkGreen; (en fait #337547)*/
  	background-image: url(../images/arrPlanVert.jpg); 
  	background-position: center center;
  	background-repeat: repeat-x;  	
} 

.document {
  	margin-left: 30px;
  	margin-top: 30px;
  	text-align: left;
  	font-size: 14px;
}

