#lightbox{    position: absolute;    left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 998; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%    ; }

#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }    
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }            
#imageData #bottomNavClose{ width: 66px; float: right;  padding: 12px 0 20px 0 ; outline: none; }         

#overlay{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 500px; background-color: #000; }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/****************************************************/
/***********[ Mage_CSS_B Common Elements ]***********/
/****************************************************/


/********************** Columns */

/* All */
.col2-set, .col3-set, .col4-set, .col5-set { clear:both; }

/* Col2 */
.col2-set .col-1, .col2-set .col-2 { width:48.5%; font-size:11px }
.col2-set .col-1 { float:left; }
.col2-set .col-2 { float:right; }

/* Col2-alt */
.col2-alt-set .col-1 { width:32%; }
.col2-alt-set .col-2 { width:65%; }
.col2-alt-set .col-1 { float:left; }
.col2-alt-set .col-2 { float:right; }

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { float:left; width:31.3%; }
.col3-set .col-1, .col3-set .col-2 { margin-right:3%; }

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { float:left; width:22%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 { margin-right:4%; }

/* Table Columns */
table .col-1, table .col-2, table .col-3, table .col-4 { float:none !important; margin:0 !important; }
.col3-set td.spacer { width:3%; }
.col4-set td.spacer { width:4%; }


.accent { color:#E76200; font-weight:bold; }

/********************** Form */

/* Form Elements */

optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
.qty { width:2.5em; }
.group-select label, .form-list label, .payment-methods label { font-weight:bold; }
.input-text:focus, select:focus, textarea:focus { background:#edf7fd; }
.button-set { /* Container for form buttons*/
    clear:both;

    text-align:right;
    }
.form-button, .form-button-alt {
    overflow:visible;
    width:auto;
    border:0;
    padding:1px 8px;
    background:#f18200;
    color:#fff;
    border:1px solid #de5400;
    
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    }
.form-button span, .form-button-alt span {
    white-space:nowrap;
    }
.form-button-alt {
    border:1px solid #406a83;
    background-color:#618499;
    }
a.form-button-alt { padding:2px 9px; text-decoration:none; }
.form-button-alt:hover { color:#fff; text-decoration:none; }
.btn-checkout {
    display:block;
    float:right;
    background:transparent url(../images/btn_proceed_to_checkout_rad.gif) no-repeat 100% 0;
    font-size:15px;
    font-weight:bold;
    padding-right:8px;
    }
.btn-checkout, .btn-checkout:hover {
    color:#fef5e5;
    text-decoration:none;
    }
.btn-checkout span {
    display:block;
    padding:0 17px 0 25px;
    background:transparent url(../images/btn_proceed_to_checkout_bg.gif) no-repeat;
    line-height:40px;
    }

/* Form lists */
.form-list li { margin-bottom:6px; }
.form-list li .input-box .input-text,
.form-list li .input-box textarea { width:250px; }
.form-list li .input-box select { width:256px; }
.form-list li.addElement { border-top:1px solid #DDD; padding-top:10px; }

.group-select {
    margin:28px 0;
    border:1px solid #cdc4b5;
    padding:22px 25px 12px 25px;
    background:#fff;
    }
.group-select .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #cdc4b5;
    background:#fff;
    padding:0 8px;
    font-size:12px;
    }
.group-select li { padding:4px 0; }
.group-select li .input-box { float:left; width:314px; }
.group-select li .input-text, .group-select li select, .group-select li textarea { width:600px; border:1px solid #a89d96; font-size:11px; padding:4px 2px}

.form_adress .group-select li .input-text,.form_adress .group-select li select, .form_adress .group-select li textarea {
    width:500px
}



.group-select li .input-box .input-text, .group-select li .input-box textarea { width:285px; }
.group-select li .input-box select { width:292px; }


/* Form Messages */
.validation-advice, .required { color:#766a63; font-size:11px;}
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:11px;  line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

label.required { font-weight:bold; }
p.required {  text-align:right; }



/********************** Messages  */
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    }
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
    }
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
    }
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
    }



/********************** Headings */

.head, .inner-head {   }

/* Page heading */

.page-head-alt { margin:0 0 0 0; }
.page-head, .page-head-alt {  }
.page-head h3, .page-head-alt h3 {
    margin:0;
    font-weight:normal !important;
    text-transform:none  !important;
    text-align:left;
    }
.button-level h3 { /* heading level with buttons */
    float:left;
    width:55%;
    }
.page-head .link-feed {float:right; margin-top:9px; }
.button-level .link-feed {float:none!important; font-size:1em!important; }

/* Category list heading */


.box-header { font-size:1.05em; text-align:left; background:#eee; font-weight:bold; padding:2px 8px; margin:10px 0; }
.category-head .link-feed {float:right; margin-top:10px; position:relative; }

/********************* Tables */
td.label        { font-weight:bold; }

/* Data Table */
.data-table { border:1px solid #bebcb7; width:100%; }
.data-table tr { background:#fff; }

.data-table td.last, .data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a,
.data-table th a:hover { color:#fff; }
.data-table td { }



.data-table tfoot tr { background-color:#DEE5E8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tbody td {}
/* Bundle Products */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td h5.title { margin:0; padding:0; font-size:1em; font-weight:bold; color:#2f2f2f; }
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

.box-table td { }
.box-table tfoot td {  }
.box-table select { width:100%; }

.nested-data-table th, .nested-data-table td { padding-top:2px; padding-bottom:2px;  }

.generic-table td { padding:0 8px}
.generic-table td.first { padding-left:0; white-space:nowrap; }
.shipping-tracking .button-set { margin-top:0; border:none; border-top:0; padding-top:0; }

/********************** Lists */
.disc { margin-bottom:10px; list-style:disc; }
.disc li { margin-left:20px; }


/* Bare List */ /* Unstyled list */
.bare-list { margin:5px 0; }
.bare-list li { margin:3px 0; }



/********************** Space Creators */
.no-display { display:none; }
.content-box { min-height:250px; } /* Set minimum height for visual presentation */
.content {} /* Sets default padding */
.actions { line-height:1.3em; }
.separator { padding:0 3px; }
.pipe { padding:0 4px; font-size:.95em; }
.divider { margin:10px 0; height:1px; background:url(../images/dotted_divider.gif) repeat-x; font-size:1px; line-height:1em; overflow:hidden; }

/********************** Pager */

table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }



/************************************************************/
/********************[ Mage_CSS_C Layout]********************/
/************************************************************/


/********************** Base Layout */

/* Structure */
.wrapper { min-width:954px; }
.header { text-align:left; }
.header-top { width:950px; margin:0 auto; position:relative; z-index:100; position:relative }


.side-col { width:280px; }
.col-left { float:left; }
.col-main { float:left; }
.col-right { float:right; }
.col-1-layout .col-main { float:none; margin:0; }
.col-2-right-layout .col-main { float:left; width:670px;  }
.col-2-right-layout .side-col { width:233px; }

.col-2-left-layout .col-main { float:right; width:625px; }
.col-3-layout .col-main { width:475px; margin-left:17px; }





/********************** Header */

/* Logo */

#logo{
    text-align: center;
    display: block;
}
#box-user{
    position:absolute;
    top:0;
    right:0;
   
}
#myconnect{
    margin-top:10px
}
.is_logged{
    background-color:#d7d4cd;
    font-size:11px;
    color:#756a64;
    width:198px;
    padding:10px;
}
.not_log{
     
    
}
             
.not_log a{
    background:url(../images/boutons/connexion.jpg)   no-repeat left center;
    padding:8px 15px 0 30px  ;
    height:20px;
    display:block;
    color:#8e8781;
    font-size:11px;
}

.formlograpide{
   position:absolute;
   left:-92px; 
   top:27px;  
    z-index:99;      
   width:200px;
}
.formlograpide .haut{
    background: url(../images/boutons/hautconnect.jpg) top center no-repeat;
    height:10px;
    font-size:12px;
    text-align:right;
    
}
#formlograpide{
    background:#fff;
    padding:12px 15px;
    border:1px solid #bbb0aa   ;
    border-top:none;
}
.formlograpide a{
    padding:0;
    margin:0;
    font-size:10px;
    color:#776a62;
    background:none;
}
#formlograpide input{
    width:155px;
    border:1px solid #bbb0aa;
    color:#b9b5b2;
    font-size:10px;
    padding:2px;
}


#formlograpide .lasttr td{
    vertical-align:middle;
    padding-top:10px
}

.page-popup h1#logo { display:none; }


/* Quick Access*/

.quick-access p { margin-bottom:4px; }
.quick-access li {
    display:inline;
    background:url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
    padding-right:7px;
    padding-left:3px;
    }
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access { margin-bottom:6px; }
.shop-access a, .shop-access a:hover { color:#ebbc58; font-size:.95em; }
.shop-access li.last { padding-right:0; background:none; }
.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; }





/********************** Sidebars */
.side-col .box { margin-bottom:1.3em; }
.side-col .content {  }
.side-col .head { text-align:left; }
.side-col h2, .side-col h3, .side-col h4, .side-col h5 { float:none; }
.side-col h3 { font-size:1.05em; text-transform:uppercase; }
.side-col h4, .box-envie h4,.box-aide h4, #ligne-accueil h3{ color:#766a63; margin:0 0 5px 0; font-size:21px; font-weight: normal; }
#ligne-accueil h3.titre-italique,.titre-italique {
    font-style: italic;
    padding-bottom:5px;
    color:#766a63  ;
    font-weight:normal
}
                                          

.side-col .actions {
    padding:4px 0;
    font-size:.95em;
    text-align:right;
    }
.side-col .actions a, .side-col .actions a:hover { text-decoration:underline; }
.widget-btn { float:right; font-size:11px; margin:0 3px 1px 5px; }
.widget-btn, .widget-btn:hover { color:#646464; font-weight:bold; }


/* Currency Switcher */
.currency-switcher {
    height:53px;
    padding:7px 12px 10px 12px;
    background:url(../images/currency_switcher_bg.gif) no-repeat;
    font-size:1.05em;
    }
.currency-switcher h4 {
    min-height:21px;
    background:url(../images/icon_world.gif) no-repeat 0 2px;
    color:#fff;
    padding-left:22px;
    text-transform:none;
    }
.currency-switcher select { width:98%; }


/* Base Mini */
.base-mini { border:1px solid #c4c1bc; background:#fff; line-height:1.3em;  font-size:.95em;  }
.base-mini .head { margin:0 1px; border-bottom:1px solid #ddd; background:url(../images/base_mini_head_bg.gif) repeat-x #fff; padding:2px 8px; }
.base-mini .head h4 { min-height:16px; color:#e26703; background-repeat:no-repeat; background-position:0 0; padding:1px 0 1px 21px; text-transform:uppercase; }
.base-mini .head h4 .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
.base-mini h5 { font-size:1em; }
.base-mini .content, .base-mini ol { background:#f8f7f5; }
.base-mini ol li { padding:7px 4px 7px 8px; }
.base-mini ol li.odd { background:#f4f3f3; }
.base-mini ol li.even { background:#fafafa; }
.base-mini .actions { background:url(../images/base_mini_actions_bg.gif) repeat-x #dee5e8; padding:6px; }
.base-mini .product-images { float:left; width:52px; height:52px; }
.base-mini .product-images a img { border:1px solid #a9a9a9; vertical-align:top; }
.base-mini .product-checkbox { float:left; width:10px; }
.base-mini .product-names { margin-left:18px; }
.base-mini .product-details { margin:0 0 0 60px; height:50px; }
.base-mini .product-details[class] { height:auto; min-height:50px; }
.base-mini .regular-price { font-size:11px; }
.base-mini .regular-price .price { color:#2f2f2f; }
.base-mini .special-price { font-size:11px; }
.base-mini .minimal-price { font-size:11px; }
.base-mini .price-box { margin:1px 0; }

/* Sidebar Blocks */
.mini-product-tags .head h4 { background-image:url(../images/icon_tag_green.gif); }
.mini-product-tags li { display:inline; padding-right:4px; line-height:1.5em; }
.mini-product-tags li:after { display:inline!important; }
.mini-product-tags .content { padding:10px; }
.mini-product-tags .content a, .mini-product-tags .content a:hover { color:#1b2d3b; }

.mini-newsletter h4 { background-image:url(../images/icon_newspaper.gif); }
.mini-newsletter input.input-text { display:block; margin:3px 0; width:167px; }

.mini-cart .head h4 { background-image:url(../images/icon_basket.gif); }
.mini-cart .subtotal { background:#fbebd9; margin-top:5px; padding:2px 0; text-align:center; }
.mini-cart h5 { margin:0; background:#F4F3F3; padding:6px 8px 2px 8px; }
.mini-cart .actions { border-bottom:1px solid #c2c2c2; padding-top:3px; padding-bottom:1px; }
.mini-cart .actions .form-button { margin-top:3px; margin-bottom:5px; }
.mini-wishlist .head h4 { background-image:url(../images/icon_bell.gif); }
.mini-wishlist .link-cart { display:block; }

.mini-compare-products .head h4 { background-image:url(../images/icon_table.gif); }

.mini-poll .head h4 { background-image:url(../images/icon_group.gif); }
.mini-poll td.label { font-weight:bold; padding-right:10px; }
.mini-poll td.item  { white-space:nowrap; }

.mini-product-view .head h4 { background-image:url(../images/icon_tag_green.gif); }


/********************** Footer */

.footer { width:950px; margin:0 auto ; padding:20px 0 20px 0; background-color:#ffffff;  }


#menu-tertiaire{
    width:100%;
    clear:both;
    float:left;
    border-top:1px solid #ebebeb;
    text-align: center;
    margin-bottom:15px;
    padding-top:20px;
}

#menu-tertiaire , #menu-tertiaire a{
    color:#b1a79e;
    text-decoration: none;
    font-size:11px;
}
#menu-tertiaire a:hover{
     text-decoration: underline;
}
a.logo-footer{
    display:block;
    background-image: url(../images/logos/logo-footer.jpg);
    background-position: center;
    height:17px;
    clear:both;
    background-repeat: no-repeat;
    margin-bottom:5px;
}
a.logo-footer span{display:none; margin-bottom:10px}
.copyright{
    font-size:10px;
    color:#d7d2ce;
    
    
}
/************************************************************/
/****************[ Mage_CSS_D Shop Elements]*****************/
/************************************************************/

.product-shop { float:right; }
.out-of-stock { 
   
      color:#e0e0d8; font-weight:normal;

     background:#8B2100;
     font-size:10px;
     padding:4px 6px 3px 4px;
     margin:0 2px

}

* +html .out-of-stock { 
   padding:1px 6px ; 
}
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/********************** Rating */
.ratings {
    margin:7px 0;
    line-height:1em;
    }
.rating-box {
    float:left;
    position:relative;
    width:69px;
    height:13px;
    margin-right:5px;
    background:url(../images/product_rating_blank_star.gif) repeat-x;
    }
.rating-box .rating {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    background:url(../images/product_rating_full_star.gif) repeat-x;
    }
.ratings-list {
    margin:4px 0;
    }
.ratings-list td {
    padding:3px 0;
    }
.ratings-list td.label {
    padding-right:8px;
    font-size:.95em;
    font-weight:bold;
    line-height:1em;
    }



/************************** Prices */
.price { font-size:12px; color:#7a7360}

.price-box { padding:5px 0}
.price-box .price {   }

/* Regular price */

.regular-price .price {  }

/* Old price */
.old-price, .price-label {  font-size:11px }
.old-price .price {text-decoration:line-through; font-size:11px }

/* Special price */
.special-price .price { font-weight:bold }

/* Minimal price (as low as) */
.minimal-price {  }


a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }

.product-pricing-grouped li { padding:2px 0; color:#e26703; }
.product-pricing-grouped li .price { font-weight:bold; }


/********************** Generic Box */
.generic-box { margin-bottom:15px; padding:12px 15px; border:1px solid #D0CBC1;  }
.generic-product-list li { margin:12px 0; }


/********************** Catalog Listing */


.catalog-listing h2 a { color:#23200f; text-decoration:none;font-weight:bold; clear:both;
display:block;
font-size:11px; }
.catalog-listing h2 a:hover{text-decoration:underline}


.catalog-listing .add-to { margin:.7em 0; color:#555; line-height:1.3em; font-size:.95em; font-weight:bold; }
.catalog-listing .add-to a, .catalog-listing .add-to a:hover { text-decoration:underline; }
.catalog-listing .ratings { margin-bottom:.6em; }

.catalog-listing .ratings { line-height:1.5; }
.catalog-listing .ratings .rating-box { float:none; margin-bottom:3px; }
.catalog-listing .ratings .pipe { display:none; }
.catalog-listing .ratings a { display:block; }

/* Generic Product Grid */
.generic-product-grid { width:100%; }
.generic-product-grid td { border-right:1px solid #d9dde3; border-bottom:1px solid #d9dde3; padding:12px 10px; line-height:1.6em; }
.generic-product-grid tr.last td { border-bottom:0; }
.generic-product-grid td.last { border-right:0; }
.generic-product-grid .product-image { text-align:center; }
.generic-product-grid td.empty-product { border-right:0; background:#f5f6f6; }


/********************** Layered Navigation */
.layered-nav .head {
    margin:0;
    background:url(../images/layered_nav_head_bg.gif) no-repeat;
    height:24px;
    }                  
.layered-nav h3 { display:none; }
.layered-nav .border-creator { border-style:solid; border-color:#a0b3c3; border-width:0 1px 1px 1px; }
.layered-nav h4 {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(../images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    }
.layered-nav .narrowed-category li { background:url(../images/narrow_category_bg.gif) repeat-x 0 100% #fff; padding:4px 6px 4px 10px; }
.layered-nav .narrowed-category li .label {
    background:url(../images/narrow_by_li_by.gif) no-repeat 0 .2em;
    padding-left:20px;
    font-weight:bold;
    text-transform:uppercase;
    }
.layered-nav .widget-btn {
    float:right;
    margin:.1em 0 0 5px;
    font-size:.95em;
    }
.layered-nav .actions {
    border-style:solid;
    border-color:#dee5e8;
    border-width:1px 0;
    padding:4px 10px;
    background:#cad6e4;
    }
.narrow-by dl {
    background:#e7f1f4;
    padding:0 0 1em 0;
    }
.narrow-by dt {
    margin:0;
    padding:7px 10px 0 28px;
    background:url(../images/narrow_by_set.gif) no-repeat 9px .9em;
    color:#2f2f2f;
    text-transform:uppercase;
    }
.narrow-by dd {
    background:url(../images/narrow_by_dd_bg.gif) repeat-x 0 100%;
    padding:0 12px .8em 12px;
    }
.narrow-by dd li { margin-bottom:.3em; line-height:1.3em; }
.narrow-by dd.last { background:none; }



/********************* Tool Tips */
.tool-tip { position:absolute; border:1px solid #7ba7c9; background:#eaf6ff; }
.tool-tip .btn-close { padding:6px 6px 0; margin-bottom:-9px; text-align:right; }
.tool-tip .inline-content { padding:8px; }
.tool-tip .block-content { padding:15px 20px; }
/************************************************************/
/******************[ Mage_CSS_E Shop Pages]******************/
/************************************************************/

/********************** Home */

.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:url(../images/best_selling_tr_odd_bg.gif) repeat-x 0 100% #eee; }
.best-selling tr.even { background:url(../images/best_selling_tr_even_bg.gif) repeat-x 0 100% #fff; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:.95em; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover { color:#203548; }

.recently { margin:0 0 12px; }
.recently h3 { margin:0 0 6px; color:#e25203; font-size:1.2em; }
.recently .product-image { border:1px solid #dcdcdc; }
.recently a.product-name { display:block; width:130px; overflow:hidden; }
.recently a.product-name,
.recently a.product-name:hover { font-size:11px; color:#1d7ecf; }
.recently .add-to {margin-top:5px;font-size:11px; }
table.recently-list { width:100%; }
table.recently-list td { width:20%; }

/********************** Search */
.advanced-search {
    margin:28px 0;
    border:1px solid #bbafa0;
    padding:22px 25px 12px 25px;
    background:#fbfaf6;
    }
.advanced-search .legend {
    margin-top:-33px;
    float:left;
    border:1px solid #f19900;
    background:#F9F3E3;
    padding:0 8px;
    color:#E76200;
    font-weight:bold;
    font-size:1.1em;
}
.advanced-search li { margin-bottom:5px; }
.advanced-search li label { width:150px; float:left; }
.advanced-search .input-text { width:250px; }
.advanced-search select { width:256px; padding:2px; }
.advanced-search .field-row { float:left; width:256px; }
.advanced-search .range .input-text { width:70px; }
.advanced-search .range select { width:90px; padding:1px; }

.advanced-search-nothing-found { font-weight:bold; color:#df280a; margin-bottom:10px; }
.advanced-search-found-amount { margin-bottom:10px; }
.advanced-search-summary-box { padding:10px 10px 5px 10px; margin:0 0 10px; border:1px solid #E9D7C9; background-color:#FFF6F1; }
.advanced-search-summary-tip { clear:both; font-weight:bold; }
.advanced-search-summary-box { margin-bottom:10px; }
.advanced-search-summary-box ul { list-style:none; float:left; width:50%; }
.advanced-search-summary-box ul li span { background:url(../images/search_criteria.gif) 0 3px no-repeat; padding-left:15px; font-weight:bold; color:#E17C24; }
/* Inline translation fix */
.advanced-search-summary-box ul li span.translate-inline { background:0 !important; }



/********************** Catalog Listing */

/* List Type */
.listing-type-list .listing-item { border-top:1px solid #D9DDE3; padding:12px 10px; }
.listing-type-list .product-image { float:left; width:135px; }
.listing-type-list .product-shop { width:305px; }
.listing-type-list .product-shop .description { margin:.5em 0 1.2em 0; }
.listing-type-list .product-shop .price-box { float:left;text-align:left; white-space:nowrap; margin:3px 13px 5px 0; padding:0; }
.listing-type-list .product-shop .form-button {margin:0.5em 0 0; }
.listing-type-list .product-shop .product-reviews { margin:15px 0; font-size:.95em; }
.listing-type-list .product-shop .product-reviews a, .listing-type-list .product-shop .product-reviews a:hover { color:#6e6969; }
.listing-type-list .listing-item .rating-box { margin-bottom:6px; }

/* Grid Type *\/
.listing-type-grid td { width:33%; text-align:left; }
.listing-type-grid .add-to-compare { display:block; margin:5px 0; background:url(../images/icon_add_to_compare.gif) no-repeat 0 50%; padding-left:22px; color:#6e6969; font-weight:bold; }
.listing-type-grid .rating-box { float:left; margin-left:0; margin-right:5px; }
.listing-type-grid .actions { margin:10px 0; text-align:center; }*/

/* Grid Type */



/* Rewrites for different layouts */





/********************** Product Detail */
/* Product Images */
.product-img-box { float:left; width:530px; background:#776a64;height:100%;  }
 .product-img-box #maloupe{display:none;}   
.product-img-box:hover #maloupe{display:block;}

.product-img-box .product-image-zoom { position:relative; overflow:hidden; width:265px; height:265px; z-index:9; }
.product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.image-zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom #track { position:relative; height:18px; }
.image-zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px;background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
.image-zoom .btn-zoom-out { position:absolute; left:2px; top:1px; }
.image-zoom .btn-zoom-in { position:absolute; right:2px; top:1px; }
.product-img-box .more-views h4 { margin-bottom:10px; }
.product-img-box .more-views ul { margin-left:-9px; }
.product-img-box .more-views li { float:left; margin:0 0 9px 9px; }
.product-img-box .more-views li a { float:left; border:1px solid #776a64;display:block;  }
 .product-img-box .more-views img{display:block;}     
.product-img-box .more-views{


}      
      
      
.product-info-box { background-color:#d7d2cb }
.product-info-box .product-name { color:#766a63; /*font-size:30px;*/ text-transform: uppercase; font-weight: normal; padding:0 0 15px 0; margin:0}
.etat-produit{
   padding-bottom:15px;
   color:#9f8a72; 
   font-size:10px;
}
.toutes-description, .toutes-description *{
    color:#766a63;
    font-size:11px;
}
.oninfo{
    margin:0 0 10px 0
}

.plusdephotos{
    font-size:11px;
    font-weight:bold;
    color:#746963;
    display:block;
    float:left;
    clear:both;
   
}

.lienserie{text-decoration:underline}
 .lienserie:hover{text-decoration:none} 
.product-info-box .price-box { margin:10px 0; }
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }

.product-essential .product-shop { width:360px; background-color:#d7d2cb; padding:20px 10px; }
.product-essential .product-shop .ratings { margin-bottom:10px; }

.product-pricing { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.product-pricing li { line-height:1.4; background:url(../images/bg_tierico1.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.product-pricing .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.product-pricing .price { font-weight:bold; color:#2f2f2f; }

.product-options { }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { color:#2f2f2f; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom {   border-top:0; }
.product-options-bottom .product-pricing { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .product-pricing li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom .price-box { float:none; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Product Options */
dl.item-options dt { font-weight:bold; font-style:italic; }
dl.item-options dd { padding-left:10px; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

/* Product Collateral */
.product-collateral { background:#fff;}
.product-collateral .head { margin-bottom:1em; padding-bottom:1px; }
.product-collateral .collateral-box { margin-bottom:2em;  }
.product-collateral .collateral-box h4{  }
.product-collateral .attribute-specs table { border-color:#d9DDE3; }
.product-collateral .attribute-specs .label { font-weight:bold; }
.product-collateral .attribute-specs .data { border-right:0; }
.product-collateral .attribute-specs td { padding-top:3px; padding-bottom:3px; line-height:1.25em; }

.product-collateral .up-sell .head { padding-bottom:8px; margin-bottom:0; }
.product-collateral .up-sell .generic-product-grid { border:1px solid #E5DCC3; border-top:0; }
.product-collateral .up-sell .generic-product-grid td { width:25%; border-color:#E5DCC3; background:#f6f2e7; padding-top:15px; }
.product-collateral .up-sell .generic-product-grid td img { border:1px solid #E5DCC3; }
.product-collateral .up-sell .generic-product-grid td.empty-product { background:#f1ecdb; }
#customer-reviews { margin-bottom:15px; }
#customer-reviews li { margin-bottom:25px; }
#customer-reviews li p { clear:both; }
.product-collateral .add-tag-box .input-box { float:left; width:302px; margin-right:8px; }
.product-collateral .add-tag-box .input-box .input-text { width:300px;  }
.tags-list { margin-bottom:15px; }
.tags-list li {
    display:inline;
    background:url(../images/separator.gif) no-repeat 100% .4em;
    padding:0 8px 0 4px;
    }
.tags-list li.first { padding-left:0; }
.tags-list li.last { background:none; }
.add-tag-box { background:url(../images/icon_tag_add.gif) no-repeat 0 2px; padding-left:23px; }
.product-review-box { padding-bottom:10px; }
.product-review-box table { width:456px; margin:8px 0 0; }
.product-review-box td,
.product-review-box th { text-align:center; }
.product-review-box td.label { width:100px; text-align:left; }

/* Product Detail sidebar */
.mini-related-items .head h4 { background-image:url(../images/icon_clip.gif); }
.mini-related-items .product-images { width:72px; }
.mini-related-items .product-images a { display:block; margin-left:20px; }
.mini-related-items .product-images input { float:left; /*margin-right:4px; margin-left:-6px;*/ }
.mini-related-items .product-images .checkbox-container { float:left; width:15px; }
.mini-related-items .product-details { margin-left:80px; padding-left:5px; }
.mini-related-items ol li { padding-left:0 ; padding-right:0; }



/********************** Checkout */
select.address-select { width:610px; }

.shipment-methods dd { margin-bottom:13px; }
.payment-methods dt { margin-bottom:5px; }
.payment-methods dd { padding:5px 20px; }
.payment-methods select.month { width:146px !important; margin-right:10px; }
.payment-methods select.year { width:100px !important; }
.payment-methods input.cvv { width:3em !important; }

/* Shopping Cart */
.shopping-cart  { margin-bottom:0; }
.shopping-cart th, .shopping-cart td {  }
.shopping-cart th .tax-flag {font-size:0.9em; font-weight:normal; display:block; }
.shopping-cart tr.error { background:#FDE6E0 !important; }
.shopping-cart .continue-shopping { float:left; }
.shopping-cart-item-message {margin-bottom:5px;font-size:95%;margin-top:6px; }

td.attributes-col { line-height:1.4em; }
td.attributes-col ul { margin:5px 0; font-size:.95em; }
td.attributes-col dt { margin-top:.5em; }
td.attributes-col dd ul { margin:0 0 5px 0; list-style:disc; }
td.attributes-col dd ul li { margin-left:15px; }
td.attributes-col h4.title { padding:0; margin:0; font-size:1em; color:#2f2f2f; width:100%; overflow:hidden; }
td.attributes-col h4.title a { font-weight:bold; }



/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }


.shopping-cart-collaterals {
    float:left;
    width:605px;
    padding:25px 0;
    }
.shopping-cart-collaterals .box {
    margin-bottom:18px;
    padding:12px 15px;
    border:1px solid #D0CBC1;
    background:url(../images/base_mini_head_bg.gif) repeat-x #fff;
    }
.shopping-cart-collaterals .box .form-button  {  margin-left:5px; }
.shopping-cart-collaterals .discount-codes h4, .shopping-cart-collaterals .shipping-estimate h4 {
    min-height:16px;
    color:#e26703;
    background-repeat:no-repeat;
    background-position:0 0;
    padding:1px 0 1px 21px;
    text-transform:uppercase;
    }
.shopping-cart-collaterals .discount-codes h4 { background-image:url(../images/icon_asterick.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate h4 { background-image:url(../images/icon_lorry.gif);  padding-left:23px; }
.shopping-cart-collaterals .shipping-estimate .input-text { width:214px; }
.shopping-cart-collaterals .shipping-estimate select { width:220px; }
.shopping-cart-collaterals .upsell {
    width:42.5%;
    border:1px solid #cec3b6;
    padding:12px 15px;
    background:#fafaec;
    }
.shopping-cart-collaterals .upsell .product-image { float:left; width:75px; border:1px solid #d0cdc9; }
.shopping-cart-collaterals .upsell .product-shop { width:170px; }
.shopping-cart-collaterals .upsell .product-shop h5 { font-size:1em; }
.grand_total {
    width:auto;
    margin-top:15px;
    border:1px solid #BEBCB7;
    background:#DEE5E8;
    font-size:1.3em !important;
    font-weight:bold;
    text-align:right;
    }
tr.grand_total td, p.grand_total { padding-top:5px; padding-bottom:5px; }


/* One-Page checkout */
.one-page-checkout h3{font-weight: normal; font-size:14px;}
.one-page-checkout li.section { position:relative; border-bottom:1px solid #b6b3af;  }
.one-page-checkout .group-select { margin-right:0; }
#opc-login{border-top:1px solid #b6b3af; }

.one-page-checkout p{
    color:#766a63;
    font-size:12px;
    padding:5px 0
}

.one-page-checkout .input-text,.one-page-checkout select{
border:1px solid #cac4be;
}
.one-page-checkout select{
    padding:1px 0
}
.one-page-checkout .box { border:1px solid #b6b3af; border-top:0;  border-bottom:0; padding:15px 20px; background:#e3e0db; }
.one-page-checkout .head { text-align:left;font-style: italic;margin-bottom:0; padding:4px 8px 6px 8px; border-width:0 1px 0 1px; border-color:#b6b3af; border-style:solid; }
.one-page-checkout .tool-tip { right:8px; }
.one-page-checkout .head a { display:none; }  /* Hide Edit button in step header */
.one-page-checkout h3 { color:#999; font-size:1.05em; }
.one-page-checkout h4 { border-bottom:1px solid #E4E4E4; padding-bottom:2px; text-transform:uppercase; }
.one-page-checkout h4.title { border-bottom:0; text-transform:none; }
.one-page-checkout .step-count { padding:0 4px;  }
.one-page-checkout .content { padding:10px 20px; }
.one-page-checkout label.label { font-size:1.05em; color:#2f2f2f; }
.one-page-checkout .allow .head { background:#ebe8e5;  }
.one-page-checkout .active .head { background:#cac4be; padding-bottom:5px; cursor:default;color:#766a63; }
.one-page-checkout .alloq .head a { display:block; } /* Display Edit button in active selection */
.one-page-checkout .group-select { margin-top:0; border:0; background:none; padding:0; }
.one-page-checkout .allow h3 { color:#a79d96; }
.one-page-checkout .active h3 { color:#766a63; }
.one-page-checkout .allow .step-count {  }
.one-page-checkout .active .step-count { color:#766a63; }
.one-page-checkout .active .box { display:block;  }
.one-page-checkout dd .form-list ul { margin:5px 17px 15px 17px; }
.one-page-checkout .checkmo-mailing-address { padding-left:20px; }
.one-page-checkout-progress .page-head { margin-bottom:1em; }
.one-page-checkout-progress li { border:1px solid #d0c7b9; background:#fff; margin-bottom:10px;padding:10px }
.one-page-checkout-progress h4 { margin:0; color:#766a63; font-size:20px;text-transform:none; }
.one-page-checkout-progress h4.complete { }
.one-page-checkout-progress h4 a {  }
.one-page-checkout-progress .content { font-size:11px; color:#453c2f;padding-top:6px }
#opc-login .button-set { border-top:0; }
#opc-review .box { border:0; padding:0; }
#opc-review .content { border:1px solid #d9dde3; border-top:0; }
#opc-review .data-table { border-top:0; }
.opc-please-wait { padding-right:7px; }
.one-page-checkout a.back { background:url(../images/icon_opc_back.gif) no-repeat; padding-left:16px; line-height:13px; }
.one-page-checkout .payment-methods dd { padding:0; }
.one-page-checkout .button-set { margin-top:0; padding-top:2em; }

.btn-gris,.btn-gris2{
    background-color: #5b564e;
    text-decoration: none;
    font-size:10px;
    padding:3px 5px;
    color:#cdc4b5;
     cursor:pointer;
  border:none; 
}
.btn-gris:hover,.btn-gris2:hover{
  color:#cdc4b5;
  text-decoration:none;
}
.btn-gris2{
    font-size:11px;
}


.checkout-progress { margin:0 auto 1.5em auto; }
.checkout-progress td {
    float:left;
    margin-right:3px;
    border-top:10px solid #999;
    padding:4px 20px;
    color:#abb5ba;
    font-weight:bold;
    }
.checkout-progress td.active {
    border-top-color:#e96200;
    color:#e96200;
    }

/* Multiple Addresses checkout */
.multi-address-checkout-description {
    margin-top:-15px;
    margin-bottom:15px;
    }
.multi-address-checkout-box .box {
    position:relative;
    margin-top:15px;
    margin-bottom:25px;
    border:1px solid #bbb6a5;
    background:url(../images/multi_address_box_bg.gif) repeat-x #FBFAF6;
    }
.multi-address-checkout-box .legend {
    float:left;
    margin-top:-10px;
    margin-bottom:0;
    margin-left:15px;
    border:1px solid #F18200;
    background:#F9F3E3;
    color:#F18200;
    padding:2px 8px;
    }
.multi-address-checkout-box .content {
    padding:15px 20px 20px 20px;
    }
.multi-address-checkout-box .count-head {
    border-bottom:1px solid #BBAFA0;
    background:#F9F3E3;
    padding:5px 10px;
    }
.shipment-count {
    background:#E26703;
    padding:2px 5px;
    color:#fff;
    font-size:.95em;
    line-height:1em;
    }
.multi-address-checkout-box .tool-tip { left:-23px; }
.multi-address-checkout-box .count-head h4 {  margin:0; }
.multi-address-checkout-box .head h5 { color:#E26703; }
.multi-address-checkout-box .head a { font-weight:normal; }
.multi-address-checkout-box .checkmo-mailing-address { display:block; padding-left:20px; }
.shipping-method-pointer { border:1px solid #d9d2be; padding:13px; background:#F9F3E3; position:relative; }
.shipping-method-pointer .pointer { position:absolute; top:-20px; right:-40px; }
.place-order-box { float:right; height:71px; overflow:hidden; }
.place-order-box .left-radius { width:21px; background:url(../images/place_order_container_bg.gif) no-repeat; }
.place-order-box .main-radius{ background:url(../images/place_order_bg.gif) no-repeat 100% 0; padding-right:21px; vertical-align:middle; }
.place-order-box .grand-total { font-size:1.5em; }
.place-order-box .grand-total .price { color:#e26703; font-weight:bold; }
.place-order-box input { margin-left:15px; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:10em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }

.one-page-checkout .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 20px; }
.one-page-checkout .checkout-agreements li { margin:20px 0 0; }
.one-page-checkout .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.one-page-checkout .checkout-agreements .agree { padding-left:6px; }



/********************** Gift Messages */
.giftmessages .gift-header {
    font-size:12px;
    font-weight:bold;
    color:#e87403;
}

.giftmessages .input-checkbox {
    padding-bottom:15px;
}

.giftmessages textarea {
    height:100px;
}

.giftmessages .input-checkbox input {
    margin-right:5px;
}

.giftmessages .input-checkbox label {
    font-weight:normal;
    color:#8e8d8b;
}

.one-page-checkout .box-no-padding {
    border:1px solid #bbb6a5;
    border-top:0;
    padding:15px 0px;
    background:#faf7ee;
}

.one-page-checkout .box-no-padding .inner-box {
   padding:0px 20px;
}


.giftmessages .gift-box {
    background-color:#f6f1eb;
    border-top:1px solid #e9e4de;
    border-bottom:1px solid #e9e4de;
    padding:22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box
{
    overflow:auto;
    height:260px;
}

.giftmessages .product-image
{
    border:1px solid #d2d1cd;
}

.no-border {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.no-padding { padding:0 !important; }
.no-margin { margin:0 !important; }

.giftmessages .giftmessage-product-info {
    padding-left:10px;
}

.giftmessages .numeration
{
    font-weight:bold;
    color:#8a8987;
}

.giftmessages .gift-box label { color:#918d8e; }

.giftmessages .group-select li .input-box { float:left; width:260px; }
.giftmessages .group-select li .input-text, .group-select li select, .group-select li textarea { width:495px; }
.giftmessages .group-select li .input-box .input-text, .group-select li .input-box textarea { width:235px; }
.giftmessages .group-select li .input-box select { width:256px; }

/********************** Customer */

/* Customer Name */

.customer-name-prefix .name-prefix { width:60px !important; }
.customer-name-prefix .name-prefix input { width:45px !important; }
.customer-name-prefix .name-prefix select { width:51px !important; }
.customer-name-prefix .name-firstname { width:215px !important; }
.customer-name-prefix .name-firstname input { width:190px !important; }

.customer-name-middlename .name-firstname { width:215px !important; }
.customer-name-middlename .name-firstname input { width:200px !important; }
.customer-name-middlename .name-middlename { width:60px !important; }
.customer-name-middlename .name-middlename input { width:35px !important; }

.customer-name-suffix .name-lastname { width:205px !important; }
.customer-name-suffix .name-lastname input { width:190px !important; }
.customer-name-suffix .name-suffix { width:50px !important; }
.customer-name-suffix .name-suffix input { width:45px !important; }
.customer-name-suffix .name-suffix select { width:51px !important; }

.customer-name-prefix-middlename .name-prefix { width:60px !important; }
.customer-name-prefix-middlename .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename .name-firstname { width:215px !important; }
.customer-name-prefix-middlename .name-firstname input { width:190px !important; }
.customer-name-prefix-middlename .name-middlename { width:50px !important; }
.customer-name-prefix-middlename .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename .name-lastname { width:200px !important; }
.customer-name-prefix-middlename .name-lastname input { width:200px !important; }

.customer-name-prefix-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-suffix .name-firstname { width:215px !important; }
.customer-name-prefix-suffix .name-firstname input { width:190px !important; }
.customer-name-prefix-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-suffix .name-suffix select { width:51px !important; }

.customer-name-middlename-suffix .name-firstname { width:215px !important; }
.customer-name-middlename-suffix .name-firstname input { width:200px !important; }
.customer-name-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-middlename-suffix .name-suffix select { width:51px !important; }


.customer-name-prefix-middlename-suffix .name-prefix { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-prefix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-prefix select { width:51px !important; }
.customer-name-prefix-middlename-suffix .name-firstname { width:155px !important; }
.customer-name-prefix-middlename-suffix .name-firstname input { width:140px !important; }
.customer-name-prefix-middlename-suffix .name-middlename { width:60px !important; }
.customer-name-prefix-middlename-suffix .name-middlename input { width:35px !important; }
.customer-name-prefix-middlename-suffix .name-lastname { width:205px !important; }
.customer-name-prefix-middlename-suffix .name-lastname input { width:190px !important; }
.customer-name-prefix-middlename-suffix .name-suffix { width:50px !important; }
.customer-name-prefix-middlename-suffix .name-suffix input { width:45px !important; }
.customer-name-prefix-middlename-suffix .name-suffix select { width:51px !important; }

.customer-dob .input-box { float:left; width:60px !important; }
.customer-dob input { width:50px !important; }
.customer-dob label.label-dob { font-weight:normal; color:#888; font-size:10px; }

/* My Account navigation */
.account-nav {  }
.account-nav .head {
 
}
.account-nav .head h3 { font-size:14px }
.account-nav ul {padding:4px 10px 10px 0px; }
.account-nav li a,.account-nav li.on{
    padding:10px 0;
    font-size:11px;
    color:#60594a;
    text-decoration: none;
    padding:6px 0;
    display:block;
}
.account-nav li a:hover,.account-nav li.on{text-decoration:underline}

/* Login */
.login-box .col-1, .login-box .col-2 { border:1px solid #bbb6a5; background:#dee5e8; }
.login-box .content { 
 line-height:20px;
 background-color:#e1dfd9;
 padding:14px 21px; 


}
.login-box h4 {
    min-height:16px;
    border-bottom:1px solid #ddd;
    margin-bottom:1.2em;
    padding-bottom:5px;

    background-position:0 1px;
    background-repeat:no-repeat;
    font-size:1.05em;
    color:#766a63;
    text-transform:uppercase;
    }
.login-box .new-users h4 {  }
.login-box .registered-users h4 {}
.login-box .button-set { margin:0; border:none; background:#ebe8e4; padding:8px 13px;border-top:1px solid #BBB6A5 }
.login-box .content { min-height:230px; }


/* Dashboard */.account-box {
    margin-bottom:20px;
    }
    
    
    
.page-head, .account-box .head { 
    margin-bottom:10px; 
    background-image: url(../images/icones/forme3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    margin:0 0 10px 0;
    padding-bottom:20px;
}

.account-box .head a,.inner-head  a {
    float:right;
    display:block;
    font-size:10px;
    color:#c9c3b8;
    background-color: #5b564e;
    padding:2px 5px;
    text-decoration:none;
    border:none;
    cursor:pointer;
    margin-top:7px;
}
.inner-head  a {
  margin-top:2px;  
}
.account-box .head a:hover,.inner-head  a:hover{color:#fff;}






.inner-head h3 { 
    font-size:14px;
   
  
  color:#766a63;
  float:left;
  padding-right:15px;
}
.account-box h3{float:left; padding-right:15px;color:#766a63;}



.account-box h5 { color:#766a63; float:left; font-size:11px; font-weight:bold; padding-bottom:10px; }


.account-box h6 { text-transform:uppercase; }
.account-main .account-box li { padding:5px 0; }
.account-box ol .count {
    float:left;
    margin-top:3px;
    background-color:#0a263c;
    padding:1px 3px;
    font-size:9px;
    font-weight:bold;
    color:#fff;
    line-height:1em;
    }
.account-box ol .content { margin-left:20px; padding:0; }
.account-box ol.recent-reviews small {
    float:left;
    margin-right:3px;
    font-weight:bold;
    }
.account-box .product-images { width:65px; }
.account-box .product-images img { border:1px solid #ccc; }
.account-box .product-details { margin:0 0 10px 70px; }
.account-box .content { padding:0; }
.account-side .actions { border-top:1px solid #ccc; padding-top:4px; }
.account-side .actions .form-button { float:right; }
.edit-password { display:block; height:20px; background:url(../images/icon_lock.gif) no-repeat 0 2px; padding-left:20px; }
.dashboard-welcome {  margin-bottom:1.5em; }




/* Account Addressbook */
.primary-address-list li {

    }
.primary-address-list li .head { margin:0; }
.address-list li { margin-bottom:1em; }
.address-list .actions { float:right; margin:0 0 10px 10px; }

/* Account Order History */
.sales-order-view .checkmo-mailing-address { display:block; padding-left:20px; }

/* Compare Products */
.compare-products { margin:30px 0 50px 0; }
.compare-products table { width:auto;  border:0; }
.compare-products tr { background:#EEEDED; }
.compare-products td { width:170px; text-align:left; }
.compare-products tbody td { border-color:#ccc; }
.compare-products tbody tr.first td { border-top:1px solid #D9DDE3; text-align:center; }
.compare-products tbody td.last {  border-right:1px solid #D9DDE3; }
.compare-products tbody.attribute-cart td { background:#fffada !important; text-align:center; border-bottom:1px solid #D9DDE3; }
.compare-products tbody td.label {
    width:auto;
    border-bottom:1px solid #9eb8cb;
    border-left:1px solid #BEBCB7;
    background:url(../images/comparison_table_label_bg.gif) repeat-y 100% 0 #d9e5ee !important;
    text-align:left;
    }
.compare-products tbody.remove-buttons tr {  background:#fff;  }
.compare-products tbody.remove-buttons td {
    border:none !important;
    padding:0;
    text-align:right;
    font-size:0;
    line-height:0;
    }
.compare-products tbody.remove-buttons td img { float:right; }
.compare-products tr.last td {border-bottom:1px solid #ccc!important; }

/* Reviews */
.my-review-detail .product-image { float:left; width:135px; }
.my-review-detail .product-image p { margin-bottom:0; }
.my-review-detail .product-image p img { vertical-align:top; }
.my-review-detail .details { float:right; width:538px; }
.my-review-detail .ratings-list { margin-bottom:.8em; }
.my-review-detail .ratings { line-height:1.5; }
.my-review-detail .ratings .rating-box { float:none; margin-bottom:3px; }
.my-review-detail .ratings .pipe { display:none; }
.my-review-detail .ratings a { display:block; }


/* Gift Messages */
.giftmessage { padding:10px 0 0 0; }
.giftmessage-preview-link { font-size:11px; padding-right:7px; background-repeat:no-repeat; background-position:right 5px; }
.giftmessage-row { background-color:#f2efe9; }
.giftmessage-content { float:left; }
.giftmessage-close { float:right; }
.expand { background-image:url(../images/gift-message-expand.gif); }
.collapse { background-image:url(../images/gift-message-collapse.gif); }



/********************** Print pages */
table.print .giftmessage-preview-link { display:none !important; }
table.print .price-excl-tax { white-space:nowrap; }
table.print .price-incl-tax { white-space:nowrap; }
table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price { display:inline; }


/********************** Pop up pages */
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.page-popup .print-head { margin:0 0 15px; }
.page-popup .print-head img { float:left; }
.page-popup .print-head address { float:left; margin-left:15px; }
.product-gallery-nav { padding:0 5px; }



/************************************************************/
/******************[ Mage_CSS_F Overrides]*******************/
/************************************************************/
.nowrap,
.nobr { white-space:nowrap !important; }

/* Alignment */
.v-top { vertical-align:top; }
.v-middle { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }
.left { float:left; }
.right { float:right; }

.normal-weight { font-weight:normal; }
.auto-width { width:auto; }

/* Link highlights */

* html .liste-envie{}

td .liste-envie,td .voir-article, td .ajouter-article{
    border:1px solid #000;
    vertical-align:middle;
    text-decoration:none;
}
td .liste-envie{
    border-color: #a89d96;
}


td .voir-article{
    border-color: #a89d96;
}
td .voir-article:hover{
    color:#fff
}
td .ajouter-article{
    border-color: #766a63;
    margin:0 3px;
}
td .ajouter-article:hover{
   color:#fff
}

a.voir-article{
   background-color: #a89d97;
   font-size:10px ;
   color:#e0e0d8;    
   text-decoration: none;
   font-weight:normal;
   padding:2px 10px 3px 10px;
  
}
* html a.voir-article{
    padding:0px 10px 0px 10px;
    text-decoration: none; 
}
* +html a.voir-article{
    padding:0px 10px 0px 10px; 
    text-decoration: none;
}
a.ajouter-article{
     background-color: #776a64;
     color:#e0e0d8;
     cursor:pointer;
     text-decoration: none; 
     font-size:10px;
     font-weight:normal;  
     padding:2px 10px 3px 10px;
}
* html a.ajouter-article{
     padding:0px 10px 0px 10px; 
}
* +html a.ajouter-article{
     padding:0px 10px 0px 10px; 
}

a.liste-envie{
    border:1px solid #a89d96; 
    padding:0 2px 0 1px;
    font-weight:normal;  
}




.link-remove { color:#646464 !important; }
.link-print { background:url(../images/icon_printer.gif) no-repeat 0 2px; padding-left:23px; }
.link-feed { background:url(../images/icon_feed.png) no-repeat left center; padding-left:18px; line-height:1.15; }

.order-access { padding-bottom:8px; }
.order-info { border:solid 1px #a89d96; background:#e1dfd9; padding:4px 8px; font-size:12px}
.order-info span { display:block; float:left; }
.order-info ul { display:inline; }
.order-info li { display:inline; padding-right:7px; padding-left:3px; }
.order-info li.selected { font-weight:bold; background:url(../images/point-con.gif) no-repeat fixed center bottom; }

/* Noscript Notice */
.noscript { border:1px solid #000; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* For Demo store only */
.demo-notice { margin:0; background:#d75f07; padding:5px 10px 6px 10px; color:#fff; line-height:1em; text-align:center; }

/* Class: std - styles for admin-controlled content */
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std .a-top { text-align:right; }


/*-----------------------------------------------------
Structure
----------------------------------------------------*/
.middle { 
    width:920px; 
    min-height:400px; 
    margin:0 auto; 
    text-align:left;
    background-color:#fff;
    padding:0 15px;
    position:relative;
}   
.imgcat{
    clear:both    ;
    width:279px;
    margin-bottom:10px
}
/*-----------------------------------------------------
Titre 
----------------------------------------------------*/
#titre-boutique h2,h2.titre-italique, .page-head h3{
  font-size:20px;
  font-style: italic;
  font-weight: normal;
  color:#766a63;
}   
.head h3{
   font-size:23px; 
    
}
.page-head h3{
    font-size:18px;
    font-style: normal;
    font-weight: blod;
}

#titre-boutique{
  background:#fff;
  padding:15px;
  clear:both;
  float:left;
  width:920px;  
}


 /*-----------------------------------------------------
Formulaire de recherche
----------------------------------------------------*/ 
  /* Mini search 
.mini-search .input-text { width:212px; margin-right:4px; }
.search-autocomplete { z-index:999; }
.search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fffefb; }
.search-autocomplete li.selected { background-color:#f7e8dd; }*/   
#search_mini_form{
    position:absolute;
    right:0;
    top:84px;
    z-index:1;
    
}
#mini-search{
    float:right;
    width:209px;
    height:26px;
    padding:8px 0 0 8px;
    background-image: url(../images/recherche/recherche.jpg);
}
#search{
    width:165px;
    background:none;
    border:none;
    display:block;
    float:left;
    margin:2px 9px 0 5px ;
    font-size:10px;
    color:#605a4d
}     
#newsletter{
    font-size:11px;
    color:#877d6d 
}
#menu{
    clear:both;
}

/*-----------------------------------------------------
Menu Pricipal
----------------------------------------------------*/
#menu-principal{
    clear:both;
    float:left;
    width:950px;
    background-image:url(../images/menus/menuprincipal-background.jpg);
    background-repeat: no-repeat;
}
#menu-principal ul li div{
    float:left;
}
#menu-principal ul li{
    float:left;
    background-image:url(../images/menus/menuprincipal-separateur.jpg);
    background-repeat: no-repeat;
    background-position:  top right ;
}
#menu-principal ul li.selected div{
   background-image:url(../images/menus/menuprincipal-selected.jpg);  
   background-repeat: repeat-x;
}
#menu-principal ul li a{
    font-size:12px;
    color:#e2dfda;
    display:block;
    padding:15px 8px 13px 15px;
    text-decoration:none;
}
#menu-principal ul li:hover div{
   background-image:url(../images/menus/menuprincipal-selected.jpg);  
   background-repeat: repeat-x;
    
}
#menu-principal ul li.selected a{
    background-image:url(../images/menus/menuprincipal-rollover.jpg);
    background-repeat: no-repeat;
    background-position: center 32px ;    
}
#menu-principal ul li a:hover{  
    text-decoration:underline
}
/*-----------------------------------------------------
Menu Secondaire
----------------------------------------------------*/
#menu-secondaire{
    background:url(../images/site/menu_ombre.gif) repeat-x bottom #e6e2de;
    width:100%;
    float:left;
    padding-bottom:10px;
}
#menu-secondaire ul li{
  float:left;
  padding:7px 0 1px 20px
} 
#menu-secondaire ul{  
    float:right;
    padding-right:20px;
}
#menu-secondaire ul li a{
    font-size:11px;
    color:#60594a ;
    text-decoration:none

}
#menu-secondaire ul li a:hover{
     text-decoration:underline;
}
 span.label{
    text-decoration: underline;
}
span.value{
    text-decoration: none;
}

#menu-secondaire .mille{ color: #60594A; display: block; float: left; font-size: 11px; line-height: 31px; padding: 3px 0 0 20px; text-decoration: none; font-weight: bold; }
#menu-secondaire .mille:hover{ text-decoration:underline; }



/*-----------------------------------------------------
Menu Categorie
----------------------------------------------------*/
.header-nav {
  background-color: #fff;

  margin:0 auto;   
}   


 /*-----------------------------------------------------
Categorie
----------------------------------------------------*/
.one-cat{
    background-color: #e2dfda;
    padding:15px 20px;
}
 
.one-cat .category-head h1{
    font-size:22px;
    color:#756a64;
    font-weight: normal;
    
}
.one-cat .category-head{
    margin-bottom:10px;
}

.category-description {
  color:#6c6054;
  font-size:12px; 
  padding-bottom:25px;
  background-image: url(../images/icones/forme3.png); 
  background-repeat: no-repeat;
  background-position: bottom right; 
  margin:0 0 5px 0
}
.description-rapide{
    padding:5px 10px 0 10px
}
.lien-rapide{
    border-collapse:collapse;
    margin:10px 0 0  0;
    clear:both;
}
.lien-rapide td{
    vertical-align: top;  
    padding: 0 4px 0 0;
}
.lien-rapide td a{ 
   display:block;
}



/*-----------------------------------------------------
Menu Panier, Envie
----------------------------------------------------*/
.panier-envie{
    margin-top:3px
}

.panier-envie li{
  /*  float:right;
    padding:1px 2px;
    margin:0 0 0 5px;*/
    clear:both;
    float:left;
    display:block;
    margin:0 0 2px 0
}
.panier-envie a{
    font-size:11px;
    color:#8e8781;
    display:block;
   /* float:left; */
    
    text-decoration:none;   
}
.panier-envie a:hover{
    text-decoration:none
    
}

.panier-envie li .top-link-wishlist{
   background: url(../images/icones/coeur-petit.png) 2px 4px no-repeat; 
   padding-left:16px
}

.panier-envie li .top-link-cart{
   color:#dedace
}
.panier-envie span{
    padding:3px 6px 4px 7px;
    display:compact;
}


* +html .panier-envie li .top-link-wishlist{
   background: url(../images/icones/coeur-petit.png) 2px 4px no-repeat; 
   padding:0px 6px 0px 16px ;
   display:block;
   margin:0px 0 0 0;
   float:left;
}




.panier-envie .top-link-cart  span.label{
    background-color: #766a63;
}
.panier-envie .top-link-cart  span.value{
   border:1px solid #a89d96;
   padding:2px 6px 3px 6px;
   color:#dedace;
   background-color: #a89d96;
}

* +html .panier-envie li.first  span{ 
  
   display:block;
   float:left;
   cursor:pointer;
   padding:3px 6px 4px 7px;     
}
* +html .panier-envie li.last  span{ 
  
   display:block;
   float:left;
   cursor:pointer;
   padding:4px 6px 5px 6px;   
}

* +html  .panier-envie li.last .top-link-cart .value{  
    padding-top:4px;
}
.panier-envie .top-link-wishlist{
  border:1px solid #dcd8d5; 
  padding:2px 0 3px 0;
  margin-top:-3px; 
  
}
* +html .panier-envie .top-link-wishlist{   
   padding:0px 0 0px 0;     
}
.panier-envie a:hover{
    text-decoration:underline
}
.panier-envie .top-link-wishlist  span.label{
   border-right:1px solid #dcd8d5; 
   
}

 #titre-boutique .panier-envie li{
     float:right;
     margin:0 0 0 5px;
     clear: none;
 } 
 #titre-boutique .panier-envie a:hover{
    text-decoration:none
}

  /*-----------------------------------------------------
Pagination
----------------------------------------------------*/
table.pager{
    font-size:11px  ;
    width:100%;
    margin-bottom:10px;
}
table.pager option{
    font-size:12px
}
table.pager select{
    border:1px solid #776a64;
    font-size:11px;
    
}
table.pager td{
    vertical-align: middle;

} 
.pages td{
    background-color: #746963;
    padding:2px 4px    ;
    color:#fff     
}
.pages table{
    border-collapse: collapse;
}
.pages td, .pages td *{
    color:#dedad1
}
.pages td a{
    text-decoration: none;
    color:#dedad1;
    font-size:10px
}
.pages td a:hover{
    text-decoration: underline;
}
.pages .on{
    font-weight: bold;
    font-size:10px   
}

/*-----------------------------------------------------
Box Aide
----------------------------------------------------*/
.box-aide, .box-envie{
    border:1px solid #cdc4b5;
    padding:20px 30px;
   /* background: url(../images/icones/deco-gauche.png) top left no-repeat;*/
}
.box-envie{
  /* background: url(../images/icones/deco-droite.png) top right no-repeat;  */
   padding:20px 30px 20px 0;
}

.box-aide p,.box-aide a,.box-envie p,.box-envie a{ 
   font-size:11px;
   color:#453c2f; 
}
.box-aide a,.box-envie a{
    text-decoration: underline;
}
.box-aide a:hover,.box-envie a:hover{
    text-decoration: none;
}
body.b2b.cms-accueil-catalogue-professionnel #box-aide-contact {
	margin-top: 0px !important;
}
body.b2b.cms-accueil-catalogue-professionnel #box-aide-contact div.box-aide {
	height: 284px;
}



.box-envie div{
   background: url(../images/icones/coeur-grand.jpg)  8px center no-repeat; 
   padding:0 0 0 85px;
   min-height:60px;
   
}
* html .box-envie div{
    height:60px;
}

.box-blog{
    padding:15px 25px 25px 25px;
    background:#80746e;   
    margin:0 0 15px 0;
    width:229px;
    border:none;
    color:#bfb9b5;      
    font-size:12px
}    
 .box-blog a{
   color:#f1ead8;  
 }
.box-blog h4{
    color:#f1efed;
    font-style: italic;
}
   

/*-----------------------------------------------------
Box Code de remise
----------------------------------------------------*/
.discount-codes{
    background: url(../images/zones/remise.jpg) top left no-repeat;
    height:273px;
    position:relative;
}
.discount-codes form{
    position:absolute;
    bottom:0;
    padding:4px 15px;
}
.discount-codes h4{
 font-size:20px;
color:#afa7a0;   
font-weight:bold;
margin:0
}
.discount-codes  p{
    color:#f2eadd;
    font-size:11px;
    font-style: italic;
}


/*-----------------------------------------------------
Page d'accueil
----------------------------------------------------*/

.row .col-boutique, .row .col-catalogue{
    float:left;
     height:330px;
     position:relative;
}
.row .col-boutique{
    width:500px;
    background-image: url(../images/accueil/fond-boutique.jpg);
}
.row .col-catalogue{
    width:405px;
    float:right;
    background-image: url(../images/accueil/fond-catalogue.jpg);
}

.row .col-boutique .intro, .row .col-catalogue .intro{

    background-image: url(../images/zones/bleu.png);
    padding:10px;
    width:143px;
     position:absolute;
      color:#f1eadd;
    font-size:11px;
    font-style: italic;
}
.row .col-boutique .intro{
    top:10px;
    right:10px;
}
.row .col-catalogue .intro{
    bottom:10px;
    right:10px;
    color:#f1eadd;
    font-size:11px;
    font-style: italic;
}

.row .col-boutique .intro a.btn, .row .col-catalogue .intro a.btn{ 
   background-color: #afa7a0;
   color:#1f1a14;
   padding:3px 5px; 
   font-size:10px;
   text-decoration:none;
   clear:both;
   display:block;
   text-align: center;
   font-style: normal;
   margin-top:10px;

}
.row .col-boutique .intro a.btn:hover, .row .col-catalogue .intro a.btn:hover{ 
     color:#6b6763;
}
.row .col-boutique .intro h3 , .row .col-catalogue .intro h3 {
  color:#afa7a0;  
  font-weight:normal;
   font-style: normal;
  padding-bottom:10px;

}
 .row .col-boutique .intro h3 a,  .row .col-catalogue .intro h3 a {          
       color:#afa7a0; 
       text-decoration: none;
 }
  .row .col-boutique .intro h3 a:hover,  .row .col-catalogue .intro h3:hover, .row .col-boutique .intro a:hover span {          
       color:#afa7a0;
        text-decoration: underline; 
 }

.row .col-boutique .intro h3{
    font-size:14px;
}
.row .col-catalogue .intro h3{
    font-size:14px;
}
.row .col-catalogue .intro h3:hover, .row .col-catalogue .intro h3:hover *{
    text-decoration:underline
} 
.row .col-boutique h3 span.txt-gd{
    font-weight:bold;
}
.row .col-catalogue .txt-gd{
    font-weight:bold;
}
.row span.txt-gd{
    display:block;
}
.row2{
    margin-top:15px;
    float:left;
    width:100%;
}
.row2 .onebox,.row3 .onebox2{
    float:left;
    width:300px;
    background-color: #d7d2cb;
    color:#332e26;
    padding:10px 0 0 0;
    font-size:11px;
}

.row2 h4,.row3 h4{
    color:#766a63;
    font-size:21px;
    font-weight:normal;
    padding:0 10px 10px 15px;
}
.row3 h4{
  padding:0;  
}
.row2 p{
   background-color: #e3e0db;
   padding:10px;
   margin:0 5px;
   min-height:100px
}
* html .row2 p{
   height:100px 
}
.ensavoirplus{
    display:block;
    float:right;
    clear:both;
    font-size:10px;
    color:#c9c3b8;
    background-color: #5b564e;
    padding:2px 5px;
    text-decoration:none;
    border:none;
    cursor:pointer;
    margin:5px 5px 15px 0
}
.ensavoirplus:hover{
   color:#fff;
   text-decoration: none; 
}
#ligne-accueil .left{
   width:585px; 
}

#ligne-accueil .right{
   width:325px;
   padding:10px 5px 0 0 
}
* html #ligne-accueil .left{
   width:620px; 
}
* html #ligne-accueil .right{
   width:280px; 
}
#ligne-accueil .box-aide{
    margin-top:28px;
}
* +html #ligne-accueil .box-aide{
    margin-top:38px;
}

.listing-type-grid li.item,
 .listing-type-grid li.item 
{ 
   float:left;   
   display:block;
   height:282px;
   margin: 5px 7px 5px 0; 
   padding-bottom:5px;
   background-color:#fff;
}

* html .listing-type-grid li.item{
    margin:9px 4px;       
}
* +html .listing-type-grid li.item{
    margin:9px 4px;       
}    




.row3{
    clear:both;
    float:left;
    width:100%;
    margin-top:15px;
}

.row3 .onebox2 {
    background-color: #fff;
    border: 1px solid #d3d0cc;
    padding:30px;
    width:280px;
    height:132px;
}
.row3 .boxblog{
    background: url(../images/zones/blog.jpg) no-repeat;
    height:172px;
    width:254px;
    padding:20px 9px  0 9px;
}
.row3 .boxblog  a{
   font-size:17px;
   color:#a89d96;
   display:block; 
   text-decoration: none;  
}
.row3 .boxblog  a:hover, .row3 .boxblog  a:hover span{
    text-decoration:underline
} 
.row3 .boxblog  a span{
    display:block;
    clear:bloth;
    font-size:11px;
    font-style: italic;
    text-align: right;
}
.row3 .boxcontact{
    margin:0 11px;
    width:230px;
    padding:30px 25px;
}
* html .row3 .boxcontact{
   width:210px; 
}
.row3 .boxcontact p,.row3 .newsletter p{
   padding:10px 0 ;
   line-height:16px;
}

.row3 .boxcontact a.ensavoirplus{
   float:left; 
}
/*------------------------------------------
diaporama
-------------------------------------------*/
#diaporama{
    height:334px;
    position:relative; 
    background-color: #e3e0db;
    width:918px;
    margin:-8px auto 20px auto;
    z-index:99
}
 #diaporama  li{
    position:relative;
    float:left;
    height:334px;
 }

#diaporama:hover #controls{
    display:block;
}


#diaporama .caption{
    position:absolute;
    left:0;
    bottom:0px;
    background-image: url(../images/zones/bleu.png);
    padding:20px 10px;
    width:450px;
}
#diaporama .caption td{
    vertical-align: middle;
}
#diaporama  .nom-cat{
    padding:0 10px 0 40px;
    background-image: url(../images/icones/forme1.png);
    background-position: left center;
    background-repeat: no-repeat;
    max-width:120px;
    float:left;
}
#diaporama  .nom-cat a{
     color:#afa7a0;
    font-size:20px;
    font-weight: bold;
    text-decoration:none;
}
#diaporama  .desc-cat{
    float:left;
    padding:0 0 0 10px;
}
#diaporama  .desc-cat a{
    color:#f2eadd;
    font-size:12px;
    font-style: italic;
    text-decoration:none;
    display:block;
    padding:0 0 0 5px;
   
}

#diaporama td.desc{
    background-image: url(../images/icones/separationbeige.png);
    background-repeat: no-repeat;
    background-position: left center;
    width:245px;
}

#diaporama .control{
    display:block;
    cursor:pointer;
    height:33px;
    width:16px;
}

#controls{
   
    
}

#fade-example-1-previous{
    background-image: url(../images/boutons/flecheserie-gauche.png);
     position:absolute;
    left:-8px;
    top:140px;
}
#fade-example-1-previous:hover{
    background-image: url(../images/boutons/flecheserie-gauche.png);
}
#fade-example-1-next{
    background-image: url(../images/boutons/flecheserie-droite.png);
     position:absolute;
    right:-8px;
    top:140px;
}
#fade-example-1-next:hover{
    background-image: url(../images/boutons/flecheserie-droite.png);
}
/*----------------------------------------------------------------
Produit configurable, color switch
----------------------------------------------------------------*/
.img_produit_assoc{
   display:none;
}

.pastille{
    display:block;
    float:left;
    height:28px;
    width:28px;
  
    cursor:pointer;
    vertical-align: middle;
    text-align: center;
    font-size:0px;
}

.pastille_8{ background-image:url(../images/pastilles/41.gif)}
.pastille_10{background-image:url(../images/pastilles/29.gif) }

.pastille_20{background-image:url(../images/pastilles/31.gif) }
.pastille_21{background-image:url(../images/pastilles/53.gif) }
.pastille_22{background-image:url(../images/pastilles/24.gif) }
.pastille_23{background-image:url(../images/pastilles/27.gif) }
.pastille_24{background-image:url(../images/pastilles/100.gif) }
.pastille_25{background-image:url(../images/pastilles/26.gif) }
.pastille_26{background-image:url(../images/pastilles/101.gif) } 
.pastille_27{background-image:url(../images/pastilles/40.gif) } 
.pastille_28{background-image:url(../images/pastilles/101.gif) }   
.pastille_29{background-image:url(../images/pastilles/48.gif) } 
.pastille_30{background-image:url(../images/pastilles/57.gif) } 
.pastille_31{background-image:url(../images/pastilles/19.gif) } 
.pastille_32{background-image:url(../images/pastilles/04.gif) } 
.pastille_33{background-image:url(../images/pastilles/33.gif) } 

.pastille_34{background-image:url(../images/pastilles/64.gif) }
.pastille_35{background-image:url(../images/pastilles/58.gif) } 
.pastille_36{background-image:url(../images/pastilles/20.gif) } 
.pastille_37{background-image:url(../images/pastilles/05.gif) } 
.pastille_38{background-image:url(../images/pastilles/34.gif) } 
.pastille_39{background-image:url(../images/pastilles/65.gif) } 
.pastille_40{background-image:url(../images/pastilles/22.gif) }
.pastille_41{background-image:url(../images/pastilles/35.gif) }

.pastille_42{background-image:url(../images/pastilles/56.gif) }
.pastille_43{background-image:url(../images/pastilles/03.gif) }
.pastille_44{background-image:url(../images/pastilles/18.gif) }
.pastille_45{background-image:url(../images/pastilles/68.gif) }
.pastille_46{background-image:url(../images/pastilles/12.gif) }
.pastille_47{background-image:url(../images/pastilles/52.gif) }
.pastille_48{background-image:url(../images/pastilles/69.gif) }
.pastille_49{background-image:url(../images/pastilles/76.gif) }       


.pastille_50{background-image:url(../images/pastilles/37.gif) }   
.pastille_51{background-image:url(../images/pastilles/38.gif) }   
.pastille_52{background-image:url(../images/pastilles/39.gif) }   
.pastille_53{background-image:url(../images/pastilles/50.gif) } 
.pastille_54{background-image:url(../images/pastilles/62.gif) }    
.pastille_55{background-image:url(../images/pastilles/51.gif) }    
.pastille_56{background-image:url(../images/pastilles/13.gif) }    
.pastille_57{background-image:url(../images/pastilles/09.gif) }  
.pastille_58{background-image:url(../images/pastilles/61.gif) }  
.pastille_59{background-image:url(../images/pastilles/25.gif) }   

.pastille_60{background-image:url(../images/pastilles/17.gif) }     
.pastille_61{ background-image:url(../images/pastilles/74.gif)} 
.pastille_62{ background-image:url(../images/pastilles/16.gif)} 
.pastille_63{ background-image:url(../images/pastilles/08.gif)} 
.pastille_64{ background-image:url(../images/pastilles/71.gif)} 
.pastille_65{ background-image:url(../images/pastilles/47.gif)} 
.pastille_66{ background-image:url(../images/pastilles/44.gif)} 
.pastille_67{background-image:url(../images/pastilles/28.gif)} 

.pastille_69{ background-image:url(../images/pastilles/14.gif)} 

.pastille_70{ background-image:url(../images/pastilles/49.gif)}
.pastille_71{background-image:url(../images/pastilles/46.gif) }
.pastille_72{background-image:url(../images/pastilles/55.gif) }
.pastille_73{ background-image:url(../images/pastilles/54.gif)}
.pastille_74{ background-image:url(../images/pastilles/36.gif)}
.pastille_75{ background-image:url(../images/pastilles/72.gif)}
.pastille_76{ background-image:url(../images/pastilles/23.gif)}
.pastille_77{ background-image:url(../images/pastilles/10.gif)}

.pastille_78{background-image:url(../images/pastilles/73.gif) }
.pastille_79{background-image:url(../images/pastilles/11.gif) }


.pastille_80{ background-image:url(../images/pastilles/15.gif)}
.pastille_81{background-image:url(../images/pastilles/70.gif) }

.pastille_129{background-image:url(../images/pastilles/76.gif) }  

.pastille_130{background-image:url(../images/pastilles/02.gif) }      
.pastille_131{background-image:url(../images/pastilles/43.gif) }  
.pastille_132{background-image:url(../images/pastilles/45.gif) }  
.pastille_133{background-image:url(../images/pastilles/30.gif) } 
.pastille_134{background-image:url(../images/pastilles/103.gif) } 
.pastille_135{background-image:url(../images/pastilles/42.gif) } 
.pastille_136{background-image:url(../images/pastilles/60.gif) } 
.pastille_137{background-image:url(../images/pastilles/07.gif) }  

.pastille_138{background-image:url(../images/pastilles/67.gif) } 

.pastille_139{background-image:url(../images/pastilles/32.gif) }  
.pastille_140{background-image:url(../images/pastilles/63.gif) } 
.pastille_141{background-image:url(../images/pastilles/21.gif) } 
.pastille_142{background-image:url(../images/pastilles/59.gif) } 
.pastille_143{background-image:url(../images/pastilles/06.gif) }  
.pastille_144{background-image:url(../images/pastilles/66.gif) } 

.pastille_207{background-image:url(../images/pastilles/104.gif) }
.pastille_209{background-image:url(../images/pastilles/105.gif) }
.pastille_210{background-image:url(../images/pastilles/106.gif) }
.pastille_211{background-image:url(../images/pastilles/107.gif) }
.pastille_212{background-image:url(../images/pastilles/108.gif) }
.pastille_215{background-image:url(../images/pastilles/109.gif) }
.pastille_218{background-image:url(../images/pastilles/110.gif) }
.pastille_219{background-image:url(../images/pastilles/111.gif) }


.pastille_220{background-image:url(../images/pastilles/112.gif) }
.pastille_233{background-image:url(../images/pastilles/120.gif) }
.pastille_238{background-image:url(../images/pastilles/125.gif) }
.pastille_226{background-image:url(../images/pastilles/113.gif) }
.pastille_227{background-image:url(../images/pastilles/114.gif) }
.pastille_228{background-image:url(../images/pastilles/115.gif) }
.pastille_229{background-image:url(../images/pastilles/116.gif) }
.pastille_230{background-image:url(../images/pastilles/117.gif) }
.pastille_231{background-image:url(../images/pastilles/118.gif) }
.pastille_232{background-image:url(../images/pastilles/119.gif) }
.pastille_234{background-image:url(../images/pastilles/121.gif) }

.pastille_235{background-image:url(../images/pastilles/122.gif) }
.pastille_236{background-image:url(../images/pastilles/123.gif) }
.pastille_237{background-image:url(../images/pastilles/124.gif) }
.pastille_239{background-image:url(../images/pastilles/126.gif) }
.pastille_240{background-image:url(../images/pastilles/127.gif) }
.pastille_241{background-image:url(../images/pastilles/128.gif) }



/*----------------------------------------------------------------------------------------------*/
.m_pastille{
    display:block;
    float:left;
    height:12px;
    width:12px;

    margin:2px 1px 0 1px;
    vertical-align: middle;
    text-align: center;
    font-size:0
}



.m_pastille_8{ background-image:url(../images/pastilles/41m.png)}


.m_pastille_8{ background-image:url(../images/pastilles/41m.png)}
.m_pastille_10{background-image:url(../images/pastilles/29m.png) }

.m_pastille_20{background-image:url(../images/pastilles/31m.png) }
.m_pastille_21{background-image:url(../images/pastilles/53m.png) }
.m_pastille_22{background-image:url(../images/pastilles/24m.png) }
.m_pastille_23{background-image:url(../images/pastilles/27m.png) }
.m_pastille_24{background-image:url(../images/pastilles/100m.png) }
.m_pastille_25{background-image:url(../images/pastilles/26m.png) }
.m_pastille_26{background-image:url(../images/pastilles/101m.png) } 
.m_pastille_27{background-image:url(../images/pastilles/40m.png) } 
.m_pastille_28{background-image:url(../images/pastilles/101m.png) }   
.m_pastille_29{background-image:url(../images/pastilles/48m.png) } 
.m_pastille_30{background-image:url(../images/pastilles/57m.png) } 
.m_pastille_31{background-image:url(../images/pastilles/19m.png) } 
.m_pastille_32{background-image:url(../images/pastilles/04m.png) } 
.m_pastille_33{background-image:url(../images/pastilles/33m.png) } 

.m_pastille_34{background-image:url(../images/pastilles/64m.png) }
.m_pastille_35{background-image:url(../images/pastilles/58m.png) } 
.m_pastille_36{background-image:url(../images/pastilles/20m.png) } 
.m_pastille_37{background-image:url(../images/pastilles/05m.png) } 
.m_pastille_38{background-image:url(../images/pastilles/34m.png) } 
.m_pastille_39{background-image:url(../images/pastilles/65m.png) } 
.m_pastille_40{background-image:url(../images/pastilles/22m.png) }
.m_pastille_41{background-image:url(../images/pastilles/35m.png) }

.m_pastille_42{background-image:url(../images/pastilles/56m.png) }
.m_pastille_43{background-image:url(../images/pastilles/03m.png) }
.m_pastille_44{background-image:url(../images/pastilles/18m.png) }
.m_pastille_45{background-image:url(../images/pastilles/68m.png) }
.m_pastille_46{background-image:url(../images/pastilles/12m.png) }
.m_pastille_47{background-image:url(../images/pastilles/52m.png) }
.m_pastille_48{background-image:url(../images/pastilles/69m.png) }
.m_pastille_49{background-image:url(../images/pastilles/76m.png) }       


.m_pastille_50{background-image:url(../images/pastilles/37m.png) }   
.m_pastille_51{background-image:url(../images/pastilles/38m.png) }   
.m_pastille_52{background-image:url(../images/pastilles/39m.png) }   
.m_pastille_53{background-image:url(../images/pastilles/50m.png) } 
.m_pastille_54{background-image:url(../images/pastilles/62m.png) }    
.m_pastille_55{background-image:url(../images/pastilles/51m.png) }    
.m_pastille_56{background-image:url(../images/pastilles/13m.png) }    
.m_pastille_57{background-image:url(../images/pastilles/09m.png) }  
.m_pastille_58{background-image:url(../images/pastilles/61m.png) }  
.m_pastille_59{background-image:url(../images/pastilles/25m.png) }   

.m_pastille_60{background-image:url(../images/pastilles/17m.png) }     
.m_pastille_61{ background-image:url(../images/pastilles/74m.png)} 
.m_pastille_62{ background-image:url(../images/pastilles/16m.png)} 
.m_pastille_63{ background-image:url(../images/pastilles/08m.png)} 
.m_pastille_64{ background-image:url(../images/pastilles/71m.png)} 
.m_pastille_65{ background-image:url(../images/pastilles/47m.png)} 
.m_pastille_66{ background-image:url(../images/pastilles/44m.png)} 
.m_pastille_67{background-image:url(../images/pastilles/28m.png)} 

.m_pastille_69{ background-image:url(../images/pastilles/14m.png)} 

.m_pastille_70{ background-image:url(../images/pastilles/49m.png)}
.m_pastille_71{background-image:url(../images/pastilles/46m.png) }
.m_pastille_72{background-image:url(../images/pastilles/55m.png) }
.m_pastille_73{ background-image:url(../images/pastilles/54m.png)}
.m_pastille_74{ background-image:url(../images/pastilles/36m.png)}
.m_pastille_75{ background-image:url(../images/pastilles/72m.png)}
.m_pastille_76{ background-image:url(../images/pastilles/23m.png)}
.m_pastille_77{ background-image:url(../images/pastilles/10m.png)}

.m_pastille_78{background-image:url(../images/pastilles/73m.png) }
.m_pastille_79{background-image:url(../images/pastilles/11m.png) }


.m_pastille_80{ background-image:url(../images/pastilles/15m.png)}
.m_pastille_81{background-image:url(../images/pastilles/70m.png) }

.m_pastille_129{background-image:url(../images/pastilles/76m.png) }  

.m_pastille_130{background-image:url(../images/pastilles/02m.png) }      
.m_pastille_131{background-image:url(../images/pastilles/43m.png) }  
.m_pastille_132{background-image:url(../images/pastilles/45m.png) }  
.m_pastille_133{background-image:url(../images/pastilles/30m.png) } 
.m_pastille_134{background-image:url(../images/pastilles/103m.png) } 
.m_pastille_135{background-image:url(../images/pastilles/42m.png) } 
.m_pastille_136{background-image:url(../images/pastilles/60m.png) } 
.m_pastille_137{background-image:url(../images/pastilles/07m.png) }  

.m_pastille_138{background-image:url(../images/pastilles/67m.png) } 

.m_pastille_139{background-image:url(../images/pastilles/32m.png) }  
.m_pastille_140{background-image:url(../images/pastilles/63m.png) } 
.m_pastille_141{background-image:url(../images/pastilles/21m.png) } 
.m_pastille_142{background-image:url(../images/pastilles/59m.png) } 
.m_pastille_143{background-image:url(../images/pastilles/06m.png) }  
.m_pastille_144{background-image:url(../images/pastilles/66m.png) } 

.m_pastille_207{background-image:url(../images/pastilles/104m.png) }
.m_pastille_209{background-image:url(../images/pastilles/105m.png) }
.m_pastille_210{background-image:url(../images/pastilles/106m.png) }
.m_pastille_211{background-image:url(../images/pastilles/107m.png) }
.m_pastille_212{background-image:url(../images/pastilles/108m.png) }
.m_pastille_215{background-image:url(../images/pastilles/109m.png) }
.m_pastille_218{background-image:url(../images/pastilles/110m.png) }
.m_pastille_219{background-image:url(../images/pastilles/111m.png) }


.m_pastille_220{background-image:url(../images/pastilles/112m.png) }
.m_pastille_233{background-image:url(../images/pastilles/120m.png) }
.m_pastille_238{background-image:url(../images/pastilles/125m.png) }
.m_pastille_226{background-image:url(../images/pastilles/113m.png) }
.m_pastille_227{background-image:url(../images/pastilles/114m.png) }
.m_pastille_228{background-image:url(../images/pastilles/115m.png) }
.m_pastille_229{background-image:url(../images/pastilles/116m.png) }
.m_pastille_230{background-image:url(../images/pastilles/117m.png) }
.m_pastille_231{background-image:url(../images/pastilles/118m.png) }
.m_pastille_232{background-image:url(../images/pastilles/119m.png) }
.m_pastille_234{background-image:url(../images/pastilles/121m.png) }

.m_pastille_235{background-image:url(../images/pastilles/122m.png) }
.m_pastille_236{background-image:url(../images/pastilles/123m.png) }
.m_pastille_237{background-image:url(../images/pastilles/124m.png) }
.m_pastille_239{background-image:url(../images/pastilles/126m.png) }
.m_pastille_240{background-image:url(../images/pastilles/127m.png) }
.m_pastille_241{background-image:url(../images/pastilles/128m.png) }

.contourcouleur{
    position: relative;
    float:left; 
    margin:0 5px 0 0;
    height:28px;
    width:28px;
    
}
.gdpastille{
  position:relative;
  height:28px;
  width:28px;
}
.gdpastille span{
   
}
.mydspastille{
    background-image:url(../images/pastilles/pastille-grande.png);
    height:28px;
    width:28px;
    display: block;
    position: absolute;
    top:2px;
    right:2px;
    z-index:1;
    
}
* html .mydspastille{
     background-image:none;
}
.myptpastille{
    background-image:url(../images/pastilles/pastille-petite.png);
    height:12px;
    width:12px;
    display: block;
    position: absolute;
    top:0px;
    right:0px
}

/*----------------------------------------------------------------------------------------*/
#attribute499{
    display:none;
}
.coleur_attrs{
    width:100%;
    float:left;
    z-index:2;
}
.coleur_attrs li{
    float:left;
}
.coleur_attrs li td{
    vertical-align: middle;
}



/*------------------------------------
Les prix
-------------------------------------*/
.product-shop .regular-price .price{
    padding:5px 10px;
    display:block;
    float:left;
    clear:both;
    font-size:20px;
    font-weight:bold;
    background-color: #ebe8e5;
}
.product-shop .required{display:none}
.lien-ajout{
    position:relative;
    padding-bottom:65px;
}
.lien-ajout .ajouter-panier{
    position:absolute;
    bottom:0;
    left:0;
    background-color: #776a64;
     color:#e0e0d8;
     cursor:pointer;
     float:left;
     font-size:11px;
     padding:2px 4px;
     text-align:center;
     border:1px solid #776a64
}
.lien-ajout .ajouter_liste{
     position:absolute;
    bottom:0px;
    right:5px;
    text-decoration: none;
    border:1px solid #a89d96; 
    padding:4px 5px 4px 25px;
    font-size:11px;
    color:#766a63;
    background: url(../images/icones/coeur-petit.png) 4px center no-repeat #fff;

}










/*----------------------------------------------------------------
Panier
----------------------------------------------------------------*/
#shopping-cart-totals-table{
     font-size:11px
}

#shopping-cart-totals-table .a-right{
    width:10px
}
.shopping-cart-totals {
    width:305px;;
    float:right;
    border:1px solid #d2cec7;
    background:#dad8d1;
    }
.shopping-cart-totals table { width:100%; margin:7px 0; }
.shopping-cart-totals td { padding:0 15px; }
.shopping-cart-totals tr.last td {}
.shopping-cart-totals tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
.shopping-cart-totals .checkout-types { padding:8px 15px 15px; }
.shopping-cart-totals .checkout-types li { clear:both;  margin:10px 0; }


.description-panier-article, .description-panier-article *{
    font-size:11px;
    color:#7b7360;
}
.description-panier-article{
    padding:10px 10px 0 10px 
}

.description-panier-article h4.title a{
    color:#252011;
    display:block;
font-size:12px;
    font-weight:bold;
    text-decoration: none;
    padding-bottom: 5px;
}

.photo-panier{
   
}

.tableau-pannier{
    width:100%;
    border:15px solid #e1dfd9;
     margin:0 0 15px 0
}
.tableau-pannier td{
    border-bottom:15px solid #e1dfd9
}
div.Prix , div.Prix .price, div.Prix .tag-flag{
    color:#7b7360;
    font-size:15px;
    font-weight:bold;
}

.tableau-pannier a.ensavoirplus{
    background-color: #a89d96;
    color:#e1dfd9;
    float:left;
    margin: 8px 0 0 0 ;
}
.tableau-pannier a.ensavoirplus:hover{
    color:#fff
}
td.total {
    vertical-align:middle;
    text-align: center;
}
.total .quantite{
    font-size:11px;
    color:#7b7360;
}
.total .qty{
    border:1px solid #cac4be;
    background-color: #ebe8e5;
    color:#7c7461;
    font-size:11px;
}
.footer-panier{
    background:url(../images/icones/forme3.png) no-repeat right top;
    background-color:#e1dfd9 ;
    padding-top:25px;
   
}
div.btn-commander{ 
        background:url(../images/icones/forme3.png) no-repeat right top;
        
        padding-top:25px;
}

.btn-fin{
    display:block;
    font-size:11px;
    color:#c9c3b8;
    background-color: #5b564e;
    padding:2px 5px;
    text-decoration:none;
    border:none;
    cursor:pointer;
}
.btn-fin:hover{color:#fff; text-decoration:none}


.checkout-cart-index .box-aide{
    float:left;
    width:242px;
}

#shipping-zip-form .btn-select,#shipping-zip-form  #country{
    width:212px;
    background-color: #ebe8e5;
    border:1px solid #cac4be;
    font-size:11px;
    
}
#shipping-zip-form input.btn-select{
    width:207px
}

.checkout-cart-index  .box-liv{
    float:left;
    width:218px;
}

#shipping-zip-form  label{
    padding:10px 0 3px 0;
    display:block;
} 

/*--------------------------------------
Pour les page CMS
--------------------------------------*/
.cms-page-view .col-main h2{
  font-size:20px;
  font-style: italic;
  font-weight: normal;
  color:#766a63;
  padding-bottom:20px;
}

.cms-page-view .col-main h3{
  font-size:14px;
  padding-bottom:14px;
}
.cms-page-view .col-main{
  font-size:11px;
  line-height: 16px; 
}
.cms-page-view .col-main p{
  
  padding:0 0 15px 0
}
.cms-page-view .col-main li{
    background-image: url(../images/icones/forme2.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding:4px 0 4px 25px;
}
.cms-page-view .col-main .miseenavant{
    background-color: #e1dfd9;
    padding:15px;
}
.cms-page-view .col-main .miseenavant h2{
    padding-bottom:10px
}


.cms-page-view .col-main hr.separation, .separation{
    height:27px;
    background: url(../images/icones/forme3.png) right top no-repeat;
    display:block;
    visibility:visible;
    margin:10px 0;
}

.cms-page-view .col-main .logocharte{
    background-image: url(../images/editos/macaron-lachartetrpcharvet.png);
    background-repeat: no-repeat;
    background-position: 790px center;
}
.cms-page-view .col-main img{
    border:5px solid #cdc4b5;
    margin:0 10px 10px 0
}

div.text11, div.text11 *{
    font-size:11px
}
div.text12, div.text12 *{
    font-size:12px
}


/*-----------------------
tableau des commandes
------------------------*/
#my-orders-table, #my-reviews-table, #wishlist-table{
    border:none;
    border:1px solid #cac4be
}
#my-orders-table *, #my-reviews-table *, #wishlist-table *{
    font-size:11px
}
#my-orders-table th, #my-reviews-table th, #wishlist-table th{
    background-color:#e2dfda;
    border:none;
    padding:7px 5px;
    border-bottom:double #cac4be
}
#my-orders-table td, #my-reviews-table td, #wishlist-table td{
    padding:5px;
    border-bottom:1px dotted #cac4be
}


/*-----------------------
Aide
------------------------*/
.myinfo{
    width:250px;
    margin:0px auto 50px auto      ;
    border:1px solid #cdc4b5;
    padding:20px 30px;
    text-align:center;
    background: url(../images/icones/deco-gauche.png) top left no-repeat;
}
.myinfo p{
    font-size:11px;
    color:#746963        
}
.recommandations{
    text-align:center;
    font-size:11px  ;
    color:#746963
}
.recommandations strong{
    padding:0 0 20px 0
}
.recommandations li{
    padding:3px 0
}
.recommandations li a{
    color:#746963    ;
    cursor:pointer;
    text-decoration:none;
}
.recommandations li a:hover{
  text-decoration:underline;   
}

/*-----------------------
Code entretien
------------------------*/
#codes-entretien{
    float:left;
    width:100%
}
#codes-entretien li{
    display:block;
    width:31px;
    height:30px;
    float:left;
    cursor:help;
}
 #codes-entretien li span{
    display:none;
}
 #codes-entretien{
     padding-bottom:10px;
 }

 
     
     
     
     .blanchiment-interdit{background-image:url(../images/entretien/no-blanchiment.gif)}
     .blanchiment-uniquement-possible-avec-produit-base-d-oxyg-ne{background-image:url(../images/entretien/oxygen.gif)}
     .chlorage-blanchiment-possible{background-image:url(../images/entretien/chlorage.gif)}
     .lavage-la-main{background-image:url(../images/entretien/lavage-main.gif)}
     .lavage-interdit{background-image:url(../images/entretien/no-wash.gif)}
     .linge-de-couleur-supportant-40c-programe-normal{background-image:url(../images/entretien/40a.gif)}
     .linge-de-couleur-supportant-60c-programme-mod-r{background-image:url(../images/entretien/60b.gif)}     
     .linge-de-couleur-supportant-60c-programme-normal{background-image:url(../images/entretien/60a.gif)}  
     .linge-fin-supportant-30c-programme-mod-r{background-image:url(../images/entretien/30b.gif)}        
     .linge-fin-supportant-30c-programme-tr-s-mod-r{background-image:url(../images/entretien/30c.gif)}
     .linge-fin-supportant-40c-programme-mod-r{background-image:url(../images/entretien/40b.gif)}     
     .linge-pouvant-tre-bouilli-programme-mod-r{background-image:url(../images/entretien/95b.gif)}
     
     .linge-fin-supportant-90c-programme-mod-r{background-image:url(../images/entretien/90bar.gif)}
     
     .linge-pouvant-tre-bouilli-programme-normal{background-image:url(../images/entretien/95a.gif)}  
     .linge-supportant-30c-programme-normal{background-image:url(../images/entretien/30a.gif)}
     .nettoyage-sec-processus-mod-r-avec-restrictions {background-image:url(../images/entretien/sec-b.gif)} 
     .nettoyage-sec-processus-normal {background-image:url(../images/entretien/sec-a.gif)} 
     .nettoyage-sec-processus-tr-s-mod-r-avec-restrictions   {background-image:url(../images/entretien/sec-c.gif)}
     .nettoyage-sec-interdit{background-image:url(../images/entretien/no-sec.gif)}   
     .nettoyage-professionnel-l-eau-aqua-nettoyage-interdit{background-image:url(../images/entretien/no-pro.gif)}
     .nettoyage-professionnel-aqua-nettoyage-processus-doux-adapt-aux-textiles-d-licats-avec-action-m-canique-r-duite{background-image:url(../images/entretien/pro-b.gif)}   
     
     .linge-fin-supportant-90c-programme-modere{
         background-image:url(../images/entretien/pro-a.gif)
     }
     
     .nettoyage-professionnel-aqua-nettoyage-processus-normal{background-image:url(../images/entretien/pro-a.gif)} 
     .nettoyage-professionnel-aqua-nettoyage-processus-tr-s-doux-adapt-aux-textiles-tr-s-d-licats-avec-action-m-canique-tr-s-r-duite{background-image:url(../images/entretien/pro-c.gif)} 
     .repassage-temp-rature-lev-e-max-200c{background-image:url(../images/entretien/repassage-c.gif)} 
     .repassage-temp-rature-faible-max-110c{background-image:url(../images/entretien/repassage-a.gif)} 
     .repassage-temp-rature-moyenne-max-150c{background-image:url(../images/entretien/repassage-b.gif)}
     .repassage-interdit{background-image:url(../images/entretien/no-repassage.gif)}   
     .s-chage-en-tambour-programme-mod-r{background-image:url(../images/entretien/tambour-a.gif)}
     .s-chage-en-tambour-programme-normal{background-image:url(../images/entretien/tambour-b.gif)}      
     .s-chage-en-tambour-interdit{background-image:url(../images/entretien/no-tambour.gif)} 


/*-----------------
Credits
-----------------*/
#mycredits img, #mycredits img a{
   text-decoration:none;
   border:none; 
}
#mycredits td{
    vertical-align:middle;
}

 
/*-----------------
Catalogue Pro + researche
-----------------*/
#mypreferences{
    z-index:1;
    position:relative;
    border:1px solid #cdc4b5;
    padding:16px;
    clear:both;
    height:100px;
    margin:0 0 100px 0;
    font-size:12px;
}
#mypreferences li.name, #mypreferences li.description, #mypreferences li.short_description,  #mypreferences li.tax_class_id, #mypreferences li.size, #mypreferences li.serie, #mypreferences li.couleur, #mypreferences li.entretien, #mypreferences li.composition{
    display:none;
    
}
#mypreferences  h4.legend,#mypreferences .required{display:none}
#mypreferences  h3.titre-italique{
    color:#766A63;
font-size:18px;
font-style: normal;
font-weight:normal;
margin:0 0 5px;
}

#mypreferences .form-button{
background-color:#776A64;
border:1px solid #776A64;
bottom:8px;
right:15px;
color:#E0E0D8;
cursor:pointer;
float:left;
font-size:11px;

padding:2px 4px;
position:absolute;
text-align:center;
}

.champs-recherche-pro{
    display: block;
    width:174px;
    height:18px;
    cursor:pointer;
    font-size:11px;
    color:#453c2f;
    padding:4px 0 0 5px;
    font-weight:normal;
     z-index:0;
    background:url(../images/recherche/champs-recherche.jpg) no-repeat;
    
}
li.design,li.utilisation,li.matiere,li.famille, li.oneselect{
    position:absolute;
    bottom:10px;
    height:20px
}
li.design{
    left:16px;
}
li.utilisation{
    left:210px;
}
li.matiere{
    left:400px;
}
li.famille{
    left:590px;
}
li.price{
    bottom:50px;
    left:16px;
}
li.laize {
    bottom:50px;
    left:270px;
}

li.sku{
    bottom:50px;
    left:550px; 
}

li.sku h4{
    float:left;
    clear: none;
    
}


.contour{
    position:relative;
    z-index:1;
    width:179px;
    clear:both;
}
.selectattributes{
    display:none;
    position:absolute;
    top:0px;
    left:0;
    z-index:999;
    background:#ebe8e5;
    border:1px solid #ccc6c0;
    font-size:11px;
    padding:10px 10px 5px 10px;
}
.input-normal{
    border:1px solid #ccc6c0;
    width:100px;
}
.selectattributes input{
    margin:4px 15px 0 0
}
.selectattributes li{
    padding:0 0 3px 0;
}
.selectattributes label{
    cursor:pointer;
     font-size:10px;
     font-weight:normal
}

.oneselect:hover .selectattributes{
    display:block;
    z-index:999;
}


#box-aide-contact{
    float:right;
    width:320px;
    margin-top:-8px;
}
#box-aide-contact .box-aide{
    margin:0 0 15px 0
}

/*--------------------------------------*/

.infobulle{
    position:relative; 
    padding-bottom:2px;
    text-align: center;
    text-decoration:none;
}


.infobulle span.msg{
    display: none;   
    position:absolute;
    top:35px; 
    left:2em; 
    width:120px;
    position:absolute;
    z-index:9999999;
    background-color:#776a64;
    color:#fff;
    font-size:11px;
    padding:4px;
}
    
.infobulle span.msg2{
    top:-25px; 
    left:0;
    z-index:99999999; 
}

.infobulle:hover span.msg{ 
    display:block; 
 }
* +html .infobulle:hover span.msg{}


 .colorID{
     margin-bottom:25px
 }

div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
/* fin de protip */
/*------------------------------------*/

.lemetre{
padding:5px 0 0 5px
    
}

#espacepresse {
    width:100%
}
#espacepresse .noborder img{
    border:none
}
#espacepresse td{
    text-align: center;
}
#diaporama-accueil{
    float:left
}


#le-lin-actu{
    width:266px;
    height:238px;
    overflow: auto;;
    border:1px solid #dcd8d5;
    padding:11px;
    float:right;
    text-align: left;
}

#le-lin-actu h5{
    color:#766a63;
    font-size:20px;
    background: #f1efed;
    padding:5px 10px;
    font-weight: normal;
}

.accueil-row{
    clear:both;
    float:left;
    width:100%;
    margin:0 0 15px 0
}

#savoir-accueil{
    background: url(../images/accueil/savoirfaire.jpg) repeat-x;
    width:233px;
    height:290px;
    float:left;
    color:#f1efed
}

#savoir-accueil .content-savoir{
    padding:30px 20px ;
    font-size:11px;
    color:#beb8b4
}
#savoir-accueil .content-savoir a{
     color:#beb8b4;
     text-decoration: underline;
}
#savoir-accueil .content-savoir a:hover{

     text-decoration: none;
}
#savoir-accueil .content-savoir p{
    line-height:16px
}
.content-savoir h3{
    font-weight: normal;
    font-size:21px;
    color:#f1efed
}
.content-savoir h3 span{
    font-size:17px;
    display: block;
}

#savoir-accueil .content-savoir a.ensavoirplus3{
    display: block;
    float:left;
    color:#a7907f;
    background: #4c4036;
    padding:2px 5px;
    text-decoration: none;
}
 #savoir-accueil .content-savoir a.ensavoirplus3:hover{
     color:#cac2bc
 }
 .ensavoirplus4:hover{
     color:#ebe7e1
 }
#miseenavant{
    float:right;
    text-align: left;
    background: #d7d2cb;
    height:290px;
    width:671px;
}

#notreblog{
    float:left;
    width:357px;
    height:232px;

    border:1px solid #d0cec9
}

#notreblog h3{
    color:#493f36;
    font-size:15px;
    font-weight:bold;
    padding:10px 0 20px 90px;
    background: url(../images/accueil/blog.jpg) center left no-repeat;
}
#notreblog .content-blog{
    padding: 2px 20px 35px;
    font-size:11px;
    line-height:16px;
}



     #le-lin-actu{
         font-size:11px
     }
               
#notreblog h2, #le-lin-actu h2{
    color:#a9ab66;
    font-size:12px
}
#notreblog span.date{
    color:#86827e;
    font-size:11px;
    display: block;
    padding-bottom:7px;
}
.ensavoirplus4{
    color:#c9c3b8;
    font-size:11px;
    background: #5b564e;
    display: block;
    padding:2px 5px;
    float: left;
    margin-top:10px;
    text-decoration: none;
}
.ensavoirplus4:hover{
    text-decoration:none
}
#notreguide{
    float:left;
    width:265px;
    height:234px;
    margin:0 0 0 15px;
    background: #d7d2cb;
}
#notreguide h3{
    color:#54463d;
    font-size:19px;
    font-weight:normal;
    padding:0 0 15px 0
}
#notreguide .content-guide{
    padding:35px 25px 
}
#notreguide p{
    font-size:11px;
    line-height: 16px;
    color:#54463d;
}



#miseenavant li{
    float:left;
    background: #fff;

}
#miseenavant li a, #miseenavant li img{
    display: block;
}


#miseenavant li a.liste-envie{
    padding:3px 1px 3px 0
} 
* +html  #miseenavant li a.liste-envie{
    padding:0px 1px 0px 0
} 

* +html  #miseenavant a.voir-article{
padding:3px 
}


* +html  #miseenavant a.ajouter-article{
   padding:3px  
}
 * html  #miseenavant li a.liste-envie{
    padding:0px 1px 0px 0
} 

* html  #miseenavant a.voir-article{
padding:3px 
}


* html  #miseenavant a.ajouter-article{
   padding:3px  
}
 #miseenavant .add-to {
    display: block;
    padding:0 0 8px 0;
}

#miseenavant li h5 a{
    color:#000           ;
    padding:0 0 5px 0
}

#miseenavant .content-avant{
    padding:10px
}



#notrenewsletter{
   width:266px;
   height: 233px;
   float:right     ;
   text-align: left;
   font-size:11px;
   color:#ebe8e4;
   background: #263f4c;
}
* html    #notrenewsletter{  
    width:230px
}
.content-newsletter{
    padding:25px;
}
.content-newsletter .champs {
  background: url(../images/accueil/champsnewsletter.jpg) no-repeat;    
  width:190px;
  height:39px
} 
.content-newsletter .champs input{
    width:155px; 
    background: none;
    border:none;
    margin:10px 0 0 15px
    
}
.content-newsletter table{
    border-collapse:collapse
}
  .content-newsletter button{
      padding: 3px 0 0 0;
      background: none;
      cursor: pointer;
      border: none;
  }



  
.boimg{
    border:5px solid #d6d2c7;
    display: block;    
}
