body {
	background-color: #989898;
	margin: auto;
	width: 1100px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#corps{
	background-color: #202020;
	margin: auto;
}
#header {
	width: 100%;
	height: 205px;
	background-image: url(../images/header.jpg);
}
/* DEBUT DU MENU */
#menu {
	width: 311px;
	float: left;
	padding-top: 20px;
}
#menu .haut {
	width: 263px;
	height: 89px;
	background-image: url(../images/haut_menu.gif);
	margin: auto;
}
#menu .fond {
	width: 263px;
	background-image: url(../images/fond_menu.gif);
	margin: auto;
}
#menu .fond .gta_le-jeu {
	height: 50px;
	background: url(../images/menu_le-jeu.gif) no-repeat center;
	margin: 30px 0px 10px;
}
#menu .fond .gta_les-aides {
	height: 50px;
	background: url(../images/menu_les-aides.gif) no-repeat center;
	margin: 30px 0px 10px;
}
#menu .fond .gta_les-medias {
	height: 50px;
	background: url(../images/menu_les-medias.gif) no-repeat center;
	margin: 30px 0px 10px;
}
#menu .fond .les_partenaires {
	height: 50px;
	background: url(../images/menu_lespartenaires.gif) no-repeat center;
	margin: 30px 0px 10px;
}
#menu .bas {
	width: 263px;
	height: 113px;
	background-image: url(../images/bas_menu.gif);
	margin: auto;
}
/* FIN DU MENU */
/* DEBUT DU CONTENU */
#contenu {
	float: right;
	width: 789px;
	padding-top: 20px;
}
#contenu .publicite {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
#contenu #cadre_actu_reseau {
	width: 743px;
	height: 185px;
	background: url(../images/fond_cadre_actu_reseau.gif);
	margin: auto;
	margin-bottom: 20px;
}
#contenu #news {
	width: 743px;
	margin: auto;
	margin-top: 15px;
}
#contenu #news .haut {
	height: 49px;
	background-image: url(../images/haut_news.gif);
}
#contenu #news .fond {
	background-image: url(../images/fond_news.gif);
}
#contenu #news .bas {
	height: 28px;
	background-image: url(../images/bas_news.gif);
	margin-bottom: 10px;
}
/* FIN DU CONTENU */
#footer {
	width: 100%;
	height: 38px;
	background: url(../images/footer.gif) no-repeat;
	text-align: center;
	padding-top: 24px;
	clear: both;
}