/* CSS Document */
.planSite{
	font-size: 70%;
	margin-top: 10px;
}
.planSite .niveau1{
	list-style: none;
	padding-left: 11px;
	margin-bottom: 4px;
}

.planSite .niveau1 h2{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ff7300;
	margin-bottom: 7px;
	margin-top: 7px;
}
.planSite .niveau1 h2 a{
	color: #ff7300;
}
.planSite a{
	color: black;
}

.planSite a:hover{
	text-decoration: underline;
}

.planSite .niveau2{
	list-style: none;
	background: url(../images/imagesContenu/puceorange.jpg) no-repeat 0 5px !important;
	background: url(../images/imagesContenu/puceorange.jpg) no-repeat 0 9px;
	margin-left: 10px;
	padding-left: 11px;
	margin-bottom: 4px;
}

.planSite .niveau3{
	list-style: none;
	background: url(../images/imagesContenu/carreorange.png) no-repeat 0 6px !important;
	background: url(../images/imagesContenu/carreorange.png) no-repeat 0 10px;
	margin-left: 10px;
	padding-left: 11px;
	margin-bottom: 4px;
}

.planSite h2 {
	color:#FF7300 !important;
	color:#FF7300;
}


