body{
	background-color: #000033;
	color:#FFFFFF;
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{ font-size:16px; font-weight:bold;}
h2{}
h3{ font-size:18px; font-weight:bold;}

#conteneur-page{ width:700px; margin: 0 auto;}

#head{
	background-image: url(images/head.jpg);
	height: 280px;
	width: 700px;
	position: relative;
}

#menu{
	position:absolute;
	bottom: 10px;
	width:700px;
	text-align:center;
}

#menu a{
	color:#FFFFFF;
	font-size: 18px;
	background-color: #000066;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #666699;
}

#menu a:hover{
	color:#FFFFFF;
	background-color: #000033;
}

#millieu{
	background-image: url(images/contenu-milieu.jpg);
	background-repeat: repeat-y;
	width: 700px;
}

#millieu-haut{
	background-image: url(images/contenu-haut.jpg);
	background-repeat: no-repeat;
	width: 700px;
	background-position: top;
}

#millieu-bas{
	background-image: url(images/contenu-bas.jpg);
	background-repeat: no-repeat;
	width: 700px;
	background-position: bottom;
}
#millieur-contenu{
	width: 680px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#millieur-contenu a {
	color:#FFFFFF;
	font-weight: bold;
}
#footer{
	line-height: 40px;
	background-image: url(images/footer.jpg);
	height: 40px;
	width: 700px;
	text-align: center;
}
.formulair-max{ width:600px;}

