/**
 * Feuille de style pour l'affichage du site map
 */
#sitemap a {
	color: #000;
	text-decoration: none;
	letter-spacing: 2px;
}
#sitemap a:hover {
	text-decoration: underline;
}
#sitemap ul {
	margin: 10px;
}
#sitemap ul li {
	border-bottom: 1px solid #FF8C00;
	font-weight: bold;
	list-style: none;
	margin: 5px auto;
	width: 90%;
}
#sitemap ul ul li {
	background: none;
	border-bottom: none;
	font-weight: normal;
	list-style: disc inside;
}
