/**********************************************
 * Modifié : 2008-4-29 
 * Style de de personalisation du plan
 * Note : Modifier à volonté
 **********************************************/

* html div.plan-secteur {
	padding: 1em 0;
	font-weight: normal;
}

.plan-secteur h2 {
	margin: 0;
}

ul.plan-secteur, .plan-secteur ul {
	list-style: none;
	margin-left: .5em;
	padding-left: 0;
}
 li.plan-secteur {
	font-weight: bold;
}
.plan-secteur ul li {
	padding-left: 1.1em;
}

.plan-secteur a {
	text-decoration: none;
	color: #06C;
}
.plan-secteur a:hover {
	text-decoration: underline;
	color: #009;
}

.plan-rubrique li {
	background: transparent url(../images/sitemapfolderbullet.gif) no-repeat;
}
.plan-rubrique li:hover {
	background: transparent url(../images/sitemapfolderbullethover.gif) no-repeat;
}

li.plan-article {
	background: transparent url(../images/sitemapdocbullet.gif) no-repeat;
}
li.plan-article:hover {
	background: transparent url(../images/sitemapdocbullethover.gif) no-repeat;
}

