/* Basic code - NE PAS TOUCHER */

#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:left;
	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: left;
	top: 210px;   /* postion verticale menu FB */
	left: 96px;   /* postion horizontale ajoutee par FB */
}

/* enrichissement sous-menu */
#categories_block_top_sc_ul ul {
	border-bottom: 1px solid #5D717E;
	top: 48px;
}

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

/* enrichissement catégories */

#categories_block_top_sc_ul a {
	background: transparent url('../img/menu_on.png') no-repeat;    /*.gif change en .png FB*/
	font-family: Arial;
	color: white;
	font-size: 12px; /* au lieu de 11  FB*/
	width: 94px;  /* au lieu de 84  - les boutons graphiques faisant 100 de large FB*/
	height: 48px;
	padding: 13px 3px; /* au lieu de 13 1  FB*/
	text-decoration:none;
	font-weight:bold;  /*added by FB */
}

#categories_block_top_sc_ul a.selected {
	background: transparent url('../img/menu_over.png') no-repeat;/*.gif change en .png FB*/
	color: black;
}

#categories_block_top_sc_ul a.hover {
	background: transparent url('../img/menu_over.png') no-repeat;/*.gif change en .png FB*/
	color: #374853;  /*Gris fonce -  #5D717E remplacé par #374853  FB*/
}

/* enrichissement sous-catégories */
#categories_block_top_sc_ul ul li a {
	background: #4448d0; /*bleu fonce au lieu de white */
	border-right: 1px solid #4448d0 ; /*au lieu de #5D717E */
	border-left: 1px solid #4448d0 ; /*au lieu de #5D717E */
	border-bottom: 1px solid white ;  /*added by FB */
	height: 28px; /*au lieu de 20 */
	width: 75px;  /*au lieu de 145 */
	color: #white;  /*au lieu de 5D717E */
	font-size: 5px; /* instead of 12 */
	font-weight:bold;  /* instead of normal */
	text-indent: 0px;/* instead of 10 */
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	line-height:5px; /* instead of 20 */
}

#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: #d1d0d8;  /*B1C903 changé en d1d0d8(gris clair) */
	color: 374853 ;  /*gris fonce - white remplace par 374853*/
}

#categories_block_top_sc_ul ul a.selected{ 
	background: #d1d0d8;  /*B1C903 changé en d1d0d8 (gris clair) */
	color: 374853 ;  /*gris fonce - white remplace par 374853*/
}


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

#categories_block_top_sc_ul ul ul li a {
	background: #4448d0; /* F3F7D9 changé en 4448d0 (bleu fonce) */
	height:20px;
	width:145px;
	color: #5D717E;  /*Gris fonce */
	font-size: 12px;
	font-weight:normal;
	text-indent: 10px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;  /*added by FB */
}

#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: #d1d0d8;  /*B1C903 changé en d1d0d8 (gris clair)*/
	color: 374853 ;  /*gris fonce - white remplace par 374853*/
}

#categories_block_top_sc_ul ul ul a.selected{ 
	background: #d1d0d8;  /*B1C903 changé en d1d0d8(gris clair)*/
	color: 374853 ;  /*gris fonce - white remplace par 374853*/
}

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