/*.sitemap ul {
	list-style-type: none;
}
.sitemap li.title {
	font-size:12px;
	font-weight: bold;
	line-height: 25px;
	padding-left:5px;
}
.sitemap li.subtitle {
	padding-left:20px;
	line-height:25px;
}
.sitemap li.subtitle a {
	padding-left:15px;
}
.sitemap li.subtitle a:hover {
	background: url(http://static.reseaudespetitescommunes.fr/default/images/design/ico_arrow1.png) no-repeat scroll left center;
}*/


#sitemap ul{
    list-style-type: none;
    margin-top:10px
}
#sitemap li.subtitle{
    font-size:1em;
    font-weight: bold;
    padding-left:20px;
    line-height:25px;
}
#sitemap li.subtitle2{
    font-size:1em;
    font-weight: bold;
    padding-left:35px;
    line-height:25px;
}
#sitemap li.subtitle a{
    padding-left:15px;
}
#sitemap li.link {
    font-size:1em;
    line-height: 15px;
    padding-left:55px;
}
#sitemap li.link a{
    padding-left:15px;
}