 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 #CD853F;
}

#menu_top {
/*	position: absolute; */
/*	top: 5px; */
	height: 20px;
   padding: 5px 0 0 0;
   margin : 0 9px;
	background-color: #CCCC99;
	border-bottom: 4px solid #FF6347;
}

#menu {
	float: left;
	width: 150px;
	top: 10px;
   padding: 5px 0 0 0;
   margin : 5px 9px 0px 9px;	
	text-align: right;
}

#main {
	width: 718px;
	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: Black;
    text-align: right;
	 font-size: 10px;
	 height: 25px;
	 padding: 5px 2px 0px 0px;
}

#footer a:hover {
    color : White;
	 font-size: 10px;
}

