/* CSS Document */
#body #entete {
	height: 200px;
	width: 968px;
	margin: auto;
	background-image: url(images/fond_entete_2011.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#body #entete #prochain_match #fond {
	height: 108px;
	width: 382px;
	left: auto;
	right: auto;
	text-align: center;
	background-image: url(images/fond_matchalaffiche_2011.gif);
}


#body #site {
	width: 968px;
	height: auto;
	background-color: #FFFFFF;
	float: left;
}
#body #site #club {
	width: 968px;
	float: left;
	margin-bottom: 20px;
}

#body #site #club td {
	text-align: left;
}
#body #site #club ul {
	margin-left: 20px;
}

#body #site #club #zone_G {
	width:400px;
	margin-top: 20px;
	float: left;
	padding-left: 100px;
}
#body #site #club #zone_D  {
	width:350px;
	margin-top: 20px;
	float: right;
	padding-right: 50px;
}
