.liens-oranges

a:link {
	color:  #FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;

}
a:hover {
	color: #666600;
	text-decoration: none;

}
a:active {
	color: #666600;
	text-decoration: none;
}

