div#formulaire, div#confirmation {
	width:440px;
	margin:15px 0px 25px auto; padding:0px;
	text-align:center;
}
div#confirmation p{padding:10px 0px 15px;}
div#formulaire {display:block;}
div#confirmation {display:none;}
form {margin:10px 0px 0px;}
input, textarea {
	width:380px;
	border:none;
	padding:3px; margin-bottom:5px;
	font-family:sans-serif;
	font-size:10px;
	color:#666;
	text-align:left;
	background:transparent;
}
input {line-height:150%;}
input:focus, textarea:focus {background:#E7E7E7;}
input.button {
	width:435px;
	margin:5px auto; padding:2px 0px;
	text-align:center;
	background:url(../images/submit.png) repeat-x top;
	border:solid 1px;
}
input.button:hover {cursor:pointer; border-color:#333; color:#333; background:none}