

body {
margin : 0 ;
padding : 0 ; 
background : #fff ;
text-align : center;
font-size : 0.7em;
color : #575449 ;
font-family : arial ;
line-height : 18px;  }
  

/*  SITE
*****************************************************************/
 
#site { 
width : 741px;
margin : 0 auto;
text-align : left  ;
}
     
     
     
h1 {
color : #DD5032;
margin : 0 0 5px 0;
padding : 40px 0 0 0 ; 
font-size : 2em ;
text-transform : uppercase ; 
font-weight : normal;  
}
   

/*  HEADER
*****************************************************************/
   

#header { 
height : 238px;
background : url(images/header.jpg);
margin : 0 0 30px 0
}
   
   
/*  MENU PRINCIPAL
*****************************************************************/
   
   
   
#menu {
height : 35px ; 
margin : 0  ;
}
	
	
#menu  ul{
list-style : none ;
margin : 0; 
padding : 0 ;
}


#menu  li{
float : left ;
text-transform : uppercase ; 
font-size : 90%; 
}
	
	

#menu  li a{
margin : 0 ; 
padding : 0 10px 0 0 ; 
text-decoration : none ;    
color : #B2695A ;
font-weight : bold ;
}


#menu  li a:hover{
text-decoration : underline ; 
}
	



/*  CONTENT
*****************************************************************/	

#content {overflow : auto ; }
	
	
/*  CONTENU
*****************************************************************/	
	

#contenu {
width : 455px ; 
background : transparent ; 
float  : left ;
margin : 0;
padding : 0 40px 0 0 ;
  


}
   

/*  CONTENU >> POST
*****************************************************************/	


.post {
margin : 0 0 60px 0 ; 
overflow : auto; 
}   

.post  h2 {
font-size : 1.6em ; 
text-transform : uppercase ;
padding :  0 ; 
margin: 0 ;
color : #DD5032; 
font-weight : normal; 
clear : left ;  
}

.post  .sous-h2 {
margin : 0 ;
padding : 0;
font-weight : bold ;
color : #B2695A ;
font-size : 110%;  
}
   
.post img {
float  : left ;
margin : 0 20px 0 0
}

.post p {}


.meta-comment {padding : 10px 0 0 0; color : #B2695A ; clear : left ; }
.meta-comment a {color : #DD5032}
   

   
   
   
/*  SIDE
*****************************************************************/
   
   
#side {
width : 240px ;
background : #fff ; 
float  : left ;
padding :  0 ;
text-align : justify; 

 }
	
	
#side h2 {
font-size : 1.6em ;
text-transform : uppercase ;
margin : 0 ;
padding :  0 ; 
color : #DD5032 ; 
font-weight : normal;  
}
	
	
	
#side ul{
list-style : none ; 
margin : 5px 0 15px 0 ; 
padding : 0; 
color : #000
}
 
#side li{
margin : 0 ; 
padding : 0 0 5px 0; 
}
  
  
#side li a{
color : #B2695A ;
text-decoration : none ;
border-top : 1px solid #DEBCB4 ; 
display : block ;
height : 25px;
line-height : 25px;   
}

#side li:first-child a{
border-top: 0; 
}


#side li a:hover{
color : #DD5032 
}


#side p{
margin : 10px 0 25px 0 ; 
padding : 0;  
}
  
   
 
 	
/*  FOOTER
*****************************************************************/   
   
#footer { 
width : 755px;
height :151px;
font-size : 90%;  
}


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

#footer img { 
float : left ;
margin : 0 0 0 -70px ; 
}


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

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



