#contact{
	padding-bottom:40px;
	}
#contact div.content{
	padding-top:15px;
	padding-bottom:0;
	margin:0 40px 0 25px;
	background:transparent url(/img/contact/bg.jpg) no-repeat bottom right;
	min-height:460px;
	}
#contact.gay div.content{
	background-image:url(/img/contact/bg_gay.jpg);
	}
#contact #contact_infos{
	width:370px;
	}
#contact h3, #contact.unlogged h2{
	text-indent:40px;
	height:28px;
	line-height:28px;
	margin:20px 0 10px 0;
	background-repeat:no-repeat;
	background-position:middle left;
	}
#contact h3#byphone,#contact.unlogged h2#byphone{
	background-image:url(/img/contact/ico_tel.jpg);
	}
#contact h3#byemail,#contact.unlogged h2#byemail{
	background-image:url(/img/contact/ico_mail.jpg);
	}
#contact hr{
	margin-top:20px;
	}

#contact dl{
	width:100%;
	height:50px;
	font-weight:bold;
	margin-top:5px;
	}
#contact dl dt{
	clear:both;
	float:left;
	width:70%;
	padding:5px 0;
	}
#contact dl dd{
	float:right;
	width:30%;
	padding:5px 0;
	}
#contact #contact_emailaddr{
	font-style:italic;
	}
#contact #byemailbox{
	position:relative;
	width:100%;
	height:280px;
	}
#contact.unlogged #byemailbox{
	height:335px;
	}
#frmcontact{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	}

#frmcontact #contact_email,#frmcontact #contact_pseudo,#frmcontact #contact_titre{
	width:100%;
	margin-top:5px;
	}
#frmcontact #contact_pseudo{
	margin-bottom:5px;
	}
#frmcontact #contact_msg{
	width:100%;
	height:150px;
	margin-top:5px;
	}
.unlogged #frmcontact #contact_msg{
	height:100px;
	}
#frmcontact input#btncontact_send{
	position:absolute;
	left:0;
	bottom:-32px;
	}

