.noPrint { display: none; }

body { 
 	background-image: none !important;
	width: 7in;
}

a {
	color: #58595b;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #58595b;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}
a:active {
	color: #58595b;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}
a:link {
	color: #58595b;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #58595b;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}

table.tableauEntete {
	color: #808284;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1pt;
	border-bottom-color: #bfc0c1;
	border-bottom-style: solid;
	margin-top: 35pt;
	margin-bottom: 10pt;
	width: 100%;
}

table.tableau {
	color: #58595b;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 2pt;
	border-bottom-color: #e3e3e3;
	border-bottom-style: dotted;
	width: 100%;
}

table tr.odd {
    background-color: #ffffff;
}

table tr.even {
    background-color: #f0f1e7;
}