body {
	margin : 0;
	padding : 0;
	background : #fff;
	text-align : center;
	font-size : 0.7em;
	color : #A4ABA9;
	font-family : "Romance Fatal Serif";
	line-height : 18px;
	width:100%
}
  
/*  SITE
*****************************************************************/
 
#site {
	width : auto;
	margin : 40 auto;
	text-align : justify;
	font-family: "Romance Fatal Serif";
	font-size: 14px;
}

/*  TITRE SITE
*****************************************************************/     
     
h1 {
	color : #999999;
	margin : 0 0 5px 0;
	padding : 40px 0 0 0;
	font-size : 2em;
	text-transform : uppercase;
	font-weight : normal;
}
   
/*  HEADER
*****************************************************************/
   
#header { 
height : 378px;
background : url(images/fanclub.JPG)no-repeat;
margin : 0 0 0px 0
text-align : center;
}
   
/*  MENU PRINCIPAL
*****************************************************************/
   
#menu {
height : 30px ; 
margin : 0  ;
}
	
#menu  ul{
list-style : none ;
margin : 0; 
padding : 0 ;
}

#menu  li{
	float : left;
	text-transform : uppercase;
	font-size : 12px;
}
	
#menu  li a{
	margin : 0;
	padding : 0 10px 0 0;
	text-decoration : none;
	color : #FFFFFF;
	font-weight : bold;
	font-family: "Times New Roman";
}
	
/*  MAIN
*****************************************************************/	

#main {
overflow : auto ;
}
	
/*  CONTENU
*****************************************************************/	
	
#contenu {
	width : 655px;
	float  : right;
	margin : 90;
	padding : 0 70px 0 0;
}
   
/*  CONTENU >> POST
*****************************************************************/	

.post {
	margin : 10 0 0px -40 ;
	overflow : auto;
}   

.post  h2 {
	font-size : 1.6em;
	text-transform : uppercase;
	padding : 0;
	margin: 0;
	font-weight : normal;
	clear : left;
}

.post  .sous-h2 {
	margin : 0;
	padding : 0;
	font-weight : bold;
	color : #999999;
	font-size : 110%;
}
   
.post img {
float  : left ;
margin : 0 20px 0 0
}

.post p {}


.meta-comment {padding : 10px 0 0 0; color : #CB9728 ; clear : left ; }
.meta-comment a {color : #0072BB}
   

/*  SIDE
*****************************************************************/
   
   
#side {
	width : 200px;
	background : #000000;
	float  : left;
	padding :  240;
	text-align : justify;
}
	
#side h2 {
font-size : 1.6em ;
text-transform : uppercase ;
margin : 40 ;
padding :  40 ; 
color : #8206B7 ; 
font-weight : normal;  
}
	
#side ul{
	list-style : none;
	margin : 5px 0 15px 0;
	padding : 0;
	color : #FFFFFF
}
 
#side li{
	margin : 0;
	padding : 0 0 5px 0;
	color: #8206B7;
	font-family: "Romance Fatal Serif";
	font-size: 18px;
}
  
#side li a{
	color : #FFFFFF;
	text-decoration : none;
	border-top : 1px solid #9AC8E5;
	display : block;
	height : 25px;
	line-height : 25px;
}

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

#side li a:hover{
	color : #FFFFFF
}


#side p{
	margin : 10px 0 25px 0;
	padding : 0;
	font-family: "Times New Roman";
}
  
   
/*  FOOTER
*****************************************************************/   
   
#footer { 
width : 755px;
height :151px;
font-size : 90%;  
}

#footer p {
	margin : 0;
	padding : 20px 0 0 0;
	color : #FFFFFF;
}

#footer img { 
float : left ;
margin : 0 0 0 -70px ; 
}

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

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

