.formulaire{
color:#FFFFFF;
padding:7px;
font-family:Verdana;
font-size:11px;
}

.formulaire input{
	border:solid 1px #c0272c;
	background-color:#FFFFFF;
}

.formulaire select{
	border:solid 1px #c0272c;
	background-color:#FFFFFF;
}

.formulaire textarea{
	border:solid 1px #c0272c;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	width:100%;
}

.formDoted{
	background: transparent url(images/pointi.gif) repeat-x bottom left;
	padding-bottom:26px;
	margin-bottom:7px;
}

.choiceDoted{
	background: transparent url(images/pointi.gif) repeat-x bottom left;
	padding-bottom:22px;
	margin-bottom:7px;
	margin-top:3px;
	margin-left:15px;
}

.choiceDoted input{
	margin:0px;
	padding:0px;
}

.formulaire h4{
	color:#c0272c;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

.formulaire a{
	color:#c0272c;
	text-decoration:none;
}