/* Basic code - NE PAS TOUCHER */
#cat_top{margin:152px 102px 0px 0;float:right; }
#categories_block_top_sc_ul { display: block; margin: 0; padding: 0; position: relative; text-align: left; z-index:99; clear:both; }
#categories_block_top_sc_ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align:center;
	z-index:99;
}
#categories_block_top_sc_ul a { display: block; }
#categories_block_top_sc_ul ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
#categories_block_top_sc_ul ul ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #categories_block_top_sc_ul ul { line-height: 0; } /* IE6 "fix" */
#categories_block_top_sc_ul ul a { zoom: 1; } /* IE6/7 fix */


#categories_block_top_sc_ul ul li { float: none; }
#categories_block_top_sc_ul ul ul { top: 0; }


/* Essentiels - configurer ce qui suit */


/* enrichissement menu, position */
#categories_block_top_sc_ul {
	background-color: transparent;
	text-align: center;
	top: 8px;
}

/* enrichissement sous-menu */
#categories_block_top_sc_ul ul {
/*	background:transparent url(../img/subt.png) no-repeat top left;*/
	border: 0px solid #5D717E;
	top: 35px;
}

/* enrichissement 2 ème niveau sous-menu */
#categories_block_top_sc_ul ul  ul{
	border-top: 0px solid #5D717E;
}

/* enrichissement catégories */

#categories_block_top_sc_ul a {
	background: url('../img/menu_on.png') no-repeat center top;
	font-family: Arial;
	color: #DABF76;
	font-size: 12px;font-weight:bold;
	width:169px;
	height: 15px;
	padding: 10px 4px 10px 0;
	text-decoration:none;
}

#categories_block_top_sc_ul a.selected {
	background: url('../img/menu_over.png') no-repeat center top;
	color: #DABF44;
}

#categories_block_top_sc_ul a.hover {
	background: url('../img/menu_over.png') no-repeat center top;
	color: #DABF44;
}

/* enrichissement sous-catégories */
#categories_block_top_sc_ul ul li a {
	background: #51443E;
	/*border-right: 1px solid #5D717E;
	border-left: 1px solid #5D717E;
	border-top:1px dashed #5D717E;*/
	height:20px;
	width:165px;
	color: #fff;
	font-size: 12px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	line-height:20px;
}

#categories_block_top_sc_ul ul a {
	margin-top: 0px;
	/* opacity: 0.9; */
	/* filter: alpha(opacity=90); */
	border-bottom: none;
}
#categories_block_top_sc_ul ul a.hover {
	background: #51443E;
	color: #eee;
}

#categories_block_top_sc_ul ul a.selected{
	background: #ccc;
	color: #333;
}


/* enrichissement 2ème niveau sous-catégories */

#categories_block_top_sc_ul ul ul li a {
	background: #ccc;
	height:20px;
	width:145px;
	color: #5D717E;
	font-size: 12px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	line-height:20px;
}

#categories_block_top_sc_ul ul ul a {
	margin-top: 0px;
	/* opacity: 0.9; */
	/* filter: alpha(opacity=90); */
}
#categories_block_top_sc_ul ul ul a.hover {
	background: #ccc;
	color: #5D717E;
}

#categories_block_top_sc_ul ul ul a.selected{
	background: #ccc;
	color: #5D717E;
}

/* #categories_block_top_sc ul a { border-bottom: none; } - I also needed this for IE6/7 */
