/* CSS Document */

/*-------formulaire---------*/
#formulaire{
margin-left:10px;
margin-right:10px;
}
#titre-formulaire{
	font-family:Arial, Helvetica, sans-serif;
	color:#002096;
	font-size:11px;
	font-weight:bold;
}
#libelle-formulaire{
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:#333333;
	font-size:11px;
	margin-top:5px;
}
.fond-champ{
	color:#666666;
	width:95%;
	background: url(../images/ombre_champ.jpg);
	background-repeat:repeat-x;
	border: solid 1px #999999;
	font-size:11px;
}
.fond-champ2{
	color:#666666;
	width:95%;
	background: url(../images/ombre_champ.jpg);
	background-repeat:repeat-x;
	border: solid 1px #999999;
	background-color:#FFFFFF
}
