/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*@Utiles---------------------------------------------------------------------------------------*/
.left{float:left;}
.hidden{overflow:hidden;}
.both{clear:both;}
.bold{font-weight:bold;}
.normal{font-weight:normal;}
.norepeat{background-repeat:no-repeat;}
.repeatX{background-repeat:repeat-x;}
.repeatY{background-repeat:repeat-y;}
.alignleft{text-align:left;}
.aligncenter{text-align:center;}
.alignright{text-align:right;}
.underline{text-decoration:underline;}

.invisible{
	filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

.italic{font-style:italic;}
.cursor{cursor:pointer;}
.margintop10px{margin-top:10px;}
.marginleft10px{margin-left:10px;}

a {
	color:#6A1D44;
	text-decoration:underline;
}
a:link {
	color:#6A1D44;
}
a:visited {
	color:#6A1D44;
}
a:focus {
	color:#6A1D44;
}
a:hover {
	color:#6A1D44;
	text-decoration:underline;
}
a:active {
	color:#6A1D44;
}

/*La landing page*/
body{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	text-align:left;
	background-image:url(/image/template/zone_visiteur/rencontres-faciles2/bg.jpg);
	background-repeat:repeat-x;
	line-height:15px;
}

#rencontres-faciles2{
	width:953px;
	height:auto;
	margin:0 auto;
}

#header{
	width:950px;
	height:150px;
}

#connexion{
	width:370px;
	height:150px;
}

#connexion #deja_inscrit{
	margin-top:40px;
	float:right;
	margin-right:10px;
}

#connexion #form_login{
	width:350px;
	height:34px;
	margin-right:10px;
	margin-top:5px;
	float:left;
}


#connexion #pseudo, #connexion #passe{
	width:125px;
	float:left;
	margin-left:10px;
}

*html #connexion #pseudo,
*html #connexion #passe{
	margin-left:5px;
}

#connexion #form_login .item_text,
#connexion #form_login .item_password{
	border:none;
	background:none;
	background-image:url(/image/template/zone_visiteur/rencontres-faciles2/bg_input.png);
	background-repeat:no-repeat;
	behavior: url(/common/scripts/css/iepngfix/iepngfix.htc);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.php);
	height:30px;
	width:119px;
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	padding-bottom:4px;
	font-size:14px;
	color:#50565a;
	padding-top:8px\9;/*ie8*/
	padding-bottom:0px\9;/*ie8*/
}

#connexion #form_login  .disclaimer {
	background-image:url(/image/template/zone_visiteur/rencontres-faciles2/bt_valid.png);
	background-repeat:no-repeat;
	behavior: url(/common/scripts/css/iepngfix/iepngfix.htc);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.php);	
	cursor:pointer;
	height:32px;
	width:38px;
	margin-left:10px;
	margin-top:1px;
	float:left;	
}


#connexion  #identifiants_perdus{
	width:10px;
	height:15px;
	float:left;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
	color:#ff0084;
}


#content{
	width:950px;
	height:auto;
}

#content_left{
	width:508px;
	height:auto;
}

 #membres_connectes{
 	width:450px;
	height:26px;
	text-align:left;
	padding-left:50px;
	color:#6a7a80;
	font-size:14px;
}

#membres_connectes ul{
	padding-top:15px;
}

#membres_connectes ul li{
	padding-left:20px;
}
 
 
.nb_membre_chiffre1{
	text-align:center;
	padding-left:10px;
}	

.nb_membre_chiffre2{
	text-align:center;
	padding-left:10px;	
}	

.market{
	padding-top:10px;
}

.tchat{
	padding-top:5px;
}

.temoignage{
	padding-top:5px;
}
 
#content_right{
	width:432px;
	height:auto;
	padding-left:10px;
	padding-top:22px;
}

*+html #content_right{
	padding-top:11px;
}
 
 /*** formulaire ***/
#formulaire{
	width:420px;
	height:350px;
	background-image:url(/image/template/zone_visiteur/rencontres-faciles2/bg_form.png);
	background-repeat:no-repeat;
	behavior: url(/common/scripts/css/iepngfix/iepngfix.htc);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.php);
}

#formulaire #form{
	width:420px;
	height:290px;
	padding-top:55px;
}


*html #formulaire #form{
	padding-top:35px;
}

*+html #formulaire #form{
	padding-top:35px;
}
 
#formulaire .critere{
	width:420px;
	height:35px;
 }

#formulaire .label_text,
#formulaire .label_select{
	width:160px;
	height:29px;
	float:left;
	text-align:right;
	padding-top:6px;
	font-size:15px;
	color:#555c60;
}
 
#formulaire .item_select, 
#formulaire .item_text{ 
	background-image:url(/image/template/zone_visiteur/rencontres-faciles2/bg_input_form.png);
	background-repeat:no-repeat;
	behavior: url(/common/scripts/css/iepngfix/iepngfix.htc);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.php);
	float:left;	
	padding-left:3px;
	padding-right:3px;
	padding-top:0px;
	padding-bottom:4px;
	margin-left:20px;
	font-size:13px;
	font-weight:bold;
	color:#2d2d2d;
	padding-top:6px\9;/*ie8*/
	padding-bottom:0px\9;/*ie8*/
}

 #formulaire .item_select{
  	width:178px;
	height:25px;
	border:none;
	padding-top:3px;
 }

 
 #formulaire .item_text{
  	width:174px;
	height:25px;
 }
 
 
 #cgu{
	padding-top:5px;
	width:420px;
}

#cgu_box{
	float:left;
	margin-left:180px;
}

*html #cgu_box{
	margin-left:90px;
}

#cgu_txt{
	float:left;
	margin-left:10px;
	color:#2d2d2d;	
}

*html #cgu_txt{
	padding-top:4px;
}	

#cgu_txt a.cgulink{
	color:#ff0084;
}

 #formulaire #submit_form1{
	background-image:url(/image/template/zone_visiteur/rencontres-faciles2/bt_valid_form.png);
	background-repeat:no-repeat;
	behavior: url(/common/scripts/css/iepngfix/iepngfix.htc);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.php);
	border:0 none;
	cursor:pointer;
	height:46px;
	width:282px;
	margin-left:69px;
	margin-top:5px;
}


#thumbs{
	margin-top:24px;
}


#cgv {
	color:#747474;
	text-align:center;
	width:780px;
	padding-top:20px;
	margin:0 auto;
	margin-bottom:20px;
}

#copyright{
	text-align: center; 
	color:#000000;
	font-family: arial;
	font-size: 10px;
	padding-top: 10px; 
	padding-bottom: 10px;
}


/*** OVERLAY ***/
.cff0084{
	color:#ff0084;
}

div#contenu_overlay2{
	width:400px;
	height:160px;
	background-image:url(/image/template/zone_visiteur/rencontres-faciles2/bg.jpg);
	background-repeat:repeat-x;
	border:3px solid #ff0084;
}
div#contenu_overlay2  .pass_perdu{
	width:400px;
	height:160px;
}

div#contenu_overlay2  #titre_pass_perdu{
	color:#D33431;
	width:400px;
	height:25px;
}

div#contenu_overlay2 .titre_pass_perdu{
	width:350px;
	height:25px;
}

div#contenu_overlay2  .fermer_pass_perdu{
	background-image:url(/image/template/zone_visiteur/rencontres-voisines/img_fermer.jpg);
	width:50px;
	height:17px;
	float:right;
	margin-left:0px;	
}

div#contenu_overlay2 #text_pass_perdu{
	color:#333333;
}

div#contenu_overlay2 #mon_email{
	border:1px solid #ff0084;
	background-color:#FFFFFF;
	color:#ff0084;
	font-size:13px;
	font-weight:bold;
	height:25px;
	margin-top:1px;
	width:200px;
	float:left;
	padding-top:6px\9;/*ie8*/
}

div#contenu_overlay2 #submit_mon_email {
	background-color:#ff0084;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	height:31px;
	margin-left:5px;
	text-align:center;
	width:120px;
}

