@charset "iso-8859-1";
/* CSS Document */

.lien_entrer {
	color: #00afd7;
	font-weight: bold;
	font-size: 14px;
	background-color: #4B4A4D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	cursor:auto;
}
.lien_entrer:hover {
	color: #00afd7;
	font-weight: bold;
	font-size: 14px;
	background-color: #4B4A4D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline;
	cursor:pointer;
}
