﻿/* CSS Document */
.asterisque {
    text-align:center;
    color:#CC3300;
}
.texteformulaire {
    margin:10px auto;
    font-size:14px;
    text-align:left;
    border:1px solid #000000;
    background-color: #ffffff;
    width:500px;
}
.texteformulaire p{
	margin:4px;
}
.fondformulaire {
    width:150px;
}
.area{
	width:400px;
	height:100px;
}
.formcentre {
   text-align:center;
   margin:0;
}
.erreur {
   text-align:center;
   color:#CC3300;
   font-weight:bold;
}
.centrertxt {
	text-align: center;
}
