@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#4E4E4E;
	width:800px;
	margin:0;
/*	text-align:center;
*/}
#page{
	position:relative;
	width:800px;
	height:600px;
/*	margin-left:30%;
*/	left:50%;
	top:0;
	margin-right:auto;
	margin-top:0%;
	margin-left:-150px;
}
#fond{
	background-image:url(images/fond.jpg);
	width:800px;
	height:600px;
	z-index:0;
}
#fond2{
	background-image:url(images/fond-contact.jpg);
	width:800px;
	height:600px;
	z-index:1;
}
#bouton1{
	position:absolute;
	left:-30px;
	top:200px;
	width:160px;
	height:45px;
	z-index:1;
}
#bouton2{
	position:absolute;
	left:-10px;
	top:294px;
	width:160px;
	height:45px;
	z-index:1;
}
#bouton3{
	position:absolute;
	left:-20px;
	top:247px;
	width:160px;
	height:45px;
	z-index:1;
}
#bouton4{
	position:absolute;
	left:-40px;
	top:153px;
	width:160px;
	height:45px;
	z-index:1;
}
#roofline{
	position:absolute;
	left:480px;
	top:0px;
	width:320px;
	height:100px;
}
#contact{
	position:relative;
	left:190px;
	top:-30px;
	width:auto;
	height:auto;
	z-index:1;
}
