@import url(common.css);
/* CSS Document */
h1{
	font-size:14px;
	font-weight:200;
}
/* centrage du formulaire */
form, h1{
	width:400px;
	position:absolute;
	left:50%;
	margin-left:-200px;
}
form {
	margin-top:100px;
}
/* taille unique des labels */
label{
	clear:both;
	display:block;
	float:left;
	width:200px;
}
/* Les inputs sont sur la même ligne que le label */
input{
	float:left;
	margin-bottom:2px;
}
