body {
margin : 0 ;
padding : 30px ; 
background : #000; 
text-align : center;
font-size : 0.8em;
color : #4c4c4c ;
font-family : arial ;
}
  

/*  SITE
********************************************************************/
 
#site { 
width : 850px;
margin : 0 auto;
text-align : left  ;
}
     
     
/*  HEADER
********************************************************************/
   

#header {
position : relative ; 
height : 200px;
background : url(images/head_ete.jpg) ; 
}


   
   
/*  HEADER >> MENU PRINCIPAL
********************************************************************/
   
   
   
#menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	background: #000 ;
	list-style-type: none ;
}

#menu li
{
	float: right ;
	text-align: center ;
}

#menu li a
{
	background: #000 ;
	width: 130px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
}

#menu li a:hover
{
	background: #4c4c4c ;
}
	


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

#content {
overflow : auto ;
background : url(images/bg-content.jpg) center repeat-y; 
 }
 
 
 /*  CONTENT >> CENTRAGE
********************************************************************/

#centrage {
padding : 0 0 0 0;  
 }
	
	
/*  CONTENU
********************************************************************/	
	

#contenu {
width : 600px ; 
text-align: justify;
background : transparent ; 
float  : left ;
margin : 0;
padding : 20px 10px 0 30px  ;
}

#contenu h2 {
border-bottom:3px solid #4c4c4c;  
font-size:1.3em;  
}

#contenu h3 {
text-align : center;
font-size:1.2em;  
color: #97D408
}

#contenu a {
color: #97D408;
}

#contenu a:visited {
color: #618804;
}

#contenu a:hover {
color: #c4c4c4;
}
      
   
/*  SIDE RIGHT
********************************************************************/
   
   
#side {
width : 196px ;
float  : left ;
padding :  0  ;
text-align : justify; 
background : transparent ; 

 }
	
	
#side h2 {
font-size : 1.1em ;
margin : 0  ;
padding :  0 0 0 10px ; 
color : #000 ; 
background : url(images/side-h2.jpg);
height : 35px;
line-height : 35px;
text-transform : uppercase;
font-weight : normal;
}
	

#side ul{
list-style : none ; 
margin : 0 0 0 0 ; 
padding : 0; 
color : #000;
background : url(images/side-ul.jpg);
}
 
#side li{
margin : 0 ; 
padding : 0 0 0 0;
border-top : 1px solid #ccc;  
}
  
  
#side li a{
padding : 0 0 0 20px; 
 display : block ;
height : 25px;
line-height : 25px; 
text-decoration : none ; 
color : #000;   
}

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


#side li a:hover{
color : #fff ;
background : url(images/side-hover.jpg);

}


#side p{
margin : 0 0 0 0 ; 
padding : 0;  
}


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


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


    
 
 	
/*  FOOTER
*******************************************************************/ 
   
#footer { 
height :63px;
text-align : center ;
background : url(images/footer.jpg) ;   
}


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

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

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

