/* NIVEAU 1 */

#currentlocation {
	color: #006ec7;
	font-weight: normal;
	
}
#currentMenu {
	background-image:url(../_images/bg-currentMenu.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.menulevel1 {
	position:absolute;
	width: 497px;
	height: 28px;
	left: 372px;
	top: 2px;
	z-index: 3;

}
.menulevel1 A
{
	WHITE-SPACE: nowrap;
	POSITION: relative;
	TEXT-DECORATION: none;
	color: #999999;
	text-decoration:none;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;


}
.menulevel1 A:hover
{
	color: #152a45;
}


/* NIVEAU 2 */

.menulevel2 {
	position:absolute;
	width: 497px;
	height: 28px;
	left: 372px;
	top: 19px;
	z-index: 3;

}
.menulevel2 A {
	WHITE-SPACE: nowrap;
	POSITION: relative;
	TEXT-DECORATION: none;
	color: #777777;
	text-decoration:none;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;

}
.menulevel2 A:hover {
	color: #152a45;
}
/* NIVEAU 3 */

.menulevel3 {
	position:absolute;
	width: 497px;
	height: 28px;
	left: 372px;
	top: 38px;
	z-index: 3;

}
.menulevel3 A {
	WHITE-SPACE: nowrap;
	POSITION: relative;
	TEXT-DECORATION: none;
	color: #555555;
	text-decoration:none;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;

}
.menulevel3 A:hover {
	color: #152a45;
}
/* NIVEAU 4 */

.menulevel4 {
	position:absolute;
	width: 497px;
	height: 28px;
	left: 372px;
	top: 57px;
	z-index: 20

}
.menulevel4 A {
	WHITE-SPACE: nowrap;
	POSITION: relative;
	TEXT-DECORATION: none;
	color: #333333;
	text-decoration:none;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;
}
.menulevel4 A:hover {
	color: #152a45;
}
