<style>
<!--
/* -------------------------------------------------------------- */
.boutons a:link     {color:white;}
.boutons a:visited  {color:green;}
.boutons a:active 	{color:#ff00ff;}
.boutons a:hover		{color:cornflowerblue; background-color:#a47049;}

/* -------------------------------------------------------------- */
.boutonsP a:link     {color:white;}
.boutonsP a:visited  {color:green;}
.boutonsP a:active   {color:#ff00ff;}
.boutonsP a:hover	 	 {color:cornflowerblue; background-color:#C19675;}

/* -------------------------------------------------------------- */
.listeM a {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size  : 16px;         line-height: 110%;
	font-weight: normal;   text-decoration: none;
}
.listeM a:link     {color:darkblue;}
.listeM a:visited  {color:darkred;}
.listeM a:active   {color:#ff00ff;}
.listeM a:hover		 {color:cornflowerblue; background-color:#a47049;}

/* -------------------------------------------------------------- */
img#bouMenu        {background:url('../_img/bouton2_a.png');}
img#bouMenu:hover  {background:url('../_img/bouton1_a.png');}                     
                     
img#bouMenuS        {background:url('../_img/bouton3_a.png');}
img#bouMenuS:hover  {background:url('../_img/bouton1_a.png');}                     

-->
</style>