h1 {
	font-size: 11px;
}
#contact {
	width: 410px;
}
#champs div{
	clear: both;
	
	margin-top: 10px;
}
#champs label{
	width: 100px;
	float: left;
	text-align: right;
	color: #8DC63F;
}
#champs input, #champs textarea{
	width: 300px;
	float: left;
	color: #B6B5B6;
	background: #383838;
	border: 0;
	font-weight: bold;
}
textarea{
	overflow: auto;
}
#submit {
	float: right;
	color: #FFF;
	background: #FF0B7C;
	border: 0;
	margin-right: 8px;
	font-weight: bold;
}
.erreur {
	color: #FF0B7C;
}