
a.menutop:link {
	color					: #ffffff;
	font-size				: 13px;
	font-weight				: normal;
	text-decoration			: none;
	background-color		: transparent;
	padding					: 8px 12px 8px 12px;
	}
a.menutop:visited {
	color					: #ffffff;
	font-size				: 13px;
	font-weight				: bold;
	text-decoration			: none;
	background-color		: transparent;
	padding					: 8px 12px 8px 12px;
	}
a.menutop:hover {
	color					: #ffffff;
	font-size				: 13px;
	font-weight				: bold;
	text-decoration			: none;
	background-color		: #A82926;
	padding					: 8px 12px 8px 12px;
	}

/***************Menu de Gauche***************/	


table#menugauche th{
	color			: #333333;
	text-align		: left;
	font-size		: 12px;
	line-height		: normal;
	font-weight		: bold;
	margin			: 0px 0px 0px 0px ;
	padding  		: 2px;
	vertical-align	: top;
	}
	
table#menugauche td{
	color			: #333333;
	text-align		: left;
	font-size		: 11px;
	line-height		: 12px;
	font-weight		: normal;
	margin			: 0px 0px 0px 0px ;
	padding  		: 2px;
	vertical-align	: top;
	}
	
table#menugauche a:link {
	color					: #333333;
	font-weight		: normal;
	text-decoration			: none;
	}
table#menugauche a:visited {
	color					: #333333;
	font-weight		: normal;
	text-decoration			: none;
	}
table#menugauche a:hover {
	color					: #A82926;
	font-weight		: normal;
	text-decoration			: none;
	}
