@import url(common.css);
@import url(../../styles/validation.css);
/* CSS Document */
h1{
	font-size:14px;
	font-weight:200;
	margin-top:200px;
}
/* centrage du formulaire */
form, h1{
	width:400px;
	margin-left: 200px;
}
form {
	margin-top:50px;
	
}
/* 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;
}


/* Lien dans l'erreur */
#error a{
	color: #fff;
}

/* Couleur des liens */
a{
	color: #000;
}

p{
	width:400px;
	margin-left: 200px;
}