html, body {
	margin : auto;
	padding : 0;
	border : 0;
	}


#page {
	float : left;
	height : 600px;
	width : 800px;
	background: url(../img/construction/fond.jpg) no-repeat center;
	}

#construction {
	float : left;
	margin-left : 530px;
	margin-top : 355px;
	width : 175px;
	height : 25px;
	background: url(../img/construction/construction.jpg) no-repeat center;
	}

#contact {
	float : left;
	margin-left : 530px;
	margin-top : 5px;
	width : 175px;
	height : 25px;
	background: url(../img/construction/contact_01.jpg) no-repeat center;
	}

#contact:hover {
	background: url(../img/construction/contact_02.jpg) no-repeat center;
	}

#mailto {
	float : left;
	width : 175px;
	height : 25px;
	}

