#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: 30px;
  	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;  	
} 

#presentation{
	text-align: left;
	margin :0px;
	margin-left: 20px;
}

table {
	width:95%;
	margin: 30px 20px;
	margin-left: 40px;
}

table tr {
	height:30px;
}

.petitTitre {
  	text-align: left;
  	font-size: 14px;
	font-weight:bold;
	text-decoration:underline;
	height:50px;
}

.vide {
	width:5%;	
}

.description {
	text-align: left;
	font-size: 12px;
}

.lien {
  	text-align: left;
  	font-size: 12px;
}

