 /* CSS Document */
body {
	margin:0;
	font-size:11px;
	background-color:#212121;
}
/*  TEXTE
/********************************************************************/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color : #97D408;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color : #97D408;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color : #7fb208;
}
h4, h4 a{
	font-family:Arial, Helvetica, sans-serif;
	color : #97D408;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	padding-top:10px;
}
h4 a:hover { 
	color: #ffffff;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*  GENERAL 
/********************************************************************/
#site { 
width:100%;
margin : 0 auto;
text-align : left;

}
#top {
	width:100%;
	height:200px;
	margin-top:auto;
}
/*  HEADER 
/********************************************************************/
#header {
	width:800px;
	margin:auto;
	height : 150px;
	background-image:url(../img/HEADER.jpg);
}
/*  MENU
********************************************************************/
#menu {	
	width:800px;
	height:50px;
	margin:auto;
	background-image:url(../img/navigation.jpg);
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menu li {
	display: block;
	float: right;
	border-right: 1px solid #303030;
	height:50px;
}
.menu ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
#menu a {
	color: #AAA;
	display: block;
	font: 1em Verdana,sans-serif;
	padding: 12px 20px;
	text-decoration: none;
}
#menu a:hover { 
	background: #444;
	color: #97D408;
	height:26px;
	text-decoration: none;
}
#menu li.current_page_item a {
	background: #444;
	color: #97D408;
	height:26px;
	text-decoration: none;
}

/*  Content 
/********************************************************************/
#main {
	width:800px;
	margin:auto;
	overflow : auto ;
	background-image:url(../img/bg-main.gif);
}
#centrage {
	padding : 0 ;
	background : url(images/bg-second-side.jpg) bottom right  no-repeat  ;  
	overflow : auto; 
}
#content {
	width : 458px ; 
	background : transparent ; 
	float  : left ;
	margin : 0;
	padding : 20px 10px 0 20px  ;
}	
#ctleft {
	float: left;
	width: 510px;
	height:auto;
}
#ctright {
	float:right;
	width: 290px;
	height:auto;
}
#ctright p {
	color:#FFF;
}	
/*  CONTENU >> POST
********************************************************************/	
.post {
padding : 20px 20px 20px 20px;
}   
.post img {
margin : 0 10px 5px 20px;
}
/*  SIDE left
********************************************************************/
#side h2 {
font-size : 1em ;
margin : 0  ;
padding :  0 0 0 10px ; 
color : #000 ;
background-image:url(../img/side-h2.jpg);
height : 37px;
line-height : 37px;
text-transform : uppercase;
font-weight : normal;
}
	
#side ul{
list-style : none ; 
margin :  0 ; 
padding : 0; 
color : #000
}
 
#side li{
margin : 0 ; 
padding : 0;
}
  
#side li a{
padding : 0 0 0 10px; 
display : block ;
height : 25px;
line-height : 25px; 
text-decoration : none ; 
color : #000; 
background : url(../img/side-li.jpg);
text-transform : uppercase;   
}

#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;   
}
/*  FORMULAIRE
********************************************************************/
	
.smallDark {
	font-family: Tahoma,Arial,Verdana;
	font-size: 12px;
	color: #000;
	font-weight:normal
}
/*  FOOT
********************************************************************/
#foot {
	width:100%;
	height:200px;
}
#footer { 
	width:800px;
	margin:auto;
	margin-top:-20px;
	height :63px;
	background-image:url(../img/bg-footer.jpg);
	text-align : center ;  
}
#footer p { 
	margin : 0 ;
	padding : 15px 0 0 0;  
	color : #868686; 
}
#footer a { 
color : #868686;
text-decoration : none ;  
}
#footer a:hover { 
text-decoration : underline ;  
}