label {
	float:left;
	line-height:30px;
	padding-right:10px;
	text-align:right;
	width:200px;
}
input {
	font-size:16px;
	margin-bottom:10px;
	width:300px;
}
input[type='button'] {
	width:245px;
	font-size:16px;
}
select {
	width:300px;
	font-size:16px;
	margin-bottom:10px;
}
#logements-propriete {
	width:50px;
}
#display-result {
	margin:10px;
	padding:5px;
	border: 1px solid #999;
	width:488px;
	display:none;
}
.error {
	background-color: #FFCEBF;
	border: 1px solid #B42A00;
}
