body {
	background-color: #993300;
	text-align: center;
	margin: 0;
}
	
#conteneur {
	width: 780px;
	height: 670px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(img/background.jpg) top center no-repeat;
	border: 0px solid black;
}

#center {
	width:780px;
	margin-top: 0px;
	position: relative;
	background-color: none;
	text-align: left;
}

html>body #center{
	margin-left: 20px;
}



#footerindex {
	top: 570px;
	left: 0px;
	width:780px;
	height: 86px;
	background: url(img/footer.jpg) top center no-repeat;
	position: absolute;
	text-align: left;
}

#menugauche {
	top: 420px;
	left: 160px;
	width: 183px;
	height: 55px;
	position: absolute;
	font: 14px verdana, arial, lucida, helvetica, sans-serif;
	color: #f33000;
}

#menudroite {
	position: absolute;
	top: 420px;
	left: 400px;
	width: 350px;
	height: 200px;
	font: 14px verdana, arial, lucida, helvetica, sans-serif;
	color: #f33000;
}

p.menugauche {
font-family: Lucida grande, Verdana, Arial, Helvetica, sans-serif;
margin: 5px 0px 12px 0px;
font-size: 14px;
text-align: right;
color:	  #f33000;
}

p.menudroite {
font-family: Lucida grande, Verdana, Arial, Helvetica, sans-serif;
margin: 5px 0px 12px 0px;
font-size: 14px;
text-align: left;
color:	  #f33000;
}