@charset "utf-8";
/* CSS Document */

.conteneur{
	position: absolute;
	left: 50%;
	width: 1024px;
	height: 768px;
	margin-left: -512px;

}

.banniere{
	position:absolute;
	width: 1024px;
	height: 158px;
	left: 0px;
	top: 0px;
}

.menu{
	position:absolute;
	width: 231px;
	height: 245px;
	top:158px;
	left: 0px;
}

.contenu{
	position:absolute;
	width: 793px;
	height: 540px;
	left: 231px;
	top: 158px;
	background-color: #140404;
}

.photo{
	position:absolute;
	width: 231px;
	height: 366px;
	left: 0px;
	top: 402px;
}


.footer{
	position:absolute;
	width: 566px;
	height: 32px;
	left: 231px;
	top: 695px;
}

