@charset "UTF-8";

html, body, div, span,
h1, h2, h3,  p, 
a, ul, li
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: arial, sans-serif;
}
body{
	background:#000000 url(img/bg_body.gif) top left repeat-x; 
}
.clear {
	clear: both;
}
#site{
	width:900px;
	position:relative;
	margin:auto;
}
#div_login{
	position:absolute;
	background:url(img/bg_div_login.gif) top left no-repeat;
	width:287px;
	height:70px;
	right:0px;
	top:0px;
	padding-left:14px;
}
#fieldset-loginGroup h3 {
	color: #fff;
}
#header{
	position:relative;
	width:100%;
}
#registerform{
	padding: 10px;
	background-color: #2D272D;
	border: 3px solid #474547;
	border-radius: 5px;
	min-width: 400px;
	float: left;
}

#solo{
	float: left;
	margin-left: 20px;
	padding: 3px;
	background-color: #2D272D;
	border: 4px solid #474547;
	border-radius: 5px;
	width: 392px;
	color: rgb(153, 153, 153);
	font-size: 14px;
}
#solo img {
	margin-right: 10px;
}
#solo a{
	color: rgb(255, 0, 255);
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#solo td {
	width: 390px;
}
#membres {
	float: left;
	margin-top: 30px;
}
#membres img {
	background-color: #2D272D;
	border: 4px solid #474547 !important;
	border-radius: 5px;
	margin:20px;
}
#footer{
	position:relative;
	text-align:center;
	color:#999999;
	width:700px;
	margin:auto;
	top:20px;
	font-size: 12px;
}
#footer a{
	color:#ff00ff;
}
#centre{
	position:relative;
	z-index:300;
}
.taille_auto{
	clear:both;
	height:50px;
}
#box_form h2{
	font-size:24px;
}