/* **************************************************************************************************** */
/* PAGE - PLAN DU SITE */
/* **************************************************************************************************** */


#trait
{
	margin-top : 4px;
	border-bottom: #097390 solid 1px;
}

h3
{
	color: #097390;
	font-size: 14px;
	letter-spacing: 0.002em;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 20px;
	border-bottom : 2px solid #097390;
}


#line
{
	margin-top : 4px;
	width: 95%;
	text-align: center;
	margin-left: 2.5%;
	border-bottom: #097390 solid 2px;
}


#listePlan li
{
	list-style-image: url("./images/accueil/puce-trans.png");
	padding: 10px;
}

#listePlan li a
{
	color: #636363;
	text-decoration: none;
}

#listePlan li a:hover
{
	color: #636363;
}

#listePlan li a:visited
{
	color: #636363;
}

#listePlan
{
	text-align: justify;
	font-size: 13px;
	color: #636363;
	float: left;
	width: 90%;
	margin-top: 20px;
	margin-left: 4%;
	display: inline;
}
