.fValidator-msg{
	color				:	#E6051F;
	font-weight			:	bold;
	display				:	block;
	font-size			:	11px;

}
#contactez{
	margin				:	20px;
}
#contactez fieldset{
	width				:	430px;
	margin				:	10px;
	padding				:	10px;
	border				:	solid 1px #F2F2F2;
}
#contactez fieldset.destinataire{
	width:260px;
}
#contactez fieldset legend{
	color 				: 	#993300;
	font-weight			:	bold;
}
#contactez fieldset.destinataire img{
	float:left;
	margin:0px 10px 5px 0px;
}
#contactez td{
	vertical-align		:	top;
	padding				: 	2px;
}

#contactez th{
	vertical-align		:	top;
	padding				: 	2px 20px 2px 2px;
	font-weight			:	bold;
	color:#999999;
}
#contactez fieldset.destinataire th{
	padding				: 	2px;
}
#contactez .inputbox{
	width				:	200px;
	font-size			:	12px;
	border				:	solid 1px #FDB731;
}

#contactez textarea.inputbox{
	height				:	150px;
}
#contactez .button{
	display:block;
	background			:	#90928F;
	cursor				:	pointer;
	color				:	#FFFFFF;
	border				:	solid 1px #90928F;
	width				:	300px;
	margin				:	10px 10px 10px 50px;
	font-weight			:	bold;

}
#contactez .button:hover{
	background			:	#FCB630;
	color				:	#333333;

}
#contactez .retour{
	display				:	block;
	margin				:	20px 20px 20px 60px;
	background			:	url(../images/fleche.png);
	background-position	:	top left;
	background-repeat	:	no-repeat;
	padding-left		:	10px;
	font-size			:	11px;
}
#contactez .retour:hover{
	text-decoration		:	underline;
	color				:	#993300;
}
#contactez .captchapict{
	float				:	left;
	margin				:	0px 10px 0px 10px
}
#contactez .antispam .txt{
	color				:	#000000;
	font-size			:	11px;
}
#contactez .antispam  input.captcha_txt{

	width				:	110px;
	font-size			:	12px;
	border				:	solid 1px #FDB731;
	margin				:	5px;
	
}
#contactez .antispam  input.captcha{
	width				:	110px;
	color				:	#993300;
	font-size			:	11px;
	cursor				:	pointer;
	margin				:	5px;
	background			:	#ffffff;
	border				:	solid 1px #ffffff;
}
#contactez .antispam input.captcha:hover{
	color				:	#90928F;
	border				:	solid 1px #90928F;

}
#contactez .confirmation{
	margin-top			:	50px;
	font-weight			:	bold;
	color				:	#993300;
}

