@charset "UTF-8";
/* CSS Document */

div.menuAnnuaire ul li { list-style-type: none; line-height: 16px; }
div.menuAnnuaire ul li a.lien {
	cursor: pointer;
	padding-left: 20px;
	background-image: url("../images/box.jpg");
	background-repeat: no-repeat;
	color: #0F4BA5;
	text-decoration: none;
}
div.menuAnnuaire ul li a.lien:hover { color: #DE6D18; }
div.menuAnnuaire ul li a.supprimer {
	float: left;
	margin-right:6px;
}
div.menuAnnuaire strong.recherche {
	color: #DE6D18;
}
ul.listeAgences li { list-style-type: none; }
ul.listeAgences a {
	color: #0F4BA5;
}
ul.listeAgences a:hover {
	text-decoration: none;
}