body{
background-color: white;
background:none;
font-family: Arial, Helvetica, sans-serif;	
font-size: 11px;	
color:#000;
}
/* start - attributs utilisés par le formulaire ne pas modifier */ 
.bg3{ background-color: #fff; font-size: 11px; color : black;}
.bg1{background-color: #fff; font-size: 11px;color : black;}
.bg2{ background-color: #fff; font-size: 11px;color : black; }
/* end - attributs utilisés par le formulaire ne pas modifier*/

a{ font-family: Arial, Verdana, Helvetica, sans-serif; color: #0033F4;font-size: 11px; }
a:hover{ font-family: Arial, Verdana, Helvetica, sans-serif; color: #333399; font-size: 11px;}
a:visited{ font-family: Arial, Verdana, Helvetica, sans-serif; color: #4692FF;font-size:11px; }
h1{	font-size: 19px;}
h2{	font-size: 18px;}
h3{	font-size: 17px;}
h4{	font-size: 15px;}
h5{	font-size: 14px;}
h6{	font-size: 14px;}

input{
	background-color: #f5f5f5;
	color:black;
	border:none;
	padding:2px;
}
select{
	background-color: #fff;
	padding:2px;
	color:black;
}
textarea{
	background-color: #f5f5f5;
	border:none;
}
#rfdm2{ background-color: white; }

#submit{
	border:1px solid #999999;
	cursor: auto;
}
