/* stylesheetMenu.css */
/* Phil Turcotte 19 Fevrier 08 */
/* www.numerique.ca */

div#colonneGauche {
	background-image:url(/Images/PagesInterieures/img_fondSousMenu.gif);
	width:175px;
	height:490px;
	margin-left:3px;
	padding-top:65px;
	float:left;
}

ul#menuGauche{
	list-style:none;
	margin-bottom: 175px;
	position:relative;
	z-index:1;
}

ul#menuGauche li {
	text-align:right;
	width:145px;
	margin-top:15px;
	margin-left: 0px;
	padding: 0px 15px 0px 0px;
	background-image:none;
	background: none;
	position:relative;
	z-index:1;
}

ul#menuGauche li a {
	color:#393939;
	text-decoration:none;
	display:block;
	width:145px;
	padding:0px 10px 0px 0px;
}

ul#menuGauche li a:hover {
	text-decoration:underline;
}

ul#menuGauche li a.selected {
	color:#8F0102;
	font-weight:bold;
}

ul#menuGauche li ul {
margin-top: 0px;
display: block;
visibility: hidden;
position: absolute;
left:155px;
top:-4px;
width: 155px;
height:auto;
padding:0px;
margin:0px;
background-image:none;
background-color:#bfc7d6;
border:#bfc7d6 1px solid;
border-top:none;
border-right:#bfc7d6 1px solid;
z-index:1;
text-align:right;
}
ul#menuGauche li ul.expandMenu {
margin-top: 0px;
visibility: visible;
position: relative;
left:0px;
top:0px;
width: 145px;
height:auto;
padding:0 0px 0 0;
margin:5px 0 0 0;
background-image: none;
background: none;
border: none;
z-index:2;
}
ul#menuGauche li ul li {
	text-align:left;
	margin-top:0;
	margin-left:0;
	padding:0px;
	background-image:none;
	font-size: 0.8em;
	width:145px;
}
ul#menuGauche li ul.expandMenu li {
	width:135px;
	text-align:right;
	margin-top:0;
	margin-left:0;
	background-image:none;
	background: none;
	font-size:1em;
	z-index:2;
}

ul#menuGauche li ul li a {
	color:#393939;
	text-decoration:none;
	width:100%;
	padding:3px 0px 3px 10px;
	margin:0px;
}

ul#menuGauche li ul.expandMenu li a {
	color:#163f79;
	text-decoration:none;
	padding:0px 10px 0px 0px;
}

ul#menuGauche li ul li a:hover {
	text-decoration:underline;
}
ul#menuGauche li ul.expandMenu li a:hover {
	text-decoration:underline;
}

ul#menuGauche li ul li a.selected {
	color:#8F0102;
	font-weight:bold;
	font-size:0.95em;
}
ul#menuGauche li ul li ul li a.selected {
	color:#8F0102;
	font-weight:bold;
	font-size:0.95em;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menuGauche li ul li{
display: block;
text-align:left;
margin:0px;
padding:0px;
background-image: none;
background-color: #bfc7d6;
border-top:#bfc7d6 1px solid;
z-index: 40;
}

#menuGauche li ul li a{
display:block;
width:105px;
padding-top:2px;
padding-bottom:2px;
padding-left:10px;
font-size:11px;
font-family:Arial;
color:#393939;
font-weight: normal;
position: relative;
z-index: 3;
background-color:#bfc7d6;
}

#menuGauche li ul li a:hover{
background-color:#FFFFFF;
color:#393939;
}

#menuGauche li ul.expandMenu li{
display: block;
text-align:right;
margin:0px;
padding:0;
background-image: none;
background: none;
border: none;
font-size: 0.8em;
}

#menuGauche li ul.expandMenu li a{
display:block;
width:145px;
padding:0;
font-size:11px;
font-family:Arial;
color:#163f79;
font-weight: normal;
position: relative;
background: none;
font-size: 1em;
z-index:0;
}

#menuGauche li ul.expandMenu li a:hover{
background: none;
color:#163f79;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
#menuGauche li ul li ul{ 
left: 155px; /* no need to change, as true value set by script */
top: 0px;
margin-top:-1px;
}

#menuGauche li ul.expandMenu li ul{ 
left: 155px; /* no need to change, as true value set by script */
top: 0px;
margin-top:0px;
margin-left:0px;
}

ul#menuGauche li ul.expandMenu li ul {
	width:170px;
	border:1px solid #bfc7d6;
	border-top:none;
	padding:0px;
	background-color:#bfc7d6;
	z-index:0;
}

ul#menuGauche li ul.expandMenu li ul li {
	padding:0px;
	width:170px;
	text-align:left;
	border-top:1px solid #bfc7d6;
	background-color:#bfc7d6;
	z-index:0;
}

ul#menuGauche li ul.expandMenu li ul li a {
	display:block;
	padding:3px 0px 3px 5px;
	margin:0px;
	width:165px;
	height:100%;
	background-color:#bfc7d6;
	z-index:0;
}

ul#menuGauche li ul.expandMenu li ul li a:hover {
	background-color:#FFFFFF;
	padding:3px 0px 3px 5px;
	margin:0px;
}

#menuGauche li ul.expandMenu li ul.expandMenu{
border:none;
margin-top: 0px;
visibility: visible;
position: relative;
left: 0;
top: 0;
width: 145px;
height:auto;
padding:0 0px 0 0;
margin:5px 0 0 0;
background: none;
border: none;
z-index:2;
}

#menuGauche li ul.expandMenu li ul.expandMenu li{
	width:145px;
	text-align:right;
	margin-top:0;
	margin-left:0;
	background: none;
	font-size:1em;
	z-index:2;
	border:none;
}

#menuGauche li ul.expandMenu li ul.expandMenu li a{
	width:145px;
	color:#163f79;
	text-decoration:none;
	padding:0px 10px 0px 0px;
	background:none;
}

#menuGauche li ul.expandMenu li ul.expandMenu li a:hover{
	width:145px;
	background:none;
	padding:0px 10px 0px 0px;
	text-decoration:underline;
}

/* Hack */

*+html ul#menuGauche li ul li a{ margin-left:-10px; }
*+html ul#menuGauche li ul li ul { left:145px; }
*+html ul#menuGauche li ul.expandMenu li ul { left:145px; }
*+html ul#menuGauche li ul.expandMenu li ul.expandMenu { margin-left:-10px; }

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #menuGauche li { float: left; height: 1%; display: block; }
* html #menuGauche li a { height: 1%; }
/* End */

#menuGauche li a.menuGaucheAvecSousMenu {
background: url(/Images/Menus/flecheFonce.gif) no-repeat;
background-position:100% 2px;
}
#menuGauche li ul li a.menuGaucheAvecSousMenu {
background: url(/Images/Menus/flecheFonce.gif) no-repeat;
background-position:100% 5px;
}
#menuGauche li a.menuGaucheAvecSousMenu:hover {
background: url(/Images/Menus/flecheFonce.gif) no-repeat;
background-position:100% 2px;
}
#menuGauche li ul li a.menuGaucheAvecSousMenu:hover {
background: url(/Images/Menus/flecheFonce.gif) no-repeat #FFFFFF;
background-position:100% 5px;
}
#menuGauche li ul.expandMenu li a.menuGaucheAvecSousMenu:hover {
background: url(/Images/Menus/flecheFonce.gif) no-repeat;
background-position:100% 5px;
}
#menuGauche li a.menuGaucheAvecSousMenuBas {
background: url(/Images/Menus/flecheBasFonce.gif) no-repeat;
background-position:100% 100%;
}
#menuGauche li ul li a.menuGaucheAvecSousMenuBas {
background: url(/Images/Menus/flecheBasFonce.gif) no-repeat;
background-position:100% 100%;
}
#menuGauche li a.menuGaucheAvecSousMenuBas:hover {
background: url(/Images/Menus/flecheBasFonce.gif) no-repeat;
background-position:100% 100%;
}
#menuGauche li ul li a.menuGaucheAvecSousMenuBas:hover {
background: url(/Images/Menus/flecheBasFonce.gif) no-repeat;
background-position:100% 100%;
}
