/* CSS Document */
.texteformulaire {
    margin:20px auto;
    font-size:15px;
    text-align:left;
    border:1px solid #000000;
    width:500px;
}
.texteformulaire p{
	margin:10px;
}
.fondformulaire {
    width:150px;
}
.area{
	width:400px;
	height:150px;
}
.formcentre {
   text-align:center;
   margin:0;
}
.erreur {
   text-align:center;
   color:#000000;
   font-weight:bold;
}
