/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0; 
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul { 
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* STYLES ETCHANDY */

body {
	text-align:center;
	font-family: Georgia, Georgia, serif;
	font-size:11px;
	color:#7a0a0a;
	background: #cfe9e7;
}

a {
  color:#7a0a0a;
}

h1,h2,h3,h4,h5 {
  font-family: Georgia, Georgia, serif;
  color:#7a0a0a;
}

h1, div.page-head h3 {
  clear: both;
	font-size:34px;
	margin-top:5px;
	margin-bottom:10px;
	font-weight: bold;
	line-height: 120%;
}

h2 {
  clear: left;
	font-size:14px;
	margin-top:16px;
	margin-bottom:3px;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
}

h3 {
	font-size:15px;
	margin-bottom:4px;
	font-weight: bold;
}

h4 {
	font-size:14px;
	margin:4px 0px;
	font-weight:bold;
}

h5 {
	font-size:12px;
	margin:4px 0px;
	font-weight:bold;
}


#bg_top {
	text-align:center;
	margin: 0 auto;
	background: url('../images/jambons.jpg') top repeat-x #f0ebdc;
}

#bg_bottom {
	text-align:center;
	margin: 0 auto;
	background: url('../images/sol.jpg') top repeat-x;
}

.clear {
  clear: both;
}

.spacer {
  clear: both;
  width: 907px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
  display: block;
}

#container {
  margin: 0 auto;
	width:960px;
	display: block;
}

/****** BANDEAU ******/

#bandeau {
	text-align:left;
	width:960px;
	height:120px;
	background: url("../images/bg_header.png") no-repeat ;
  color: #ffffff;
	display: block;
}

  #link_logo {
    position: absolute; 
    width: 90px;
    height: 108px;
    margin: -110px 445px;
    display: block;
    text-indent: -9999px;
  }

  #actions_bandeau {
    position: relative;
    width:960px;
	  height:40px;
	  padding-top: 80px;
	  display: block;
  }
  
  *+html #actions_bandeau {
	  padding-top: 87px;
  }
  
  #m_boutique {
    width: 173px;
    height: 11px;
    margin-top: 7px;
    margin-left: 38px;
    background: url("../images/bg_boutique.png") 0px 0px no-repeat;
    color: #7f1e1b;
    text-decoration: none;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: block;
		/* ajout */
		float:left;
  }
  
  #m_boutique:hover {
    background-position: -193px 0px;
    color: #40b365;
  }

  #search {
    text-align: left;
    /*float: left;*/
		float:right;
    width: 195px;
    height: 27px;
    margin-top: 8px;
    /*margin-left: 738px;*/
		margin-right:27px;
  }
    
    input.recherche {
      float: left;
      height: 18px;
      width: 148px;
      padding-top: 9px;
      padding-left: 10px;
      display: block;
      color: #7f1e1b;
      font-size: 12px;
      font-family: Georgia, Georgia, serif;
      background: url("../images/bg_search.png") no-repeat;
      border: none;
    }
    
    input.btn_recherche {
      float: left;
      height: 22px;
      width: 28px;
      margin-top: 5px;
      padding-left: 1px;
      display: block;
      color: #7f1e1b;
      font-size: 12px;
      font-family: Georgia, Georgia, serif;
      background: url("../images/btn_search.png") no-repeat;
      border: none;
    }
    
    *+html input.btn_recherche {
      padding-left: -2px;
    }
    
    input.btn_recherche:hover {
      color: #ffffff;
      background-position: -28px 0px;
    }
    
    #search_autocomplete {
      position: absolute;
      width: 148px;
      padding-left: 10px;
    }
    
/****** CONTENU ******/

.form-button {
	margin:5px 0px;
}

#contenu {
  width: 907px;
  margin: 0 auto;
  background: url('../images/bg_conteneur.gif') top repeat-y;
  margin: 0 auto;
}

body.cms-index-index #contenu {
	background-color:#B62626;
	background-image:none;
}

#bottom_contenu {
  width: 907px;
  height: 5px;
  margin: 0 auto;
  background: url('../images/bottom_conteneur.gif') top repeat-y;
  display: block;
}

body.cms-index-index #bottom_contenu {
 background: url('../images/bottom_conteneur2.gif') top repeat-y;
}

  #contenu_left {
    float: left;
    width: 214px;
    background: #b62626;
  }
  
    #top_contenu_left {
      background: url('../images/top_col_left.gif') top no-repeat #b62626;
      width: 214px;
      height: 19px;
    }

		.checkout-onepage-index #top_contenu_left, .checkout-cart-index #top_contenu_left {
      background: url('../images/top_col_left2.gif') top no-repeat #b62626;
    }
    
    #list_categories {
      margin: 0 auto;
      width: 182px;
      padding: 5px;
      background: url('../images/bottom_list_categories.gif') bottom no-repeat #7b1d1a;
    }
    
      .btn_left {
        text-align: left;
        padding-top: 9px;
        padding-left: 6px;
        margin-bottom: 5px;
        margin-left: 6px;
      	width: 164px;
      	height: 21px;
      	color: #fff;
      	/*color: #7b1d1a;*/
      	display: block;
      	text-decoration: none;
      	font-size: 13px;
      	/*font-weight: bold;*/
      	background-repeat: no-repeat;
      	/*letter-spacing: -1px;*/
      }     

			.btn_left a {
				text-decoration: none;
      	font-size: 14px;
				/*font-variant:small-caps;*/
				color:#fff;
			} 

			.btn_left:hover a {
      	color: #60971d;
			}
      
      /*.btn_left:hover, .active .btn_left {
      	color: #60971d;
      	background-repeat: no-repeat;
      }*/
      
      .btn_0 {
        background: url("../images/btn_left.png") -170px 0px no-repeat;
      }
      
      .btn_0:hover, .active .btn_0 {
      	background-position: 0px 0px;
      }
      
      .btn_1 {
        background: url("../images/btn_left.png") -170px -30px no-repeat;
      }
      
      .btn_1:hover, .active .btn_1 {
      	background-position: 0px -30px;
      }
      
      .btn_2 {
        background: url("../images/btn_left.png") -170px -60px no-repeat;
      }
      
      .btn_2:hover, .active .btn_2 {
      	background-position: 0px -60px;
      }
      
      .btn_3 {
        background: url("../images/btn_left.png") -170px -90px no-repeat;
      }
      
      .btn_3:hover, .active .btn_3 {
      	background-position: 0px -90px;
      }
      
      .btn_4 {
        background: url("../images/btn_left.png") -170px -120px no-repeat;
      }
      
      .btn_4:hover, .active .btn_4 {
      	background-position: 0px -120px;
      }
      
      #list_categories ul li ul{
        margin:0 auto;
        margin-bottom: 5px;
        width: 170px;
        text-align: left;
      }
      
        #list_categories ul li ul li{
          /*height: 15px;*/
          margin-top: 2px;
          /*background: #93a904;*/
					background: #60971D;
          text-align: left;
					padding: 5px 3px 5px 0px;
        }
        
          #list_categories ul li ul li a{
            font-size: 12px;
            color: #fff;
            padding-left: 3px;
            text-decoration: none;
            width: 170px;
            display: block;
          }
          
          #list_categories ul li ul li a:hover {
            text-decoration: underline;
          }
					
					#list_categories li.parent ul {
						display:none;
					}

					#list_categories li.parent ul.activec {
						display:block;
					}
      
    #anim {
      margin: 15px auto;
      width: 192px; 
      height: 137px;
      display: block;
    }
    
  #contenu_middle {
    float: left;
    width: 468px;
    padding: 15px;
    line-height: 120%;
    text-align: left;
  }


  /*.checkout-cart-index #contenu_middle{
    width: 682px;
    padding: 15px;
		background:#fff;
  }*/

	#contenu_middle p {
	  line-height: 150%;		
		font-size:12px;
	}
		ul.breadcrumbs {
	   margin-bottom: 15px;
		}


    ul.breadcrumbs li {
     
			display:inline;
    }
    
      /*ul.breadcrumbs li {
        float: left;
      }
      
        ul.breadcrumbs li a {
          float: left;
        }*/
    
    .home_title {
      font-size: 18px;
      color: white;
      width: 498px;
      height: 28px;
      background: url(../images/promozio_marra.gif) no-repeat; /*#b62626;*/
      padding-top: 8px;
      margin-left: -15px;
      text-align: center;
      text-transform: uppercase;
      display: block;
			margin-top:-5px;
			text-decoration: none;
    }

		#home_title_azkena {

      width: 498px;
      height: 21px;
      background: url(../images/azken_marra.gif) no-repeat; /*#b62626;*/
      margin-left: -15px;
			margin-top:-4px;
      display: block;
    }
    
      .home_3-produits {
        margin-top: 15px;
        text-align: center;
      }
			
			.home_3-produits a {
        width: 104px;
        height: 108px;
        padding-top: 4px;
        padding-left: 4px;
        margin-left: 20px;
        display: block;
				position:relative;
      }
      
      .home_produit {
        float: left;
        width: 104px;
        height: 108px;
        padding-top: 4px;
        padding-left: 4px;
        margin-left: 33px;
        display: block;
      }
    
      .assiette {
        width: 100px;
        height: 100px;
        padding: 4px;
        background: url("../images/assiette.png") 0px 0px no-repeat;
        /*margin-left: -108px;*/
        display: block;
				position:absolute;
				top:0px;
				left:0px;
				cursor:pointer;
      }
    
    .category-head {
      clear: both;
      text-align: left;
    }
    
    #contenu_middle table.tab_pdts {
      width: 468px;
    }
      
   
      #contenu_middle table.tab_pdts td {
        float: left;
        width: 146px;
        padding: 5px 5px;
        display: block;
      }
  
        .design_pdt {
          width: 142px;
          height: 29px;
          padding: 3px;
          background : #ed8082;          
          display:block;
          border-bottom: 1px solid #fff;
					font-size:13px;
					line-height:110%;
					text-align:center;
					font-weight:bold;
					font-size:13px;
        }

				.design_pdt:hover {
          background : #60971D;					
				}
        
          .design_pdt a{
            /*background : #ed8082;*/
            color: #fff;
            text-decoration: none;
          }
        
        .prix_pdt {
          width: 142px;
          padding: 8px 3px;
          background : #aa1b1c;
          color: #fff;
          display:block;
					font-size:18px;
					height:18px;
					text-align:center;
        }
        
        .cadre_pdt {
          width: 146px;
          background : none;
          display:block;
          border: 1px solid #aa1b1c;
          text-align: center;
        }
        
          .cadre_pdt button {
            width: 20px;
            height: 18px;
            margin: 3px;
            background : url("../images/pdtpanier.gif") 0px 0px no-repeat;
            display:block;
            text-indent: -9999px;
            border:none;
            color: #aa1b1c;
            cursor: pointer;
          }
          
          .cadre_pdt button:hover {
            background : url("../images/pdtpanier.gif") -20px 0px no-repeat;
            color: #e88d00;
          }
        
    /***************** view produit **********************/
      
    #left_view_pdt {
      clear: left;
      float: left;
      width: 188px;
      text-align: center;
    }
    
      #left_view_pdt ul {
        width: 188px;
        text-align: center;
      }
      
      #left_view_pdt li {
        float: left;
        width: 68px;
        padding:0 3px;
      }     
      
      #zone_panier {
        clear: left;
        padding-top: 15px;
        text-align: center;
      }
      
      #zone_panier .price-box {
        text-align: center;
      }
      
      #zone_panier .price, #zone_panier .special-price {
        font-size: 32px;
        text-align: center;
      }
      
      #zone_panier .old-price {
        text-align: center;
      }
      
      #zone_panier .old-price .price {
        text-decoration:line-through;
        font-size: 18px;

        text-align: center;
      }
      
      #zone_panier .add-to-holder {
        width: 188px;
        text-align: center;
      }
      
      #zone_panier .add-to-cart-box {
        width: 188px;
      } 
      
      .add-to-cart-box label {
        float: left;
        padding-top: 4px;
        width: 65px;
        height: 18px;
        margin-right: 5px;
      }
      
      .add-to-cart-box a.btnaj, .add-to-cart-box a.btnel {
        float: left;
        padding-top: 3px;
        padding-left: 3px;
        padding-right: 5px;
        width: 10px;
        height: 17px;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        background: #aa1b1c; 
        color: white;
      }
      
      .add-to-cart-box a.btnel:hover, .add-to-cart-box a.btnaj:hover {
        background : white;
        color: #aa1b1c;
      }
      
      .add-to-cart-box input#qty, .add-to-cart-box input.qty {
        float: left;
        width: 30px;
        margin: 0 1px;
        border: 1px solid #aa1b1c;
      }
      
      .add-to-cart-box button.form-button {
        /*float: left;*/
        width: 20px;
        height: 18px;
        margin-left: 15px;
        background : url("../images/pdtpanier.gif") 0px 0px no-repeat;
        display:block;
        text-indent: -9999px;
        border:none;
        color: #aa1b1c;
        cursor: pointer;
      }
      
      .add-to-cart-box button.form-button:hover {
        background : url("../images/pdtpanier.gif") -20px 0px no-repeat;
        color: #e88d00;
      }
      

      .catalog-product-view .add-to-cart-box button.form-button {
				width:170px;
				height:150px;
        background : url("../images/saski.gif") 0px 0px no-repeat;
        display:block;
				margin-top:50px;
			}

      .catalog-product-view .add-to-cart-box button.form-button:hover {
        background : url("../images/saski.gif") 0px -170px no-repeat;				
			}
    
    #right_view_pdt {
      width: 280px;
      padding-left: 0px;
      float: left;
      text-align: left;
    }
    
      #right_view_pdt .product-collateral h1 {
        font-size: 14px;
      }  
        
        
  
  #contenu_right {
    float: left;
    width: 195px;
  }
  
    #top_contenu_right {
      background: url('../images/top_col_right.gif') top no-repeat #b62626;
      width: 195px;
      height: 19px;
    }
    
    #login_area {
      margin: 0 auto;
      width: 185px;
    }
    
      #login {
        margin: 0 auto;
        width: 159px;
        height: 20px;
        display: block;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        color: #fff;
        font-family: Georgia, Georgia, serif;
        background: url("../images/bg_login.gif") no-repeat;
        border: none;
      }
      
      /*#password {
        float: left;
        width: 132px;
        height: 29px;
        display: block;
        margin-top: 4px;
        margin-left: 4px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        color: #fff;
        font-family: Georgia, Georgia, serif;
        background: url("../images/bg_mdp.gif") no-repeat;
        border: none;
      }*/
  
      input.btn_login {
        float: left;
        height: 48px;
        width: 24px;
        margin-top: 4px;
        margin-left: 2px;
        padding-bottom: 15px;
        display: block;
        color: #fff;
        font-size: 12px;
        font-family: Georgia, Georgia, serif;
        background: url("../images/btn_oklogin.gif") 0px 0px no-repeat;
        border: none;
      }

      input.btn_login:hover {
        color: #7b1d1a;
        background-position: -24px 0px;
      }
      
    .top_cadre {
      clear: left;
      margin: 0 auto;
      background: url('../images/top_panier.gif') top no-repeat;
      width: 177px;
      height: 22px;
      display: block;
    }
    
    .cadre {
      margin: 0 auto;
      width: 177px;
      background: url('../images/bottom_panier.gif') bottom no-repeat;
      padding-bottom: 12px;
      margin-bottom: 12px;
    }
    
    .contenu_cadre {
      background: url('../images/bg_panier.gif') repeat-y;
      width: 164px;
      padding-left: 9px;
      padding-right: 9px;
      padding-bottom: 5px;
    }
    
      #btn_panier {
        width: 163px;
        height: 172px;
        display: block;
        padding-left: -15px;
        background: url("../images/bigbtn_panier.gif") 0px 0px no-repeat;
        border: none;
        text-indent: -9999px;
				margin-top:0px;
      }

      
      #btn_panier:hover {
        background-position: -163px 0px;
      }

      .contenu_cadre table {
        line-height: 130%;
        border-spacing: 0px;
        width: 160px;
        
        padding-left: 5px;
        padding-right: 5px;
      }
      
      .contenu_cadre tr {
        border-collapse: collapse;
      }
      
      .contenu_cadre hr {
        border-bottom:1px solid #9a1717;
        border-top:1px solid #c43434;
        border-width:1px 0;
        clear:both;
        height:0;
        margin:3px 0px 3px;
      }
      
      .contenu_cadre td {
        width: 10px;
        vertical-align: middle;
      }
      
      .contenu_cadre td.quantite {
        width: 20px;
        text-align: center;
        color: #fff;
      }
      
      .contenu_cadre td.designation {
        width: 100px;
      }
      
        .head a {
          color: #fff;
          text-decoration: none;
        }
        
        /*.head a:hover {
          color: #fff;
          text-decoration: underline;
        }*/
      
      .contenu_cadre tr.total td {
        text-align: right;
        font-weight: bold;
        font-size: 12px;
        padding-top: 10px;
      }
      
      .contenu_cadre p {
        color: #7B1D1A;
        padding-left: 5px;
        padding-right: 5px;
      }
      
			.contenu_cadre p a, .contenu_cadre li a {
				color: wheat;
				text-decoration:none;
			}

      p.subtotal {color:#fff;}
      .contenu_cadre p.center {
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
      }
    
    
    
    #pdts_consultes {
      margin: 10px auto;
      width: 177px;
      padding: 5px;
    }
    
      #pdts_consultes h3 {
        color: #fff;
      }
      
      #pdts_consultes table {
        line-height: 130%;
        border-spacing: 0px;
        width: 170px;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
      }
      

      
      #pdts_consultes td.designation {
        width: 100px;
      }
      
      #pdts_consultes td.prix {
        text-align: right;
        width: 15px;
      }
      
      #pdts_consultes tr.total td {
        text-align: right;
        font-weight: bold;
        font-size: 12px;
        padding-top: 10px;
      }
      
.best-selling td {
	text-align:center;
}

.best-selling tr.even td {
	/*order-bottom:1px solid #ccc;*/
}
/*** page accueil ***/

 

  
/****** FOOTER ******/

#footer1 {
  position: relative;
  margin: 0 auto;
	width: 960px;
	height: 196px;
	background: url("../images/bg_footer.jpg") no-repeat;
	display: block;
	text-align: center;
}

  #footer_left {
    float: left;
    width: 210px;
    height: 78px;
    padding-top: 55px;
    margin-left: 50px;
    display: block;
  }
  
    .tiroir_left {
      text-align: left;
      padding-left: 40px;
      padding-top: 10px;
      margin-top: 10px;
    	width: 170px;
    	height: 22px;
    	background: url("../images/tiroir_footer_left.png") -210px 0px no-repeat;
    	color: #fff;
    	display: block;
    	text-decoration: none;
    	text-transform: uppercase;
    	font-size: 13px;
    }
    
    .tiroir_left:hover {
      padding-left: 80px;
      padding-top: 12px;
      width: 130px;
      height: 20px;
    	background-position: 0px 0px;
    }
    
    .coupcoeur {
      padding-left: 30px;
    }
    
    .coupcoeur:hover {
      width: 140px;
      padding-left: 70px;
    }
    
  #footer_middle {
    float: left;
    width: 362px;
    height: 88px;
    padding-top: 35px;
    margin-left: 50px;
    display: block;
  }
  
    .tiroir_mayte {
      text-align: left;
      padding-left: 65px;
      padding-top: 10px;
      margin-top: 25px;
    	width: 297px;
    	height: 48px;
    	background: url("../images/tiroir_mayte.png") 0px 0px no-repeat;
    	color: #cc292a;
    	display: block;
    	text-decoration: none;
    	text-transform: uppercase;
    	font-size: 21px;
    }
    
    .tiroir_mayte:hover {
      padding-left: 100px;
      padding-top: 25px;
      width: 262px;
      height: 33px;
    	background-position: -362px 0px;
    	color: #fff;
    }
    
    .tiroir_contact {
      text-align: left;
      margin-left: 50px;
      padding-left: 80px;
      padding-top: 8px;
    	width: 219px;
    	height: 50px;
    	background: url("../images/tiroir_contact.png") 0px 0px no-repeat;
    	color: #b62626;
    	display: block;
    	text-decoration: none;
    	font-size: 18px;
    }
    
    .tiroir_contact:hover {
      padding-left: 140px;
      padding-top: 22px;
      width: 194px;
      height: 29px;
    	background-position: -299px 0px;
    	color: #fff;
    }
  
  #blog {
    float: right;
    width: 55px;
    height: 55px;
    margin-top: 105px;
    margin-right: 76px;
    font-size: 18px;
    color: #601713;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
  }
  
  #blog:hover {
    color: #fff;
  }
  
  .informational {
    clear: both;
    position: relative;
    margin: 0px auto;
    padding-top: 15px;
  	width: 800px;
  	height: 20px;
  	text-align: right;
  	font-size: 10px;
  }
  
    .informational ul {
      margin: 0 auto;
      text-align: center;
      width: 850px;
    }
  
    .informational li {
     	display:inline;
    }

#footer2 {
  margin: 20px auto;
	width: 960px;
	text-align: center;
}

  #footer2 p {
  	text-align: center;
  	color: #8b221e;
  	font-size: 10px;
  }
  
  #footer2 a, .informational a {
  	color: #8b221e;
  	font-size: 10px;
  	text-decoration: none;
  }
  
  #footer2 a:hover, .informational a:hover {
  	text-decoration: underline;
  }

/****** ELEMENTS ******/

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.vert {
  font-size: 16px;
  font-weight: bold;
  color: #a9bf00;
  text-transform: uppercase;
}

label {
	text-align: left;
	width:120px;
}



p {
	text-align:justify;
}

/*************PANIER******************/
#shopping-cart-table, #shopping-cart-totals-table, #checkout-review-table, #my-orders-table {
	border-collapse: collapse;
	margin-bottom:20px;
	width:100%;
	clear:both;
}

#shopping-cart-table td, #my-orders-table td {
	text-align:center;
	vertical-align:middle;
}

#shopping-cart-table tr.first th, #shopping-cart-totals-table td, #my-orders-table tr.first th {
	background: #b62626;
  color: #fff;
  border: 1px solid #fff;
  height: 20px;
	font-weight:bold;
	text-align:center;
	padding:3px;
}

#shopping-cart-totals-table td{
	text-align:right;
	font-weight:normal;
}

#shopping-cart-table tfoot td {
	background:#b62626 none repeat scroll 0 0;
	text-transform:uppercase;
	color:#fff;
	padding:3px;
	margin:0;
	border:white solid 1px;
}

#shopping-cart-table tfoot td.a-right {text-align:right;padding-right:12px;}
#shopping-cart-table tfoot td.last {text-align:center;font-weight:bold;}

#shopping-cart-table tbody tr {
	border-bottom:1px solid #7A0A0A;
}

#shopping-cart-table button.form-button-alt, .form-button {
	background: #B62626;
	border: 1px solid #7A0A0A;
  color: white;
  cursor: pointer;
	font-weight:bold;
	font-size:12px;
}

#shopping-cart-table button.form-button-alt:hover, .form-button:hover {
	background:#7A0A0A;
}

#shopping-cart-table tfoot tr td {
}


a.commander, input.commander {
  padding-top: 8px;
  margin:20px 0px;
  height: 25px;
  width: 180px;
  background: #b62626;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display:block;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	font-size:16px;
	text-transform:uppercase;
	-moz-border-radius:6px;
	padding-top:9px;
	float:right;
}
    
a.commander:hover, input.commander:hover {
  background:#7A0A0A;
  text-decoration: none;
}

a.continue-shopping {font-size:13px;text-decoration:none;border-bottom:1px dotted #7a0a0a;}

input.commander {padding-top:0px;}

#shopping-cart-totals-table {
	float:right;
}

div.shopping-cart-totals ul.checkout-types {
	clear:both;
}

p.phone_number {
	font-size:14px;
	text-align:center;
	line-height:130%;
}

p.phone_number span {
	font-size:18px;
}

.upsell {
	text-align:center;
}

.upsell h4 {
	line-height:120%;
}

ul.generic-product-list {
	margin-top:20px;
}

ul.generic-product-list li {
	margin-top:10px;
	line-height:120%;
}

ul.generic-product-list li div.product-shop {
	margin-top:10px;
}

ul.generic-product-list li div.product-shop span.price {
	font-size:18px;
}
2,90 €
ul.generic-product-list li div.price-box {
	margin:10px 0px;
}

ul.generic-product-list li button.form-button, .discount-codes button.form-button-alt {
	background:#B62626;
	border: 1px solid #7A0A0A;
  color: white;
  cursor: pointer;
	width:140px;
	font-weight:bold;
}

ul.generic-product-list li button.form-button:hover, .discount-codes button.form-button-alt:hover {
	background:#7A0A0A;
}

.discount-codes, .discount-codes p{
	text-align:left;
	line-height:120%;
}

.discount-codes {border:solid 1px #aa1b1c;float:left;padding:6px;clear:both;}

.discount-codes .input-text {
  border: 1px solid #aa1b1c;
}

#checkout-review-table td {
	background: #fff;
  color: #7A0A0A;
  border: 1px solid #b62626;
  height: 20px;
	font-weight:bold;
	text-align:center;
	padding:3px;
}

#checkout-review-table th {
	background: #b62626;
  color: #fff;
  border: 1px solid #b62626;
  height: 20px;
	font-weight:bold;
	text-align:center;
	padding:3px;
}

#checkout-review-table tfoot tr td {
	background:#b62626 none repeat scroll 0 0;
	text-transform:uppercase;
	color:#fff;
	padding:3px;
	margin:0;
	border:white solid 1px;
}


.checkout-cart-index ul.checkout-types li {
	text-align:right;
}


/* CHECKOUT ONE PAGE */
ol#checkoutSteps li div.head {
  height: 20px;
  background:#b62626;
  border-color:#c42f2f #971717 #971717 #c42f2f;
  border-style:solid;
  border-width:1px;
  color:#FFF;
  display:block;
  font-size:15px;
  font-weight:bold;
  padding:5px 10px;
  text-align: left;
}

ol#checkoutSteps li div.head h3 {
	color:#FFF;
}

ol#checkoutSteps li div.head h3 a {
	color:#FFF;
	font-size:11px;
}

ol#checkoutSteps div.box {
	padding:20px 0px;
}

div.validation-advice {
	color:#60971D;
}

ol#checkoutSteps div.input-box {
	margin:5px 0px;
}

/*#checkout-step-login .col-1, .customer-account-login .col-1 {float:left;width:43%;padding:3%;border-right:1px dotted #7a0a0a;}*/
.col2-set .col-1 {float:left;width:43%;padding:3%;border-right:1px dotted #7a0a0a;}
/*#checkout-step-login .col-2, .customer-account-login .col-2 {float:right;width:43%;padding:3%;}*/
.col2-set .col-2 {float:right;width:43%;padding:3%;}
li.section, .col2-set + br, .col2-set + div, .col2-set {clear:both;}
.block-progress dl {line-height:120%;}
.block-progress dt {border-bottom:dotted #7a0a0a 1px;padding-bottom:2px;margin-top:10px;}
.block-progress dd {font-style:italic;color:#7B1D1A;}
/*SOUS CATEGORIES*/
div.souscateg {
	float:left;
/*	width:214px;*/
	padding:3px;
}

div.souscateg div.cadre_pdt {
	padding: 10px 0px;
}

.upsell h4 {margin-top:0px;}
.checkout-cart-index .contenu_cadre *,  .customer-account-index .contenu_cadre * {color:white;}
.checkout-onepage-index .contenu_cadre * {color:white;}
/* MEILLEURS VENTES - BESTSELLER // PRODUITS RECEMMENT CONSULTES */
div.cadre {
	text-align:left;
}

div.cadre h3, div.cadre p a, div.cadre li a {
	color:#7B1D1A;
}

div.cadre p a:hover {
	color:white;
}

div.cadre h3 {text-align:center;margin-bottom:15px;}

div.cadre a {text_decoration:underline;}


/* LISTE DES PRODUITS */
.cadre_pdt .add-to-cart-box button {
	display:inline;
	margin:0px 0px 0px 5px;
}

.cadre_pdt .add-to-cart-box {
	margin-top:10px;
}

.cadre_pdt .add-to-cart-box label {
	width:20px;
}

/* HEADER MODIFS*/
#actions_bandeau p {
	color:wheat;
	float:left;
/*	margin-left:335px;*/
	margin-left:53px;
	margin-top:10px;
	text-align:center;
}

/*PAGE CONTACTS*/
body.contacts-index-index input, body.contacts-index-index area {
	/*margin:0px 0px 15px 0px;*/
}

/*PAGE ACCUEIL PIMENTS*/
body.cms-index-index div#contenu_middle {
	background:url(../images/biperrak.gif) no-repeat white;
	margin-top:-4px;
	padding-bottom:0px;
}


body.cms-index-index div#contenu_middle h1, body.cms-index-index div#contenu_middle p {
	text-align:center;
}

body.cms-index-index ul.breadcrumbs {margin-left:15px;}

#espace_client {
	font-weight:bold;
	font-size:15px;
	text-align:center;
}



body.cms-index-index .price-box, body.cms-index-index .promo-name {
	margin-top:10px;
	font-size:18px;
/*	padding-left:33px;*/
	text-align:center;
}

body.cms-index-index .promo-name {
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}

.best-selling a {
	text-decoration: none;
}


/*PRODUCT VIEW*/
div.more-views, div.product-shop #zone_panier {
/*	float:right;*/
	width:200px;
	/*margin-top:50px;*/
	clear:both;
}

div.product-shop #zone_panier {
	clear:right;
	float:right;
	margin-top:0px;
}

div.more-views {
	float:left;
	margin-top:30px;
}

div.more-views h4 {
	border-bottom:1px solid #7a0a0a;
	padding-bottom:5px;
}

div.more-views a img {
	border:solid 2px #7a0a0a;
}

div.product-shop {
	margin-top:25px;
	float:right;
	width:200px;
}

.generic-product-list div.product-shop {float:none;width:auto;}

.more-views li {
	display:inline;
}

.success-msg {padding: 5px; background: #60971D;color: white;}

.product-specs {
	/*width:46%;
	float:left;*/
}
.product-specs * {
	font-size:12px;
	display:inline;
	text-align:justify;
}

.product-specs h1 {
	display:inline;
}

span.price {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}

li.error-msg {
	color:#60971D;
}

.prixkg {
	font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size:11px;
	/*float:right;*/
	/*letter-spacing:-1px;*/
	margin-top:5px;
}

.cms-index-index .prixkg {
	float:none;
	margin-top:10px;
	padding-left:33px;
}

.catalog-category-view .prixkg {
	margin-top:-10px;
}
body.cms-index-index
.old-price, .old-price .price {text-decoration:line-through;color:#60971D;font-weight:bold;}
.special-price span {font-size:18px;}
body.cms-index-index .special-price span {font-weight:bold;}
div.best-selling tr.odd td {/*border-bottom:1px solid #7a0a0a;*/}
div.best-selling tr.last td {border-bottom:none;}
.catalog-category-view .price-box p, .catalogsearch-result-index .price-box p {display:inline;}
.catalog-category-view .price-box .special-price span, .catalogsearch-result-index .price-box .special-price span {font-size:14px;}
.catalog-category-view p.old-price span, .catalogsearch-result-index p.old-price span {font-size:10px;font-weight:bold;}
.catalog-product-view .product-info-box {position:relative;}
.best-selling table td {width:33%;}
.mini-cart, .mini-cart p {color:white;}
/*.catalog-product-view .product-shop {position:absolute;right:0;top:360px;}*/
.checkout-cart-index h4 {font-size:12px;}
#home_title a {color:white;text-decoration:none;}
#home_title a:hover {color:#60971D;text-decoration:none;}
#checkout-buttom {text-align:left;}
#sscat {border-spacing:4px;}
*+html body.cms-index-index div.price-box {padding-bottom:5px;}
a div.promo-name {text-decoration:none;}
div#btn_panier {cursor:pointer;}
#shopping-cart-table td {font-size:12px;font-weight:bold;}
.checkout-onepage-index .form-button {float:right;margin-top:10px;}
*+html #actions_bandeau {padding-top:78px;}	
*+html #footer_middle {padding-top:60px;}
*+html .btn_left span {height:15px;}
span.normp {}
div.best-selling td a:hover {color:#60971D;}
ul#e-c li{text-align:center;padding:2px 0px;}
ul#e-c li a {color:#7B1D1A;}
ul#e-c li a:hover {color:white;}
ul#e-c li#espace_client a {color:#7B1D1A;}
#espace_client a:hover {color:#ffffff;}
.pages ol li {display:inline;}
td.pages {text-align:right;width:290px;}
span.normp {font-size:12px;}
*+html #shopping-cart-table tr.first th, *+html #shopping-cart-totals-table td, *+html #my-orders-table tr.first th {padding:3px;}
a div.promo-name {text-decoration:none;}
ul#e-c li#espace_client a:hover {color:white;}
.account-nav ul li a:hover {color:white;}
.agreement-content {border:1px solid #7B1D1A;overflow:auto;}
a.bass {display:block;
height:108px;
margin-left:20px;
padding-left:4px;
padding-top:4px;
position:relative;
width:104px;}
.assiette2 {position:absolute;left:0px;top:0px;}
.informational {text-align:center;}
.product-pricing {margin-bottom:20px;color:#60971D;font-size:90%;}
.out-of-stock {font-size:130%;padding:10px 0px 9px 0px;}#search_autocomplete ul li {background:none repeat scroll 0 0 #FFFFFF;border-top:1px solid #f0f0f0;
color:#7F1E1B;
padding:8px;cursor:pointer;}

