a img {
	border: 0;
}



/* RIGHT MENU STYLES */
#rightmenu {
	font: 9pt Tahoma;color:#B9B5A9;
	width: 201px;text-align:left;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}
#menuadmin {
	font: 9pt Tahoma;color:#B9B5A9;
	width: 201px;text-align:left;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
}

#rightmenu .menuTopItem {
	border-bottom: 1px solid #e9e9e9;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.divbtn{
cursor:pointer;
	margin: 0;
	padding: 3px;
	padding-right: 0; 
	color:#81809B;
}


#rightmenu div.menuChap {
	background-color:#ffffff;
	clear: both;
	font: 9pt Tahoma;
	color:#AAAFB5;
	border-bottom: 1px solid #e9e9e9;
}
#menuadmin div.menuChapAdmin2 {
	background-color:#BBB8AF;
	clear: both;
	font: 9pt Tahoma;
	color:#FFFFFF;
	border-bottom: 1px solid #e9e9e9;
}
#menuadmin div.menuChapAdmin {
	background-color:#CCCBCF;
	clear: both;
	font: 9pt Tahoma;
	color:#FFFFFF;
	border-bottom: 1px solid #e9e9e9;
}

#rightmenu div.menuChapSelected {
	background-color:#EFEDE3;
	clear: both;
	font: 9pt Tahoma;
	color:#000000;
	border-bottom: 1px solid #e9e9e9;
}

#rightmenu div.menuChap2 {
	background-color:#EFEDE3;
	clear: both;
	font: 9pt Tahoma;
	color:#AAAFB5;
	border-bottom: 1px solid #e9e9e9;
}

#rightmenu a {
	text-decoration: none;
	color: #993300;
}


#rightmenu div.menuChap div.menuSubChaps {
	display: none;margin-top:5px;margin-bottom:5px;text-align:center;
}
#rightmenu div.menuChap2 div.menuSubChaps {
	display: none;margin-top:5px;margin-bottom:5px;text-align:center;
}

#rightmenu div.menuChapSelected div.menuSubChaps {
	display: block;margin-top:5px;margin-bottom:5px;text-align:center;
}

#rightmenu a.menuSubChap {
	display: block;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	margin-left: 0px;;
	margin-top: 4px;
}

#rightmenu hr {
	/* FIXME: problème de rendu dans Gecko : le trait dépasse sur la droite */
	margin: 0;
	margin-left: 0px;
	padding: 0;
	
	line-height: 0.5em;
	vertical-align: bottom;
	border: 0;
	height: 1px;
	/*width: 100%;*/
	background-color: #e9e9e9;
	color: #e9e9e9;
}

#rightmenu .menuSelected {
	background-color: #ff9;
}

/*****************
	subChap styles
******************/
#menuSubChap {
	clear: both;
text-align:center;
	padding: 7px;
	padding-right: 0;
	font-size: 14px;
	border-bottom: 1px solid #e9e9e9;
	background-image: url(/images/menu-subChap-bg.png);
}
