/*----------------------------- CONTACT ------------------------------*/

div.step-by-step h1 {
	color: white;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: bold;
}
div.container_form_layer {
	background: url(../ximg/bgBlocSection.png) repeat-x top;
	margin: 3px 1px;
}
p.edito {
	color: #515151;
	font-size: 12px;
	padding: 20px
}
a.contact-link {
	color: #DA1D21;
	font-size: 12px;
	margin: 20px;
}
p.error {
	margin: 20px;
	border: 1px solid red;
	padding: 5px;
}

#contact_form {
	background: url(../ximg/contact_back.gif) repeat-x center;
	width: 763px;
	height: 510px;
	overflow: visible;
	border-left: 1px solid #A8A8A8;
	border-right: 1px solid #A8A8A8;
	position: relative;
	color: #515151;
	margin: 0 auto;
}

#contact_form fieldset.first {
	background: url(../ximg/contact_header.gif) no-repeat top center;
	position: absolute;
	top: -9px;
	left: 0;
	width: 763px;
	height: 250px;
}

#contact_form fieldset.second {
	background: url(../ximg/contact_footer.gif) no-repeat bottom center;
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 763px;
	padding-bottom: 120px;
}

#contact_form span.title {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	border-bottom: 1px solid #515151;
	margin: 5px 15px;
}

#contact_form label,
#contact_form input,
#contact_form select,
#contact_form textarea{
	float: left;
	width: 220px;
	border: 1px solid #83A0BE;
	height: 22px;
	margin: 5px 0 5px 15px;
}

#contact_form label {
	text-align: right;
	border: 0;
	line-height: 22px;
}

#contact_form textarea {
	width: 360px;
	height: 75px;
}

#contact_form select {
	width: 135px;
}

#contact_form #plz {
	width: 50px;
}

#contact_form #ort {
	width: 153px;
}

#contact_form a.reset_btn, #contact_form a.post_btn {
	display: block;
	width: 100px;
	height: 30px;
	position: absolute;
	bottom: 30px;
	color: white;
}
#contact_form a.reset_btn {
	background: url(../ximg/boutons/de/btn_annuler.gif) no-repeat center;
	left: 280px;
}
#contact_form a.post_btn {
	background: url(../ximg/boutons/de/btn_valider.gif) no-repeat center;
	right: 280px;
}

