@charset "utf-8";
/* CSS Document */

#formulaire {
	font-family: Arial, Helvetica, sans-serif;
	width:450px; margin:auto; margin-top:10px;
	color: #adbfc3; float:right;
	z-index:10;
	font-size: 12px;	
	position: relative;	
	
}
#formulaire input {
	width:48%;
	font-family:inherit;
	padding:3px; margin-bottom:5px; margin-top:5px;
	border-top:1px solid #474b4d;border-left:1px solid #474b4d; border-bottom:1px solid #aabbba; border-right:1px solid #aabbba;
	background-color: #7a7a7a;-moz-border-radius: 4px ; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}

#send_message {
	width:120px !important;
	font-variant: normal; 
	cursor:pointer;
	cursor:hand;

}

.error {
	display: none;
	padding:3px ;
	color: #da815c;
	font-size:12px; 
	text-align:center;
	width:200px;
	margin-left:40%; 
	margin-bottom:-30px;
}
.error2, .success {
	display: none;
	padding:3px;
	margin-bottom:-28px;
	color: #bfb779;
	font-size:11px; 
	text-align:center;
	width:300px;
	margin-left:28%;
}
