#txtDeco{
  position : relative;
}
form{
	float : left;
	width : 500px;
	margin-left : 6px;
}

p.CNIL{
	float : right;
	width : 400px;
	padding : 8px;
	margin : 0;
}
label.erreur{
  color : #FFC100;
}
p.erreur{
  padding : 8px;
  position : absolute;
  width : 300px;
  left : 55%;
  top : -16px;
  margin-left : -150px;
  background : rgb(26, 2, 1);
  border : 2px solid black;
}
p.succes{
  float : left;
  margin-left : 20px;
}
