html, body {
margin : 0; 
padding : 0; 
height: 100%;

} 

dt, dl, dd, ul, li {
list-style-type : none; 
margin : 2px 10px 2px 2px; 
padding : 0; 
} 



a {
color: #8AB5DF;
}


a:link 
  {color: #4A2F22; 
  text-decoration: none; 
  background-color: transparent ;
  font-weight: bold;
  }
a:visited 
  {color: #4A2F22; 
  text-decoration: none; 
  background-color: transparent ;
  font-weight: bold;
  }
a:hover 
  { color: #4A2F22; 
  text-decoration: none; 
  background-color: none }
a:active 
  { color: #4A2F22; 
  background-color: transparent }
  
  
p {
margin : 0; 
padding : 0; 
}



				
/* contenant*/
#conteneur {
position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 560px;
     margin-top: -280px; /* moitié de la hauteur */
     margin-left: -400px; /* moitié de la largeur */
	 background-color: #ECEADD;

	 }


#contenus {
position:absolute;
width: 800px;
height: 600px;
margin-top: 0px; 
margin-left: 0px;
}

    #arriere {
          width : 100%;
          height : 100%;
          position : relative;
		  }
		  
		  
/* menuflash*/
#menu {
position:absolute;
width: 800px;
height: 38,9px;
margin-top: 0px; 
margin-left: 0px;
background-color: #FFFFFF;
}


/* bas de page*/
#footer {
				position: absolute;
				bottom: 0;
				padding: 10px;
				width: 100%;
				text-align: center;
			}
#footer h1 {
	color: #fff;
	padding-bottom: 0;
}

#footer a, #footer a:visited {
}

#footer a:hover {

}
