@charset "utf-8";

/*****************menu du haut***********/
#menu a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #9D9D8E;
}

#menu a:visited {
	text-decoration: none;
/*	color: #6A6A5C;*/
	color: #9D9D8E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu a:hover {
	text-decoration: none;
	color: #6A6A5C;
	
}

#menu a:active {
	text-decoration: none;
	color: #97170A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
/****************************/


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6A6A5C;
}


a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #97170A;
}
a:visited {
	text-decoration: none;
	color: #6A6A5C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color: 6a6a5C;
}
a:active {
	text-decoration: none;
	color: #97170A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}




.Style1 {
	color: #321807;
	font-weight: bold;
	font-size: 16px;
}
.Style3 {
	color: #6A6A5C;
	font-weight: bold;
	font-size: 14px;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

