/* CSS Document */
.asterisque {
    text-align:center;
    color:#EB7303;
}
.texteformulaire {
    margin:20px auto;
    font-size:12px;
    text-align:left;
    border:1px solid #045C00;
    background-color: #fffdf8;
    width:550px;
}
.texteformulaire p{
	margin:10px;
}
.fondformulaire {
    width:200px;
}
.fondformulaire2 {
    width:100px;
}
.fondformulaire3 {
    width:200px;
}
.area{
	width:350px;
	height:100px;
}
.formcentre {
   text-align:center;
   margin:0;
}
.erreur {
   text-align:center;
   color:#CC3300;
   font-weight:bold;
}
