@charset "UTF-8";

/* Menu container */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 240px;
	background-image: url(img/png/menu.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Niveau 1 */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 240px;
}
/* Niveau 2 */
ul.MenuBarVertical ul
{
	margin: -1px 0 0 100%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 240px;
	left: -1000em;
	top: 0;
}
/* Niveau 2 distance gauche */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0px;
}
/* Niveau 2 visible */
ul.MenuBarVertical ul li
{
	width: 236px;
	font-size: 10px;
	padding-top:3px;
}
.Menuborder
{
	background-color: #bd556d;
	padding-left:1px;
	padding-top: -20px;
	border-right-width: 2px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BD556D;
	border-left-color: #000000;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Niveau 1 Container */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Niveau 2 Container */
ul.MenuBarVertical ul
{
	background-image: url(img/png/menu2.png);
	background-repeat: no-repeat;
	background-position: 0px top;
}
/* Niveau 1 decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(img/png/filet.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* Niveau 1 hover */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-image: url(img/png/niv-0.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #FFF;
}
/* Niveau 1 2 3 Hover */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #FFFFFF;
}
.ul-filet
{
	background-image: url(img/png/filet.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Niveau 1 bas */
.menu-bas-1
{
	background-image: url(img/png/menu.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Niveau 2 bas */
.menu-haut-2
{
	background-image: url(img/png/menu2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
	height: 24px;
}
.menu-bas-2
{
	background-image: url(img/png/menu3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Niveau 1 vers niveau 2 */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(js/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

/* Niveau 1 vers niveau 2 Hover */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(img/png/niv-1-hover.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}

