#formulaire {
	font-family:Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
}
#formulaire input, #formulaire textarea {
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	border:1px none #09F;
	font-weight: bold;
	color: #666;
	text-indent: 10px;
	font-size: 13px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#formulaire textarea {
	height:100px;
	font-weight: bold;
	color: #666;
	text-indent: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
label {
	border-radius: 10px;
	-moz-border-radius: 10px;
}
#send_message {
	width:110px !important;
	cursor:pointer;
	cursor:hand;
	background-color: #2A2F31;
	text-indent: 20px;
}
#cf_submit_p {
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.error {
	display: none;
	padding:5px;
	margin-bottom:2px;
	color: #D8000C;
	font-size:12px;
	background-color: #FFBABA;
	border:1px solid #F00;
}
.success {
	display: none;
	padding:5px;
	color: #044406;
	font-size:12px;
	background-color: #B7FBB9;
}
#contact_logo {
	vertical-align: middle;
}
.error img {
	vertical-align:top;
}
