/* INDEX */

@import url("tags.css");
@import url("footer.css");
@import url("popup.css");
@import url("bubble.css");

body{
	background-image:url(../img/index_bg.gif);
	background-repeat:repeat-x;
	background-color:#685950;
	_background-color:#5c4d43;
}



#mask{
	position:absolute;
	top:0px;
	left:0px;
	height:0px;
	width:0px;
	background:black;	
	-moz-opacity:.50;
	opacity:.50;	
	z-index:1000;
	display:none;
}
#page{
	width:872px; 
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
#page a{
	color:#FFFFFF;
}
#page a:hover{
	color:#fc66a9;
}

#bg{
	position:relative;
	width:758px;
	height:562px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#bg .arabesque_top{
	position:absolute;
	top:0px;
	left:0px;

}
#bg .arabesque_bot{
	position:absolute;
	bottom:0px;
	right:0px;

}
/*PARTIE GAUCHE*/
#index_col_left{
	position:absolute;
	width:223px;
	height:425px;
	top:103px;
	left:20px;
	z-index:3;
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:17px;
	background:url(../img/signup_bg.gif);

}
.shadow_central_left_bot{
	position:absolute;
	bottom:-18px;
	left:0px;
}
	
#logo{
	position:absolute;
	width:202px;
	height:227px;
	top:-93px;
	left:182px;
	z-index:3;
}
#index_col_left h2{
	height:54px;
	position:relative;
	left:-3px;
	
}


#index_col_left form{
	position:absolute;
	z-index:4;
}
#index_col_left em{
	display:block;
	float:left;
	font-style:normal;
	
}

#index_col_left #member_sexes ,#index_col_left #member_search, #member_infos {
	text-align:right;
	padding-bottom:5px;
}
#index_col_left #member_infos label,#index_col_left #member_infos #birth{
	display:block;
	clear:both;
	padding-bottom:5px;
}
#index_col_left #member_infos input{
	width:145px;
	margin-left:5px;

}
#index_col_left select#date_d,#index_col_left select#date_m{
	width:43px;
	padding-left:1px;


}
#index_col_left select#date_y{
	width:57px;
	padding-left:0px;
}
#index_col_left select.geo{
	width:149px;

}
#index_col_left #condition label{
	display:block;
	clear:both;
	font-size:10px;
	height:32px;
}
#index_col_left #condition .checkbox{
	float:left;
	margin-top:4px;
}




#btn_signup  {
	margin-top:10px;
	margin-left:32px;
}
#btn_signup .hover{
	background:none;
}



/*PARTIE CENTRALE*/
#index_col_central {
 	position:absolute;
	width:420px;
	top:103px;
	left:278px;
	z-index:2;

}

#index_col_central #index_col_central_top{
	width:420px;
	height:3px;
	background-image:url(../img/index_col_central_top.gif);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;
}
#index_col_central #index_col_central_bg{
	width:420px;
	height:400px;
	padding-top:27px;
	background-color:#FFFFFF;
}
#index_col_central #index_col_central_bot{
	width:420px;
	height:12px;
	background-image:url(../img/index_col_central_bot.gif);
	background-repeat:no-repeat;
	font-size:0px;
	line-height:0px;
}



#index_col_central h2, #index_col_central p{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	
}
#index_col_central h2{
	margin-bottom:5px;
	margin-top:10px;
}
h2#leakir_txt{
	margin-top:0px;
}
h2#join_title{

	margin-left:10px;
	margin-right:0px;
	margin-bottom:4px;
	margin-top:7px;
	position:relative;

	

}
p.blue_txt{
	color:#009bff;
}
p.pink_txt{
	color:#fc66a9;
}
#member_list{
	padding-left:12px;

}

#index_col_central #member_list table{
	float:left;
	margin-right:5px;
	margin-bottom:5px;

}
td.pic{
	width:75px;
	height:75px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:center;
}
td.pic img{border:none;}


/*PARTIE DROITE*/
#index_col_right{
	position:absolute;
	width:174px;
	top:0px;
	right:0px;
	z-index:2;
	color:#FFFFFF;
}


/*STATS*/
#stats_box{
	position:relative;
	width:137px;
	height:103px;
	left:21px;
	padding-left:10px;
}
.stats_bg{
	position:absolute;
	top:0px;
	left:0px;	
}
/*LANGUAGE*/
#language{
	position:absolute;
	top:10px;
	right:10px;
	height:30px;
	float:right;
}

#language li{
	width:15px;
	height:9px;
	float:left;
	padding-left:5px;
	background-repeat:no-repeat;
	background-position:5px 0px;
	
	}
#language li a{
	width:15px;
	height:9px;
	display:block;
	background-repeat:no-repeat;
}
#language li a:hover{background:none;}
#language #fr{background-image:url(../img/flag_FR_on.gif);}
#language #us{background-image:url(../img/flag_US_on.gif);}
#language #is{background-image:url(../img/flag_IS_on.gif);}

#language #fr a{background-image:url(../img/flag_FR_off.gif);}
#language #us a{background-image:url(../img/flag_US_off.gif);}
#language #is a{background-image:url(../img/flag_IS_off.gif);}


#language #fr a:hover{background:none;}
#language #us a:hover{background:none;}
#language #is a:hover{background:none;}


#stats{
	position:absolute;
	top:40px;
	right:10px;
	background-position: right top;
	padding-top:14px;
	padding-left:10px;

}
#stats em{
	display:block;
	float:right;
	text-align:right;
	font-style:normal;
	width:35px;



}

/*LOGIN BOX*/
#login_box{
	position:relative;
	width:149px;
	height:110px;
	left:15px;
	background:url(../img/login_bg.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	
}
.shadow_signin_bot{
	position:absolute;
	bottom:-15px;
	left:-3px;
}
#login_box h2{
	height:27px;
	position:relative;
	left:8px;
	top:5px;
	text-align:left;
	}

#login_box  label{
	display:block;
	clear:both;
	padding-bottom:5px;text-align:right;
	
}
#login_box input{
	width:100px;
	margin-left:5px;

}
#login_box a{
	font-size:10px;
	text-decoration:none;
	padding-right:4px;
	padding-top:2px;
	text-align:right;
	display:block;
}


#login_box .btn_valid_2{
	left:64px;
	position:relative;
}


/*TEMOIGNAGES*/
#testimonys_box{
	position:relative;
	width:149px;
	height:245px;
	left:15px;
	top:15px;
	background-image:url(../img/testimonys_bg.gif);
	background-repeat:no-repeat;
	padding-right:10px;
}
.shadow_testimonys_bot{
	position:absolute;
	bottom:-19px;
	left:-3px;
}
#testimonys_box h2{
	font-size:11px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:21px;
}
#testimonys_box table{
	margin-left:15px;
	margin-bottom:6px;
	text-align:justify;
}
#testimonys_box td.pic{
	width:100%;
	height:75px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:left;
}
#testimonys_box strong{
	color:#fc66a9;
	text-decoration:none;
	font-weight:bold;
}
#testimonys_box td#testimonys_content{
padding-top:3px;
}
#testimonys_box td a#testimonys_member_txt{
	display:block;
	padding-top:6px;
	color:#FFFFFF;
	text-decoration:none;
}
#testimonys_box td a#testimonys_member_txt:hover{
	text-decoration:underline;
}



.btn_prev{
	width:25px;
	height:17px;
	background-image:url(../img/btn_prev_on.gif);
	background-repeat:no-repeat;
	margin-right:5px;
}
.btn_prev a{
	display:block;
	width:25px;
	height:17px;
	background-image:url(../img/btn_prev_off.gif);
	background-repeat:no-repeat;
}
.btn_prev a:hover{background:none;}

.btn_next{
	float:right;
	width:25px;
	height:17px;
	background-image:url(../img/btn_next_on.gif);
	background-repeat:no-repeat;
}
.pagination_tool{
	position:absolute;
	right:10px;
	bottom:10px;
}
.pagination_tool li{
	display:block;
	float:left;
}
.btn_next a{
	display:block;
	width:25px;
	height:17px;
	background-image:url(../img/btn_next_off.gif);
	background-repeat:no-repeat;
}
.btn_next a:hover{
	background:none;
}


/*FOOTER*/
#footer{
	width:100%;
	position:absolute;
	top:550px;
}
#footer #footer_shadow{
	height:100%;
}
#footer #footer_nav{
	left:341px;
	text-align:center;
	width:420px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

