/* AUTEUR: Yves Gagne pour :Comptoir Le Grenier */
/* DATE DE CREATION: 15/09/2006 */
p {
	color : #000000;
	font-size : 11px;
	font-family : Verdana,Tahoma,Arial;
	font-weight: normal;
}

.liens  {
	font-family : Verdana, Tahoma, Arial;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
	margin-left : 5px;
	
}

.liens  a {
	font-family : Verdana,Tahoma,Arial;
	font-size : 11px;
	color : #000000;
	font-weight: bold;
	margin-left : 5px;
	text-decoration: none;
}

.liens  a:hover {
	font-family : Verdana,Tahoma,Arial;
	font-size : 11px;
	color : #FF0107;
	font-weight: bold;
	margin-left : 5px;
	text-decoration: underline;
}



