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

body{
	background:#E2DBD7 url(./medias/bg.png) top left repeat-x;
	position:relative;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-align:center;
}
td { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
a{	
	color:#252525;
}
a img{
	border:0;
}
p { 
	margin-top:0;
	padding-top:0;
}
h1, h2, h3 { color:#616161; }

#warp{
	background:#FFF url(./medias/warp.jpg) top left no-repeat;
	width:950px;
	margin:0 auto;
	position:relative;
	text-align:left;
	clear:both;
	overflow:hidden;
	padding-left:3px;
}
#leftpanel{
	background:#FFF url(./medias/leftpanelbg.jpg) top left no-repeat;
	width:500px;
	height:706px;
	float:left;
	position:relative;
	text-align:left;
	margin-bottom:4px;
	margin-left:1px;
}
#rightpanel{
	background:#F4F1F1 url(./medias/rightpanelbg.jpg) top left no-repeat;
	width:443px;
	height:706px;
	float:right;
	margin-right:2px;
	position:relative;
	text-align:left;
	margin-bottom:4px;
}
#rightpaneltitle{
	padding-top:19px;
	padding-left:80px;
	text-align:left;
	font-size:18px;
	color:#FFF;
}
#rightpanelregister{
	padding-top:10px;
}
#registertitle{ 
	color:#FFFFFF;
	float:left;
	font-family:trebuchet MS;
	font-size:24px;
	padding-left:148px;
	padding-top:5px;
}

/** 
 *
 *	CSS FORM LOGIN
 *
*/
#loginpanel {
	float:left;
	padding: 18px 0 0 20px;;
	position:relative;
	text-align:left;
	z-index:150;
	width:400px;
}
#logintext {
	float:left;
	padding:6px 3px 0 0;
	margin:0;
}
#h2inscription { 
	margin:0;
	line-height:20px;
	padding:35px 0 10px 0;
}
/**
*
* CSS FORM REGISTER 
*	
*/
#infos_box{
	margin:0 0 0 0px;
	width:382px;
}
.ezErrorMsg{
	color:##D00002;
	font-weight:bold;
	font-size:9px;
	width:190px;
}
.ezRegisterLabel{
	font-weight:bold;
	font-size:10px;
	color:#000000;
	width:170px;
}
#cguField_msg{
	text-align:right;
	}
#rightpanelregister .ezRegisterValue {
	width:200px;
}
#rightpanelregister .ezRegisterValue *{
	font-size:10px;
}
#rightpanelregister .ezRegisterValue {
	font-size:10px;
}
#rightpanelregister #cguField_box , #form_deporte #cguField_box a, #form_deporte #newsletterField_box{
	font-size:10px;
	color:#4f420d;
}
.ezBtn{
	border:0px;
	background:url(./medias/bg_btn_register.png) top right no-repeat;
	width:389px;
	line-height:37px;
	height:57px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	font-family:trebuchet MS;
	font-size:24px;
	cursor:pointer;
	margin:20px 0 10px 10px;	
}
#cguField_box .ezRegisterLabel , #newsletterField_box  .ezRegisterLabel{
	font-weight:normal;
}
#newsletterField_box *{
	font-size:9px;
}
#countryField, #regionField, #departementField, #townField {
	width:190px;
}
#emailField{
	width:168px;
}
#birthdateMonthField{
	width:70px;
}
#birthdateDayField{
	width:50px;
}
#birthdateYearField{
	width:65px;
}

#profilspanel{
	clear:both;
	margin:3px auto;
	text-align:center;
	width:100%;
}
#profilspanel #titre_profils a{
}
#profilspanel #titre_profils a{
}
.easy_geo_inscris {
}
.easy_geo_inscris img{
	border: 2px solid #fff;
}
.easy_geo_inscris:hover img{
	border: 2px solid #FF0000;
}
.easy_geo_inscris:hover{
	color: #ca388e; /* Dummy definition to overcome IE bug */
}

#footer{
	font-size:11px;
	padding-left:2px;
	position:relative;
	text-align:center;
	width:100%;
	z-index:10;
}
#footer p{
	padding:0;
	margin:0;
}
#footer a{	
	color:#1167B6;
}
#footercontent{
	width:950px;
	margin:auto;
	position:relative;
	background:#361B15;
	padding-top:20px;
	color:#FFF;
}

