#ContentWrapper {
	position: relative;
	background: #fff url("../../imgs/Bkg_Border.gif") repeat-y 0 0;
}
#Content {
	margin: 0;
	overflow: hidden;
	padding-left: 292px;    /* LC fullwidth */
	padding-right: 0;   	/* RC fullwidth + CC padding */
	/*min-width: 476px; */	/* LC fullwidth + CC padding */
	background: Transparent url("../../imgs/Bkg_Border.gif") repeat-y 100% 0;
}
#Title {
	/*margin-left: -215px;*/    /* LC fullwidth */
	/*margin-right: 0; */  		/* RC fullwidth + CC padding */
}
.column {
	position: relative;
	float: left;
}

/* Breadcrumbs */
#Breadcrumbs {
	height: 30px;
	background: #fff url("../../imgs/Bkg_Breadcrumbs.jpg") repeat-x 0 0;	
}
#Breadcrumbs strong {
	display: none;	
}
#Breadcrumbs span {
	padding: 6px 0 0 0;
	margin: 0 0 0 25px;	
	display: block
}
#Breadcrumbs span a {
	color: #990066;
	text-decoration: none;
}


/* Title H2 */
#Content #Title {
	min-height: 35px;
	margin-top: 21px;
	margin-bottom: 15px;
	padding: 0;
}
#Content #Title h2 {
	clear: both;
	margin: 0;
	line-height: 1.2em;
}

/* ContentPane */
#ContentPaneWrapper {
	margin: 0;			
	padding: 0 292px 0 0;   /* RC fullwidth + CC padding */
	width: 397px;
	/*width: 360px;*/			/* 880px - RC fullwidth + CC padding */
	/*min-width: 255px; */  /* LC fullwidth + CC padding */
	/*background: Transparent url("../../imgs/Bkg_ContentPaneWrapper.gif") repeat-y 0 0;*/
}
#TopPane {
	padding: 0 16px 0 0;
	margin-right: -292px;   /* RC fullwidth + CC padding */
}
#ContentPane {
	padding: 0;
	width: 100%;
}
#RightPane {
	width: 271px;           /* RC width */
	padding: 0 8px 0 13px; /* RC padding */
	margin-right: -100%;
}

/* LeftPane */
#LeftPane {
	width: 271px;           /* LC width */
	padding: 17px 8px 0 13px;        /* LC padding */
	right: 292px;           /* LC fullwidth + CC padding */
	margin-left: -100%;
}

/* Level 0 */
#LeftPane strong {
	display: none;
}

#LeftPane div.cb {
	margin: 0 0 0 0;
}

/* Level 1   (l'école, admissions, formations, ...) */
#LeftPane ul {
	margin: 10px 0 10px 0;
	/*padding: 0 0 0 35px;*/
	list-style-type: none;
}
#LeftPane li a {
	display: none;
	color: #990066;
}
#LeftPane li {
	border-bottom: 1px dashed #990066;
}

/* Level 2   (La HECVSancté, Campus, RI, etc ...) */
#LeftPane ul ul {
	margin: 0;
	padding: 0;	
}
#LeftPane li li {
	border-top: 1px dashed #990066;
	border-bottom: none;
	list-style-type: none;
	margin: 0;
}
#LeftPane li li a {
	display: block;
	/*margin: 4px 0 1px 0;
	padding: 3px 0 0px 5px;*/
	margin: 0 0 0 0;
	padding: 3px 0 3px 5px;
	font-weight: normal;	
	line-height: 1.1;
	font-size: 15px;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
#LeftPane li.selectedParent li.selectedLeaf a:hover, #LeftPane li.selectedParent li.selectedNode a:hover {
	text-decoration: underline;
	color: #fff;
}
#LeftPane li.selectedParent li.selectedLeaf li a:hover, #LeftPane li.selectedParent li.selectedNode li a:hover {
	color: #990066;
}
#LeftPane li li.selectedLeaf a, #LeftPane li li.selectedNode a {
	background-color: #990066;
	color: #fff;
	position: relative;
}
#LeftPane li li.selectedLeaf a:hover {
	text-decoration: none;
}

/* Level 3   (Missions, Organisation, etc ...) */
#LeftPane li li.selectedNode li, #LeftPane li li.selectedParent li {
	background-color: transparent;
}
#LeftPane li li.selectedNode li a, #LeftPane li li.selectedParent li a {
	background-color: transparent;
	color: #990066;
}
#LeftPane ul ul ul {
	margin: 0 0 0 0;
	/*margin: 3px 0 0 0;*/
}
#LeftPane li li li {
	/*padding: 3px 0 3px 0;*/
	padding: 0;
}
#LeftPane li li li a {
	/*margin: 0px 0 2px 20px;
	padding: 4px 0 1px 5px;*/
	margin: 0 0 0 0;
	padding: 5px 0 5px 25px;
	font-weight: normal;	
	background-color: transparent;
	line-height: 1.1;
	font-size: 12px;
}
#LeftPane li li li.selectedLeaf a, #LeftPane li li li.selectedNode a {
	/*margin-right: 6px;*/
	background-color: #990066; 
	color: #fff;
}

/* Level 4 */
#LeftPane li li li.selectedNode li a, #LeftPane li li li.selectedParent li a {
	background-color: transparent;
	color: #990066;
}
#LeftPane ul ul ul ul {
	margin: 0;
}
#LeftPane li li li li a {
	margin: 0;
	padding: 5px 0 5px 45px;
	font-weight: normal;	
	background-color: transparent;
	font-size: 12px;
}
#LeftPane li li li li.selectedLeaf a, #LeftPane li li li li.selectedNode a{
	background-color: #990066;
	color: #fff;
}

#LeftPane li li li.selectedParent li a {
	
}

/* Level 5 */
#LeftPane li li li li.selectedLeaf li a, #LeftPane li li li li.selectedNode li a{
	background-color: transparent;
	color: #990066;
}
#LeftPane ul ul ul ul ul {
	margin: 0;
}
#LeftPane li li li li li a {
	margin: 0;
	padding: 5px 0 5px 60px;
}

#LeftPaneContent {
	padding: 0 0 0 30px;	
}

/*** IE Fix ***/
* html #LeftPane {
	left: 285px;            /* RC fullwidth */
}