/*---- BODY ------------------------------------------------------------------------------------------------------------*/
	body {
		width: 100%;
		height: auto;
		font: normal 12px arial;
		color: #000000;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: center;
		background: #c3c3c5 url('images/fd_body.jpg') top center repeat-x;
	}
/*---- DIVER -----------------------------------------------------------------------------------------------------------*/
	div.spacer {
		clear: both;
	}
/*---- CONTAINER -------------------------------------------------------------------------------------------------------*/
	div.container {
		width: 998px;
		/*min-height: 754px;*/
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
/*---- BANNER ----------------------------------------------------------------------------------------------------------*/
	div.banner {
		width: 998px;
		height: 39px;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		text-align: center;
	}
		div.banner h1.titre {
			margin: -37px 0 0 0;
			padding: 0 0 0 0;
			color: #ffffff;
			font: normal 27px Helvetica, Arial, sans-serif;
		}
/*---- CONTENU ---------------------------------------------------------------------------------------------------------*/
	div.contenu {
		width: 998px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		text-align: center;
	}
		div.contenu h2.makeyourchoice {
			margin: 100px 0 70px 0;
			padding: 0 0 0 0;
			color: #868686;
			font: normal 23px Helvetica, Arial, sans-serif;
		}
		div.contenu h2.construction {
			margin: 20px 0 70px 0;
			padding: 0 0 0 0;
			color: #868686;
			font: normal 23px Helvetica, Arial, sans-serif;
		}
		
		div.contenu div.logo {
			width: 450px;
			height: auto;
			margin: 50px auto 0 auto;
			padding: 0 0 0 0;
			text-align: center;
		}
		
		div.contenu div.restaurant_japonais {
			width: 470px;
			height: auto;
			margin: 0 0 0 64px;
			padding: 0 0 0 0;
			float: left;
			text-align: left;
		}
		div.contenu div.fastfood_japonais {
			width: 300px;
			height: auto;
			margin: 0 143px 0 0;
			padding: 0 0 0 0;
			float: right;
		}
		
		div.contenu a.resto_bordeaux {
			width: 353px;
			height: 165px;
			margin: -310px 0 0 0;
			padding: 0 0 0 0;
			display: block;
			z-index: 10000;
			background: url('images/restaurant_bordeaux.png') top center no-repeat;
		}
		div.contenu a.resto_orleans {
			width: 325px;
			height: 210px;
			margin: 120px 0 0 125px;
			padding: 0 0 0 0;
			display: block;
			z-index: 1000;
			background: url('images/restaurant_orleans.png') top center no-repeat;
		}
		div.contenu a.fastfood_orleans {
			width: 297px;
			height: 185px;
			margin: 50px 0 0 0;
			padding: 0 0 0 0;
			display: block;
			background: url('images/fastfood_orleans.png') top center no-repeat;
		}
/*---- FOOTER ----------------------------------------------------------------------------------------------------------*/
	div.footer {
		width: 998px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		text-align: center;
	}
	
