/* PURE CODE */

#bg_contact {
	background-image: url('bg_contact.gif');
	background-repeat:no-repeat;
	width: 626px;
	margin: 0 auto;
	height: 255px;
}

.itemname {
	padding-left:5px;
	width:270px;
	float:left;
	padding-bottom: 6px;
	padding-top: 6px;
	clear: both;
	margin: 0;
}

.fillname {
	height:21px;
	float: left;
	display: block;
	width: 275px;
	clear: both;
	margin: 0;
	padding: 0;
}

#leftcontact {
	float:left;
	width:283px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#rightcontact {
	float:left;
	width:300px;
	margin: 0;
	padding-left: 20px;
}

#error {
	float:left;
	width:478px;
	background-color:#a72691;
	margin-top: 15px;
}

#error-off {
	visibility:hidden;

}

#boutonenvoyer {
	float:right;
	margin-top:15px;
}

#btw {
	background-image: url('gris_between.gif');
	background-repeat:no-repeat;
	width: 626px;
	margin: 0 auto;
	height: 8px;
	clear: both;
}

#slide {
	background-image: url('gris_corps.gif');
	background-repeat:repeat-y;
	width: 613px;
	margin: 0 auto;
	clear: both;
	padding: 10px 0px 0px 13px;
}

#bottomslide {
	background-image: url('gris_bottom.gif');
	background-repeat:no-repeat;
	width: 626px;
	margin: 0 auto;
	height: 11px;
	clear: both;
}

#selecta {
	width:285px;
	float:left;
	clear: both;
	margin: 0;
	padding:0;
}

.name {
	color:#999999;
	font-style:italic;
}

.input-contact {
	width:275px;
	height:18px;
	color:#b52d6b;
	padding-left: 5px;
	padding-right: 5px;
}


.selecta-contact {
	width:285px;
	height:18px;
	color:#b52d6b;
	font-size: 11px;
}


.selecta-contact:hover {
	color:#F2E7DC;
	background-color: #E2631C;
}

.textarea-contact {
	font-family:"trebuchet ms",sans-serif;
	font-size:12px;
	width:278px;
	height:124px;
	color:#b52d6b;
	padding-left: 5px;
	overflow-y:scroll;
	text-align: justify;
}

.errortext {
	text-align:center;
	color: #FFFFFF;
}

.errortext-off {
	visibility:hidden;
}

.contaxt {
	float:left;
}

