/* CSS Document */
.asterisque {
    text-align:center;
    color:#CC3300;
}
.titre {
    text-align:left;
    color:#B7C5D2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.texteformulaire {
    text-align:left;
	color: #75792C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    width:500px;
}
.texteformulaire p{
	margin:10px;
}
.fondformulaire {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B7C5D2;
	width:150px;
	border: 0px;
	background-color: #336600;
	border-bottom:1px;
	border-bottom-color:#FFCC00;
	border-bottom-style:dashed;
}
.fondformulairearea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B7C5D2;
	border: 1px;
	background-color: #336600;
	border-color:#FFCC00;
	border-style:dashed;
    width:360px;
	height:200px;
}
.formcentre {
   text-align:left;
}
.erreur {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: small;
   color: #CC6600;
}
