/*menu */

.listmenu li.titrelistemenu {
	display:block;
	text-indent:10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	background-color: #333;
	padding: 8px;
	font-weight: bold;
}

.listmenu a.hac {
	display:block;
	text-indent:10px;
	cursor:pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #993300;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-image: url(images/deplierhaut.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	font-weight: bold;
}

.listmenu a.selected {
	background-color: #FF0606;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-image: url(images/deplierbas.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	color: #FFFFFF;
}

.listmenu a.hacon  {
	display:block;
	text-indent:10px;
	cursor:pointer;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	background-color: #CC0000;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	background-image: url(images/deplierbas.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	font-weight: bold;
}


.listmenu li a {
	font-size: 12px;
	padding-right: 2px;
	padding-left: 3px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	line-height: 130%;
	color: #666666;
	background-color: #FFFFE1;
}

.listmenu li a:hover {
	background-color: #ccc;
	color: #000;
}

.listmenu li a.on {
	background-color: #ccc;
	color: #000;
}