body,html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family:Arial,verdana,sans-serif;
}
body{
	position:relative;
	background-color:#dddddd;
	background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dddddd),color-stop(1, #bbbbbb)); /* Safari et Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#bbbbb'); /* IE6 et IE7 */
}
.maintenance{
	width:300px;
	height:150px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-75px 0 0 -150px;
	padding:10px;
}
.maintenance h1{
	position:relative;
	top:0;
	color:#839DB9;
	font-size:32px;
	z-index:2;
	padding:0;
	margin:0;
	text-shadow:1px 1px 1px #15477b;
}
.maintenance p{
	display:block;
	width:300px;
	padding:10px 0 0 0;
	position:absolute;
	text-align:center;
	z-index:2;
	color:#ffffff;
}
.maintenance .fond{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:1px solid #15477b;
	
	background-color:#15477b;
	background-image: -moz-linear-gradient(top, #839DB9, #15477b); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #839DB9),color-stop(1, #15477b)); /* Safari et Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#839DB9', endColorstr='#15477b'); /* IE6 et IE7 */
	
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
	z-index:1;
}
