@charset "utf-8";

#right {
	display					:none;
	width:0;
	margin:0;
}
#center {
	width					: 630px;
	margin-right			: 0px !important;
	margin-top				: 30px;
}	

#contact_form {
	background-color		: #E7D8B0;
	width					: 512px;
	border-left				: 1px solid #B3A284;
	border-right			: 1px solid #B3A284;
	margin					: 0 auto;
}
#contact_form_head {
	width					: 514px;
	height					: 23px;
	background-repeat		: no-repeat;
	background-image 		: url('/img/contact_form_head.gif');
	margin					: 0 auto;
}
#contact_form_foot {
	width					: 514px;
	height					: 12px;
	background-repeat		: no-repeat;
	background-image 		: url('/img/contact_form_foot.gif');
	margin					: 0 auto;
}
#contact_form #content_div {
	padding					: 3px;
}
#contact_form_nom, #contact_form_email {
	width					: 180px;
}
#contact_form_nom {
	margin-right			: 2px;
}
#contact_form_message {
	display					: block;
	margin					: 3px 0;
	width					: 500px;
	height					: 60px;
}
#contact_form_imgcode {
	vertical-align			: middle;
	border					: 1px solid #BBAF8E;
	background-color		: #fff;
}
#contact_form_codeimg {
	width					: 95px;
	height					: 18px;
	padding-top				: 4px;
	text-transform			: upperCase;
	vertical-align			: middle;
}	
#contact_form #form_foot {
	text-align				: right;
}
#contact_form_btEnvoyer {
	background-color		: #B9A66C;
	cursor					: pointer;
	color					: #fff;
	vertical-align			: middle;
	margin-top				: 10px;
	margin-right			: 10px;
	margin-left				: 10px;
	
}
#contact_form #btEnvoyer:hover {
	background-color		: #ddc379;
}
#contact_form_message_div {
	text-align				: center;
	margin					: 4px 0;
}
#contact_form_loading IMG {
	vertical-align			: middle;
}
#contact_form_error {
	padding-right			: 10px;
}
.dynamicfield_editing {
	background-color		: #FFFFCC !important;
}
.dynamicfield_placeholder {
	color					: #AFA29A !important;
	font-style				: italic;
	text-transform			: none !important;
}
#center P {
	text-align			: justify; 
}
