.categorie {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	display: block;
	width: 149px;
}


/*-------*/
.categorie .catinfo {
	background: url(../images/menu_back/navinfopane.png) 0 -52px no-repeat;
	padding: 5px 0 5px 10px;
}
.categorie .catinfo:hover {
	background-position: -153px -52px;
}
.categorie .catinfo.catinfo-last {
	background: url(../images/menu_back/navinfopane.png)  0 -76px no-repeat;
	padding-bottom: 8px;
}
.categorie .catinfo.catinfo-last:hover {
	background-position: -153px -76px;
}
.categorie .catinfo.catinfo-first {
	background: url(../images/menu_back/navinfopane.png) 0 0 no-repeat;
	padding-top: 8px;
	padding-bottom: 6px;
}
.categorie .catinfo.catinfo-first:hover {
	background-position: -153px 0;
}
/*-------*/


.categorie a {
	text-decoration:none;
	font-size: 13px;
	display: block;
	height: 14px;
	line-height: 14px;
	

}


/* le sous menu */

.categorie div a {
	/*text-decoration:none;*/
	
		
	padding-left:24px;
	height: 24px;
	line-height: 24px;
	background: url(../images/menu_back/navinfopane.png) -153px -28px no-repeat;
	margin: 0;
	list-style: none;
	font-size: 10px;
}


.categorie div a.current{
/*	color:#004C70;*/
	/*text-decoration:underline;*/
	/*padding-top:-5px;*/
	background-image:none;
	background-color:#004C70;
	color:white;
}


.categorie div a:hover {
	background-position: 0 -28px;
	border-right:4px solid #FFC500;
	width: 125px;
}

.categorie div a:active {
	color: #004C80;
}
