#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;  
}

#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;
} 

#tableau {
  	margin: 20px auto;
	text-align:left;
}

.texte {
	text-align:left;
	margin:0;
	margin:20px 20px;
	
}

.resultat {
  	font-weight: bold;
  	text-align : center;
}

.totaux {
  	font-weight: bold;;
}

#menu #sousMenu a {
	display:inline-block;
	margin:0px;
	padding:0px;
	margin-left:9px;
	margin-top:0px;
	color:White;
	text-decoration:none;	
}

#menu #sousMenu .premier {
	margin-left:15px;
}

