/*Ajout Alex dans content.css*/
/*Refait Nina : centrage, gestion correcte hover*/
div.sw_categ_navRoot{
height: 32px;
}
/* Barre de navigation supérieure */
ul.sw_categ_navList{
	display: block;
	overflow:hidden;
	background-color:#a863a2;
	height: 32px;
	margin:0;
	padding:0;
}
.sw_categ_navList li{
	text-decoration:none;
	display:block;
	float:left;
	width: 120px;
	padding: 0px;
	text-transform:uppercase;
	line-height: 32px;
}

a.mnuCateg{
	display:block;
	text-decoration: none;
	font-weight: bold;
	color:#eee;
	text-align: center;
	padding-bottom: 0px;
}

a.mnuCateg:link{}
a.mnuCateg:visited{}
a.mnuCateg:hover{
background: #dd0014;
color:#eee;}
a.mnuCateg:active{background: #dd0014;}
a.mnuCateg span{}

a.catSel_yes{
	color: #333;
	height: 32px;
	background: #f7941f;
}

/*Fin ajout Alex dans content.css*/

/*Ajout Alex dans menu.css*/

ul.sw_menu_navList{	
	cursor: default;
	list-style-image: none;
	font-variant:small-caps;
	padding:0;
}
ul.sw_menu_navList li.mnuDepth_0{
}
ul.sw_menu_navList li{
display: block;
float: left;
}
/* Titre rubrique */
ul.sw_menu_navList span.mnuCateg{
	display:none;
	font-weight: normal;
	height:0;
}
ul.sw_menu_navList a,
ul.sw_menu_navList a:visited,
ul.sw_menu_navList span.mnuDepth_2{
	display:block;
}
ul.sw_menu_navList .mnuSel_yes{
	color: #dd0014;
	font-weight: bold;
}
ul.sw_menu_navList a:hover{
	color: #dd0014;
	font-weight: normal;
}

/*Fin ajout Alex dans menu.css*/

/*Nina habillage et centrage barres menu*/
ul.sw_menu_navList{
background:#f7c974;
height:26px;
}
ul.sw_menu_navList ul{
padding-left:22px;}

 li.mnuDepth_0{
 background:#f7c974;
 line-height:26px;
}
 li.mnuDepth_1{
 border-right:white solid 2px;
 margin-right:10px;
 padding-right:10px;
 }
/* Navigation supérieure dans TplTopIn */
/* ??? */
span.sw_categ_navRoot{
	display: block;
	text-decoration: none;
}
a.tplHomeLnk{
	display:none;
}

li.mnuDepth_1 ul{
	display: none;
}
