.stylecommander {
	a:link;
	font-size: 10pt;
	height: auto;
	width: auto;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;

}


/* :hover permet de définir les propriétés du lien quand le curseur le survole */
a:hover
{
    color : #FFFFFF;
    text-decoration : none ;
}
