#nav-image-rubrique 
{
  background: url('/design/fr/images/nav-image-catalogue.gif') top left no-repeat;
}

/* =bd =rubrique-catalogue
----------------------------------------------- */
.livre-couverture {
  float: left;
  margin: 0 10px 10px 0;
}

h3 {
  margin-top: 0;
}

h2 {
  
}
.livre-auteur {
  margin: 0;
}

.livre-illustrateur {
  margin: 0;
}

.livre-annee {
  margin: 0;
}

.livre-diffusion {
  margin: 0;
}


/* =bd =rubrique-catalogue =fiche-produit
----------------------------------------------- */
#fiche-produit #livre-couverture-grande {
  float: left;
  margin: 0 10px 10px 0;
}

#fiche-produit h2 span {
  padding-left: 10px; /* !!!contrainte: 10px = margin-right de #livre-couverture-grande */
  margin-left: -10px; /* !!!contrainte: padding-left = - margin-left */
}

#fiche-produit #produit-prix {
  width: 39em; /* valeur determinee de maniere empirique */
}

#fiche-produit #produit-prix td {
  padding:0;
}


#fiche-produit #detail-produit {
  clear:left;
}

#fiche-produit #resume-produit {
  clear:left;
}

/* Le style */
/* =bd =rubrique-catalogue =fiche-produit
----------------------------------------------- */


#fiche-produit #produit-prix td {
  border: none;
}

#fiche-produit .prix span {
  color: #CB1A5A;
  font-weight: bold;
  font-size: 123.1%;
}


#fiche-produit button.livre-commander, button.livre-commander
{
  background: none;
  border: none;
  cursor:pointer;
  margin: 0;
  padding: 0;
  float: right;
  
} 

#fiche-produit button.livre-commander img, button.livre-commander img
{
  margin: 0;
  margin-right: 5px;
  padding: 0;
}

button.livre-commander {
  margin: 1em 0 0 0;
}

button.livre-commander img
{
  margin-right: 5px;
}

#fiche-produit.texte-commander, .texte-commander
{
   text-decoration: underline;
   margin: 0;
   padding: 0;   
}

#fiche-produit #detail-produit-liste span {
  font-weight: bold;
}

/* =bd =rubrique-catalogue =fiche-produit produit-epuise
----------------------------------------------- */
#fiche-produit.produit-epuise .prix span, #fiche-produit.produit-epuise .livre-commander del, .livre-commander del  
{
  text-decoration:line-through;
}

p.seplivre
{
  margin-bottom: 2.5em;
  clear: both;
}