@CHARSET "utf-8";
/**
 *
 * CSS COMMUN 
 *
 			*/
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.siteWidth {
	width:900px;
}
.centrer {
	margin:0px auto;
}
#log {
	z-index:61;
	margin:0 auto;
	width:100%;
	height:30px;
	padding-right:150px;
	padding-top:30px;
}
#log a {
	float:right;
}
#logo {
	float:left;
	margin-left:50px;
}
#catch {
}
.shadow {
	-moz-box-shadow: 0px 0px 20px red;
	-webkit-box-shadow: 0px 0px 20px red;
	box-shadow: 0px 0px 20px red;
}
/*overlay connexion*/
.overlay {
	background:URL("img/bg_log.png");
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	filter:alpha(opacity=1);
	-moz-opacity:0.4;     
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.box {
	position:fixed;
	top:-300px;
	left:30%;
	right:30%;
	background:URL("img/bg_box.png");
	color:#7F7F7F;
	padding:20px;
	width:400px;
	height:180px;
	-moz-box-shadow: 0 1px 5px #333;
	-webkit-box-shadow: 0 1px 5px #333;
	z-index:101;

}
a.boxclose {
	float:right;
	width:26px;
	height:26px;
	background:transparent url("img/cancel.png") repeat top left;
	margin-top:-30px;
	margin-right:-30px;
	cursor:pointer;
}
a.activator {
	z-index:3;
	cursor:pointer;
}
#myconnect {
	margin-top: 5px;
}
#mylogin {
	margin: 70px 0 0 10px;;
}
.imageTopImage {
	position:absolute;
	height:712px;
	width:1070px;
	margin:0 auto;
}
#topImage {
	position:absolute;
	height:712px;
	width:1070px;
	margin:0 auto;
	left:-535px;
	margin-left:50%;
}
#imageTopImage01 {
	z-index:-1;
}
#imageTopImage02 {
	z-index:-2;
}
#imageTopImage03 {
	z-index:-3;
}
.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 {
	background:#FFFFFF url(img/bg_body.gif) top left repeat-x;
	position:relative;
}
#site {
	width:100%;
	height:auto;
	width:900px;
	margin:0px auto;
	position:relative;
}
/*******	FIN	  ********/


/** 
 * 
 * CSS HEADER 
 *
*/
 			
#header {
	background: url(img/bg_header.jpg) top right no-repeat;
	height:222px;
	position:relative;
	width:100%;
}
#headernl {
	background: url(img/bg_header_nl.gif) top right no-repeat;
	height:222px;
	position:relative;
	width:100%;
}
#header #logo {
	position:absolute;
	top:0px;
	left:0px;
}
#headernl #logo {
	position:absolute;
	top:0px;
	left:0px;
}
#header #logo p {
	font:bold 24px Arial, Verdana;
	color:#2977c2;
	text-align:center;
}
#headernl #logo p {
	font:bold 24px Arial, Verdana;
	color:#2977c2;
	text-align:center;
}
/** 
 * 
 * CSS HEADER CONTENT RENCONTRES
 *
*/

#header_content_rencontres {
	background: url(img/bg_header_rencontres.jpg) top right no-repeat;
	height:222px;
	position:relative;
	width:100%;
}
#header_content_rencontres #logo {
	position:absolute;
	top:0px;
	left:0px;
}
#header_content_rencontres #logo p {
	font:bold 24px Arial, Verdana;
	color:#2977c2;
	text-align:center;
}
/** 
 * 
 * CSS HEADER CONTENT
 *
*/

#header_content_affiliate {
	background: url(img/bg_header_afiliate.jpg) top right no-repeat;
	height:222px;
	position:relative;
	width:100%;
}
#header_content_affiliate #logo {
	position:absolute;
	top:0px;
	left:0px;
}
#header_content_affiliate #logo p {
	font:bold 24px Arial, Verdana;
	color:#2977c2;
	text-align:center;
}
/** 
 *
 *	CSS FORM LOGIN
 *
*/

#form {
	float:right;
	margin:0px;
	height:45px;
	width:155px;
	background:url(img/bg_form_login.gif) top left no-repeat;
	padding-top:5px;
	padding-right:30px;
}
#lang {
	position:relative;
	float:right;
	margin:0px;
	width:20px;
}
#ezLogin div {
	margin:0px;
}
#ezLogin {
	padding:1.5px 0px;
}
#ezLogin div#ez_div_pass {
	margin:0px 5px;
}
#ezLogin div#ez_div_section {
	margin-right:5px;
}
#form h2 {
	color: #2977C2;
	float: left;
	font-size: 12px;
	margin: 3px 5px 0 21px;
	padding: 0;
}
#form #ez_btn_submit {
	border:0px;
	margin:0px;
	padding:0px;
	background:none;
	background:url(img/bg_btn_login.gif) top left no-repeat;
	height:20px;
	width:49px;
	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 {
	top:-2px;
	position:relative;
	left:10px;
	width:100%;
}
/*****    FIN 	****/


/**
* 
* CSS CONTENT 
*
*/

#content {
	position:relative;
	height:auto !important;
	height:466px;
	background:url(img/bg_content.jpg) top left no-repeat;
	width:100%;
	min-height:466px;
	padding-left:10px;
}
#contentbottom {
	clear:both;
	position:relative;
	height:10px;
	background:url(img/bgbottom.jpg) bottom no-repeat;
	width:100%;
}
/**
* 
* CSS CONTENT CONTENT
*
*/
#content_content {
	position:relative;
	height:auto !important;
	height:466px;
	background:url(img/bg_content_content.jpg) top left no-repeat;
	width:100%;
	min-height:466px;
	padding-left:10px;
}
#inner_content {
	width:840px;
	padding:50px 30px 30px;
}
#inner_content h2 {
	font-size:24px;
	font-weight:bold;
	color:#000;
}
/**
*
* CSS FORM REGISTER 
*	
*/
.ezErrorMsg {
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
	width:200px;
}
.ezRegisterLabel {
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:190px;
}
#form_deporte {
	width:441px;
	padding-top:30px;
}
#form_deporte .ezRegisterValue {
	width:200px;
}
#form_deporte .ezRegisterValue * {
	font-size:11px;
}
#form_deporte .ezRegisterValue .ezErrorMsg {
	font-size:10px;
}
#form_deporte h2 {
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
#form_deporte #cguField_box, #form_deporte #cguField_box a, #form_deporte #newsletterField_box {
	font-size:10px;
	color:#4f420d;
}
.ezBtn {
	border:0px;
	background:url(img/bg_btn_register.gif) top right no-repeat;
	width:267px;
	line-height:37px;
	height:37px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
	margin:auto;
	margin-left:80px;
	margin-top:10px;
}
#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;
}
/****   FIN   ******/


/**
*
*	CSS TEMOIGNAGE
*
					*/

#temoignages {
	margin-top:20px;
}
#temoignages #titre_tem {
	background:url(img/bg_titre_tem.gif) top left no-repeat;
	width:100%;
	height:37px;
	font-size:24px;
	color:#2977c2;
	padding:5px;
}
#temoignages #titre_tem h2 {
	font-size:24px;
	display:block;
	float:left;
}
#temoignages #titre_tem a {
	float:right;
	margin-right:20px;
	margin-top:5px;
}
#temoignages .temoignage {
	width:48%;
	margin:10px 10px 0px 10px;
	margin-left:0px;
	float:left;
}
.temoignage.left {
	border-right:1px solid #c3d0d8;
}
.temoignage h3 {
	color:#2977c2;
	font-size:16px;
	margin-bottom:5px;
}
.temoignage h3 a {
	color:#f874d6;
	font-size:12px;
}
.temoignage h3 span {
	font-size:12px;
	color:#676767;
}
.separator {
	border-bottom:1px solid #c3d0d8;
	float:left;
	height:15px;
	width:100%;
	margin:10px 0px;
}
/*****    FIN     ****/


/**
*	
*	CSS FOOTER
*
				*/

#footer {
	background:#FFFFFF url(img/footer_bg.gif) top left repeat-x;
	width:900px;
	height:90px;
	position:relative;
	margin:30px auto;
	border-top:1px solid #c3d0d8;
	padding-top:15px;
}
#footer a {
	font-weight:bold;
	color:#f874d6;
}
#footer div {
	position:relative;
	top:15px;
}
#mention {
	color:#606060;
	font-weight:bold;
}
#footer p {
	width:400px;
	margin-top:10px;
}
#footer img {
	position:absolute;
	right:0px;
	bottom:0px;
}

/****	  FIN	 	*****/

