
/*enl�ve toutes les marges que les navigateurs mettent par d�faut*/
*{ margin: 0;padding: 0; }

body {
	font-family : 'Lucida Grande',Arial,Helevetica,sans-serif;
	color:#000;
	font-size: 76%; /* Resets 1em to 10px */
	margin:0;
	padding:0;
	text-align:center;
	background:#000;
}

#Maintenance {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	width:75%;
	text-align:center;
	border:1px solid #000;
	padding:35px 0;
	margin: 5% 10%;
	background:#fff;
}

#Maintenance .Titre {
	font-size:25px;
	font-weight:bold;
	color:#fac020;
}

#Maintenance .Contenu {
	font-size: 12px;
	padding: 0px 40px;
}

#Maintenance .logo {
	text-align: right;
	margin: 0 80px ;
}

#Maintenance .logo img {
	border:0;
}