.boutique .produit {
  width: 40%;
  float: left;
  margin-top: 30px;
  margin-right: 30px; 
  padding : 2%;
}
.boutique .produit:nth-child(odd){
  clear: both;
}

.boutique .chapeau{
  font-weight: normal;
}
  .boutique .produit h3 {
    font-size: 14px;
    color: maroon;
    font-weight: bold;
    margin-bottom: 10px; }
  .boutique .produit .info_produit {
    margin-top: 10px; }
  .boutique .produit .panier {
    margin-top: 10px;
    display: block; }
  .boutique .produit .more, .page_produit .retour, .article a.commander {
    background-color:   #850000;
   display: block;
   width: 200px;
   height: 30px;
   color : #fff;
   text-align: center;
   font-size: 15px;
   line-height: 28px;
   margin-top: 1rem;
   clear: both;
  }
  .article a.commander:link{
    color : #fff;
  }
  
  .boutique .produit .more:hover, .page_produit .retour:hover, a.commander:hover {
    opacity: .8;
  }
  .boutique .article ul{
    margin-left: 10px;
  }
  .boutique button, .page_produit button{
    width: 200px;
  }
  
  .page_produit .spip .auteur{
    font-weight: bold;
    color :  #850000;
    font-size: 15px;
  }
  
.panier {
  width: 150px;
  float: left;
  padding-top: 15px; }
  .panier .lien_panier {
    color: #FFF;
    text-align: left; }
    .panier .lien_panier:hover {
      text-decoration: underline; }
  .panier .icone_panier {
    vertical-align: middle; }

  .page_panier .pays{
    font-style : italic;
    font-size : .8rem;
  }
  
.commander {
  float: right;
  margin-top: -26px; }

#formulaire_mode_paiement {
  margin-top: 10px; }
  #formulaire_mode_paiement .payer_mode {
    width: 48%;
    float: left;
    margin-right: 10px; }
    #formulaire_mode_paiement .payer_mode:last-child {
      margin-right: 0; }

    .minipanier{
  width: 100%;
  background: url('../img/layout/menu.bckg.png') top right repeat-y;
 background-size : 100%;
  height : 100px;
}


.page_inscription_commander .formulaire_login{
  width : 45%;
  float : left;
  padding : 0 1%
}
.page_inscription_commander .ariaformprop{
  width : 45%;
  float :  right;
  padding:0  5% 0 2%;
}   
.page_inscription_commander .formulaire_login legend{
  padding-top: 10px;
}

.minipanier .content {
  width: 100%; }

.bg-sidebar-item-top.mini {
  height: 31px; }

.minipanier-lienpagepanier {
  margin-top: 1rem; }

#sidebar .side-panier {
  margin-bottom: 1rem; }

#sidebar .minipanier ul li {
  background: url("../img/layout/menu.puce.png") 50px 1px no-repeat;
  margin: 0px 0px 10px;
  text-align: left;
  padding-left: 75px; }

.minipanier .h2 {
  font-weight: bold;
  color: maroon;
  text-align: center;
  width: 100%; }
.deconnexion{
  width : 88%;
  border-radius: 6px;
  display: inline-block;
  background-color:  #850000;
  color : #fff;
  padding : .4rem;
  text-transform: capitalize;
}
.deconnexion:hover{
  color :  #DDD;
}
.frais_port_non{
  font-style: italic;
  font-size: .7rem;
}
