/**
 *
 * CSS COMMUN 
 *
 */
body{
	background:#2E000B url(images/bg_body.jpg) top repeat-y;
	background-color:#2E000B;
	width:1025px;
	margin:auto;
	padding:0;
}
#site{
	height:auto;
	width:1025px;
	margin:auto;
	position:relative;
}
.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;
	
}

/*******	FIN	  ********/
/** 
 * 
 * CSS HEADER 
 *
*/

#header{	
	background: url(images/bg_header.jpg) top center no-repeat;
	height:208px;
	position:relative;
	width:1025px;
}
#header #logo {
	position:absolute;
	top:0px;
	left:0px;
	width:460px;
	height:208px;
	margin-left:10px;
}
#header #logo p{
	font:bold 24px Arial , Verdana;
	color:#2977c2;
	text-align:center;
}
#header #slogan{
	clear:both;
	float:right;
	margin:0px;
	height:45px;
	width:400px;
	padding-top:25px;
	padding-left:3px;
	padding-right:95px;
}
#slogan h2{
	font-size:26px;
	color:#111111;
	float:right;
}
#slogan p{
	font-size:18px;
	color:#111111;
	float:right;
}
#slogan span{
	font-size:26px;
	color:#d83950;
}
#header2{	
	background: url(http://www.rencontres.com/images/bg_header_easy.jpg) top right no-repeat;
	height:153px;
	position:relative;
	width:100%;
	margin-bottom:25px;
}
#header2 #logo {
	position:absolute;
	top:0px;
	left:0px;
}
#header2 #logo p{
	font:bold 24px Arial , Verdana;
	color:#2977c2;
	text-align:center;
}
#header2 #slogan{
	clear:both;
	float:right;
	margin:0px;
	height:45px;
	width:400px;
	padding-top:25px;
	padding-left:3px;
	padding-right:95px;
}

/** 
 *
 *	CSS FORM LOGIN
 *
*/

#form{
	float:right;
	margin:0px;
	height:45px;
	width:425px;
	padding-top:11px;
	padding-left:3px;
	padding-right:30px;
}
#ezLogin div{
}
#ezLogin {
	float:left;
	padding:1.5px 0px 0px 10px;
	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:#7e2e20;
	margin:1px 5px 0 0px ;
	padding:0 0 0 5px;
	float:left;
}
#form #ez_btn_submit{
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	background:none;
	background:url(images/bg_btn_login.png) top left no-repeat;
	height:21px;
	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{
	clear:both;
	margin-top:10px;
	position:relative;
	left:10px;
	width:100%;
	color:#000;
}
#ez_div_reponse a{
	color:#91001F;
}

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

/**
* 
* CSS CONTENT 
*
				*/

#content{
	position:relative;
	height:auto !important;
	height:505px;
	background:url(images/bg_content.jpg) top left no-repeat;
	width:1025px;
	min-height:505px;
}
#content2{
	position:relative;
	height:auto !important;
	width:100%;
	width:1025px;
	padding-left:10px;
	color:#FFF;
}
#contentbottom{
	clear:both;
	position:relative;
	height:40px;
	background:url(images/bgbottom.jpg) left bottom no-repeat;
	background-color:transparent; 
	width:1025px;
}
/**
*
* 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:12px 0 0 70px;
}
#form_register{
	padding:20px 0 0 0;
}
#form_deporte .ezRegisterValue {
	width:200px;
}
#form_deporte .ezRegisterValue *{
	font-size:12px;
}

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

#form_deporte h2{
	font-size:24px;
	font-weight:bold;
	color:#920223;
	padding-top:10px;
	padding-left:15px;
	font-weight:bold;
}

#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;
	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 PROFILS
*
*/

#profils{
	padding-top:25px;
	height:136px;
}
.ez_div_reponse{
	margin-top:20px;
	padding-top:20px;
}
.bg_profils{
	padding-top:10px;
	background:url(images/bg_profils.jpg) top center no-repeat;
	height:136px;
}
#profils #titre_profils{
	background:url(images/bg_titre_profils.gif) top left no-repeat;
	width:1025px;
	height:37px;
	font-size:24px;
	color:#2977c2;
	padding:5px;
}
#profils #titre_profils h2{
	font-size:24px;
	display:block;
	float:left;
	font-weight:bold;
}
#profils #titre_profils a{
	float:right;
	margin-right:20px;
	margin-top:5px;
	color:#cc9c3c;
}



/**
*
*	CSS TEMOIGNAGE
*
*/

#temoignages{
}
#titre_tem{
	background:url(images/bg_titre_tem.jpg) top left no-repeat;
	width:1025px;
	height:60px;
	font-size:24px;
	color:#91001F;
	margin-top:25px;
}
#temoignagesbg {
	background:url(images/bg_tem.jpg) top left repeat-y;
	width:1025px;
}	
#temoignagesbottom {
	background:url(images/bg_tem_bottom.jpg) top left no-repeat;
	width:1025px;
	height:50px;
}
#titre_tem h2{
	font-size:24px;
	display:block;
	float:left;
	margin:23px 0 10px 70px;
	font-weight:bold;
}
#titre_tem_more {
	float:right;
	margin:32px 65px 0 0;
}
#titre_tem_more a{
	color:#91001F;
}
#temoignages .temoignage{
	color:#000;
}
#titre_tem a{
	color:#920223;
}
.temoignage.left{
	clear:both;
	width:400px;
	float:left;
	margin:10px 10px 0px 75px;
	border-bottom:1px solid #c3d0d8;
}
.temoignage.left p{
	margin-bottom:15px;;
}
.temoignage.right{
	width:400px;
	float:right;
	margin:10px 70px 0px 10px;
	border-bottom:1px solid #c3d0d8;
}
.temoignage.right p{
	margin-bottom:15px;;
}
.temoignage h3{
	color:#000;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
.temoignage h3 a{
	color:#920223;
	font-size:12px;
}
.temoignage h3 span{
	font-size:12px;
	color:#676767;
}
.separator{
}
.content_link a{
	color:#920223;
}


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


/**
*
*	CSS BLOCS CONTENU
*
*/


#contentbloc{
}
#titre_contentbloc{
	background:url(images/bg_titre_contentbloc.jpg) top left no-repeat;
	width:1025px;
	height:80px;
	font-size:24px;
	color:#91001F;
	padding:5px;
}
#contentblocbg {
	background:url(images/bg_contentbloc.jpg) top left repeat-y;
	width:1025px;
}	
#contentblocbottom {
	background:url(images/bg_contentbloc_bottom.jpg) top left no-repeat;
	width:1025px;
	height:40px;
}
#titre_contentbloc h2{
	font-size:24px;
	display:block;
	float:left;
	margin:18px 0 10px 70px;
	font-weight:bold;
}
#titre_contentbloc_more {
	float:right;
	margin:58px 70px 0 0;
}
#titre_contentbloc_more a{
	color:#91001F;
}
#titre_contentbloc a{
	color:#920223;
}
.contentbloc.left{
	clear:both;
	width:400px;
	float:left;
	margin:10px 10px 0px 75px;
	border-bottom:1px solid #c3d0d8;
}
.contentbloc.left p{
	margin-bottom:15px;;
}
.contentbloc.right{
	width:400px;
	float:right;
	margin:10px 60px 0px 10px;
	border-bottom:1px solid #c3d0d8;
}
.contentbloc.right p{
	margin-bottom:15px;;
}
.contentbloc h3{
	color:#000;
	font-size:16px;
	margin-top:10px;
	margin-bottom:5px;
}
.contentbloc h3 a{
	color:#920223;
	font-size:12px;
}
.contentbloc h3 span{
	font-size:12px;
	color:#676767;
}
.separator{
}
.content_link a{
	color:#920223;
}

.contentblocbg a{
	color:#920223;
}

#contentblocbg a{
	color:#920223;
}

.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.linkRight{
	float:right;
	margin:10px 63px 0 0;
}
.linkLeft{
	clear:both;
	float:left;
	margin:10px 0 0 63px;
}

/**
*	
*	CSS FOOTER
*
*/

#footer{	
	width:1025px;
	height:70px;
	position:relative;
	margin-top:20px;
	text-align:center;
}

#footer a{
	font-weight:bold;
	color:#e6273e;
}

#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	 	*****/
