/* M_categorie_left */

#M_categorie_left {
	margin-bottom: 31px;
}

#M_categorie_left h3 {
	font-size: 1.8em;
	background: #B0B605 url(../img/M_categorie_left_fond.png) left bottom no-repeat;
	color: white;
	padding: 1px 0 13px 10px;
}

#M_categorie_left h3 a {
	color: white;
	font-size: 1em;
}
/* survol ET tabulation clavier */
#M_categorie_left h3 a:focus,
#M_categorie_left h3 a:hover {
	color: #DDD;
}

#M_categorie_left ul {
  padding-top: 5px;
  padding-bottom: 20px;
}

#M_categorie_left li {
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
}

#M_categorie_left li a {
	color: #164F80;
	background: url(../img/M_categorie_left_fleche.png) 10px 50% no-repeat;
	display: block;
	padding: 2px 0 2px 25px;
}


