/* UTF-8 à jamais */
/* ---- Plan du site --- */
.page_plandusite #corps{
	background:url('deco/ville.png') bottom center no-repeat #fff;
	padding-top:40px;
}
.plandusite{
	background-color:#fff;
	margin-bottom:24px;
	box-shadow:0px 0px 20px 0px rgba(0,0,0,0.5);
	padding-bottom:20px;
}
.plandusite h2{
	margin-left:40px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:1.71em;
	background-color:#1e3370;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	width:350px;
	text-align:center;
	margin-bottom:20px;
}
.plandusite ul{
	margin-left:80px;
}
.plandusite ul li ul{
	padding-left:0;
	padding-bottom:0.3em;
}
.plandusite ul li ul li{
	margin-left:1.5em;
}