 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
 
 /* Charte graphique
-------------------------------------------------------- */
#page {
	position: relative;
   width : 900px;
   margin : 0 auto;
   padding : 0;
   background: #fff;
	border: dotted 1px gray;
}

#top {
/* 	position: absolute; */
    background: White;
    color : Black;
    height: 170px;
    padding: 5px 0 0 0;
    margin : 0 9px;
	 font-size: 1.2em;
	 border-bottom: 2px solid #B22222;
}

#menu_top {
/*	position: absolute; */
/*	top: 5px; */
	height: 20px;
   padding: 5px 0 0 0;
   margin : 0 9px;
	background-color: #7CB0B3;
	border-bottom: 4px solid #F0E68C;
}

#menu {
	float: left;
	width: 150px;
	top: 10px;
   padding: 5px 0 0 0;
   margin : 5px 9px 0px 9px;	
	text-align: center;
}

#main {
	width: 700px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
    clear: both;
    margin: 1em 2px 0px 2px; 
/*   padding: 3px 10px 5px; */
/*    top: -178px; */
    color: White;
    background: #2F4F4F;
    text-align: left;
	 font-size: 10px;
	 height: 100px;
	 padding: 5px 2px 0px 0px;
}

#footer a:hover {
    color : White;
	 font-size: 10px;
}
#footer a {
    color : White;
	 font-size: 10px;
}

 