#corps {
 	background: url( ../images/contact_bg.jpg) no-repeat right bottom #B3B4A6;
	border: 1px red solid;
} 

#acces {
	float: left;
	width: 150px;
	height: 255px;
	margin: 40px 30px;
	padding: 20px 0 0 0;
	background: url(../images/contact_bg_button.gif) no-repeat;
	text-align: center;
}

#acces img {
	margin: 10px 0 0 0;
	height: 100px;
	width: 100px;
}
	
#form {
	float: left;
	width: 342px;
	min-height: 500px;
	margin: 0 0 10px 0;
	background: url(../images/contact_bg_form.jpg) repeat-y;
}

#form p,
#form h3,
#form .contact_confirm {
	color: #B0B4A2;
	margin: 6px 5px 5px 20px;
}

#form .errors {
	color: #F00;
	font-weight: bold;
	font-size: 10px;
	margin: 0 7px 0 17px;
}

#form .text {
	padding: 0 10px;
	font-size: 13px;
}

#form label {
	font-size: 11px;
	text-align: right;
	width: 60px;
	display: block;
	float: left;
}

#form input,
#form textarea {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 2px;
	background-color: #A4A894;
}

#form input {
	width: 231px;
}

#form input.submit {
	width: 80px;
	height: 30px;
	margin: 10px 0 0 240px;
	background:  url(../images/contact_bt_send.gif) no-repeat;
	cursor: pointer;
}

#form td {
	vertical-align: top;
}

#adresse {
	float: right;
	width: 308px;
	height: 159px;
	background: url(../images/contact_etiquette.png) no-repeat;
}

.envoyez {
	background: url(../images/contact_bt_send.gif) no-repeat;
	width: 78px;
	height: 27px;
	margin-left: 252px;
	margin-top: 10px;
}
