@charset "utf-8";
/* CSS Document */

*{
/*---------------------------*/
/*-- TOUTES LES MARGES A 0 --*/
/*---------------------------*/
	margin:0;
	padding:0;
}
body{
	background:#262626;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;	
	color:#333333;
}
.wrapper{
	margin:0 auto;
	width:980px;
	position:relative;
}
.clearer{ clear:both;}
.center{ text-align:center;}
a img{ border:none;}
p{ text-align:justify; font-size:1.2em; padding:5px;}
p a{ color:#a10603;}
p a:hover{ text-decoration:none;}
/*-------------------*/
/* ---- HEADER ---- */
/*-----------------*/
#header{color:#fff;line-height:23px;text-align:right; padding-right:5px; height:23px;}
#header form{ display:inline;padding:10px;}
#header a{ color:#fff; padding:0 10px; text-decoration:none;}
#header a:hover{ text-decoration:underline;}
/*#header form.pays{ margin-right:10px; padding-right:16px; background:url(../images/picot-fleche-pays.gif) right center no-repeat;}*/
#header form select{background:#9d9c9c; border:none;font-size:1em;}
#header form input.text{ background:#9d9c9c; border:none;font-size:1em;}
#header form input.submit{background: url(../images/picot-fleche-search.gif) 0 3px no-repeat; width:14px; height:16px; border:none; cursor:pointer;}
#header label{ display:none;}
/*------------------*/
/* ---- MENU ----- */
/*----------------*/
/*ul#menu{position:absolute; top:23px; left:487px; height:51px; width:494px; padding-left:3px; list-style-type:none;}*/
ul#menu{position:absolute; top:23px; left:487px; height:51px; width:616px; padding-left:3px; list-style-type:none;}
ul#menu li{ display:inline;}
ul#menu li a{ display:block; float:left; height:48px; width:122px;}
ul#menu li a span{ display:none;}


/*-------------------*/
/* ---- FOOTER ---- */
/*-----------------*/
#footer{ position:relative; background:url(../images/bg-footer.gif) repeat-x; height:58px;}
#footer p{ color:#a1a1a1;text-align:center; padding-top:15px;}
#footer p a{color:#a1a1a1; text-decoration:none; padding:0 5px;}
#footer p a:hover{text-decoration:underline;}
#footer #logo-footer{ position:absolute; left:900px; top:0;}


.club_utilisateurs{
	display:none;	
}

