body
{
	width: 856px;
	height: 599px;
	margin: auto;
	background-color: #38faf4;
}

img
{
	margin: 0px;
}

h1
{
	margin: 0px;
	margin-bottom: 20px;
	color: #38faf4;
	text-align: center;
}

#header
{
	width: 856px;
	height: 124px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#bord_gauche
{
	width: 49px;
	height: 418px;
	float: left;
	background-image: url(images/bord_gauche.png);
	background-repeat: no-repeat;
}

#bord_droit
{
	width: 47px;
	height: 418px;
	float: right;
	background-image: url(images/bord_droit.png);
	background-repeat: no-repeat;
}

#corps
{
	width: 760px;
	height: 418px;
	float: left;
	background-color: black;
}

#footer
{
	clear: both;
	width: 856px;
	height: 57px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#footer p
{
	color: #38faf4;
	margin: 0px;
	padding-top: 15px;
	text-align: center;
}
