.titre {
	display:block;
	color:#2eaabf;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px 155px;

}
#center {
	color:#000;
	font-size:12px;
}
label {
	float:left;
	width:150px;
	text-align: right;
	padding:0 5px 0 0;
	display:inline-block;
	margin-bottom:3px;
}
input[type="text"], select {
	width:140px;
	float:left;
	height:18px;
	margin-bottom:3px;
	background-color: #ededed;
}
select {
	width:80px;
	margin-right:62px;
}
select, input[type="text"], textarea {
	border:1px solid #2eaabf;
}
textarea {
	margin:0px 0 0 155px;
	width:460px;
	height:100px;
	margin-bottom:15px;
	background-color: #ededed;
}
.si {
	color:#2eaabf;
	font-weight: bold;
	display:block;
	margin:0px 0 5px 155px;
}
#note p {
	font-size:10px;
	color:#000;
}
input[type="image"] {
	display:block;
	margin:20px auto;
}