﻿/* Outline Menu CSS */

ul.sw_menu_navList{
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px 0px 10px;
}
ul.sw_menu_navList ul{
	list-style: none;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
}
ul.sw_menu_navList li{
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
}
ul.sw_menu_navList .mnu_sel_yes,
ul.sw_menu_navList .mnu_sel_no{
	text-decoration: none;
	display: block;
	min-height: 20px;
	color: #5F6060;
	font-weight:bold;
	padding-left: 20px;
}
ul.sw_menu_navList .mnu_sel_yes span,
ul.sw_menu_navList .mnu_sel_no span{
	display: block;
	padding: 2px 0px;
}
ul.sw_menu_navList a:hover{
	color: #E52F60;
}
ul.sw_menu_navList .mnu_sel_yes span{
	display: block;
	color: #E52F60;
	font-weight:bolder;
	padding-left: 5px;
	margin-left: -5px;
}
ul.sw_menu_navList .mnu_intro, ul.sw_menu_navList .mnu_obj {
	/* si on ne met pas !important, IE6 ignore les images personnalisées */
	background: url(../img/deco/introMnu.jpg) no-repeat center left !important;
}
ul.sw_menu_navList .mnu_conclu {
	background: url(../img/deco/concluMnu.jpg) no-repeat center left !important;
}
ul.sw_menu_navList .mnu_expUc { 
	background: url(../img/deco/expUcMnu.jpg) no-repeat center left !important;
}
ul.sw_menu_navList .mnu_practUc {
	background: url(../img/deco/practUcMnu.jpg) no-repeat center left !important;
}

ul.sw_menu_navList .mnu_exoRef {
	background: url(../img/deco/practUcMnu.png) no-repeat center left !important;
}
ul.sw_menu_navList .mnu_exoEnt {
	background: url(../img/deco/practUc2Mnu.png) no-repeat center left !important;
}

ul.sw_menu_navList .mnu_trainUc {
	background: url(../img/deco/trainUcMnu.jpg) no-repeat center left !important;
}
ul.sw_menu_navList .mnu_assmntUa {
	background: url(../img/deco/assmntUaMnu.jpg) no-repeat center left !important;
}
ul.sw_menu_navList .mnu_quest {
	background: url(../img/deco/questMnu.jpg) no-repeat center left !important;
}
ul.sw_menu_navList .mnu_obj {
	background: url(../img/deco/objPedMnu.jpg) no-repeat top left !important;
}
ul.sw_menu_navList .mnu_courseUa.mnu_l,
ul.sw_menu_navList .mnu_ueDiv.mnu_l {
	background: url(../img/mnu/mnuCl.jpg) no-repeat center left;
}
ul.sw_menu_navList .mnu_courseUa.mnu_b,
ul.sw_menu_navList .mnu_ueDiv.mnu_b {
	background: url(../img/mnu/mnuOp.jpg) no-repeat center left;
}
ul.sw_menu_navList .mnu_courseUa.mnu_sel_yes,
ul.sw_menu_navList .mnu_ueDiv.mnu_sel_yes {
	background: url(../img/mnu/mnuOp.jpg) no-repeat center left;
}
ul.sw_menu_navList span.mnu_cursor {
	display: none;
}
ul.sw_menu_navList span.mnu_sel_yes span.mnu_cursor {
}

/* Barres horizontal de scroll */
.mnuBlock{
	position: absolute;
	width:200px;
	top:55px;
	left:0px;
	bottom:190px;
}


#mnuScroll {
	position: absolute;
	width:200px;
	top:70px;
	left:0px;
	bottom:190px;
	overflow: hidden;
	padding-right:1px;
}
#mnuFrmUp{
	cursor:pointer;
	position: absolute;
	width: 180px;
	left: 2px;
	top:35px;
	height: 14px;
}
#mnuFrmUpLeft{
	position: absolute;
	width: 4px;
	height: 14px;
}
#mnuFrmUpCenter{
	background: url(../img/mnu/topCenter.jpg) center center no-repeat;
	position: absolute;
	left: 4px;
	right: 4px;
	height: 14px;
}
#mnuFrmUpRight{
	position: absolute;
	right: 0px;
	width: 4px;
	height: 14px;
}
#mnuBtnUp{
	position: absolute;
	width: 190px;
	height: 8px;
}
#mnuFrmDown{
	cursor:pointer;
	position: absolute;
	width: 177px;
	left: 2px;
	bottom: 170px;
	height: 14px;
}
#mnuFrmDownLeft{
	position: absolute;
	width: 4px;
	height: 8px;
}
#mnuFrmDownCenter{
	position: absolute;
	left: 4px;
	right: 4px;
	height: 14px;
	background: url(../img/mnu/bottomCenter.jpg) center center no-repeat;
}
#mnuFrmDownRight{
	position: absolute;
	right: 0px;
	width: 4px;
	height: 14px;
}
#mnuBtnDown{
	position: absolute;
	width: 230px;
	height: 14px;
}
#mnuFrmUp.btnOff,
#mnuFrmDown.btnOff{
	-moz-opacity:0.3;
	filter:Alpha(opacity=30);
	opacity:0.3;}
