html, body {
height: 100%
}

body {
margin : 0 ;
padding : 0 ; 
background : #ABABAB url(images/bg-all.jpg) repeat-x; 
text-align : center;
font-size : 0.8em;
color : #000000 ;
font-family : arial ;
}
  

/*  SITE
********************************************************************/
 
#site { 
width : 884px;
margin : 0 auto;
text-align : left;
background : #191919 ;
min-height : 100%; 
}
     
/*  HEADER
********************************************************************/
   
#header {
position : relative ; 
height : 321px;
background : url(images/header.jpg) ; 
}

/*  HEADER >> TITRE DU SITE >> H1 + P slogan
********************************************************************/


#header h1 {
position : absolute; 
top : 10px ; 
right : 20px ; 
margin : 0;
padding : 0 ; 
font-size : 2em ;
font-weight : normal ;
letter-spacing : 6px ;  
}

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

#header p {
position : absolute; 
top : 40px ; 
right : 33px ; 
margin : 0;
padding : 0 ; 
font-weight : normal ;
letter-spacing : 6px ;
color : #fff; 
}

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

#menu  li{
float : left ;
text-transform : uppercase ;
background : url(images/bg-li-menu.jpg) right no-repeat;  
}
	
#menu  li a{
margin : 0 ; 
padding : 0 15px  ; 
text-decoration : none ;    
color : #9D9D9D ;
font-weight : bold ;
}

#menu li a:hover {
color : #9D9D9D
}
	
/*  MAIN
********************************************************************/

#main {
overflow : auto ;
background : url(images/bg-content.jpg) center repeat-y; 
}
 
/*  CONTENU
********************************************************************/	
	
#contenu {
width : 458px ; 
background : transparent ; 
float  : left ;
margin : 0;
padding : 20px 10px 0 20px  ;
}
   
/*  CONTENU >> POST
********************************************************************/	

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

.post  h2 {
font-size : 1.6em ; 
padding :  0 ; 
margin: 0 ;
color : #21553E; 
font-weight : normal;
}

.post img {
margin : 0 10px 5px 20px;
}


.imgd {
float  : right ;
margin : 0 10px 5px 20px;
}




.post a {
color : #002CC7
}

.post a:hover {
color : #9D9D9D
}



/*  SIDE RIGHT
********************************************************************/
   
#side {
width : 196px ;
float  : left ;
padding :  0  ;
text-align : justify; 
background : transparent ;
font-size : 90%;  
}
	
#side h2 {
font-size : 1em ;
margin : 0  ;
padding :  0 0 0 15px ; 
color : #000000 ; 
background : #E6E6E6;
height : 37px;
line-height : 37px;
font-weight : normal;
}
	
#side ul{
list-style : none ; 
margin :  10px 0 ; 
padding : 0; 
color : #1A1A1A
}
 
#side li{
margin : 0 ; 
padding : 0;
border-top : 1px solid #E6E6E6; 
}
  
#side li a{
padding : 0 0 0 15px; 
 display : block ;
height : 25px;
line-height : 25px; 
text-decoration : none ; 
color : #000; 
}

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

#side li a:hover{
color : #3F3F3F ;
}

#side p{
margin : 10px 0 25px 0 ; 
padding : 0;  
}

#side form {
margin : 0;
padding : 20px 0 0 0;
height : 50px;  
}

#side input {
float : left ; 
margin : 0;
padding : 0; 
}

#side .champ {
width : 115px ;
height : 23px;
border-top  : 1px solid #E2E2E2;
border-left  : 1px solid #E2E2E2;
border-bottom  : 1px solid #E2E2E2;
border-right : 0;   
}

#side .recherche {
background : url(images/search.jpg);
height : 25px;
width : 67px;
border : 0; 
}

/*  SIDE LEFT
********************************************************************/
   
#side-left {
width : 176px ;
float  : left ;
padding :  20px 0 0 10px ;
text-align : justify; 
color : #A3A3A3;
}
  
#side-left h2 {
font-size : 1.2em ;
margin : 0 0 10px 0  ;
padding :  0 ; 
color : #A3A3A3 ; 
}

#side-left p {
margin : 0 0 5px 0;
padding : 0;  
}

/*  FOOTER
*******************************************************************/ 
   
#footer { 
height : 43px;
text-align : right ;
}

#footer p { 
margin : 0 ;
padding : 15px 15px 15px 15px;  
color : #868686; 
}

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

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



