.divMenuLeft {
	width: 180;
//	font-size: 0.9em;
	//font-weight: bold;
	color: #ffffff;
	/*border-top: 1px solid #ed9d00;*/
	background-image: url(../ressources/leftBG.jpg);
   	background-repeat: repeat-y;
	height: 925px;
}

.MenuLeft ul {
	border-top: 1px solid #ed9d00;
	padding: 0;
	margin: 0;
	width: 168px;
}

.MenuLeft li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0.35em 0 0.35em 6px;
	border-bottom: 1px solid #ed9d00;
	width: 162px;
}

.MenuLeft li ul {
	margin: 5px 0 0 0;
	border: 0px;
}

.MenuLeft li li {
	border: 0px;
	padding-left: 6px;
}

.MenuLeft li li li {
	border: 0px;
	padding-left: 6px;
	font-weight: normal;
}

.MenuLeft li a {
	text-decoration: none;
	color: #820303;
}

.MenuLeft ul li a:hover {
	text-decoration: none;
	color: #820303;
	background: transparent;
}

a.sousMenuRef {
	color: #FF0000;
	text-decoration: none;
}

.sousMenuRef {
	font-size: 0.7em;
}