body {
           font-family : Verdana, Arial, Helvetica, sans-serif;
           font-size : 12px;
		   color: #939292 ;
           width : 1024px;
           background-color : #EDEDED;
           margin : auto;
      }
	  
  #background {
  	       background-image : url('images/background.png');
           background-repeat : repeat-y ;
  }

     #header {
           background-image : url('images/header.png');
           background-repeat : no-repeat;
           width : 1024px;
           height : 193px;
      }
     #header a {
           color : #FA018E;
           text-decoration : none;
      }
	  
     #header li {
           float : left;
           width : 65px;
      }
     #header ul {
           list-style : none;
           margin : 0;
           padding-top : 4px;
           padding-left : 325px;
      }
	  
	  #header h1 {
	       font-size: 20px;
           color: #000 ;	
           padding-top : 140px;
           padding-left : 315px;
      }

	  
		   
     #contenu  {
	       background-image : url('images/background.png');
           background-repeat : repeat-y ;

		  
           
      }
	  
	 #contenu p {
	  padding-top: 10px;
      padding-left : 315px;  
	  padding-right: 315px;
      }
	  
	 #contenu a {
                    color : #FA018E;
           text-decoration : none;  
      }
	  
	  #footer{
	       background-image : url('images/footer.png');
           background-repeat : no-repeat;
           width : 1024px;
           height : 68px;
	  }
	  
	  #footer p{
	  text-align: center;
	  }
	  
	  #footer a{
	                      color : #FA018E;
           text-decoration : none;  
	  }

	  
     
