

#container
{
	position: absolute;
	top: 20px;
	 left: 0;
	width: 100%;
}
BODY
{
	padding: 0px;
	margin: 0px;
	background-image: url(../images/fond_index.png);
	background-repeat: repeat;
	margin-top: 0px;
}

#nav_image
{
	position: absolute;
	top: 70%;
	width: 100%;
	margin: 0 0 0 0;

}