@charset "utf-8";
/* CSS Document */

/* liens VA SAVOIR*/
a.va, a.va:visited {
	text-decoration: none;
	color: black;
}
a.va:hover {
	text-decoration: overline underline;
	color: #F09;
}


/*liens TARIFS*/
a.tarifs, a.tarifs:visited{
	text-decoration: none;
	color: black;
}
a.tarifs:hover {
	text-decoration: overline underline;
	color: #060;
}


/* liens Fiche techniques*/
a.ft, a.ft:visited{
	text-decoration: none;
	color: black;
}
a.ft:hover {
	text-decoration: overline underline;
	color: #C30;
}

/* liens Noir*/
a.noir, a.noir:visited{
	text-decoration: none;
	color: black;
}
a.noir:hover {
	text-decoration: underline overline;
	color: #900;
}

/* liens Rouge*/
a.red, a.red:visited{
	text-decoration: none;
	color: #900;
}
a.red:hover {
	text-decoration: underline overline;
	color: #FFF;
}

a.red2, a.red2:visited{
	text-decoration: none;
	color: #900;
}
a.red2:hover {
	text-decoration: underline overline;
	color: black;
}

/* liens Rouge PETIT*/
a.redpetit, a.redpetit:visited{
	text-decoration: none;
	font-size: x-small;
	color: #900;
}
a.redpetit:hover {
	text-decoration: underline overline;
	font-size: x-small;
	color: #FFF;
}

/* liens page Tapisseries*/
a.tapisserie, a.tapisserie:visited{
	text-decoration: none;
	color: #000;
}
a.tapisserie:hover {
	text-decoration: underline overline;
	color: #000;
}

a.tapisserie-actif, a.tapisserie-actif:visited{
	text-decoration: underline overline;
	font-weight: bold;
	color: #CCC;
}
a.tapisserie-actif:hover {
	text-decoration: underline overline;
	font-weight: bold;
	color: #000;
}

/*lien bouton achat */
a.boutique, a.boutique:visited{
	background: url('../_images/panier_black.png') no-repeat;
	width: 64px;
	height: 64px;
	display:block;
	float: left;
	margin: 0px 20px 0px 20px;

}
a.boutique:hover {
	background: url('../_images/panier.png') no-repeat;
}
