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

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

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

#pourtour {
  	margin : 20px 20px;
  	border: 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;
} 

#messageAucun {
  	margin-left: 20px;
  	margin-top : 20px;
  	font-weight: bold;
  	font-size : 12px;
  	color : red;  
}

.entete {
  	margin-left: 10px;
  	margin-top : 20px;
  	font-weight: bold;
  	font-size : 14px;
  	color : green;
}

.date {
  	font-size : 12px;
  	font-weight: bold;
  	margin-left: 20px;
  	margin-top : 20px;
  	margin-bottom : 0px;
}

table {
  	margin-left: 20px;
}
.colNoms {
  	width: 195px; 
}

.colCotes {
  	width : 48px;
}

.colResultats {
  	width : 24px;
}

.colTotaux {
  	width : 48px;
}

.caseX {
  	background-color: LightGray;
  	font-weight: bold;
}

.petit {
  	font-size: 8px;	
}

.left {
  	text-align: left
}

.center {
  	text-align: center
}

.separation {
  	width : 3px;
  	background-color: green;
}

hr {
	margin-left: 60px;
 	margin-right: 100px;
}

