@charset "UTF-8";

.PointNavigation1 {
	color: #D8B085;
	font-size: 1.1em;
	line-height: 1px;
	text-align: left;
}
/*zzzzzzul.MenuBarVertical ul
{
border: 1px solid #1c0000;
}*/



/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 16em;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: -12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* 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;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:1em;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 15em;
	text-indent: 5px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em)  -------------------  Contenant Niveau 2*/
ul.MenuBarVertical ul
{
	padding: 0;



	list-style-1em;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width:auto;
	left: -1000em;
	top: 0;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 99%;
}


ul.MenuBarVertical ul a, ul.MenuBarVertical ul a:hover, ul.MenuBarVertical ul li, ul.MenuBarVertical li ul li a.MenuBarItemSubmenu

{
	text-indent: 0px;
	}



/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	text-indent: 5px;
	text-indent: 5px;
	background-color: #FFFFFF;
	border: 1px solid #E9D1BA;
}
/* Menu item containers are same fixed width as parent  -------Deroulant Niveau 2 */
ul.MenuBarVertical ul li 
{
	z-index: 1000;
	width: 17em;
}

/* Menu item containers are same fixed width as parent ------------------Deroulant Niveau 3 */
ul.MenuBarVertical ul li ul li
{
	width: 24.2em;
}



/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 4.5px;
	padding-right: 7.5px;
	padding-bottom: 2px;
}
/* Menu items that have mouse over or focus have a blue background and white text 
Survol des liens du menu niveau 1  */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 6px;
	background-color: #D8B089;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/*Survol des liens dans les sous-menus */
ul.MenuBarVertical ul a:hover ,ul.MenuBarVertical ul a:focus

{
	margin-left: 0px;
	padding-left: 5px;
	background-color: #D8B089;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	left: 0px;
	text-indent: 0px;
	color: #ffffff;

}


/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 
Menu des éléments qui ont un sous-menu ont la classe et la désignation MenuBarItemSubmenu sont définies pour utiliser une image de fond placé */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #666666;
	font-size: 1em;
	line-height: 10px;
}



/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) 
Les options de menu qui sont ouverts avec des sous-menus ont la classe et la désignation MenuBarItemSubmenuHover sont définies pour utiliser un "vol stationnaire" image de fond placé à l'extrême gauche (95%) et verticalement centré
Liens survolés pour arriver à sous-menus */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding-left: 12px;
		text-indent: 5px;
	color: #ffffff;
	background-color: #E9D1BA;
}



/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%)
Les options de menu qui sont ouverts avec des sous-menus ont la classe et la désignation MenuBarItemSubmenuHover sont définies pour utiliser un "vol stationnaire" image de fond placé à l'extrême gauche (95%) et verticalement centré 
SOUS-MENU LISTE */
ul.MenuBarVertical a.MenuBarItemSubmenuHover ul
{
	background-repeat: no-repeat;
	background-position: 5px 50%;
	text-indent: 5px;
	background-color: #F4F4F4;
}

}

/*******************************************************************************

 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;
}
/* 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;
	}
}
