/***** MENU NAV GAUCHE ****/
.menutop, .menutop:hover, .menutop:visited, .menutop:active, .menutopon, .menutopoff  {
	background-image: url(../img/bg_navtop.gif);
	background-position:top right ;
	background-repeat:no-repeat;
	font: menu;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 2px;
	font-weight: bold;
	height:14px;
}


.menutopn2, .menutopn2:hover, .menutopn2:visited, .menutopn2:active  {
	font: menu;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}

.menutopon  {
	background-color:#e5e5e5;
	background-image: url(../img/bg_navtop.gif);
	background-position:top right ;
	background-repeat:no-repeat;
	color: #436998;
	width:55px;
}

.menutopoff  {
	background-color:#2c96ae;
	background-image: url(../img/bg_navtop.gif);
	background-position:top right ;
	background-repeat:no-repeat;
	color: #ffffff;
	width:55px;
}


/******** NAV 2E NIVEAU INTRANET **********/
.navintra, .navintraon:hover, .navintra:visited, .navintra:active
{
	font: menu;
	font-size: 11px;
	color: #2c96ae;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;	
}

.navintraon, .navintra:hover, .navintraon:visited, .navintraon:active
{
	font: menu;
	font-size: 11px;
	color: #436998;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
}