/* Merci à Alsacréations  */
/* http://www.alsacreations.com/articles/  */


ul {
list-style-type: none;
margin: 0;
padding: 0;
}

li{
list-style-type: none;
margin: 0;
padding: 0;
}

.plan1 a{
float: left;
display: block;
text-decoration: none;
color: #000;
text-indent: 17px;
background-image:url("../img-deco/puce-page.gif");
background-position: left top ;/*center;*/
background-repeat: no-repeat;
}
	 
.plan1 a:hover{
float: left;
background-image:url("../img-deco/puce-page-jaune.gif");
background-position: left top;
background-repeat: no-repeat;
}

.plan2 a{
float: left;
display: block;
margin-left:15px;
text-decoration: none;
color: #000;
text-indent: 30px;
background-image:url("../img-deco/puce-fiche.gif");
background-position: left top ;/*center;*/
background-repeat: no-repeat;
}
	 
.plan2 a:hover{
float: left;
margin-left:15px;
background-image:url("../img-deco/puce-fiche-jaune.gif");
background-position: left top;
background-repeat: no-repeat;
}


