.stylecommande {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCC33;
	text-decoration: none;

}

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


