img{
	border: none;
}
a{
    color: Blue;
	font-family: arial, Helvetica, sans-serif;
}
a.bold{
	color: Red;
	font-family: arial;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
}
table.rdv{
	background-color: #FFFFFF;
	border: none;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
}
table.rdv th{
	background-color : #808D9C;
	font-weight: bold;
	color: #FFFFFF; 
	vertical-align: top;
	text-align: left;
}
table.rdv td{
	background-color: #FFFFFF;
	color : #000000;
	vertical-align: top;
}
