@charset "UTF-8";
/* CSS Document */

body {
	background-color:#E9E9E9;
	font-family: Verdana, sans-serif;
	color:#09306f;
	text-align: center;
}

#main {
	background-color:#FFF;
	background:url(fond.jpg);
	
	border:2px solid #09306f;
	border-radius:10px;
	position:absolute;
	width: 30em;        /* selon la largeur voulue */
	margin-left: -15em;  /* moitie de width */
	left: 50%;          /* constant, toujours 50% */
	height: 30em;       /* selon la quantite de texte */
	margin-top: -15em;   /* moitie de height */
	top: 50%;           /* constant, toujours 50% */
}

#logo {
	margin-top: 50px;
	padding-left:60px;
	
}

#title {
	font-size:15px;
	margin-top: 40px;
	padding-left:40px;
	color:#848483
	}


#construction {
	font-size:20px;
	margin-top: 40px;
	padding-left:40px;
	color:#08316F
	}

#contact {
	font-size:15px;
margin-top: 40px;
padding-left:40px;
	}
