/* 
CSS DU  17 mars 2009 // FICHE PRODUIT
 */


/* fiche produit -------------------------- */

.picto_plus {
background:url(images/picto_add.gif) left no-repeat;
padding-left:20px;
font-size:10px;
height:50px;
margin-bottom:5px;
margin-top:5px;
}

/* LIENS SPECIFIQUES -------------------------- */

a.LIEN_action:link {
	color: #994f79;
	text-decoration: none;
	font-weight:bold;
}

a.LIEN_action:visited {
	color: #994f79;
	text-decoration: none;
	font-weight:bold;
}

a.LIEN_action:hover {
	color: #994f79;
	text-decoration: underline;
	font-weight:bold;
}