@charset "utf-8";
/* CSS Document */


html, body{ 
 margin:0px; 
 padding:0px; 
 text-align:center; 
 font-family: Verdana, Arial, Helvetica, sans-serif;

} 
body {
	font-size: 72.5%;
	margin: 0px;
	background-color: #e1e1e1;
	/*background-image:url(images/fond_site.png);*/
}
#wrap-all{ 
 width:990px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color: #ffffff;
 border: 1px solid #fff;
} 
#header {
	display: none;
}

#navigation {
	display: none;
}

#container {
	background-color:#ffffff;
}
#contenu-right, #article-commentaires, #article-videos,#article-ajout-commentaire, #article-liste-news, #actu-communaute, #clubs, #adsense-pub {
	display: none;
}
#footer, #sidebar {
	display: none;
}
.h-header {
	display: none;
}

.clear { clear: both; }