/* CSS Document */
.asterisque {
    text-align:center;
    color:#CC3300;
}
.texteformulaire {
	margin:20px auto;
	font-size:15px;
	text-align:left;
	width:435px;
}
.texteformulaire p{
	margin:10px;
}
.fondformulaire {
    width:150px;
}
.area{
	width:300px;
	height:170px;
}
.formcentre {
   text-align:center;
   margin:0;
}
.erreur {
   text-align:center;
   color:#CC3300;
   font-weight:bold;
}
