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