body, html {
height : 100%
}

body {
margin : 0 ; 
padding  : 0 ;
background : #8B4603 ; 
font-family : arial ; 
font-size : 0.6em ; 
color : #959595 ; 
}

/* WEBSITE
*******************************************************/ 
 
#site {
width : 800px ;
margin : 0 auto ; 
min-height : 100% ; 
background : #3C3C3C url(images/site/bg_content.jpg) repeat-y ;
overflow : auto ; 
}
 
/* HEADER
*******************************************************/
 
#header {height : 199px ;
background : #3C3C3C url(images/site/top.jpg) no-repeat ;
}
 
/* MENU
*******************************************************/
 
#menu {
height : 54px;
background : #3C3C3C url(images/site/bg_menu.jpg) repeat-x ;
}
 
#menu ul {
list-style : none ; 
margin : 0 0 0 10px ;
padding : 0 ;
}

#menu li {
float : left ;
}
 
#menu li a {
color : #fff ;
height : 54px ; 
line-height : 54px ; 
padding : 0 20px ;
display : block ; 
text-decoration : none ; 
font-weight : bold ; 
}
 
#menu li a:hover {
background : #000 ;
color : #fff; 
text-decoration : underline ;
}
 
/* GAUCHE
*******************************************************/ 
 
#gauche {
float : left ; 
width : 390px ;
}
 
#gauche img {
float : left ; 
margin : 0 10px 0 0 ; 
}
 
#gauche  h2 {
background :#1B1B1B url(images/site/bg_h2_gauche.jpg) repeat-x ;
margin : 0;
padding : 0 0 0 20px;
font-size : 1.5em ; 
height : 37px;
line-height : 37px ; 
}
   
#gauche  h3 {
margin : 0;
padding : 0 0 0 20px;
font-size : 1.5em ; 
height : 37px;
line-height : 37px ; 
color : #8B9603 ;
text-transform : uppercase ;  
}
   
#gauche .post_news {
background :#3C3C3C ; 
padding : 5px 20px; 
}
 
#gauche .post_news2  {
background :#222222 ; 
padding : 5px 20px; 
}
   
/*  DROITE
*******************************************************/  
   
#droite h3 {
margin : 0 0 10px 0;
padding : 20px 0 0 20px;
font-size : 1.5em ; 
color  : #8B4603 ; 
text-transform : uppercase ; 
}
   
#droite {
float : left ; 
width : 385px ;
background : #1B1B1B ; 
}
 
#droite img {
float : left ; 
margin : 0 10px 0 0 ; 
}
 
#droite  h2 {
background :#363636 url(images/site/bg_h2_droite.jpg) repeat-x ;
margin : 0;
padding : 0 0 0 10px;
font-size : 1.5em ; 
height : 37px;
line-height : 37px ; 
}
   
#droite  p {
padding : 0 20px ;
margin : 0 0 10px 0 ; 
}   
   
#droite  span {
color : #8B4603 ; 
}     
   
#droite .other_news {
background :#1B1B1B; 
padding : 20px 0 10px 0;
}
  
#droite .other_news2 {
background :#3C3C3C; 
padding : 20px 0 10px 0;
}
 
  
/*  MAIN
*******************************************************/
 
#main {
padding : 0 0 0 11px; 
}

/*  FOOTER
*******************************************************/

#footer {
height : 140px ; 
background : #282828 ; 
clear : left ; 
padding : 20px ; 
}


#footer p {
padding : 0; 
margin : 0 0 5px 0; 
color : #959595; 
}

#footer a {
color : #959595 ; 
}

/*  GALERIE IMAGES
*******************************************************/

#galery {
padding : 0 0 10px 20px ;
}

#galery p {
margin : 0 20px 0 0; 
padding : 0; 
}

#galery img {
border : 1px solid #1B1B1B; 
margin-bottom : 10px; 
}

