#nav{
	float:left;
	width:190px;
}

#nav ul, #nav li {padding:0; margin:0; list-style-type:none;} /*reset*/

#nav ul li a{
	display:block;
	background: url(images/fleche.gif) no-repeat 0 6px;
	padding-left:13px;
	text-decoration:none;

}
#nav ul li a:hover{ text-decoration:underline;}
#nav ul li {
	background: url(images/filet.gif) no-repeat left bottom;
	padding-bottom:15px;
	margin-bottom:3px;
}
#nav ul li ul {
	padding-left:10px;
}
#nav ul li ul li{
	background:none; 
	margin:0; padding:0;
}

#nav a.active{ font-weight:bold;}
#nav ul li ul li a{
	background: url(images/tiret.gif) no-repeat 0 6px;
	padding-left:10px;
	font-weight:normal;
}

* html #nav li a{
	float: left;
	clear: left;
}
