body {
margin : 0 ;
padding : 0 ; 
background : #ECECEC url(images/header.jpg) repeat-x; 
text-align : center;
font-size : 0.8em;
color : #000 ;
font-family : arial ;
}
  
/*  SITE
********************************************************************/
 
#site { 
width : 910px;
margin : 0 auto;
text-align : left  ;
}
     
/*  HEADER
********************************************************************/
   
#header {
position : relative ; 
height : 124px;
width : 910px;
margin : 0 auto ; 
}

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

#header h1 {
position : absolute ;
top : 50px ; 
left : 0 ; 
margin : 0;
padding : 0 ; 
font-size : 2em ;
font-weight : normal;  
}

#header h1 a {
color : #9CDA07;
text-decoration : none; 
width : 192px;
height : 95px;
display : block ; 
background : url(images/logo.jpg) ; 
}

#header h1 span {
position : absolute ;
top : -6610px ; 
left : -9990px ;  
}

/*  HEADER >> MENU PRINCIPAL
********************************************************************/
   
#menu {
position : absolute ; 
top : 50px ;
left : 192px; 
height : 97px;
line-height : 97px; 
background : #ECECEC url(images/bg-ul-menu.jpg) right no-repeat;  
}
	
#menu  ul{
list-style : none ;
margin : 0; 
padding : 0 ;
}

#menu  li{
float : left ;
background : url(images/bg-li-menu.jpg) left no-repeat;  
}
	
#menu  li a{
margin : 0 ; 
padding : 0 15px 20px 15px  ; 
text-decoration : none ;    
color : #000 ;
}

#menu li a:hover {
background : url(images/bg-li-a-menu.jpg) bottom no-repeat;  
}
	
/*  CONTENU
********************************************************************/	
	
#contenu {
width : 468px ; 
float  : left ;
margin : 0;
padding : 60px 0 0 0 ;
}
   
/*  CONTENU >> POST
********************************************************************/	

.post {
padding : 0 0 20px 0;
}   

.post  h2 {
font-size : 1.6em ; 
padding :  0 ; 
margin: 0 ;
color : #000; 
}

.post  .sous-h2 {
margin : 0 ;
padding : 0 0 20px 0;
color : #92370A ;
font-size : 110%; 
font-weight : bold ;
border-bottom : 1px dotted #757575 ;  
}
   
.post img {}

.post a {color : #92370A}


.meta-comment {color : #92370A ; clear : left ; }
.meta-comment a {color : #92370A ; text-decoration : underline ; }
.meta-comment a:hover {text-decoration : none ; }
   

 /*  SIDE LEFT
********************************************************************/
   
#left-sidebar {
width : 201px ;
float  : left ;
padding :  40px 0 0 20px ;
text-align : justify; 
color : #A3A3A3; 
}

#left-sidebar .widget  {
width : 201px ; 
background : url(images/left-sidebar-top-widget.gif) top no-repeat; 
padding : 20px 0 0 0; 
}


#left-sidebar .widget h2 {
font-size : 1.4em ;
margin :  0 25px 20px 25px  ;
padding :  10px 0 20px 0 ; 
color : #595959 ;
border-bottom : 1px dotted #757575 
}


#left-sidebar .widget ul  {
width : 201px ;
background : url(images/left-sidebar-bottom-widget.gif)   bottom no-repeat; 
margin : 0;
padding : 0 0 40px 0 ;
list-style : none ;
min-height : 50px 
}

#left-sidebar .widget li  {
margin : 0;
padding : 0 0  0 25px;
}

#left-sidebar .widget li a  {
color : #757575; 
text-decoration : none ; 
}

#left-sidebar .widget h3 {
font-size : 1em ;
margin : 10px 0 0 0  ;
padding :  0 ; 
color : #97D408 ; 
}


#left-sidebar .widget p {
margin : 0 0 5px 0;
padding : 0;  
}  
   
/*  RIGHT SIDEBAR
********************************************************************/
   
#right-sidebar {
width : 196px ;
float  : left ;
padding :  0  ;
text-align : justify; 
padding : 40px 0 0 0; 
margin : 0 0 0 10px ; 
}
 
#right-sidebar .widget  {
width : 199px ; 
background : url(images/right-sidebar-top-widget.gif) top no-repeat; 
padding : 20px 0 0 0; 
}

#right-sidebar .widget h2 {
color : #92370A ; 
font-size : 1.4em ;
margin :  0 25px 20px 25px  ;
padding :  10px 0 20px 0 ; 
border-bottom : 1px dotted #757575 
}
	
#right-sidebar .widget p  {
margin : 0 0 10px 0;
padding : 0 20px 0 20px; 
}

#right-sidebar .widget ul  {
width : 199px ;
background : url(images/right-sidebar-bottom-widget.gif) bottom no-repeat; 
margin : 0;
padding : 0 0 30px 0  ;
list-style : none ;
min-height : 50px 
}
 
/*  COPY
********************************************************************/

p#copy {
margin : 0;
padding : 0 0 0 32px ;
}

p#copy {

text-decoration : none ; 
}

p#copy a {
color : #000;
text-decoration : none ; 
}

p#copy a:hover {
color : #000;
text-decoration : underline ; 
}


 /*  PUB
*******************************************************************/ 

.pub {
position : absolute ;
 right : -40px ; 
top : 60px ; 
}
  
   
   
 




