/* Corps de la page */
p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:##58585a;
}

/* Liens */
/* Normaux */
a:link{
	text-decoration:underline;
	color:#79b63e;
	background:transparent;
	}
a:active{
	text-decoration:none;
	color:#79b63e;
	background:transparent;
	}
a:visited{
	text-decoration:underline;
	color:#79b63e;
	background:transparent;
	}
a:hover{
	text-decoration:none;
	color:#97bf0d;
	background:transparent;
	}
	
/* Bouton Entrer */	
a:link#entrer { 
background-image: url('img/btn-entrer.jpg'); 
display: block; 
width: 56px;
height:25px;
}
a:hover#entrer { 
background-image: url('img/btn-entrer-survol.jpg');
display: block; 
width: 56px;
height:25px;
}
