@charset "utf-8";
/* CSS Document */
body {
	background-color:rgb(48, 69, 122) ;
}
#maintenance {
	width:600px ;
	height:300px ;
	margin:auto ;
	text-align:center ;
	border:solid grey 1px ;
	background-color:white ;
	margin-top:200px ;

}
.travaux {
	display:inline-block ;
	vertical-align:top ;
	height:100px ;
	line-height:100px ;
	font-size:22px ;
	font-weight:bold ;
}
.ulterieur {
	padding:30px ;
	font-style: italic;
	font-weight: bold;
}
img.attention {
	display:inline-block ;
	vertical-align:top ;
	margin-top:10px ;
}


	
	

