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

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

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

#enteteTab {
  	border-bottom: solid 1px DarkGreen; 
}

#titre {
  	margin: 0px;
  	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;
} 

#sousTitre {
 	margin : 0px;
 	padding : 0px;
 	margin-top : 10px;
} 

.sousTitre {
 	margin : 2px;
 	padding : 0px;
 	font-size : 12px;
 	font-weight: bold;
} 

#noteSousTitre {
 	margin : 10px;
 	padding : 0px;
 	font-size : 10px;
} 

#tableau{
  	margin: 20px auto;;
}

.rang {
  	font-weight: bold;
  	text-align : left;
}

.nom {
  	text-align : left;
}

.cote {
  	text-align : right;
}

