body {
	margin : 0;
	padding : 0;
	background : #fff;
	text-align : center;
	font-size : 0.7em;
	color : #FFF;
	font-family : arial;
	line-height : 18px;
	background-color: #572c19;
}
  

/*  SITE color : #575449;
********************************************************************/
 
#site {
	width : 900px;
	margin : 0 auto;
	text-align : left;
	padding : 0px 0 0 0; 
}
     
     
/*  HEADER
********************************************************************/
   

#header {
	position : relative;
	height : 122px;
	margin : 15px 0 0px 0;
	background-color: #F60;
}


/*  HEADER >> TITRE DU SITE >> H1 4891f4;
********************************************************************/


#header h1 {
	position : absolute;
	top : 0px;
	left : 7px;
	color : #FC9;
	margin : 0;
	padding : 0;
	font-size : 3em;
	text-transform : none;
	font-weight : normal;
	width: 265px;
}
   
   
/*  HEADER >> MENU PRINCIPAL
********************************************************************/
   
   
   
#menu {
	position : absolute;
	top : 92px;
	left : 106px;
	width: 688px;
	height: 35px;
}
	
	
#menu  ul{
list-style : none ;
margin : 0; 
padding : 0 ;
}


#menu  li{
float : left ;
text-transform : uppercase ; 

}
	
	

#menu  li a{
	margin : 0;
	padding : 0 10px 0 0;
	text-decoration : none;
	color :#F60;
	font-weight : bold;
}
	


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

#content {
	overflow : auto;
	padding : 30px 0 0 0;
	background-color:#572c19;
 }
	
	
/*  CONTENU
********************************************************************/	
	

#contenu {
	width : 630px;
	background : transparent;
	float  : left;
	margin : 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	overflow:hidden;
}
   

/*  CONTENU >> POST
********************************************************************/	


.post {
padding : 0 0 20px 0;
 

}   

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

img {
	border:0px;
	}
	
button {
	border:1px #333;
	background-color:#FFF;
	height:17px;
	width:25px;
	}

.post p {font-family : times ; font-size : 120%}


   
/*  SIDE
********************************************************************/
   
   
#side {
width : 190px ;
/*background : #F60 ; */
float  : left ;
padding :  0 0 0 20px ;
text-align : justify; 

 }
	
	
#side h2 {
font-size : 1.6em ;
margin : 0 ;
padding :  0 ; 
color : #625F5F ; 
font-weight : normal;  
}
	
	
	
#side ul{
list-style : none ; 
margin : 5px 0 15px 0 ; 
padding : 0; 
color : #000
}
 
#side li{
margin : 0 ; 
padding : 0 0 5px 0; 
}
  
  
#side a{/*#625F5F*/
color :#FFF;
text-decoration : none ;
display : block ;
font-weight:bold;
height : 15px;
line-height : 15px;   
border-top: 0; 
}


#side a:hover{/*#4891f4*/
	color :#F60;
	text-decoration:underline;
}

#side a:active{ /*#625F5F*/
	color :#F60;
	text-decoration:underline;
}

#side p{
	margin : 10px 0 25px 0;
	padding : 0;
	font-size: 12px;
	color: #666;
}


#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;   
 }

  
   
 
 	
/*  FOOTER
*******************************************************************/ 
   
#footer {
	height :40px;
	line-height : 40px;
	font-size : 90%;
	border-bottom : 40px solid #F60;
	border-top : 40px solid #F60;
	text-align : center;
	background-color:#F60;
	margin-bottom:15px;
	/*background-color: #4891f4;*/
}


#footer p {
	margin : 0;
	color : #000;
}


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

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

a{
	color : #FFF;
	text-decoration : none;
}
a:hover {
	color : #FFF;
	text-decoration : underline;
}