<html>
<head>
<title>AB Comm' - agence Web vend�enne</title>
<style type="text/css">
@font-face {
    font-family: 'FuturaBold';
    src: url('typo/futura-bold.eot');
    src: url('typo/futura-bold.eot') format('embedded-opentype'),
         url('typo/futura-bold.woff') format('woff'),
         url('typo/futura-bold.ttf') format('truetype'),
         url('typo/futura-bold.svg#FuturaBold') format('svg');
}

#hp {
	width:800px;
	height:300px;
	border: 1 px solid black;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-200px;
	margin-left:-400px;
	color:black;
	font-family:FuturaBold;
	font-size:30px;
	text-align:center;
	padding-top:100px;
}
</style>
</head>
<body>
	<div id="hp">Bonjour et bienvenue sur le site d'AB Comm<br />
	Notre site est actuellement en reconstruction.<br />
	Vous pouvez nous contacter <a href="mailto:aurelien@ab-comm.fr">au mail suivant</a>.</div>
</body>
</html>