/* CATALOGUE DE PRODUITS - LISTE */


.catalogue-liste {}

	div.contenu .catalogue-liste h2 {margin-top:15px;text-align:center;margin-bottom:10px;}
	div.contenu .catalogue-liste .photo {text-align:center;}
	div.contenu .catalogue-liste a {text-decoration:none;}

	div.contenu .catalogue-liste img {opacity:1;}
	div.contenu .catalogue-liste a:hover img {
    opacity: .7;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	}


/* CATALOGUE DE PRODUITS - FICHE */

#catalogue-fiche {}
	#catalogue-fiche .quantite {text-align:center; width:3.2em;}

#fiche-produit-sous-references th div{
	border-bottom:1px solid #533120;
	border-top:1px solid #533120;
	background-color:#b1c203;
	color:#fff;
	margin:0;
	padding:10px 5px;
}
#fiche-produit-sous-references td {
    padding: 3px 5px;
}

/* ESHOP */
#ecommerce-connexion h2, #ecommerce-connexion h3,
#ecommerce-compte h2, #ecommerce-compte h3,
#ecommerce-carnet h2, #ecommerce-carnet h3,
#ecommerce-recapitulatif h2,
#ecommerce-commandes h2{padding-bottom:15px;}

#ecommerce-recapitulatif h2{font-size:27px;}

input[type=number].quantite {text-align:center;width:3.2em;}

/* COMPTE CLIENT */
.compte-commandes-liste {overflow-x:auto;}
.compte-commandes-liste table th,
.compte-commandes-liste table td {padding:5px;border: solid 1px #000000;border-collapse:collapse;white-space:nowrap;}
.compte-commandes-liste table th {text-align:center;}

/* pastille nb probduits */
#icone_cart_nb{background-color:#973F0B;}