/* CSS Document */
#afventesOnglets ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#afventesOnglets ul li {
	display: inline;
}
#afventesOnglets ul li a {
	background-image: url(../../img/puce04.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	font-size: 8pt;
}
#afventesOnglets ul li a:hover {
	color: #006341;	
}
#afventesOnglets ul li a.selected {
	color: #006341;	
	background-image: url(../../img/puce05.png);
}

