body
{
	background-color:black;
	background-image:url("../images/fond3.jpg");
	background-position:center 100px;
	background-repeat:no-repeat;
}
#fond
{
	background-image:url("../images/fond.png");
	width:1200px;
	height:660px;
	margin:auto;
	margin-top:100px;
}

#footer
{
	width:1200px;
	height:63px;
	background-image:url("../images/footer.png");
	margin:auto;
	color:white;
	margin-top:80px;
}
#footer h2
{
	text-align:center;
	text-shadow: 1px 1px 1.5px white;	
	padding-top:15px;
}
