/* MENU NIVEAU 1 -- REGULAR */

.menuN1Regular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #666666;
	color: #FFFFFF;
	height: 17px;
}

.menuN1Regular a
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuN1Regular a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuN1Regular a:hover
{
	color: #000033;
	text-decoration: none;
}

menuN1Regular a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

/* MENU NIVEAU 1 -- SELECTED */

.menuN1Selected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #036DAB;
	color: #FFFFFF;
	height: 17px;
}

.menuN1Selected a
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuN1Selected a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuN1Selected a:hover
{
	color: #000033;
	text-decoration: none;
}

/* MENU NIVEAU 2 -- REGULAR */
.menuN2Regular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #333333;
	height: 17px;
}

.menuN2Regular a
{
	color: #333333;
	text-decoration: none;
}

.menuN2Regular a:link
{
	color: #333333;
	text-decoration: none;
}

.menuN2Regular a:hover
{
	color: #990000;
	text-decoration: none;
}



/* MENU NIVEAU 2 -- SELECTED */

.menuN2Selected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #036DAB;
	height: 17px;
	font-weight: bold;
}

.menuN2Selected a
{
	color: #036DAB;
	text-decoration: none;
}

.menuN2Selected a:link
{
	color: #036DAB;
	text-decoration: none;
}

.menuN2Selected a:hover
{
	color: #036DAB;
	text-decoration: none;
}


/* MENU NIVEAU 3 -- REGULAR */
/* ONGLETS */

.menuN3Regular
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	height: 21px;
}

.menuN3Regular a
{
	color: #333333;
	text-decoration: none;
}

.menuN3Regular a:link
{
	color: #333333;
	text-decoration: none;
}

.menuN3Regular a:hover
{
	color: #990000;
	text-decoration: none;
}

/* MENU NIVEAU 3 -- SELECTED */
/* ONGLETS */

.menuN3Selected
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
	color: #FFFFFF;
	height: 21px;
}

.menuN3Selected a
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuN3Selected a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuN3Selected a:hover
{
	color: #000033;
	text-decoration: none;
}

.menuN3Selected a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}


/* HISTORIQUE DE NAVIGATION */

.path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.path a {
	color: #FFFFFF;
	text-decoration: none;
}

.path a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.path a:hover {
	color: #000000;
	text-decoration: none;
}

