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 : 860px;/*740px;*/
margin : 0 auto;
text-align : left  ;
}
     
/*  TITRE DU SITE
*****************************************************************/     
     
h1 {
	/*color : #759111;
	margin : 0 0 5px 0;
	padding : 40px 0 0 0 ; 
	font-size : 2em ;
	text-transform : uppercase ; 
	font-weight : normal;*/
	font-size : 0px;
	background:url(images/logo.jpg) no-repeat;
	height:70px;
}
   
/*  HEADER
*****************************************************************/

#header { 
/*height : 159px;*/
/*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 : #CB9728 ;
font-weight : bold ;
}

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

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

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

#contenu a{
	color:#1E1E1E;
	font-size:16px;
	text-decoration:none;
}
   
/*  CONTENU >> POST
*****************************************************************/	

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

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

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

.post p {
	clear:both;
}

.post a{
	color : #759111
}

/*.meta-comment {padding : 10px 0 0 0; color : #CB9728 ; clear : left ; }
.meta-comment a {color : #759111}*/




/*  SIDE
*****************************************************************/
   
#side {
width : 150px; /*240px ;*/
background : #fff ; 
float  : left ;
padding :  0 ;
text-align : justify; 
}
	
#side h2 {
font-size : 1.6em ;
text-transform : uppercase ;
margin : 0 ;
padding :  40px 0 0 0 ; 
color : #759111 ; 
font-weight : normal;
background : url(images/side-h2.jpg) no-repeat;  
}

#side h2:first-child {
padding :   0 ; 
background : #fff ;  
}
	
#side ul{
list-style : none ; 
margin : 5px 0 5px 0 ; 
padding : 0; 
color : #000
}
 
#side li{
margin : 0 ; 
padding : 0 0 5px 0; 
}
  
#side li a{
color : #C8901B ;
text-decoration : none ;
border-top : 1px solid #759111 ; 
display : block ;
height : 25px;
line-height : 25px;   
}

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

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

#side p{
margin : 10px 0 15px 0 ; 
padding : 0;  
}
  
/*  FOOTER
*****************************************************************/   
   

#footer { 
height :32px;
font-size : 90%;
background : url(images/footer.jpg);
border-bottom : 20px solid #fff ;   
}

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

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

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



