
/* Menu */
.co_categories_menu ul {
	margin: 0px;
	padding:  0px;
	list-style: none;
}

.co_categories_menu ul li a, .co_categories_menu ul li span {
	line-height: 16px;
	display: block;
}

.co_categories_menu ul li.level1 {
	margin-bottom: 15px;
}

.co_categories_menu ul li.level1 a, .co_categories_menu ul li.level1 span, div.navgauche ul li.mon-panier a {
	background-color:#711824;
	color: #d7b27e;
	margin-bottom: 4px;
	padding-left: 7px;
	font-weight: bold;
	text-transform: uppercase;
}

div.navgauche ul li.mon-panier a{
	font-size:12px;
	background-image:none;
	margin-bottom:15px;
}

div.navgauche ul li.mon-panier a:hover{
	font-size:12px;
	background-image:none;
	text-decoration:underline;
	color: #d7b27e;
}


.co_categories_menu ul li.level1 span {
	cursor: default;
}

.co_categories_menu ul li.level2 a, .co_categories_menu ul li.level2 span {
	color: #f6e1af;
	margin-bottom: 0px;
	padding-left: 20px;
	background-color: #98967f;
	background-image: url("../images/puce.gif");
	background-repeat: no-repeat;
	background-position: center left;
	text-transform: capitalize;
	cursor: pointer;
}

.co_categories_menu ul li.level2 a:hover {
	background-image: url("../images/puce_over.gif");
}

.co_categories_menu ul li.level1 ul li.level2.selected a{
	background-image: url("../images/puce_over.gif");
}

.co_categories_menu ul li.level2 {
	background-color: #98967f;
	font-size: 10px;
	color: #f6e1af;
	margin-bottom: 2px;
}

.co_categories_menu ul li.level3 a, .co_categories_menu ul li.level3 span {
	padding-left: 33px;
	font-weight:normal;
	font-size:9px;
	background: url("../images/puce.gif") no-repeat 12px 5px #98967f;
}

.co_categories_menu ul li.level3 a:hover {
	background-image: url("../images/puce_over.gif") no-repeat 12px 5px #98967f;
}

.co_categories_menu ul li.level2.selected ul li.level3 a{
	background: url("../images/puce.gif") no-repeat 12px 5px #98967f;
}

.co_categories_menu ul li.level2 ul li.level3.selected a{
	background: url("../images/puce_over.gif") no-repeat 12px 5px #98967f;
}

/* Menu des artistes */
.co_menu_artistes h3 {
	display: block;
	line-height: 16px;
	background-color: #711824;
	color: #d7b27e;
	margin-bottom: 4px;
	padding-left: 7px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.co_menu_artistes ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
}

.co_menu_artistes ul li {
	background-color: #98967f;
	font-size: 10px;
	color: #f6e1af;
	margin-bottom: 2px;
}

* html .co_menu_artistes ul li {
	border: solid 1px #98967f;
} 

.co_menu_artistes ul li a {
	display: block;
	line-height: 16px;
	margin-bottom: 0px;
	padding-left: 20px;
	background-color: #98967f;
	background-image: url("../images/puce.gif");
	background-repeat: no-repeat;
	background-position: center left;
	text-transform: capitalize;
	font-size: 10px;
	font-weight: bold;
	color: #f6e1af;
	overflow: hidden;
	cursor: pointer;
}

/*
* html .co_menu_artistes ul li a {
	border: dotted 1px GREEN;
}
*/

.co_menu_artistes ul li a:hover {
	background-image: url("../images/puce_over.gif");
	font-size: 10px;
	font-weight: bold;
	color: #f6e1af;
}

.co_menu_artistes ul li.selected a {
	background-image: url("../images/puce_over.gif");
	font-size: 10px;
	font-weight: bold;
	color: #f6e1af;
}

/* Breadcrum */
.catalogue_breadcrum {
	font-size: 9px;
	color: #7f7d6a;
	margin-bottom: 19px;
}

.catalogue_breadcrum a {
	font-size: 9px;
	color: #7f7d6a;
}

.catalogue_breadcrum .firstLevel {
	text-transform: uppercase;
}

.catalogue_breadcrum .secondLevel {
	text-transform: capitalize;
}
