body {
    background-color:black;      
	background-position:50% 50%;
    	background-image:url(images/fond.jpg);
	background-attachment:fixed;
    	background-repeat:no-repeat;
	}    
    #conteneur {
      position:absolute;
	left: 50%; 
      top: 50%;
      width: 1000px;
      height : 600px;
      margin-top: -300px; /* moitié de la hauteur */
      margin-left: -500px; /* moitié de la largeur */
      text-align: left;
	background-color:black;      
        }
    #menu {
      position : absolute;
      top : 0px;
      left : 3px;
      width: 160px;
      height : 600px;
      }
    #corps {
      position : absolute;
      width: 835px;
      height : 600px;
      top : 0px;
      left : 165px;
      overflow : auto;
      padding : 0px
      }
    #pied {	
  	position : absolute;
	width: 200px;
      top : 580px;
      left : center;
      text-align: center;
}
