html, body{
height : 100%
}

body {
margin : 35px 0 0 0 ;
padding : 0 ; 
background : #150902 ; 
text-align : center;
font-size : 0.8em;
color : #070200; 
font-family : arial ;
}

/*  PUB
*******************************************************************/    
 
.pub {
position : fixed ;
left : 0 ;
top : 0 ; 
height : 25px ; 
width : 100% ; 
background : #000 ; 
padding : 10px 0 0 0 ;  
border-bottom : 1px solid #333 ; 
z-index : 1 ;
} 

  
/*  SITE
********************************************************************/
 
#site {
position : relative;  
width : 885px;
margin : 0 auto;
text-align : left  ;
min-height : 100%;
background : #60270A ; 
}

/*  HEADER
********************************************************************/
   
#header {
position : relative ; 
height : 307px;
}

#centrage-header {
width : 746px;
margin : 0 auto;  
height : 307px;
background : url(images/header.jpg) ;  
}

/*  HEADER >> TITRE DU SITE >> H1
********************************************************************/

#header h1 {
position : absolute ;
top : 5px ; 
left : 90px ; 
margin : 0;
padding : 0 ; 
font-size : 1.3em ;
font-weight : normal;
text-transform : uppercase;   
}

#header h1 a {
color : #CBBB98;
text-decoration : none; 
}

/*  HEADER >> MENU PRINCIPAL
********************************************************************/
   
#menu {
position : absolute ; 
bottom : 0 ;
left : 75px; 
}
	
#menu  ul{
list-style : none ;
margin : 0; 
padding : 0 ;
}

#menu  li{
float : left ;
text-transform : uppercase ;
height : 32px;
line-height : 32px;
background : url(images/bg-li-menu.jpg) right no-repeat;  
}

#menu  li a{
margin : 0 ; 
padding : 0 15px  ; 
text-decoration : none ;    
color : #CBBB98 ;
font-weight : bold ;
font-size : 90%; 
}

#menu li a:hover {
color : #CBBB98
}
	
/*  CONTENT
********************************************************************/

#main {
position : relative;  
width : 748px;
background : url(images/bg-content.jpg) repeat-y;
min-height : 700px;
overflow : auto; 
margin : 0 auto;
padding-bottom : 60px  
}

#background-main-side {
background : url(images/bg-side.jpg) top right no-repeat;
min-height : 700px; 
overflow : auto ;
}
 
/*  CONTENT >> CENTRAGE
********************************************************************/

#background {
background : url(images/bg-site.jpg) no-repeat; 
}
 
/*  CONTENU
********************************************************************/	
	
#contenu {
width : 495px ; 
float  : left ;
margin : 0;
padding : 20px 30px 60px 30px  ;
line-height : 18px; 
}

#contenu  h2 {
font-size : 1.6em ; 
padding :  0 ; 
margin: 0 ;
color : #382012; 
}

#contenu  .sous-h2 {
margin : 0 ;
padding : 0;
color : #000 ;
font-size : 110%; 
font-weight : bold ;  
}

#contenu a {color : #070200 ; text-decoration : none ; font-weight : bold }
#contenu a:hover {text-decoration : underline ; }

#contenu  img {
margin : 10px 0 ;
}


/*  RIGHT SIDEBAR
********************************************************************/
   
#right-sidebar {
width : 180px ;
float  : left ;
padding :  20px 0 0 10px ;
text-align : justify; 
color : #A3A3A3;
}
  
#right-sidebar h2 {
font-size : 1.2em ;
margin : 0 0 10px 0  ;
padding :  0 ; 
color : #CBBB98 ; 
font-weight : normal; 
text-transform : uppercase; 
}

#right-sidebar h3 {
font-size : 1em ;
margin : 10px 0 0 0  ;
padding :  0 ; 
color : #CBBB98 ; 
}

#right-sidebar p {
margin : 0 0 5px 0;
padding : 0;  
}


#right-sidebar ul {
margin : 0 0 20px;
padding : 0; 
list-style : none;  
}

#right-sidebar li a {
color : #fff; 
text-decoration : none ;
display : block; 
height : 20px;
}

#right-sidebar li a:hover {
text-decoration : underline
}

/*  FOOTER
*******************************************************************/ 
   
#footer {
position : absolute;
bottom : 0px;
left : 0px; 
height :63px;
width : 886px; 
text-align : left ;
background : #2C1204 ;   
}

#footer p { 
margin : 0 ;
padding :20px 0 0 100px;  
color : #D7C6A2; 
}

#footer a { 
color : #D7C6A2;
text-decoration : none ;  
}

#footer a:hover { 
text-decoration : underline ;  
}
   
   
 




