@CHARSET "utf-8";
/**
 *
 * CSS COMMUN 
 *
*/
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.linkRight{
	float:right;
	margin:10px 50px 0 0;
}
.linkLeft{
	clear:both;
	float:left;
	margin:10px 0 0 47px;
}
.siteWidth{
	width:1024px;
}
.centrer{
	margin:0px auto;
	
}

.auto{
	position:relative;
	clear:both;
	margin:0px;
	padding:0px;
	height:5px;
}
a img{
	border:0;
}

a , .link{
	font-size:12px;
	color:#f874d6;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	background:none;
	border:0;
}

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
body{
	position:relative;
	background:url(images/bg.jpg) top left repeat-x;
}
#register{
	background:url(images/bg_register.jpg) top center no-repeat;
	width:100%;
	height:auto;
	width:934px;
	margin:0px auto;
	position:relative;
}
#site{
	background:url(images/bg_content.jpg) top center no-repeat;
	width:100%;
	height:auto;
	width:934px;
	margin:0px auto;
	position:relative;
}


/** 
 * 
 * CSS HEADER 
 *
*/
 			
#header{	
	height:153px;
	position:relative;
	width:100%;
}
#header #logo {
	position:absolute;
	top:0px;
	left:0px;
	height:123px;
}
#header #slogan{
	float:left;
	margin:0px;
	height:45px;
	width:100%;
	padding-top:25px;
	padding-left:43px;
}
#slogan h2{
	clear:both;
	font-size:17px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:100;
	color:#4b4042;
	float:left;
}
#slogan span{
	font-size:17px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#d45da3;
	font-weight:600;
}


/** 
 *
 *	CSS FORM LOGIN
 *
*/

#form{
	float:right;
	margin:0px;
	height:45px;
	width:385px;
	padding-top:11px;
	padding-left:3px;
}
#ezLogin div{
}
#ezLogin {
	float:left;
	padding:1.5px 0px 0px 0;
	width:400px;
}
#ezLogin div#ez_div_pseudo {
	float:left;
	padding-right:5px;
}
#ezLogin div#ez_div_pseudo input{
	float:left;
	width:70px;
	padding-right:10px;
}
#ezLogin div#ez_div_pass  {
	float:left;
	padding-right:5px;
}
#ezLogin div#ez_div_pass input{
	width:30px;
}
#ezLogin div#ez_div_section{
	float:left;
	margin-right:5px;
}
#form h2{
	font-size:14px;
	color:#639fb2;
	margin:0 5px 0 10px ;
	padding:0px;
	float:left;
}
#form #ez_btn_submit{
	float:left;
	border:0px;
	margin:0px;
	padding-bottom:2px;
	background:none;
	background:url(images/bg_btn_login.jpg) top left no-repeat;
	height:21px;
	width:47px;
	line-height:22px;
	vertical-align:top;
	font-weight:bold;
	color:#FFFFFF;
}
#form #ez_div_pass{
	margin:0px;
}
#ezLogin input , select{
	font-size:11px;
}
#ez_div_reponse{
	clear:both;
	margin-top:2px;
	position:relative;
	left:5px;
	width:100%;
	color:#000;
}
#ez_div_reponse a{
	color:#CB398E;
}


/**
* 
* CSS CONTENT 
*
*/

#content{
	position:relative;
	height:auto !important;
	height:466px;
	width:100%;
	min-height:466px;
	padding-left:10px;
	margin-bottom:40px;
	padding-bottom:30px;
}

#innercontent{
	position:relative;
	height:auto !important;
	height:466px;
	width:820px;
	min-height:466px;
	padding-left:10px;
	margin:60px 45px 10px 45px;
	padding-bottom:30px;
}

#innercontent h2{
	font-size:20px;
	padding-bottom:15px;
	font-weight:bold;
	color:#FFFFFF;
}


/**
*
* CSS FORM REGISTER 
*	
*/

.ezErrorMsg{
	color:#000;
	font-weight:bold;
	font-size:11px;
	width:200px;
}

.ezRegisterLabel {
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:190px;
}

#form_deporte{
	width:441px;
	padding:14px 0 0 30px;
}
#form_register{
	padding:45px 5px 0 0;
}
#form_deporte .ezRegisterValue {
	width:190px;
}

#form_deporte .ezRegisterValue *{
	font-size:11px;
}

#form_deporte .ezRegisterValue .ezErrorMsg {
	font-size:10px;
}

#form_deporte h2{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:1px;
}
#infos_box {
	padding-top:10px;
}
#form_deporte #cguField_box , #form_deporte #cguField_box a, #form_deporte #newsletterField_box{
	font-size:10px;
	color:#4f420d;
}

.ezBtn{
	border:0px;
	background:url(images/bg_btn_register.gif) top right no-repeat;
	width:267px;
	height:31px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
	margin:auto;
	margin-left:80px;
	margin-top:20px;
	padding-left:25px;
}

#cguField_box .ezRegisterLabel , #newsletterField_box  .ezRegisterLabel{
	font-weight:normal;
}

#newsletterField_box *{
	font-size:11px;
}

#countryField, #regionField, #departementField, #townField {
width:190px;
}
#emailField{
	width:168px;
}
#birthdateMonthField{
	width:70px;
}
#birthdateDayField{
	width:50px;
}
#birthdateYearField{
	width:65px;
}

/**
*
*	CSS PROFILS
*
*/

#profils{
	margin-top:20px;
	padding-top:20px;
}
.ez_div_reponse{
	margin-top:20px;
	padding-top:20px;
}
.bg_profils{
	clear:both;
	width:415px;
	float:right;
	margin-right:46px;
	margin-top:260px;
}
.bg_profils h2{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding:2px 0 10px 7px;
	margin:0 0 0 0;
}
#profils #titre_profils a{
}

.easy_geo_inscris img{
border: 1px solid #fff;
}

.easy_geo_inscris:hover img{
border: 1px solid #ca388e;
}

.easy_geo_inscris:hover{
color: #ca388e; /* Dummy definition to overcome IE bug */
}

/**
*
*	CSS TEMOIGNAGE
*
*/

#temoignages{
}
#titre_tem{
	background:url(images/bg_titre_tem.jpg) top left no-repeat;
	width:100%;
	height:25px;
	font-size:24px;
	color:#fff;
	padding:5px;
}
#temoignagesbg {
	/*background:url(images/bg_tem.jpg) top left repeat-y;*/
	width:100%;
}	
#temoignagesbottom {
	background:url(images/bg_tem_bottom.jpg) top left no-repeat;
	width:100%;
	height:40px;
}
#titre_tem h2{
	font-size:20px;
	display:block;
	float:left;
	margin:-3px 0 15px 45px;
}
#titre_tem_more {
	float:right;
	margin:5px 77px 0 0;
}
#titre_tem_more a{
	color:#FFF;
}
#temoignages .temoignage{
	color:#000;
}
#titre_tem a{
	color:#FFF;
}
.temoignage.left{
	clear:both;
	width:400px;
	float:left;
	margin:0 10px 0px 46px;
	border-bottom:1px solid #c3d0d8;
}
.temoignage.left p{
	margin-bottom:15px;;
}
.temoignage.right{
	width:400px;
	float:right;
	margin:0 47px 0px 10px;
	border-bottom:1px solid #c3d0d8;
}
.temoignage.right p{
	margin-bottom:15px;;
}
.temoignage h3{
	color:#4d92a8;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
.temoignage h3 a{
	color:#d669a9;
	font-size:12px;
}
.temoignage h3 span{
	font-size:12px;
	color:#676767;
}
.separator{
}
.content_link a{
	color:#d669a9;
}


/**
*
*	CSS BLOCS
*
*/

.titre_bloc{
	background:url(images/bg_titre_tem.jpg) top left no-repeat;
	width:100%;
	height:25px;
	font-size:24px;
	color:#fff;
	padding:5px;
}
.titre_bloc a{
	color:#FFF;
}
.blocbg {
	/*background:url(images/bg_tem.jpg) top left repeat-y;*/
	width:100%;
}	
.blocbottom {
	background:url(images/bg_tem_bottom.jpg) top left no-repeat;
	width:100%;
	height:40px;
}
.titre_bloc h2{
	font-size:20px;
	display:block;
	float:left;
	margin:-3px 0 15px 45px;
}
.titre_bloc_more {
	float:right;
	margin:5px 77px 0 0;
}
.titre_bloc_more a{
	color:#FFF;
}
.bloc{
	color:#000;
	width:848px;
	margin: auto;
}
.bloc h3{
	color:#4d92a8;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
.bloc h3 a{
	color:#d669a9;
	font-size:12px;
}
.separator{
}


/**
*	
*	CSS FOOTER
*
*/

#footer{	
	width:100%;
	position:relative;
	margin:auto;
	text-align:center;
	padding-top:25px;
	padding-bottom:15px;
}
#footercontent{
	width:843px;
	margin:auto;
	position:relative;
	border-top:1px solid #c3d0d8;
	padding-top:10px;
	margin-top:15px;
	text-align:center;
}
#footer a{
	font-weight:bold;
	color:#f874d6;
}
#mention{
	color:#606060;
	font-weight:bold;
}
