/*******************************
 Les filtres sous forme d'onglet
 *******************************/
ul.filtre{
	position: relative;
	width:100%;
	line-height:normal;
	border-top:1px solid #666;
	list-style:none;
	overflow: hidden;
	/*margin-top: 1em;*/
  margin-top: 1px;
	margin-bottom: 1em;
	}

.clear{
	clear: both;
	}
	
ul.filtre > li {
	margin-left: 2em;
	}
	
ul.filtre li {
	display:block;
	}
ul.filtre a {
  height: 25px;
	float:left;
	background:url("../images/tableft7.gif") no-repeat left top;
	margin:0;
  margin-left: 1px;
	padding:0 0 0 5px;
	text-decoration:none;
	}
ul.filtre a span {
  height: 25px;
	float:left;
	display:block;
	background:url("../images/tabright7.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}
	
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.filtre a span {float:none;}
    /* End IE5-Mac hack */
ul.filtre a:hover span {
	color:#FFF;
	}
ul.filtre a:hover {
	background-position:0% -25px;
}
ul.filtre a:hover span {
	background-position:100% -25px;
}

ul.filtre .active a {
	background-position:0% -25px;
}

ul.filtre .active a span {
	background-position:100% -25px;
	font-weight: bold;
  color: #f00;
}