/* 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, 
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;}
.right{float:right;}
.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;}

a {
	color:#FF5221;
	text-decoration:underline;
}


/*La landing page*/
body{
	background:url(/image/template/zone_visiteur/idyllove/full_bg.gif) repeat-x scroll center top #FFFFFF;
	font:12px Arial,Helvetica,sans-serif;
}

#idyllove{
	color:#500017;
	margin:0 auto;
	width:780px;
	height:auto;
}

#header{
	background:url(/image/template/zone_visiteur/idyllove/header_logo.jpg) no-repeat scroll center top transparent;
	height:232px;
	width:780px;
	color:#A60328;
}

#baseline{
	font:bold 16px Arial,Helvetica,sans-serif;
	margin:0;
	padding-left:25px;
	padding-top:10px;
	width:600px;
	height:20px;	
}

#link{
	padding-left:25px;
	padding-top:170px;
	width:600px;
	height:20px;
}

#link a{
	font-weight:bold;
}

#container{
	height:auto;
	width:780px;
}

#content_left{
	height:auto;
	width:390px;
}

#content_left h1{
	font-size:14pt;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:100%;
	margin-bottom:10px;
	width:390px;
}

#content_left h1 img{
	padding-top:3px;
}

#market1{
	height:120px;
	width:390px;
}

.text_market{
	font-family:Georgia,Times New Roman,Times,serif;
	display:block;
	font-size:13px;
}

#market1  #text_market1{
	height:61px;
	width:220px;
	padding-top:3px;
	padding-left:10px;
}

#market2{
	height:190px;
	width:390px;
}

.cFF5C03{
	color:#FF5C03;
	font-weight:bold;
}

#market2 #text_market2{
	height:128px;
	width:220px;
	padding-top:5px;
	padding-left:10px;
}

#market2 ul#text_market2 li{
	list-style-image:url(/image/template/zone_visiteur/idyllove/puce2.gif);
	list-style-position:inside;
	line-height:18px;
}

#content_right{
	height:auto;
	width:390px;
}

#content_right h1{
	color:#FF5C05;
	font-size:18px;
	font-weight:bold;
	left:70px;
	position:relative;
	text-align:left;
	text-transform:uppercase;
	top:7px;
}

#content_right h2{
	color:#FF5C05;
	font-size:16px;
	font-weight:bold;
	left:70px;
	position:relative;
	text-align:left;
	text-transform:uppercase;
	top:7px;
	letter-spacing: 5px; 
	color:#500017;
}

#bg_form{
	height:345px;
	width:371px;
	background:url(/image/template/zone_visiteur/idyllove/bg_form.gif) no-repeat scroll center top transparent;
}

#formulaire{
	height:268px;
	padding-left:40px;
	padding-top:25px;
	width:305px;
	padding-left:20px;
	font-size:12px;
	overflow:hidden;
}

*html #formulaire{padding-top:15px;	height:278px;}

#formulaire .critere{
	width:305px;
	height:36px;
	padding-left:15px;
}

#formulaire #sexe{
	height:45px;
}
#formulaire #label_sexe{
	height:40px;
}

#formulaire .label_text,
#formulaire .label_radio{
	text-align:right;
	width:90px;
	height:14px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}

#formulaire .valeur_radio{
	width:150px;
	height:20px;
	font-size:11px;
	margin-left:5px;
	font-weight:normal;
	color:#FFFFFF;
}

#formulaire  .valeur_radio_label{
	position:relative;
	top:-2px;
}

#formulaire .valeur_radio_item{
	margin-top:5px;
}

*+html #formulaire .valeur_radio_item{	margin-top:3px;}


#formulaire .item_text{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #FF5025;
	font-size:15px;
	font-weight:bold;
	height:18px;
	margin-bottom:10px;
	padding-left:3px;
	padding-bottom:4px;
	width:170px;
	margin-left:5px;
}

#formulaire .item_text:focus{
	background:none repeat scroll 0 0 #FFF2BF;
}	

*html #formulaire .item_text{	padding-top:2px;padding-bottom:0px;}
*+html #formulaire .item_text{padding-top:2px;padding-bottom:0px;}

#cgu{
	height:20px;
	width:320px;
	margin-top:5px;
}

#cgu_box,
#cgu_txt{
	float:left;
}

#cgu_box{
	border:0 none;
	background:none;
	text-align:right;
	width:110px;
}

#cgu_txt{
	color:#FFFFFF;
	font-size:12px;
	padding-left:5px;
	padding-top:2px;
	width:200px;
	height:20px;
	text-align:left;
}

#cgu .cgulink{
	color:#FFFFFF;
}

#formulaire #submit_form1{
	background:url(/image/template/zone_visiteur/idyllove/bt_off.gif) no-repeat scroll center center transparent;
	border:0 none;
	color:#113800;
	cursor:pointer;
	font-size:17px;
	font-weight:bold;
	height:33px;
	margin-bottom:15px;
	padding:0;
	width:271px;
	margin-left:30px;
	margin-top:8px;
}

#formulaire #submit_form1:focus{
	background:url(/image/template/zone_visiteur/idyllove/bt_on.gif) no-repeat scroll center center transparent;
}


#connexion{
	height:60px;
	padding-left:20px;
	padding-top:10px;
	width:330px;
}

#form_login span{
	color:#FF5F00;
	padding-top:3px;
}

#connexion #pseudo,
#connexion #passe {
	height:20px;
	width:95px;
	margin-left:5px;
	float:left;
}	

*html #connexion #pseudo,*html #connexion #passe {	margin-left:2px;}	

#connexion .item_text ,
#connexion .item_password {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #FF5025;
	color:#999999;
	font-size:10px;
	height:14px;
	width:90px;
	padding-left:3px;
	padding-bottom:3px;
	float:left;	
}	

*html #connexion .item_text ,
*html #connexion .item_password {
	padding-bottom:1px;
	padding-top:3px;
}
*+html #connexion .item_text ,
*+html #connexion .item_password {
	padding-bottom:1px;
	padding-top:3px;
}

#connexion .disclaimer  {
	background:url(/image/template/zone_visiteur/idyllove/bt_connexion.gif) repeat-x scroll 0 0 transparent;
	border:1px solid #FF5F00;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
	height:20px;
	text-transform:uppercase;
	width:40px;
	margin-left:5px;
}

*html #connexion .disclaimer{margin-left:2px;}

#connexion #identifiants_perdus{
	color:#FF5F00;
	float:left;
	padding-left:60px;
	margin-top:10px;
	text-align:right;
	width:210px;
}


#cgv{
	color:#285E71;
	font-size:9px;
	text-align:justify;
	width:760px;
	margin:0 auto;
}

.copyright{
	padding-top: 5px; 
	color:#000000;
	float:left;
	font-size:10px;
	text-align:center;
	width:100%;
}


 /*** OVERLAY PASS PERDU ***/
.cFF5F00{
	color:#FF5F00;
}

div#contenu_overlay2{
	width:400px;
	height:160px;
	background:none;
	border:none;
}
div#contenu_overlay2  .pass_perdu{
	width:400px;
	height:160px;
	background-color:#ffffff;
	border:3px solid #FF5F00;/*Rose foncé*/
}

div#contenu_overlay2  #titre_pass_perdu{
	color:#ffffff;
	width:400px;
	height:25px;
}

div#contenu_overlay2 .titre_pass_perdu{
	width:340px;
	height:25px;
	padding-left:10px;
}

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:#FF5F00;
	padding-left:10px;
}

div#contenu_overlay2 #mon_email{
	background-color:#FFFFFF;
	border:1px solid #FF5F00;
	color:#FF5F00;
	float:left;
	height:18px;
	margin-top:11px;
	padding-bottom:3px;
	width:180px;
	padding-left:3px;	
}

div#contenu_overlay2 input#submit_mon_email{
	background-image:none;
	background-color:#FF5F00;/*Jaune */
	border:1px solid #999999;
	color:#FFFFFF;/*Noir*/
	cursor:pointer;
	float:left;
	font-size:11px;
	height:25px;
	margin-left:10px;
	text-transform:uppercase;
	width:110px;
	margin-top:10px;
}


*html div#contenu_overlay2 #mon_email{
	padding-bottom:0px;
	padding-top:4px;
}

*+html div#contenu_overlay2 #mon_email{
	padding-bottom:0px;
	padding-top:4px;
}
 
 
 
 
 
 
 
