/* ------------ Jaune -------------- */
#cont-header {
	background: url(../images/fond-header.png) repeat-x top left;
}

#Menu #accueil a {
	background: url(../images/accueil.png) no-repeat bottom left;
}

#Menu #collections a {
	background: url(../images/collections.png) no-repeat bottom left;
}

#Menu #chien a {
	background: url(../images/chien.png) no-repeat bottom left;
}

#Menu #chat a {
	background: url(../images/chat.png) no-repeat bottom left;
}

#Menu #naturel a {
	background: url(../images/naturel.png) no-repeat bottom left;
}

#Menu #accueil.current a span, #Menu #accueil a:hover span, #Menu #accueil a:focus span {
	background: url(../images/fond-onglet-gauche-accueil-jaune.png) no-repeat top left;
}

#Menu #accueil.current a, #Menu #accueil a:hover, #Menu #accueil a:focus {
	background: url(../images/fond-onglet-droite-jaune.png) no-repeat top right;
}

#Menu #collections.current a span, #Menu #collections a:hover span, #Menu #collections a:focus span {
	background: url(../images/fond-onglet-gauche-collections-jaune.png) no-repeat top left;
}

#Menu #collections.current a, #Menu #collections a:hover, #Menu #collections a:focus {
	background: url(../images/fond-onglet-droite-jaune.png) no-repeat top right;
}

#Menu #chien.current a span, #Menu #chien a:hover span, #Menu #chien a:focus span {
	background: url(../images/fond-onglet-gauche-chien-jaune.png) no-repeat top left;
}

#Menu #chien.current a, #Menu #chien a:hover, #Menu #chien a:focus {
	background: url(../images/fond-onglet-droite-jaune.png) no-repeat top right;
}

#Menu #chat.current a span, #Menu #chat a:hover span, #Menu #chat a:focus span {
	background: url(../images/fond-onglet-gauche-chat-jaune.png) no-repeat top left;
}

#Menu #chat.current a, #Menu #chat a:hover, #Menu #chat a:focus {
	background: url(../images/fond-onglet-droite-jaune.png) no-repeat top right;
}

#Menu #naturel.current a span, #Menu #naturel a:hover span, #Menu #naturel a:focus span {
	background: url(../images/fond-onglet-gauche-naturel-jaune.png) no-repeat top left;
}

#Menu #naturel.current a, #Menu #naturel a:hover, #Menu #naturel a:focus {
	background: url(../images/fond-onglet-droite-jaune.png) no-repeat top right;
}

/*--------------------- Menu Lateral ------------------*/
.bloc-lat ul li a {
	background: url(../images/fond-icat-jaune.png) no-repeat top center;
}

.bloc-lat ul li.over a, .bloc-lat ul li.current a {
	background: url(../images/fond-icat-over-jaune.png) no-repeat top center;
}

.bloc-lat ul.autres-cat li.over a, .bloc-lat ul.autres-cat li.current a {
	background: url(../images/fond-icat-jaune.png) no-repeat top center;
}

.bloc-lat ul li ul li.current2 a, .bloc-lat ul li ul li a:hover, .bloc-lat ul li ul li a:focus/*, .bloc-lat ul li.over ul li a:hover, .bloc-lat ul li.over ul li a:focus, .bloc-lat ul li.current ul li a:hover, .bloc-lat ul li.current ul li a:focus*/ {
	background: url(../images/fond-isscat-over-jaune.png) no-repeat top left;
	color: #FFCC00;
}

.module h2, .module .titre-bloc-lat {
	background: url(../images/fond-icat-over-jaune.png) no-repeat top center;
}

.module  ul li.current2 a, .module  ul li a:hover, .module ul li a:focus {
	background: url(../images/fond-isscat-over-jaune.png) no-repeat top left;
	color: #FFCC00;
}

/* --------------------- Items Produits ------------------ */
.voir-fiche {
	background: url(../images/btn-voir-fiche-jaune.png) no-repeat bottom left;
}

/* ---------------------- Fiche produit ------------------------ */
#ImageFiche #miniature img, #ImageFiche #principale {
	border: 1px solid #FFCC00;
}

#BtnAddCart span {
	background: url(../images/btn-ajpan-droite-jaune.png) no-repeat top right;
}

#BtnAddCart span span {
	background: url(../images/btn-ajpan-gauche-jaune.png) no-repeat top left;
	color: #000;
}

#lstInfos li a.current, #lstInfos li a:hover, #lstInfos li a:focus {
	background: url(../images/onglet-prod-droite-jaune.png) no-repeat bottom right;
}

#lstInfos li a.current span, #lstInfos li a:hover span, #lstInfos li a:focus span {
	background: url(../images/onglet-prod-gauche-jaune.png) no-repeat bottom left;
	color: #000;
}

/*---- Variations ----*/
.variationQuantiteRadio input {
	border: 1px solid #FFCC00;
}

