div.liste {
	margin-left:1px;
	padding-left:0;
}

ul.liste_metiers {
	list-style:none;
}

li.t_metier {
	display:inline-block;
	float:left;
	width:150px;
	height:40px;
	text-align:center;
	list-style:none;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
	background: url(../images/onglet_metier.jpg) no-repeat;
	color:#2d4458;
}

li.actif_MR, li.actif_AP, li.actif_VV {
	background: url(../images/onglet_metier_actif.jpg) no-repeat;
	color:#fff;
}

