/* CSS Document */
.asterisque 
{
    text-align:center;
    color: ##AAECD2;
}
.texteformulaire 
{
	color:#333333;
	margin:40px auto;
	font-size:15px;
	text-align:center;
	width:500px;
}
.fondformulaire 
{
    margin-top:10px;
    background-color:#EAEAEA;
 }

.texteformulaire p
{
   padding:10px 5px;
}
.formcentre {
   text-align:center;
}
.erreur {
   text-align:center;
   color: #CC0000;
   font-weight:bold;
}
.link a {
   color:##FF9933;
   font-weight:bold;
}
.link a:hover {
   color:#00CCFF;
}

