/* ------- pour le menu principal------- */

a.MenuPrincipal {
	text-decoration: none;
	color: #000000;



}

a.MenuPrincipal:hover {
	color: #000000;
	text-decoration: underline;
}


.tdMenuPrincipal1 {
	background-color: #FFFE90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38475B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #38475B;
	text-indent: 8pt;
}

.tdMenuPrincipal2 {
	background-color: #CA1F03;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38475B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #38475B;
}


.tdMPOver {
	background-color: #68CEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38475B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #38475B;
	text-indent: 8pt;
}

