h1 {
	font-size: 11px;
}
#contact {
	width: 410px;
	margin-left: 80px;
	margin-top: 40px;
}
#champs div{
	clear: both;
	margin-top: 7px;
}
#champs label{
	width: 100px;
	float: left;
	text-align: right;
}
#champs input, #champs textarea{
	width: 306px;
	float: left;
	border: 0;
	font-weight: bold;
	color: #8a8a8a;
}
#champs textarea {
	background: url(../img/contact_champ02.jpg) no-repeat;
	width: 306px;
	height: 117px;
	overflow: auto;
}
#champs input {
	background: url(../img/contact_champ01.jpg) no-repeat;
	height: 24px;
}
#submit {
	float: right;
	background: url(../img/contact_champ03.jpg) no-repeat;
	border: 0;
	margin-right: 8px;
	font-weight: bold;
	width: 93px;
	height: 24px;
	padding-bottom: 10px;
}
#submit:hover {
	color: #D53F01;
}
.erreur {
	color: #D53F01;
	text-align: center;
}
#obligatoires {
	margin-left: 100px;
}
