/* CSS Document */
.asterisque {
    text-align:center;
    color:#CC3300;
}
.texteformulaire {
    margin:20px auto;
    font-size: small;
    text-align:left;
    width:500px;
}
.texteformulaire p{
	margin:10px;
}
.fondformulaire {
    width:150px;
}
.fondformulairearea {
    width:450px;
	height:200px;

}

.formcentre {
   text-align:center;
   margin:0px;
}
.erreur {
   text-align:center;
   color:#CC3300;
   font-weight:bold;
}
