﻿#popinOverlay{ /* Cache body */	
	background:#666f7f;
	display:none;
	left:0;
	position:absolute;
	top:0;
	z-index:1000;
	width:100%;
}
#popinTemp{
	top:0;
	left:0;
	/*padding:10px;*/
}

.popin{
	background:transparent url(Images/bg_popin.gif) no-repeat left top;
	position:absolute;
	width:560px;
	height:285px;
	z-index:1200;
	display:none;
}
.popin.mailpopin{
	background:transparent url(Images/bg_popin_mail.gif) no-repeat left top;
	position:absolute;
	width:562px;
	height:167px;
	z-index:1200;
	display:none;
}
.contentFriend{
	width:490px;
	margin:auto;
}
.contentFriend .title{
	width:100%;
	overflow:hidden;
	padding:22px 0px 44px 0px;
	color:white;
}
.contentFriend .title h3{
	
	font-weight:bold;
	font-size:22px;
	float:left;
}
.contentFriend .title a{
	color:#a0a5af;
	font-size:10px;
	text-decoration:underline;
	float:right;
}
.contentFriend .champs{
	width:100%;
	overflow:hidden;
	color:#333333;
}
.contentFriend .champs p{
	width:100%;
	overflow:hidden;
	padding:0px 0px 22px 0px;
}
.contentFriend .champs p span{
	float:left;
	margin:0px 23px 0px 0px;
	width:232px;
}
.contentFriend .champs p span.blockRight{
	float:right;
	margin:0px;
}
.contentFriend .champs p span label{
	font-size:12px;
	padding:0px 0px 10px 0px;
	width:100%;
	float:left;
}
.contentFriend .champs p span input{
	font-size:12px;
	width:228px;
	color:#a5acb2;
}
.contentFriend .champs p a{
	font-size:12px;
	text-decoration:underline;
	color:#a5acb2;
	float:left;
	margin:15px 0px 0px 0px;
}
.contentFriend .champs p .envoyer{
	background:transparent url(Images/btn_send.jpg) no-repeat left top;
	font-size:0px;
	cursor:pointer;
	width:117px;
	height:29px;
	border:0px;
	float:right;
}
.contentFriend .champs p .erreur{
	background:transparent url(Images/icone/erreur.gif) no-repeat left top;
	color:#e61c12;
	padding:0px 0px 0px 20px;
	float:right;
	margin:11px 0px 0px 0px;
	width:130px;
}
.contentFriend .champs p .erreurChamp label{
	background:transparent url(Images/icone/erreur.gif) no-repeat right top;
	color:#e61c12;
}
.contentFriend .champs p .erreurChamp input{
	border:1px solid #e61c12;
}

.contentFriend .champs .sendGood{
	min-height:120px;
	_height:120px;
}
.contentFriend .champs .sendGood h3{
	font-size:14px;
	padding:0px 0px 6px 0px;
}
.contentFriend .champs .sendGood p{
	font-size:12px;
	color:#a0a5af;
	padding:0px 0px 8px 0px;
}
.contentFriend .champs .sendGood a{
	color:#333333;
	text-decoration:underline;
}
.contentFriend .champs .ok{
	background:transparent url(Images/btn_ok.gif) no-repeat scroll left top;
	width:117px;
	height:29px;
	float:right;
	font-size:0px;
	text-indent:-4444px;
}
.mailpopin .contentFriend .champs p span{
	margin:0px;
}
.mailpopin .contentFriend .champs p .erreur {
	background:none;
	color:#E61C12;
	float:left;
	margin:29px 0 0 15px;
	padding:0 0 0 0;
	width:120px;
}
.mailpopin .contentFriend .champs .btnOk {
	padding:0 0 0 0;
}
.mailpopin .contentFriend .champs .btnOk a{
	margin:0 0 0 0;
}
