h1{
	background-image:url(../img/barre.png);
	background-position:center top;
	background-repeat:no-repeat;
	color:#000000;
	font-size:250%;
	min-height:25px;
	margin-top:5px;
	text-align:center;
}

/* Plan du site */
.fondplan{
	background-image:url(../img/fond_plandusite.jpg);
	background-position:550px 200px;
	background-repeat:no-repeat;
	min-height:450px;
	padding-left:100px;
}

/* ////////////////////////////////////////////// PLAN DU SITE ///////////////////////////////////////////////// */
li.plan1 {
		 display : list-item;
		 list-style-image : url("../img/02.png");
		 list-style-position: outside;
		 padding:5px;
}

li.plan1 a{
		 color : #2F53FF;
		 text-decoration:none;
		 font-weight:bold;
}

li.plan1 a:hover{
		text-decoration:underline;
}

li.plan2 {
		 display : list-item;
		 list-style-image : url("../img/01.png");
		 list-style-position: outside;
		 padding:5px;
}

li.plan2 a{
		 color : #666666;
		 text-decoration:none;
		 font-weight:bold;
}

li.plan2 a:hover{
		text-decoration:underline;
}

li.plan3 {
		 display : list-item;
		 list-style-image : url("../img/01.png");
		 list-style-position: outside;
		 padding:5px;
}

li.plan3 a{
		 color : #999999;
		 text-decoration:none;
		 font-weight:bold;
}

li.plan3 a:hover{
		text-decoration:underline;
}

