
body, html {height : 100%}



body {
margin : 0 ; 
padding: 0;
background : #673A15 url(images/bg.gif); 
font-family : arial ; 
font-size : 80%}




#content {
position : relative ;
 width : 800px ;
 margin : 0 auto ; 
 height : 890px ;
 background : #FBB22E url(images/theme3.png) no-repeat ;
 color : #673A15 ;
 }




#header { 
position : relative ; 
width : 800px ; 
height : 260px;
margin : 0 auto ;   
background : url(images/header.png) no-repeat ; 
}




#center {
width : 800px ; 
background : transparent ;
overflow: auto;
padding : 0 0 70px  13px
 }




#sidebar {
float : left ; 
width : 220px ; 
background  : transparent ;  }


#sidebar ul {
position : relative ;
margin : 0 ;  
padding : 0px 27px ; 
list-style : none
}
#sidebar span  {
position : absolute ; 
left : -9999px;
top : -9999px ; 
}

#sidebar li a {
height : 59px;
display : block ; 
}

#AC {background : url(images/boot-accueil.png) no-repeat ; }
#VE {background : url(images/boot-vente.png) no-repeat ;}
#LO {background : url(images/boot-location.png) no-repeat;}
#CO {background : url(images/boot-contact.png) no-repeat;}





#contenu {
float : left ; 
width : 380px ;
padding : 0 10px 0 10px; 
background  : transparent ;
 }
 

 
 
#footer  {

background :  url(images/footer.png) no-repeat ;
position : relative ; 
width : 800px ; 
height : 110px;
margin : 0 auto ;    }
 



