/*lien*/

a.unclick

{

  	font-size: 10px;

	color:#f8ac00;
    /*color:#EA7500;*/
	font-weight: bold;

	text-decoration: none;

	font-family:verdana;

}

/*survol du lien*/

a.unclick:hover

{

  	font-size: 10px;

	color: #ffdf20;

	font-weight: bold;

	text-decoration:none;

}

a.unclick:visited

{

  	font-size: 10px;


	font-weight: bold;

	text-decoration: none;

	font-family:verdana;

}


