* {
	margin: 0px;
	padding: 0px;
}

.contenu{
    position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -295px; 
    margin-left: -505px;
}

#siteoffline{
	width:1008px;
	height:590px;
	position:relative;
	background-image:url("siteoffline_fond.jpg");
	background-repeat:no-repeat;
	font-family : "Bauhaus Light";
	font-weight:bold;
	font-size: 20px;
	color:#660066;
}

#texteoffline{
	position:relative;
	width:300px;
	height:200px;
	left:300px;
	top:400px;
}

a.retour{
	font-family : "Bauhaus Light";
	font-size: 20px;
	padding:2px;
	padding-top:0px;
	padding-bottom:3px;
	color:#660066;
	background-color:#A3FF58;
	vertical-align:top;
	height:20px;
	width:auto;
	display:block;
	border-width:2px;
	border-color:#660066;
	border-style:solid;
}
