     html,body {
    color:#424141; 
    background-color:#006CBF;    
    margin:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;  
    }   
    #conteneur{   
    width:968px;
    height:auto;
    background-image:url("../images/bg.jpg");
    background-repeat:repeat-y; 
    margin-right:auto;
    margin-left:auto;		
    } 
    #header{   
     width:968px;
     height:270px;
     background-image:url("../images/header.jpg");
     background-repeat:no-repeat; 
    }
    #titre_logo
       {
	  position:absolute;
	  margin-left:38px;
	  top:81px;
	  width:180px;
	  text-align:center;
	  font-family:arial;
	  font-size:11px;
	  font-weight:bold;
	 } 
	 #mention{
	 color:#FFFFFF;	
	 font-size:11px;
	 }
    #haut_menu{
	  width:225px;
     height:15px;
     background-image:url("../images/haut_menu.jpg");
     background-repeat:repeat-y;
	 }	
    #title{
	 width:633px;
     height:23px;
     background-image:url("../images/title.jpg");
     background-repeat:no-repeat; 
	 color:#0158A1;
	 font-size:15px;
	 font-weight:bold;
	}	 
	 #mi_menu{
	  width:225px;
     height:auto;
     background-image:url("../images/mi_menu.jpg");
     background-repeat:repeat-y;
	 }
	 #legende{
	 position:absolute;
	 color:#D33934;
	 font-weight:bold;
	 margin-top:-55px;
	  margin-left:55px;
	 }
	 .small{
	 color:#6C6C6C;
	 font-size:10px;
	 }
	 .menu{
	 color:#6C6C6C;
	 text-decoration:none;
	 font-weight:bold;
	 }
     .lien_boutique{
	 color:#FFFFFF;
	 text-decoration:none;
	 }	 
    .titre{
    font-size:12px;
    font-weight:bold;
    color:#FF991D;
    text-decoration:none;
    }    
    #bottom{
     width:968px;
     height:63px;
     background-image:url("../images/bottom.jpg");
     background-repeat:no-repeat;  
    }
   