body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
	color: #3c3c3c;
	font-size: 11px;
	font-family: tahoma;
    }
.style1 {
	color: #365199;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #565656;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #3f5ba8;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #3c3c3c;
	font-size: 11px;
	font-family: tahoma;
	margin-left: 5px;
}
.style5 {
	color: #d54b14;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #a53c3c;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style7 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}
.style8 {color: #1c4176}
.style9 {color: #6e6e6e}

/* Liens */

a { color:#3c3c3c; text-decoration: none; }

a:link { color: #d54b14;text-decoration: none;}   /* lien non encore visité */

a:active { color: #3c3c3c;text-decoration: none;}   /* lien actif */

a:visited { color: #3c3c3c; text-decoration: none;} /* lien visité */

a:hover { color: #d54b14; text-decoration: underline; } /* lien survolé par le curseur de la souris */

