/* MENUS POUR NAVIGATEURS GENERAUX */

.menu-text
{
	color: white;
}

.menu-text-highlight
{
	color: #FFC000;
}

.menu-text-highlight:hover
{
	text-decoration: none;
}

.menu-off
{
	visibility: hidden;
	display: none;
	min-width: 130px;
}

.menu-on
{
	overflow: auto;
	visibility: visible;
	_visibility:show;
	display: block;
	background-color: #000000;
	position: absolute;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	z-index: 2000;
	min-width: 130px;
}

.menu-inner
{
	border: 1px solid #ffffff;
	margin: 1px;
	padding: 3px 0px 3px 0px;
}

/* se charge de l'affichage du sous-menu */
.sub-menu
{
	visibility: visible;
	display: block;
	background-color: #000000;
	color: white;
	padding: 0px 20px 0px 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 1999;
}
/*.sub-menu:visited
{
	color: white;
}*/
.sub-menu-ss
{
	display: block;
	background-color: #373737;
	color: white;
	padding: 0px 20px 0px 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.submenu-inner
{
	border: 1px solid #b4b4b4;
	margin: 1px;
	padding: 4px 0px 5px 5px;
}

.sub-menu-actif
{
	display: block;
	background-color: white;
	color: #373737;
	padding: 0px 20px 0px 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.sub-menu-ss-actif
{
	display: block;
	background-color: white;
	color: #373737;
	padding: 0px 20px 0px 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/arrow_menuover.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.sub-menu-ie
{
	display: block;
	background-color: #373737;
	color: white;
	width: 0%;
	padding: 0px;
	font-size: 0%;
}

.sub-menu:hover, .sub-menu-ss-actif:hover
{
	background-color: white;
	color: #373737;
	text-decoration: none;
}

/* SOUS MENUS */

.submenu-off
{
	visibility: hidden;
	display: none;
	min-width: 130px;
}

.submenu-on
{
	overflow: auto;
	_overflow: hidden;
	visibility: visible;
	display: block;
	background-color: #373737;
	position: absolute;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	z-index: 1999;
	min-width: 130px;
}
/* Jusque là c'est OK Sylvain le 11 décembre 2006 */
#menu-bar
{
	position: absolute;
	/*bottom: 0px;
	right: 0px;*/
	width: 800px;
	height: 23px;
	font-size: 11px;
}

#menu-bar-item-container
{
	float: right;
	width: 780px;
	background-repeat: repeat-x;
}

.menu-bar-separator
{
	float: left;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/menubar_separator.gif);
	background-repeat: repeat-x;
	width: 1px;
	height: 23px;
}

.menu-bar-separatoron
{
	float: left;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/menubar_separator_highlight.gif);
	background-repeat: repeat-x;
	width: 1px;
	height: 23px;
}

.menu-bar-item
{
	float: left;
	height: 18px;
	padding: 2px 10px 0px 10px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.menu-bar-itemon
{
	float: left;
	height: 21px;
	padding: 2px 10px 0px 10px;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/menubar_highlight.gif);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 19px;
}

#menu-bar-left
{
	float: right;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/menubar_biseau.gif);
	background-repeat: repeat-x;
	width: 23px;
	height: 23px;
}

#menu-bar-lefton
{
	float: right;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/menubar_biseau_highlight.gif);
	background-repeat: repeat-x;
	width: 23px;
	height: 23px;
}

#menu-bar-right
{
	float: right;
	background-image: url(http://img.audiofanzine.com/img/v35/interface/menubar_end.gif);
	background-repeat: repeat-x;
	width: 3px;
	height: 23px;
}

.menu-hr
{
	width: 100px;
	border: 1px ridge #B5B5B5;
}
#ad-box
{
	position: absolute;
	z-index: -1;
	top: 80px;
	/*right: 0px;*/
	width: 301px;
	height: 250px;
	/*background-image: url(http://img.audiofanzine.com/img/v35/home/fond_pub.jpg);*/
	background-repeat: no-repeat;
}

#ad-box-ad
{
	position: absolute;
	top: 15px;
	/*right: 16px;*/
	width: 301px;
	height: 250px;
	padding: 0px;
	border: 0px;
}