/* M_filtre_communaute */

/* @auteur	Alsacreations, VP RG  */
/* @cree	2008-06-24            */
/* @modif	2008-06-24            */
/* @gabarit	2                     */
/* @version	1                     */

#M_filtre_communaute {
	background-color: #F7F8E6;
	color: black;
	margin-bottom: 20px;
}

#M_filtre_communaute h2 {
	background: url(../img/M_filtre_communaute_titre.png) left top no-repeat;
	width: 300px;
	height: 67px;
}

#M_filtre_communaute ul {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

#M_filtre_communaute li {
	font-weight: bold;
	list-style-type: none;
}

#M_filtre_communaute li a {
	background: #F7F8E6 url(../img/M_filtre_communaute_fleche_fond-clair.png) 10px 50% no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
	zoom: 1;
}

#M_filtre_communaute li a:hover {
	background: #E4E6B8 url(../img/M_filtre_communaute_fleche_fond-fonce.png) 10px 50% no-repeat;
	text-decoration: none;
}


/* lien de suite */
#M_filtre_communaute .suite {
	background: #ACB12F url(../img/M_filtre_communaute_fleche_fond-inverse.png) 10px 50% no-repeat;
	line-height: 1.4;
	margin: 0;
	padding: 3px 0 5px 23px;
}

#M_filtre_communaute .suite a {
	color: white;
}


