	li#intervenant a {
		width: 109px;
		background: #4975bd url(/images/imgs_delegs/menu-agent-off.png) no-repeat;
	}
	
	li#intervenant a:hover,
	li#intervenant a span {
		background-image: url(/images/imgs_delegs/menu-agent-on.png);
	}
	
	li#collectivite a {
		width: 114px;
		background: #1f60bd url(/images/imgs_delegs/menu-collectivite-off.png) no-repeat;
	}
	
	li#collectivite a:hover,
	li#collectivite a span {
		background-image: url(/images/imgs_delegs/menu-collectivite-on.png);
	}
	
	li#prestataire a {
		width: 117px;
		background: #7387be url(/images/imgs_delegs/menu-marches-off.png) no-repeat;
	}
	
	li#prestataire a:hover,
	li#prestataire a span {
		background-image: url(/images/imgs_delegs/menu-marches-on.png);
	}
