/**
 * 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)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
body.page-popup { padding-top:0; }
.wrapper {}
.page { width:990px; background: #fff; margin:0 auto; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { clear:both;float:left;display:inline;position:relative; z-index:10; margin:5px 17px 0 19px; }

/* Base Columns */ 
.col-left { float:left; width:230px; }
.col-main { float:left; width:953px; }
.col-right { float:right; width:230px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout { float:left; width:953px; }
.col2-left-layout .col-main { float:right; width:697px; }
.col2-right-layout { float:left; width:953px; }
.col2-right-layout .col-main { float:left; width:712px; display:inline; margin-right:10px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
button { cursor:pointer }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; }
.buttons-set .back-link { float:left; margin-top:25px; color:#91ad24; text-decoration:underline }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { clear:both; color:#f65c18; font-weight:bold; font-size:12px; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.note-msg { float:left; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { clear:both; border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { clear:both; color:#000; font-size:11px; margin:0 0 10px; background:url(../images/pointilles-coup-coeur.gif) 0 0 repeat-x; padding-top:7px; }
.breadcrumbs strong { font-size:100%; font-weight:normal; }
.breadcrumbs a { color: #000; font-size:100%; }
.breadcrumbs li { display:inline; }
.breadcrumbs span { color:#006222; }

/* Page Heading */
.page-title { }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { float:left; width:100%; position:relative; }
.pager a { color:#fff; text-decoration:underline; }
.pager .amount { display: none; }
.pager .limiter { color:#fff; display:inline; float:left; margin-left:30px; margin-top:2px; }
.pager .pages-category { color:#fff; font-size:11px; position:absolute; right:10px; top:8px; }
.pager .pages-category a { color:#fff; font-size:12px; }
.pager .pages-category a:hover { color:#FFFFFF; }
.pager .pages-category ol { display:inline; }
.pager .pages-category li { display:inline; }
.pager .pages-category .current { color:#c6de79; }

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { clear:both; width:100%; border-bottom:1px solid #e6c9b9; }
.data-table th { font-size:11px; vertical-align:middle; padding:0 2px; }
.data-table td {}
.data-table thead { background-color:#f7f1eb; color:#006222; font-weight:bold; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd { background:#ede2da }
.data-table tr.even { background:#f7f1eb; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; background:#f7f1eb; }
.data-table tbody.even { background-color:#ede2da; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.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% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#f6f6f6; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.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; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.overlay { position:absolute; display:none; margin:0; padding:0; z-index:98; background:black; -moz-opacity:0.6; opacity: 0.6; filter:alpha(opacity=60); }
/* ======================================================================================= */


/* Header ================================================================================ */
 
.header-container {position: relative; z-index:60;}
.header-container .aide-header { position:absolute; top:0; right:0; width:375px; height:30px; line-height:30px; background:url(../images/bg-aide-header.gif) 0 0 no-repeat; text-align:center; font-size:12px; color:#fff; }
/*.header-container .aide-header ul { float: right; }*/
/*.header-container .aide-header ul li { float:left; display:inline; margin-right:25px; background:url(../images/puce-aide.gif) 0 5px no-repeat; padding-left:10px; font-size:0.9em; color:#2b7323; font-weight:bold; }*/
.header-container .aide-header a { color:#fff; text-decoration:underline; margin:0 5px; }
.header { float:left; display:inline; width:954px; margin:0 17px 0 19px; }
.header .ref-nat-header { color:#ababab; font-size:0.9em; line-height:20px; }
.header .logo { float:left; display:inline; width:336px; margin-top:10px; margin-right:150px; }
.header .logo img { width:336px; height:85px; }
.header .compte-header { float:left; display:inline; margin-top:30px; width:210px; position:relative; z-index:101 }
.header .compte-header .titre, .header .panier-header .titre { margin-bottom:5px; height:24px; line-height:24px; padding-left:35px; margin-left:4px; font-size:12px; color:#010202; font-weight:bold; }
.header .compte-header .titre { background:url(../images/bg-mini-account.gif) 0 0 no-repeat; }
.header .panier-header .titre { background:url(../images/bg-mini-cart.gif) 0 0 no-repeat; }
.compte-header .contenu { position:absolute; width:100%; border:1px solid #554027; background:#fff; }
.compte-header .contenu .fleche-bas, .panier-header .contenu .fleche-bas { position:absolute; top:1px; right:1px; }
.compte-header .entete a { color:#554027; margin-left:5px; }
.header .panier-header { float:right; display:inline; margin-top:30px; width:210px; position:relative; z-index:101; }
.panier-header .contenu { position:absolute; width:210px; border:1px solid #554027; background:#fff; }
.panier-header .entete a { color:#554027; margin-left:5px; }
.panier-header .entete a span { color:#554027; }
.panier-header .entete { color:#554027; padding-left:5px; }

.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.form-search { text-align:center; position:relative; }
.form-search .search-autocomplete { z-index:999; margin-left:-61px; }
.form-search .search-autocomplete ul { clear:both; border:1px solid #ddd; background-color:#fff; width:250px !important; padding:5px 0 10px 0; }
.form-search .search-autocomplete li { clear:both; float:left; width:205px; padding:3px; cursor:pointer; text-align:left; margin-left:0; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.header .form-language { text-align:center; }
#bas-header {clear: both; float: left; width: 100%; height:45px; padding-top:3px;}
#bas-header ul {float:left;width:650px;margin:5px 0;}
#bas-header ul li {float:left; display:inline;margin-left:20px}
#bas-header .bandeau {float: left; margin-left:30px; display:inline;}
#header-search {float:left;display:inline;margin-top:3px;margin-left:20px;background:#c6de79;height:42px; width:467px;}
#header-search label {float: left; display:inline; margin-top: 17px; margin-left: 9px;}
#header-search input#search {float: left; display:inline; margin:13px 0 0 5px; border: 1px solid #767773; border-right:0; width:351px;padding:1px 0;text-indent:2px}
#header-search #bt-ok-search {float: left; display:inline; border: 0;margin:12px 5px 0 0;width:25px;background:none}
#header-search #bt-ok-search img {margin-left:-3px}

/********** < Navigation */
#nav { clear:both; float:left; display:inline; padding-left:19px; margin-top:19px; width:970px; height:44px; position:relative; z-index:100; }

/* All Levels */
#nav li { text-align:left; position:relative; z-index:101; }
#nav li.over { z-index:502; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; background:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; font-size:11px }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; display:inline; }
#nav li td { vertical-align:middle; text-align:center; height:44px; }
#nav li a { float:left; height:44px; font-weight:bold; line-height:20px; padding-left:13px; color:#fff; background:url(../images/bg-nav.gif) 0 0 no-repeat; }
#nav li a span { display:block; background:url(../images/bg-nav.gif) top right no-repeat; padding-right:12px; }
#nav li a:hover { background-position: 0 -44px; }
#nav li a:hover span { background-position: right -44px; }
#nav li.over a,
#nav li.active a { }
#nav li.nav-abris-animaux a { line-height:44px; }
#nav li.menu-accueil a { line-height:44px; }
#nav li.menu-promo a { background:url(../images/bg-nav-promo.gif) 0 0 no-repeat; line-height:44px; text-transform:uppercase; }
#nav li.menu-promo a span { background:url(../images/bg-nav-promo.gif) top right no-repeat; }

/* 2nd Level */
#nav .submenu { position:absolute; z-index:101; top:43px; width:50em; left:-10000px; border:1px solid #056526; background:#fff; color:#000; padding-bottom:15px; }
#nav .submenu ul { float:left; width:20em; margin:5px 0; border-right:1px dotted #c4c4c4; }
#nav .submenu ul li { clear:both; width:100%; line-height:24px; height:24px; }
#nav .submenu ul li.last {}
#nav .submenu li td { text-align:left; }
#nav .submenu li a { margin-left:5px; color:#000; background:#fff url(../images/puce-smenu.gif) left center no-repeat; line-height:24px; height:24px; }
#nav .submenu li a span { color:#000; display:block; background:#fff; line-height:24px; }
#nav .submenu li a:hover { color:#52b347; }
#nav .submenu li a:hover span { color:#52b347; }
#nav .submenu li.active > a,
#nav .submenu li.over > a  { color:#52b347; }

#nav .push-produit { float:left; display:inline; margin-left:10px; margin-top:20px; width:29em; padding:10px 0; }
#nav .push-produit a { background:none; padding:0; margin:0; }
#nav .photo-push-produit { float:left; width:156px; height:79px; }
#nav .photo-push-produit a { width:156px; height:79px; }
#nav .detail-push-produit { float:left; position:relative; display:inline; margin-left:5px; width:160px; }
#nav .nom-produit-push a { font-weight:bold; line-height:16px; color:#000; }
#nav .description-produit-push { clear:both; font-weight:bold; color:#554027; line-height:16px; border-bottom:1px dotted #554027; }
#nav .price-push-produit { padding-top:3px; padding-left:30px; background:url(../images/puce-coup-coeur.gif) 0 5px no-repeat; font-weight:bold; }
#nav .price-push-produit .prix { font-size:15px; }
#nav .price-push-produit .prix-special { color:#554027; padding-top:0; }
#nav .price-push-produit .au-lieu { font-size:11px; font-weight:normal; }

/* 3rd+ leven */
/*#nav ul ul { top:7px; width:22em; }
#nav ul ul li a { background:none; }
#nav ul ul li a span { width:19em; }*/

/* Show Menu */
#nav li.over > .submenu { left:0; }
#nav li.over > .submenu li.over > ul { left:18em; }
#nav li.over .submenu ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  }
.block .block-title {  }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner { display:none; }
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress { margin-top:70px }
.block-progress .block-title h2 { color:#000; font-size:12px; font-weight:bold; text-transform:uppercase; border-bottom:0; margin-right:30px; margin-left:10px; }
.block-progress dt { margin-top:5px; font-weight:bold; background:#dfcbb4; color:#006222; border:1px solid #bca48a; padding: 1px 0 1px 10px; }
.block-progress dt.complete { background:#d2ea8a; color:#006222; font-size:12px; }
.block-progress dt.complete a { color:#5b740e; text-decoration:underline; }
.block-progress dd.complete { background-color:#eaf7c2; border:1px solid #afc850; border-top:0; color:#554027; font-size:12px; padding:10px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.photo-category-new { clear:both; float:left; width:100%; position:relative; }
.category-title { position:absolute; top:0; left:0; width:100%; height:22px; background:#fff; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; }
.photo-category-new h2 { position:absolute; top:0; left:0; font-size:14px; color:#1a171b; font-weight:bold; padding-left:10px; line-height:22px; }
.category-image { display:block; margin:0 auto; height:236px; }
.category-products { float:left; width:712px; margin-top:10px; }

/* View Type: Grid */
.products-grid { width:100%; margin-top:20px }
.products-grid .left { float: left; width: 200px; }
.products-grid .left .product-name { text-align:center; line-height:12px; height:28px; padding:0 7px; }
.products-grid .left .product-name a { font-size: 10px; color: #000; }
.products-grid .left .photo { text-align:center; height:140px; }
.products-grid .left .go-product { float:left; display:inline; margin-left:60px; width:25px; }
.products-grid .left .price { float:left; display:inline; margin-left:10px; font-weight:bold; }
.products-grid .left .prix { font-weight:bold; }
.products-grid .left #eco-taxe { clear:both; text-align:center; color:#A3C538; font-size:10px; }
.products-grid .right { float: right; width: 145px; }
.products-grid .right h3 a { color:#006222; font-size: 12px; }
.products-grid .right .description { color:#000; font-size: 11px; line-height:15px; height:73px; overflow:hidden }
.products-grid .right .children li { padding:0; line-height:14px; }
.products-grid .right .children a { color:#a6a4a2; font-size: 11px; background:url(../images/puce-verte.gif) 0 4px no-repeat; padding-left:9px; text-decoration:underline }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:50%; border-right:1px dotted #ceb9a0; border-bottom:1px dotted #ceb9a0; padding:5px; }
.products-grid td.last { border-right:0; }
.products-grid td.empty {}
.products-grid-new { margin-top:20px; }
.products-grid-new td { width:236px; text-align:center; }
.category-name-list h3 a { display:block; background:url(../images/bg-name-category-list.gif) 0 0 no-repeat; height:24px; padding-top:12px; font-size:14px; color:#fff; font-weight:bold; }
.category-name-list h3 a:hover { background-position: 0 -36px; }
.photo-category-list { background:url(../images/bg-photo-category.gif) 0 0 no-repeat; padding-top:5px; height:105px; }
.produit-du-moment { clear:both; float:left; width:100%; margin-top:20px; }
.content-produits-moment { clear:both; float:left; width:100%; background:url(../images/bg-produits-moment.gif) bottom left no-repeat; }
.produit-moment { float:left; display:inline; margin:10px 22px; width:134px; }
.product-moment-photo2 { border:1px solid #cfcfcf; position:relative; margin-left:0; }
.product-moment-photo2 .picto-promo, .product-moment-photo2 .exclu-web { position:absolute; top:0; left:0; }
.produit-moment h3 { clear:both; padding:5px 0; background:url(../images/bg-name-produit-moment.gif) bottom left repeat-x; line-height:16px; height:50px; }
.produit-moment h3 a { font-size:14px; color:#000; }
.prix-produit-moment { clear:both; text-align:center; margin:5px 0; height:75px; }
.prix-produit-moment .prix, .prix-produit-moment .prix-special { font-size:20px; color:#000; font-weight:bold; padding-top:15px; }
.prix-produit-moment .au-lieu { font-size:12px; }
.prix-produit-moment .eco-taxe { font-size:10px; }
.prix-produit-moment .prix-cheloux { background:url(../images/bg-prix-moment.gif) 0 0 no-repeat; height:61px; }
.prix-produit-moment .prix-cheloux .prix, .prix-produit-moment .prix-cheloux .prix-special  { color:#fff; padding-top:5px; }
.prix-produit-moment .prix-cheloux .au-lieu { color:#fff; }
.ajout-panier-moment { clear:both; }
.ajout-panier-moment button { border:0; background:none; width:133px; }

/* ======================================================================================= */


/* Product View ========================================================================== */
.left-fiche-produit { clear:both; float:left; width:712px; }
.infos-fiche-produit { float:left; width:310px; border:1px solid #E9E0D5; min-height:348px; }
.name-product-fiche { min-height:29px; background:#000; text-align:center; font-weight:bold; color:#fff; font-size:18px; line-height:29px; }

.prix-fiche-produit { clear:both; position:relative; margin-left:65px; width:180px; text-align:center; }
.prix-fiche-produit .prix-special { font-size:30px; color:#fff; font-weight:bold; padding-top:5px; line-height:30px; }
.prix-fiche-produit .prix { font-size:30px; color:#000; font-weight:bold; padding-top:5px; line-height:30px; }
.prix-fiche-produit .au-lieu { color:#fff; font-size:14px; }
.prix-fiche-produit .eco-taxe { clear:both; padding-top:5px; color:#006222; }
.prix-special-fiche-produit { clear:both; position:relative; margin-left:60px; background:url(../images/bg-prix-produit.gif) 0 0 no-repeat; width:180px; text-align:center; }


.prix-special-fiche-produit .port-offert { bottom:-20px; font-size:11px; font-weight:bold; left:50px; position:absolute; }

.prix-fiche-produit .port-offert { position:absolute; top:15px; right:-59px; font-size:11px; font-weight:bold; }
.prix-special-fiche-produit .prix-special { font-size:30px; color:#fff; font-weight:bold; padding-top:5px; line-height:30px; }
.prix-special-fiche-produit .prix { font-size:28px; color:#000; font-weight:bold; padding-top:5px; line-height:30px; }
.prix-special-fiche-produit .au-lieu { color:#fff; font-size:14px; }
.prix-special-fiche-produit .eco-taxe { clear:both; padding-top:10px; color:#006222; }
.prix-special-fiche-produit #eco-taxe { clear:both; padding-top:10px; color:#006222; }
.encart-1eurocom-fiche { clear:both; text-align:center; padding-top:5px; }
.ajout-panier-product { clear:both; }
.prix-mag { clear:both; width:210px; height: 33px; background:url(../images/fond-prix-mag.jpg) 0 0 no-repeat; padding-left:27px; margin:5px auto 0 auto; }
.prix-mag p { float:left; display:inline; }
.prix-mag p.titre { padding-top:12px; margin-right:3px;}
.prix-mag p.prix { font-size:16px; font-weight:bold; color:#fff; width:100px; padding-top:6px; text-align:center;}
.quantite-fiche, .add-to-box-fiche { clear:both; float:left; width:100%; margin-top:10px; margin-bottom:10px;}
.qte-fiche-produit { clear:both; float:left; display:inline; width:90px; margin-top:15px; margin-left:20px; }
.qte-fiche-produit label { float:left; color:#006222; width:50px; margin-top:2px; }
.qte-fiche-produit .input-text-qty { float:left; width:20px !important; border:1px solid #6E6E6E; text-align:center; padding:2px 0 3px 0; }
.qte-fiche-produit .btn-qty { float:left; display:inline; margin-left:3px; width:11px; }
.qte-fiche-produit .btn-qty a { display:block; height:12px; }
.infos-fiche-produit .addto-fiche-produit { float:left; display:inline; margin-left:10px; width:172px; text-align:center; }
.infos-fiche-produit .addto-fiche-produit button { border:0; background:none; margin-bottom:3px; width:172px; }
.garantie-livraison { clear:both; float:left; margin-top:20px; background:url(../images/bg-garantie-livraison.gif) bottom left no-repeat; width:393px; }
.garantie-livraison .titre { background:url(../images/bg-titre-garantie.gif) 0 0 no-repeat; height:30px; line-height:30px; padding-left:10px; font-size:14px; color:#fff; font-weight:bold; }
.garantie-livraison ul { margin-left:20px; padding:15px 0; }
.garantie-livraison ul li { background-position: 0 0; background-repeat:no-repeat; padding-left:55px; min-height:27px; font-size:12px; color:#000; font-weight:bold; margin-bottom:15px; line-height:16px }
.garantie-livraison ul li span { display:block; font-size:10px; font-weight:normal; }
.garantie-livraison ul .detail-livraison { background-image:url(../images/picto-camion.gif); }
.garantie-livraison ul .detail-garantie { background-image:url(../images/picto-garantie.gif); padding-top:6px; }
.facilite-paiement-produit { float:left; display:inline; margin-left:8px; margin-top:20px; background:red url(../images/bg-facilites-paiement.gif) bottom left no-repeat; width:310px; text-align:center; }
.facilite-paiement-produit .titre { background:url(../images/bg-titre-facilites.gif) 0 0 no-repeat; height:30px; line-height:30px; padding-left:10px; font-size:14px; color:#fff; font-weight:bold; text-align:left; }
.facilite-paiement-produit .modes-paiement-facilite { float:left; width:100%; margin-top:10px; }
.facilite-paiement-produit .modes-paiement-facilite .encart-1eurocom-fiche { float:left; display:inline; margin-left:20px; }
.facilite-paiement-produit .visu-facilites-paiement { clear:both; padding-top:5px; margin-bottom:10px; }
.facilite-paiement-sidebar { clear:both; float:left; width:222px; border:4px solid #000; padding-bottom:5px; margin-bottom:10px; }
.facilite-paiement-sidebar .titre { background:#000; height:24px; }
.facilite-paiement-sidebar .stitre-paiement-sidebar { margin-left:5px; font-size:11px; color:#000; font-weight:bold; padding-top:10px; }
.facilite-paiement-sidebar .popup-paiements-sidebar { clear:both; float:left; width:100%; }
.facilite-paiement-sidebar .popup-paiements-sidebar .left-paiement-sidebar { float:left; display:inline; margin-left:5px; margin-top:5px; }
.facilite-paiement-sidebar .popup-paiements-sidebar .right-paiement-sidebar { float:right; display:inline; margin-right:5px; margin-top:5px; }
.facilite-paiement-sidebar .picto-paiement-cb { padding-top:5px; text-align:center; }
.facilite-paiement-sidebar .picto-paiement-cb a { margin:0 5px; }
.facilite-paiement-sidebar .picto-paiement-cb2 a { margin:0 3px; }
.caracteristiques-fiche-produit { clear:both; float:left; margin-top:20px; width:100%; }
.left-fiche-produit .encart { clear:both; float:left; width:100%; margin-bottom: 15px; }
.left-fiche-produit .encart .entete { height:29px; line-height:29px; background:#ecf2d9; font-size:14px; font-weight:bold; color:#0c6f26; padding-left:15px; }
.product-attribute { float:left; display:inline; width:550px; margin-top:5px; font-size:12px; }
.product-attribute li { clear:both; float:left; width:100%; min-height:20px; padding-left:15px; line-height:20px; color:black; }
.product-attribute li label { display:block; float:left; display:inline; font-weight:bold; width:200px; color:black; }
.guide-montage .notice-montage { float:left; margin-top:15px; }
.guide-montage .fiche-donnee-securite { float:left; display:inline; margin-left:10px; margin-top:15px; }
.guide-montage .liste-guide { float:left; display:inline; margin-left:10px; margin-top:20px; width:360px; }
.guide-montage .liste-guide li { background:transparent none repeat scroll 0 0; border:0 none; color:#127226; font-weight:bold; display:inline; float:left; font-size:12px; line-height:15px; margin-left:5px; padding-left:30px; padding-top:5px; position:relative; width:65px; height:24px; z-index:100; }
.guide-montage .liste-guide li span { position:absolute; left:2px; margin-top:19px; width:200px; z-index:110; display:none; border:2px solid #006222; background:#fff; padding:4px 6px; z-index:100; }
.guide-montage .liste-guide li span strong { display:block; white-space:nowrap; }
.guide-montage .liste-guide li.nbr-personnes { background:url(../images/picto-nbr-personnes.gif) 0 0 no-repeat; }
.guide-montage .liste-guide li.chrono { background:url(../images/picto-chrono.gif) 0 0 no-repeat; padding-left:20px; }
.guide-montage .liste-guide li.difficulte { background:url(../images/picto-rouage.gif) 0 0 no-repeat; }
.guide-montage .liste-guide li.rubrique { padding-left:0; }
.garantie { margin-left:10px; padding-top:10px; }
.garantie li { font-size:12px; color:black; }
.long-description { padding:15px 10px; text-align:justify; font-size:12px; color:black; line-height:15px; }
.right-fiche-produit { float:left; display:inline; margin-left:12px; width:230px; }
.boutons-fiche-produit { float:left; width:100%; }
.boutons-fiche-produit .envoyer-ami { float:left; width:113px; }
.boutons-fiche-produit .print { float:left; display:inline; width:113px; margin-left:4px; }
.raisons { clear:both; padding-top:5px; margin-bottom:5px; }
.raisons li { margin-bottom:2px; }
.encart-nos-magasins { margin-bottom:8px; }
.encart-conseil { margin-bottom:8px; }
.encart-upsell { clear:both; float:left; width:220px; border:5px solid #01662c; padding-bottom:5px; }
.encart-upsell .entete { background:#01662c; height:18px; }
.encart-upsell .up-sell-product { clear:both; float:left; display:inline; margin-left:4px; margin-top:5px; border:1px solid #e9e0d5; width:210px; padding:5px 0; }
.encart-upsell .up-sell-product .photo-upsell { float:left; display:inline; margin-left:5px; width:55px; }
.encart-upsell .up-sell-product .detail-upsell-product { float:left; display:inline; margin-left:10px; text-align:right; width:135px; }
.encart-upsell .up-sell-product .detail-upsell-product .prix-produit-moment { height:auto; }
.encart-upsell .up-sell-product .detail-upsell-product h4 { line-height:15px; }
.encart-upsell .up-sell-product .detail-upsell-product h4 a { font-size:12px; color:#000; line-height:15px; }
.encart-upsell .up-sell-product .detail-upsell-product .prix { font-size:18px; color:#000; font-weight:bold; padding:2px 0; }
.encart-upsell .up-sell-product .detail-upsell-product .prix-special { font-size:18px; color:#fff; font-weight:bold; padding:2px 0; }
.encart-upsell .up-sell-product .detail-upsell-product .au-lieu { font-size:10px; color:#939393; }
.encart-upsell .up-sell-product .detail-upsell-product .au-lieu span { text-decoration:none; }
.plus-produits { clear:both; float:left; width:220px; border:5px solid #01662c; padding-bottom:5px; margin-top:8px; }
.plus-produits .entete { background:#01662c; height:18px; }
.plus-produits ul { margin-left:13px; padding-top:5px; margin-right:10px; }
.plus-produits ul li { background:url(../images/puce-verte.gif) 0 5px no-repeat; padding-left:10px; font-weight:bold; font-size:11px; }
.autres-categories { clear:both; float:left; width:220px; border:5px solid #01662c; padding-bottom:5px; margin-top:8px; }
.autres-categories .entete { background:#01662c; height:18px; }
.autres-categories ul { margin-left:13px; padding-top:5px; margin-right:10px; }
.autres-categories ul li { background:url(../images/puce-verte.gif) 0 5px no-repeat; padding-left:10px; font-weight:bold; font-size:11px; }
.autres-categories ul li a { color:#000; }


.product-view {}

.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { float:left; width:395px; }
.product-photo { float:left; position:relative; display:inline; margin-left:4px; border:1px solid #e9e0d5; width:321px; height:348px; text-align:center; }
.product-photo .picto-promo, .product-photo .exclu-web { position:absolute; top:0; left:0; z-index:10;}

.product-view .product-img-box .product-image {  }
.product-view .product-img-box .product-image-zoom { position:relative; width:304px; height:310px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; width: 250px; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:5px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:8px; top:0; }
#photo-produit { float:left; display:inline; width:393px; }
#photo-produit .more-views { float:left; width:66px; text-align:center; }
#photo-produit .more-views li { border:1px solid #e9e0d5; width:64px; text-align:center; padding:5px 0; }
.product-view .product-img-box .more-views ul { float:left; display:inline; }
.product-view .product-img-box .more-views li { float:left; margin-bottom:8px; }
.product-moment-photo { float:left; display:inline; margin-left:4px; border:1px solid #e9e0d5; text-align:center; position:absolute: }
.product-moment-photo .picto-promo { position:absolute; top:0; left:0; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:left; width:559px; }
.product-view .product-name h2 { font-size:14px; font-weight:bold; }
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* 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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description { padding-top:5px; font-size:11px; color:black; min-height:132px; margin-left:21px; }
.product-view .schema { float:left }

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:33%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; width:260px; margin:0 5px; }
.product-view .tags .form-add-tags input.input-text { width:254px; }
.product-view .tags .form-add-tags button.button { vertical-align:bottom; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart { clear:both; float:left; width:100%; margin-top:15px; }
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.left-cart { clear:both; float:left; width:715px; }
.cart-table { width:100%; }
.cart-table thead th { background:url(../images/bg-entete-cart.gif) 0 0 repeat-x; height:24px; color:#006222; padding:0 5px; white-space:nowrap; }
.cart-table td { vertical-align:middle; padding:2px 0; }
.cart-table .item-msg { font-size:10px; }
.left-bottom-cart { float:left; margin-top:10px; width:378px; font-size:10px; color:#b09c83; text-align:left; line-height:13px; }
.left-bottom-cart p { padding-bottom:10px }
.right-bottom-cart { float:left; margin-left:23px; margin-top:10px; width:312px; border:1px solid #e6c9b9; background:#eff5db; text-align:left; padding:10px 0; }
.right-bottom-cart .encart-1eurocom { text-align:right; margin:5px 10px 0 0 }
.label-bottom-cart { font-weight:bold; color:#006222; font-size:13px; margin-left:10px; }
#coupon_code { border:1px solid #ddcfbc; width:142px; margin-left:10px; }
#bt-ok-coupon { border:0; }
.shipping-cart { padding-top: 5px; margin-left:10px; font-size:14px; font-weight:bold; color:#006222; position:relative; }
.shipping-cart span { position:absolute; right:10px; color:#000; }
#shopping-cart-totals-table { margin-left:10px; border:0; width:293px; text-align:left; padding:0; }
#shopping-cart-totals-table th { font-size:13px; color:#006222; padding: 5px 0 0 0; border:0; width:200px; }
#shopping-cart-totals-table td { border:0; padding: 5px 0 0 0; font-size:12px; }
#shopping-cart-totals-table .a-right-tax { padding: 5px 0 0 0; font-size:14px; text-align:right }
#shopping-cart-totals-table .a-right-price-ttc { border:0; padding: 5px 0 0 0; font-size:16px; text-align:right }
.btn-cart { clear:both; float:left; width:100%; margin-top:10px; }
.bt-continuer-achats { margin-left:10px; border:0; width:139px; background:none }
.bt-terminer-commande { margin-left:5px; border:0; background:none }
.bt-save-cart { display:block; margin-left:163px; margin-top:5px; border:0; background:none }
#complementar-products { clear:both; float:left; width:713px; border:1px solid #e6c9b9; background:#f7f1eb; margin-top:10px; }
.cart .cart-price { font-weight:bold; padding-right:5px; }
.cart .product-image { float:left; }
.cart .details-product-cart { float:left; display:inline; margin-left:10px; width:210px; font-size:11px; color:#000; line-height:14px; }
.cart .details-product-cart h3 a { color:#006222; font-weight:bold; font-size:12px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell h3 { color:#a48675; font-size:12px; margin-left:17px; padding-top:18px; }
.cart .crosssell li { float:left; display:inline; margin:20px 25px; width:177px; }
.cart .crosssell .product-image { display:block; width:175px; height:160px; background:#fff; border:1px solid #e7ccbd; text-align:center; }
.cart .crosssell .product-shop { text-align:center; }
.cart .crosssell .product-shop h4 a { color:#006222; font-size:12px; }
.cart .crosssell .product-shop .crosssell-price { height:35px; padding-top:5px; }
.cart .crosssell .product-shop .crosssell-price p { display:inline; font-weight:bold; }
.cart .crosssell .product-shop .crosssell-price .eco-taxe { display:block; font-weight:normal; font-size:10px; color:#006222 }
.cart .crosssell .product-shop .ajout-panier button { border:0;background:none }

.right-cart { float:right; display:inline; margin-top:14px; width:231px; }
.aide-dispo { margin:0 5px; }
.aide-dispo li { margin:5px 0; padding: 10px 70px 0 45px; height:37px; color:#8c7263; font-size:11px; }
.aide-dispo li#aide-vert { background:#f7f4f0 url(../images/dispo-vert.gif) 5px 11px no-repeat; }
.aide-dispo li#aide-orange { background:url(../images/dispo-orange.gif) 5px 11px no-repeat; }
.aide-dispo li#aide-rouge { background:#f7f4f0 url(../images/dispo-rouge.gif) 5px 11px no-repeat; }

.avantages-client-cart { margin:0 5px; }
.avantages-client-cart li { margin:5px 0; padding: 10px 70px 0 5px; height:37px; color:#8c7263; }
.avantages-client-cart li.line0 { background:#f7f4f0 }

.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }

/* Popup Cart */
.popup-cart { position:absolute; left:50%; width:450px; margin-top:50px; margin-left:-225px; z-index:99; display:none; border:5px solid #52B347 }
.popup-cart .conteneur { width:440px; margin:0 auto; background:#fff; padding:5px }
.popup-cart .conteneur .popup-close { position:absolute; top:10px; right:10px; }
.popup-cart .shipping h3 { font-size:16px; color:#098333; font-weight:bold; }
.popup-cart .shipping .buttons-set { text-align:right; }
.popup-cart .shipping .buttons-set button { border:0; background:none }
.bt-calculate-shipping { color:#006222; text-decoration:underline; font-size:12px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { clear:both; position:relative; margin-top:10px; float:left; width:100%; }
.opc li.section { border:1px solid #c9b097; border-bottom:0; }
.opc .step-title { background:#dac3ab url(../images/bg-step-title.gif) 0 0 no-repeat; padding:4px 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:16px; font-size:11px; font-weight:bold; color:#fff; margin-right:5px; background:#554027; width:16px; text-align:center; }
.opc .step-title h3 { float:left; font-size:11px; font-weight:bold; color:#006222; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background:#c3e558 url(../images/bg-step-title-actif.gif) 0 0 no-repeat; cursor:default; }
.opc .active .number { background:#01662c; }
.opc .step { border-top:1px solid #c9b097; background:#f7f1eb; padding:10px; position:relative; }
.opc .step h4 { color:#006222; font-size:14px; text-transform:uppercase; border-bottom:1px solid #e6dad2; padding-bottom:4px; margin-right:15px; }
.opc .step h4.little { padding-top: 21px; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc .step .intro { margin-left:10px; padding-top:15px; color:#006222; font-size:12px; }
.opc .step .txt-detail { margin-left:10px; padding-top:5px; color:#000; font-size:12px; }
.opc .step  .points-inscription { padding-top: 15px; margin-left:20px; font-size:12px; color:#000; }
.opc .step  .points-inscription li { background:url(../images/puce-points-incription.gif) 0 8px no-repeat; padding-left:10px; line-height:20px; }
.opc .step .bt-enregistrer { clear:both; text-align:right; margin-right:15px; padding-top:80px; }
.opc .step .bt-enregistrer button { border:0; background:none }
.opc .step .form-list, .opc .step .form-list-billing { margin-left:10px; padding-top:10px; color:#000; }
.opc .step .form-list label, .opc .step .form-list-billing label { font-weight:bold; font-size:12px; }
.opc .step .form-list input { border:1px solid #dbc5ae; padding:2px 0; text-indent:2px; font-size:11px; width:190px; }
.opc .step .form-list-billing input { border:1px solid #dbc5ae; padding:2px 0; text-indent:2px; font-size:11px; width:300px; }
.opc .step .form-list-billing input.long { width:630px; }
.opc .step .radio-billing { border-bottom:1px solid #e3dcd6; padding-bottom:10px; }
.opc .step .form-list-billing input.radio { width:20px; border:0; }
.opc .step .form-list-billing .input-box { width:330px; }
.opc .step .bt-login { clear:both; padding-top:24px; }
.opc .step .bt-login a { float:left; display:inline; margin-top:8px; margin-left:100px; font-size:11px; color:#006222; text-decoration:underline; }
.opc .step .bt-login button { float:right; border:0; background:none }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; color:#006222;}
.sp-methods dd { border-bottom: 1px solid #C4A289; padding-bottom:20px; margin-bottom:15px; }
.sp-methods label { color:#554027 }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.bt-poursuivre button { border:0; background:none; }
.bt-poursuivre { float:right; }
.cvv-what-is-this { color:#90b720; text-decoration:underline; }

.please-wait { float:right; display:inline; margin-top:10px; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { clear:both; float:left; width:952px; margin-top:25px; }
.account-login .col2-set { margin-bottom: 100px; }
.account-login .col2-set h3 { margin: 0 15px; padding-top: 15px; padding-bottom: 4px; border-bottom:1px solid #e7cbbb; }
.account-login .new-users { width:460px; border:1px solid #e7cbbb; background:#f7f1eb; height:270px; }
.account-login .new-users .intro-new-users { margin-left: 15px; padding-top:10px; font-weight:bold;; font-size:12px; color:#554027; }
.account-login .new-users .points-inscription { padding-top: 15px; margin-left:20px; font-size:12px; color:#554027; }
.account-login .new-users .points-inscription li { background:url(../images/puce-points-incription.gif) 0 8px no-repeat; padding-left:10px; line-height:20px; }
.account-login .new-users .form-email { margin-left:15px; padding-top:35px; }
.account-login .new-users .form-email label { font-size:12px; color:#554027; font-weight:bold; }
.account-login .new-users .form-email input { margin-left:10px; border:1px solid #ddcfbc; width:240px; padding:1px 0; }
.account-login .new-user-help { text-align:right; margin-right:15px; padding-top:31px; }
.account-login .new-user-help a { color:#006222; font-size:10px; }
.account-login .buttons-set { text-align:right; background:#dccbb7; padding:7px 0; }
.account-login .buttons-set button { border:0; background:none; margin-right:15px; }
.account-login .registered-users { width:460px; border:1px solid #e7cbbb; background:#f7f1eb; height:270px; }
.account-login .registered-users .form-list { clear:both; float:left; width:370px; display:inline; margin-left:15px; margin-top:30px; }
.account-login .registered-users .form-list li { clear:both; float:left; padding-top:10px; width:100%; }
.account-login .registered-users .form-list li label { display:block; float:left; color:#554027; font-size:12px; font-weight:bold; width:120px; }
.account-login .registered-users .form-list li input { border:1px solid #ddcfbc; width:180px; padding:1px 0; }
.account-login .registered-users .password-lost { clear:both; margin-left:200px; padding-bottom:5px }
.account-login .registered-users .password-lost a { font-size:10px; color:#006222; text-decoration:underline; }
.account-login .registered-users .required { clear:both; text-align:right; margin-right:15px; padding-top:50px; }

.account-create { clear:both; float:left; width:700px; }
.account-create .page-title h2 { font-size:15px; font-weight:bold; color:#006222; background:#c3e558; padding-left:5px; height:24px; line-height:24px; }
.account-create h3 { font-size:15px; font-weight:bold; color:#554027; margin:15px 0; }
.account-create .form-list label { color:#554027; font-weight:normal; }
.account-create .form-list input.input-text { border:1px solid #ddcebc; color:#554027; width:200px; }
.account-create .buttons-set { clear:both; border-top:1px solid #ece5e1; margin-top:10px; padding-top:10px; }
.account-create .buttons-set a { float:left; }
.account-create .buttons-set button { float:right; border:0;background:none }
.intro-password-lost { clear:both; margin:20px 0 15px 0; font-size:11px; color:#000; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { padding-top:10px; font-size:11px; color:#000; }
.dashboard .welcome-msg h3 { font-size:12px; color:#000; font-weight:bold; }

/* Block: Recent Orders */
.dashboard .recent-orders { }
.dashboard .table-account-title { float:left; width:696px; display:inline; background:#fff url(../images/bg-account-title.gif) 1px 0 repeat-x; border:1px solid #e6c9b9; }
.dashboard .table-account-title .title { float:left; display:inline; margin-left:10px; line-height:28px; color:#006222; font-weight:bold; font-size:12px; }
.dashboard .table-account-title .link-all { float:right; display:inline; margin-right:10px; height:28px; line-height:28px; }
.dashboard .table-account-title .link-all a { color:#006222; font-style:italic; text-decoration:underline; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { clear:both; padding-top:15px; text-align:left; }
.footer .top-footer { float:left; width:100%; background:#000; height:25px; }
.footer .top-footer p { float:left; height:25px; text-indent:15px; }
.footer .top-footer .titre-services-footer { width:325px; background:url(../images/bg-footer.gif) right center no-repeat; }
.footer .top-footer .titre-bonnes-raisons { width:340px; background:url(../images/bg-footer.gif) right center no-repeat; }
.footer .content-footer { clear:both; float:left; width:100%; background:#d3d3d3; }
.footer .liste-services-footer { float:left; width:325px; padding-top:10px; background:url(../images/bg-listes-footer.gif) right center no-repeat; min-height:150px; }
.footer .liste-services-footer li { margin-left:15px; padding:3px 0; }
.footer .liste-bonnes-raisons { float:left; width:340px; list-style-type:decimal; padding-top:10px; font-weight:bold; color:#006222; font-size:12px; background:url(../images/bg-listes-footer.gif) right center no-repeat; min-height:150px; }
.footer .liste-bonnes-raisons li { padding:3px 0; margin-left:30px;  }
.footer .liste-bonnes-raisons li a { color:#000; text-decoration:none; }
.footer .liste-bonnes-raisons li a:hover { text-decoration:underline; }
.footer .liste-presentation { float:left; display:inline; padding-top:10px; margin-left:15px; }
.footer .liste-presentation li { padding:1px 0; font-size:12px; font-weight:bold; }
.footer .liste-presentation li a { color:#000; text-decoration:none; background:url(../images/puce-footer.gif) 0 6px no-repeat; padding-left:10px; }
.footer .liste-presentation li a:hover { text-decoration:underline; }
.footer .credits { clear:both; text-align:right; }
/*.footer #flash-footer { border-bottom: 3px solid #006222}
.footer #menu-footer {clear:both;float:left;width:100%;background:#cfcfcf;margin:0;padding:10px 0;}
.footer address { text-align:right; }
.footer ul { float:left; display:inline; margin-left: 20px; background: url(../images/bg-liste-footer.gif) top right repeat-y; width:115px }
.footer ul.last { background: none }
.footer ul li.rubrique { font-weight: bold; }
.footer ul li a { color: #656565; font-size: 10px; background: url(../images/puce-footer.gif) 0 5px no-repeat; padding-left: 8px }*/

#ref-nat-footer { clear: both; width:990px; margin:0 auto; text-align:left; padding: 10px 0 30px 0; font-size:10px; color:#806F5D; }
#ref-nat-footer a { color:#806F5D; }
#ref-nat-footer h2 { font-size:11px; font-weight:bold; }

/* ======================================================================================= */

#coup-coeur-home { clear: both; float: left; margin: 0; padding: 0; display: inline; width: 713px; border: 1px solid #ceb9a0; padding-bottom: 3px; }
#coup-coeur-home .entete { margin: 1px 2px; background: #006222; font-size: 14px; font-weight: bold; line-height: 23px; padding-left: 10px; color: #fff; }
#coup-coeur-home .entete span { font-size: 100%;color: #ffe400; }
#coup-coeur-home .encart-coup-coeur { padding: 0; float: left; display: inline; width: 210px; height: 105px; margin: 10px 10px 0 15px; }
#coup-coeur-home .encart-coup-coeur .photo { float: left; width: 120px; }
#coup-coeur-home .encart-coup-coeur .details { float: left; display: inline; margin-left: 7px; width: 83px; }
#coup-coeur-home .encart-coup-coeur .details .nom-produit { height:50px; overflow:hidden; line-height:16px; }
#coup-coeur-home .encart-coup-coeur .details .nom-produit a { font-size:12px; color:#000; font-weight:bold; }
#coup-coeur-home .encart-coup-coeur .details .descrip-produit { margin: 0; padding: 0; font-size: 12px; color: #554027; line-height: 15px; font-weight: bold; background: url(../images/pointilles-coup-coeur.gif) bottom left repeat-x; height: 37px; }
#coup-coeur-home .encart-coup-coeur .details .go-link { float: left; margin-top: 4px; }
#coup-coeur-home .encart-coup-coeur .details .prix { float: right; margin-top: 3px; text-align: right; font-weight: bold; }
#coup-coeur-home .encart-coup-coeur .details .prix span { display: block; text-decoration: line-through; color: #000; font-size: 0.9em; }
#coup-coeur-home .encart-coup-coeur #eco-taxe { clear:both; text-align:center; color:#006222; font-size:10px; }
#promo-home {float:right;}

.category-description {  font-size: 11px; color: #c9c3be; line-height: 18px; width:954px; height: 40px; overflow: hidden }

.left-category { float:left; width:712px }
.right-category { float:right; width:230px; }
.right-category .facilite-paiement-produit { margin:10px 0; width:230px; text-align:center; background:url(../images/bg-facilites-paiement-paiement.gif) bottom left no-repeat; }
.right-category .facilite-paiement-produit .titre { background:url(../images/bg-titre-facilites-right.gif) 0 0 no-repeat; text-align:left; }
.right-category .facilite-paiement-produit img { width:225px; }

.right-category .bonnes-raisons p { margin-bottom:5px; }

.brown-box { clear: both; float: left; width: 100%; background: #e9e0d5; padding-bottom: 10px; margin-bottom: 5px; }
.brown-box .titre { font-size: 12px; font-weight: bold; color: #006222; background: url(../images/bg-titre-right.gif) 0 0 no-repeat; height: 29px; line-height: 29px; padding-left: 5px; }
.brown-box .subcategory { padding: 10px 0; margin-left: 10px; }
.brown-box .subcategory li { padding: 2px 0; }
.brown-box .subcategory li a { color: #554027; padding-left: 10px; font-size: 11px; background: url(../images/puce-sidebar.gif) 0 5px no-repeat; }
.brown-box .aide { clear: both; float: left; margin-top: 10px; width: 100%; }
.brown-box .aide label { float: left; display: inline; margin-left: 10px; margin-top: 3px; color: #554027; font-size: 11px; }
.brown-box .aide select { float: right; display: inline; margin-right: 10px; }
.brown-box .bt-ok { clear: both; text-align: right; margin-right: 10px; padding-top: 10px; }
.brown-box .bt-ok button { background: none; border: 0; }
.green-box { clear: both; float: left; width: 100%; background: #ebf6ca; padding-bottom: 10px; margin-bottom: 5px; }
.green-box .titre { font-size: 12px; font-weight: bold; color: #fff; background: url(../images/bg-titre-right-green.gif) 0 0 no-repeat; height: 29px; line-height: 29px; padding-left: 5px; }
.light-green-box { clear: both; float: left; width: 100%; background: #ebf6ca; padding-bottom: 10px; margin-bottom: 5px; }
.light-green-box .titre { font-size: 12px; font-weight: bold; color: #006222; background: url(../images/bg-titre-light-green.gif) 0 0 no-repeat; height: 29px; line-height: 29px; padding-left: 5px; }
.green-box .compare { padding-top:10px; margin-left:5px; margin-right:5px; }
.green-box .compare li { position:relative; padding:3px 5px; color:#057a2d; font-size:11px; }
.green-box .compare li a { color:#057a2d; }
.green-box .compare li.line-1 { background: #f6fbe7; }
.green-box .compare li input { position: absolute; right: 5px; }
.green-box .bt-comparer-products { margin-right: 5px; padding-top: 10px; text-align: right; }
.green-box .bt-comparer-products button { border: 0; background: none; }
.best-selling-0 { clear:both; float:left; display:inline; margin:4px 0 0 4px; background:#f3e9dd; width:218px; padding-bottom:3px; }
.best-selling-1 { clear:both; float:left; display:inline; margin:4px 0 0 4px; width:218px; }
.best-selling-0 .photo, .best-selling-1 .photo { float: left; display: inline; margin: 3px 0 3px 3px; width: 64px; }
.best-selling-0 .detail, .best-selling-1 .detail { float:left; display:inline; width:150px; }
.best-selling-0 .detail .product-name, .best-selling-1 .detail .product-name { padding-top:10px; margin-left:15px; }
.best-selling-0 .detail .product-name a, .best-selling-1 .detail .product-name a { font-size: 12px; color: #554027; font-weight: normal; }
.best-selling-0 .detail .price, .best-selling-1 .detail .price { float: right; display: inline; margin-right: 5px; background: url(../images/best-selling-price.gif) 0 0 no-repeat; width: 70px; height: 28px; line-height: 28px; font-size: 12px; color: #554027; font-weight: bold; text-align: center; }

.list-category { float:left; margin-top:15px; width: 355px; border-right:1px dotted #ceb9a0; border-bottom:1px dotted #ceb9a0; padding: 10px 0;}
.left-product-list { float: left; width: 200px; }
.left-product-list .product-name { text-align: center; }
.left-product-list .product-name a { font-size: 10px; color: #000; }
.left-product-list .photo { text-align: center; height: 115px; }
.left-product-list .go-product { float: left; display: inline; margin-left: 60px; }
.left-product-list .price { float: left; display: inline; margin-left: 10px; font-weight: bold; }
.right-product-list { float: right; width: 145px; }
.right-product-list h3 a { color:#006222; font-size: 12px; }
.right-product-list .description { color:#000; font-size: 11px; line-height:15px; height:78px; overflow:hidden }
.right-product-list .children li { padding:0; line-height:14px; }
.right-product-list .children a { color:#a6a4a2; font-size: 11px; background:url(../images/puce-verte.gif) 0 4px no-repeat; padding-left:9px; text-decoration:underline }
.right-product-list #eco-taxe { clear:both; text-align:center; padding-top:5px; }
/*

.products-grid .right 
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td { width:50%; padding:5px; }
.products-grid td.last { border-right:0; }
.products-grid td.empty {}*/
#encart-newsletter .titre { text-align:left; }
#encart-newsletter legend { display:block; }
#encart-newsletter label { clear:both; padding:10px 0; margin:0 10px; font-size:11px; color:#000; }
#encart-newsletter .input-box { float:left; display:inline; width:170px; margin-left:10px; }
#encart-newsletter .input-box input { width:170px; border:1px solid #979797; border-right:0; padding:1px 0 2px 2px; margin-top:1px; font-size:11px; }
#encart-newsletter .label-newsletter { text-align:left; padding-top:20px; font-size:12px; color:#006222; }
#encart-newsletter .form-newsletter { text-align:left; float:left; width:210px; }
#encart-newsletter .form-newsletter input { border:1px solid #554027; width:208px; padding:2px; }
#encart-newsletter .valide-newsletter { float:left; display:inline; margin-left:5px; }
#encart-newsletter button { float:left; border:0; width:32px; background:none; }

#guide-achat { clear:both; float:left; width:100%; margin-bottom:5px; }
#guide-achat .titre { 
	background:transparent url(../images/bg-titre-guide.gif) no-repeat scroll 0 0;
	color:#006222;
	font-size:12px;
	font-weight:bold;
	height:29px;
	line-height:29px;
	padding-left:5px;
	}
#guide-achat ul { background:#effab7; padding: 5px 0; }
#guide-achat ul li { font-size:12px; padding-left:10px; line-height:22px; border-top:1px dotted #9cba3a; margin: 0 10px; }
#guide-achat ul li.first { border:0 }
#guide-achat ul li a { color:#8fb907; font-size:12px; background:url(../images/puce-guide.gif) 0 5px no-repeat; padding-left:10px; }

#flash-category {clear:both;width:712px;}

#list-product-options { clear:both; float:left; width:712px; height:24px; background:url(../images/bg-list-options.gif) 0 0 repeat-x; margin-top:5px;}
.toolbarbottom #list-product-options { clear:both; float:left; width:712px; height:24px; background:url(../images/bg-list-options.gif) 0 0 repeat-x; margin-top:-4px; }
.toolbarbottom .pages-category { margin-top:-10px; }

#bt-comparer { float: left;}
#bt-comparer button { background:url(../images/bt-comparer.gif); border:0; width:212px; height:25px }

.toolbarbottom #bt-comparer { float: left}
.toolbarbottom #bt-comparer button { background:url(../images/bt-comparer-bottom.gif); border:0; width:212px; height:25px ;}

.tri {float:left; display:inline; margin-left:10px; }
.tri li { display:inline; height:24px; line-height:24px; margin-right:5px;}
.tri li.titre { color:#fff; }
.tri li a { color:#fff; padding-right:5px; }

/* View Type: List */
.products-list { float:left; width:712px; }
.products-list li.item { background:url(../images/bg-product-list.gif) bottom left repeat-x; padding:20px 0; }
.products-list li.last {  }
.products-list .product-photo { float:left; display:inline; margin:1px 0 1px 10px; width:172px; height:172px; text-align:center; position:relative; }
.products-list .product-photo .picto-promo { position:absolute; top:0; left:0; }
.products-list .product-photo img {  }
.products-list .center-product-list { float:left; display:inline; margin-left:20px; width:340px; }
.products-list .right-product-list { float:left; display:inline; width:136px; }
.products-list .right-product-list .bt-ajouter-panier { text-align:center; width:136px; }
.products-list .right-product-list .bt-ajouter-panier button { border:0; background:none; width:136px; }
.products-list .right-product-list .availability { text-align:center; }
.products-list .right-product-list .availability button { border:0; background:none }
.products-list .right-product-list .prix { font-size:20px; font-weight:bold; padding-top:15px; text-align:center; }

.products-list .product-shop .availability .out-of-stock { color:#f00; }
.bt-ajouter-panier button { background:none; border:0; padding:0; }
.products-list .product-shop h3.product-name {  }
.products-list .product-shop h3.product-name a { color:#000; font-size:14px; font-weight:bold; }
.pictos-product { clear:both; float:left; width:100%; margin-top:5px }
.pictos-product li { float:left; display:inline; margin-right:10px; }
.pictos-product li span { position:absolute; display:none; margin-top:4px; background:#fff; z-index:10; border:5px solid #006222; padding:5px; font-size:11px; }
.pictos-product li span strong { display:block; }
.pictos-product li.rubrique { color:#006222; font-weight:bold; font-size:12px; line-height:24px; width:65px; }
.pictos-product li a { display:block; height:24px; line-height:24px; color:#006222; }
.pictos-product li a.nbr-personnes { background:url(../images/picto-personnes.gif) 0 0 no-repeat; padding-left:25px; }
.pictos-product li a.chrono { background:url(../images/picto-temps.gif) 0 0 no-repeat; padding-left:25px; }
.pictos-product li a.difficulte { background:url(../images/picto-difficulte.gif) 0 0 no-repeat; padding-left:29px; }
.product-price { position:absolute; right:15px; top:10px; background:url(../images/puce-coup-coeur.gif) 0 0 no-repeat; padding-left:20px; width:76px; font-weight:bold; line-height:15px; }
.product-price .prix { font-size:16px;}
.product-shop .product-price .eco-taxe { position:absolute; margin-left:-20px; width:95px; font-weight:normal; color:#006222; font-size:10px; }
.product-price #eco-taxe { clear:both; position:absolute; margin-left:-20px; width:95px; font-weight:normal; color:#006222; font-size:10px; }
.product-description { clear:both; color:#000; width:330px; padding-top:10px; line-height:16px; font-size:11px; }
.product-description .savoir-plus { color:#006222; text-decoration:underline; font-size:12px; }
.product-description .text-description { height:48px; overflow:hidden; color:black; font-size:12px; padding-bottom:30px; }
.category-products .right .product-description { clear:both; height:78px; color:#000; width:139px; line-height:15px; font-size:11px; overflow:hidden; padding-top:0; }

	/* Schema */
	.product-schema { float:left;margin-left:10px }


.photo-category { position:relative; float:left; width:217px; height:237px;}
.photo-category .photo img { width:217px; height:237px;}
.photo-category h2 {color:#1A171B; font-size:14px; font-weight:bold; line-height:22px; padding-left:10px;}
.photo-subcategory { border:5px solid #bad85c; background:#fff; height:227px; width:485px; float:left; }
.photo-subcategory .intro { padding: 15px; font-size: 10px; color: #665b4e; }
.photo-subcategory .list-subcategory { float:left; }
.photo-subcategory .list-subcategory li { float:left; display:inline; margin: 15px 35px 0 15px; }
.photo-subcategory .list-subcategory li a { color:#0b8736; font-size:11px; background: url(../images/puce-photo-subcat.gif) 0 4px no-repeat; padding-left:10px; font-weight:bold; }

#products-list-type-2 li { float: left; display: inline; width: 200px; }
#products-list-type-2 li .product-name { clear:both; height:40px; text-align:center; font-size:12px; font-weight:bold; padding-bottom:5px; }
#products-list-type-2 li .product-name a { color:#006222; font-size:100%; }
#products-list-type-2 .prix-produit-moment { width:134px; }
#products-list-type-2 #eco-taxe { clear:both; font-size:12px; margin-right:40px; text-align:center; }
#products-list-type-2 li .product-prix { height:40px; }
#products-list-type-2 li .product-prix img { float: left; display:inline; margin-left: 20px; margin-right:10px; }
#products-list-type-2 li .product-prix p { display: inline; font-weight:bold; }
.au-lieu span { text-decoration: line-through; }
#products-list-type-2 li .product-prix p.eco-taxe { display: block; text-align: center; color:#006222; font-weight:normal; padding-top:5px; font-size:10px; }
#products-list-type-2 li .bt-ajout-panier { text-align:center; }
#products-list-type-2 li .bt-ajout-panier button { background:none; border:0; }
#products-list-type-2 li.item { padding: 0 18px 20px 18px; background:url(../images/bottom-liste.gif) bottom left repeat-x; }

.photo-subcategory-aide { position: absolute; top: 0; right: 0; border: 5px solid #bad85c; background: #fff; height: 226px; width: 320px; opacity:0.94; }
.photo-subcategory-aide .sous-titre { 
	color:#006222;
	font-size:11px;
	font-weight:bold;
	margin:10px;
	}
.photo-subcategory-aide .intro { font-size:10px; color:#665b4e; padding:0 10px; }
.photo-subcategory-aide .form-aide { margin-left: 10px; padding-top: 10px; float: left; display: inline; width: 290px; }
.photo-subcategory-aide .form-aide li { clear:both; float:left; width:100%; padding:2px 0; }
.photo-subcategory-aide .form-aide li label { display:block; float:left; color:#000; font-weight:bold; font-size:11px; width:130px; }
.photo-subcategory-aide .form-aide li select { float:left; display:inline; width:160px; background:#fff; font-size:11px; }
.bt-valider-aide { clear:both; text-align:right; padding-top:20px; margin-right:20px; }
.bt-valider-aide button { border:0; background:none; }

.subcat-product { float:left; width:100%; height:21px; line-height:21px; background:#b4d64e; color:#fff; }
.subcat-product .name-subcat { float:left; display:inline; margin-left:10px; font-weight:bold; width:350px; }
.subcat-product .name-subcat a {
	color:#006222; 
	}
.subcat-product .send-friend { float:left; padding-top:0; margin-right:10px; width:105px; }
.subcat-product .send-friend a { 
	background:transparent url(../images/bg-send-friend.gif) no-repeat scroll right center;
	color:#006222;
	font-size:10px;
	padding-right:20px;	
	}
.left-product-detail { float:left; margin-top:5px; width:300px; }
.more-description { padding-top:5px; }
.more-description a { color:#006222; font-size:12px; text-decoration:underline; }
.offre-commerciale { clear:both; float:left; width:100%; margin-top:15px; }
.offre-commerciale .titre { font-size:11px; color:#fff; font-weight:bold; background:url(../images/bg-titre-offre.gif) 0 0 no-repeat; height:19px; line-height:19px; padding-left:7px; }
.offre-commerciale .content { float:left; width: 298px; border:1px solid #006222; }
.offre-commerciale .content .photo { float:left; display:inline; margin:4px; border:1px solid #006222; width:72px; text-align:center; }
.offre-commerciale .content .detail-offre { float:left; width:215px; margin-top:20px; text-align:center; font-size:12px; color:#000 }
.offre-commerciale .content .detail-offre strong { display:block; font-size:14px; color:#006222; }
.right-product-detail { float:right; width:248px; height:327px; background:url(../images/bg-product-detail.gif) 0 0 no-repeat; }
.right-product-detail .encart-1eurocom { float:left; width:100%; height:50px; margin-left:40px }
.right-product-detail .encart-prix { float:left; width:100%; margin-top:18px; height:45px; }
.right-product-detail .encart-prix .puce-prix { float:left; display:inline; margin-left:40px; }
.right-product-detail .encart-prix .prix { float:left; display:inline; font-size:16px; font-weight:bold; margin-top:-2px; margin-left:5px; width:80px; }
.right-product-detail .encart-prix .au-lieu { float:left; display:inline; margin-left:5px; font-size:12px; font-weight:bold; }
.right-product-detail .encart-prix #eco-taxe, .right-product-detail .encart-prix .eco-taxe { clear:both; display:block; margin-left:65px; font-size:12px; color:#a3c538; }
.right-product-detail .quantite { clear:both; float:left; display:inline; margin-left:40px }
.right-product-detail .quantite .label-qty { 
	color:#006222;
	float:left;
	font-size:11px;
	margin-top:3px;
	}
.right-product-detail .quantite .input-text-qty { float:left; display: inline; margin-top:1px; margin-left:5px; border:1px solid #6e6e6e; text-align:center;width:20px; padding:2px 0; }
.right-product-detail .quantite .btn-qty { float:left; display:inline; margin-left:5px; width:11px; }
.right-product-detail .quantite .btn-qty a { display:block; height:11px; margin-bottom:1px; }
.right-product-detail .availability { clear:both; position:relative; margin-left:55px; font-size:12px; }
.right-product-detail .in-stock { font-weight:bold; background:url(../images/in-stock.gif) 0 0 no-repeat; padding:4px 0 5px 30px; color:#006222; }
.right-product-detail .availability .out-of-stock { font-weight:bold; color:#f00; background:url(../images/dispo-rouge.gif) 0 0 no-repeat; padding:4px 0 5px 30px; }
.right-product-detail .addto { clear:both; float:left; width:200px; margin-top:6px; }
.right-product-detail .addto button { border:0; background:none }
.right-product-detail .addto .addto-product { margin-left:5px; border:0; background:none; cursor:pointer; }
.right-product-detail .product-picto { clear:both; float:left; display:inline; margin-top:5px; margin-left:30px; width:210px; height:53px; background:url(../images/bg-product-picto.gif) 0 0 repeat-x; text-align:center; }
.right-product-detail .product-picto img { margin:12px 7px 0 7px; }
.right-product-detail .infos-supp { clear:both; margin-left:40px; /*padding-top:10px;*/ font-size:10px; }
.right-product-detail .infos-supp li { color:#b6d652; background:url(../images/puce-info-supp-vert.gif) 0 7px no-repeat; padding-left:10px; }
.right-product-detail .infos-supp li.shipping-date { color:#f69210; background:url(../images/puce-info-supp-orange.gif) 0 7px no-repeat; }
.infos-product { clear:both; float:left; display:inline; margin:10px 5px; width:380px; }
.infos-product li { float:left; display:inline; margin-right:15px; }
.infos-product li a { font-size:11px; color:#000; padding: 0 0 1px 18px; }
.infos-product li.notice a { display:block; background:url(../images/bg-notice.gif) 0 1px no-repeat; width:110px; }
.infos-product li.securite a { display:block; background:url(../images/bg-securite.gif) 0 1px no-repeat; width:130px; }
.content-product { clear:both; float:left; margin-top:15px; width:705px;  border-left: 1px solid #e9e0d5; border-right:1px solid #e9e0d5; }
.intro-crosscelling { padding:15px 15px 5px 15px; font-size:11px; color:#9b7e6d; font-weight:bold; }
.intro-crosscelling a { font-size:100%; color:#9b7e6d; text-decoration:underline; }
#upsell-product-table td { border:0; text-align:center; }
#upsell-product-table td .product-name { font-size:11px; font-weight:normal; }
#upsell-product-table td .product-name a { color:#000 }
#upsell-product-table td .puce-upsell { display:inline; }
#upsell-product-table td .prix, #upsell-product-table td .prix { font-weight:bold; display:inline; margin-left:5px; }
#upsell-product-table td .au-lieu { font-weight:bold; margin-left:23px; }
.products-links { clear:both; float:left; width:100%; border-bottom:1px solid #e9e0d5 }
.products-links a { font-size:11px; color:#554027; padding: 0 10px; }
.products-links p { border-bottom:4px solid #9b7e6d; }
.products-links .precedent-product { float:left; }
.products-links .next-product { float:right; }
.right-product { float:right; width:230px; margin-top:15px; }
.avantages { margin-left:10px; padding-top:5px; }
.avantages li { font-size:11px; color:black; font-weight:bold; padding-left:10px; background:url(../images/puce-avantages.gif) 0 6px no-repeat; line-height: 18px; }

/* ----- Search ----- */
.top-search-result { clear:both; float:left; width:712px; }
.top-search-result h2 { float:left; display:inline; font-size:14px; font-weight:bold; color:#554027; padding-left:10px; padding-bottom:5px; }
.brown-box .search-categories { padding: 10px 0; margin-left: 10px; }
.brown-box .search-categories li { margin-left:15px; padding: 2px 0; }
.brown-box .search-categories li.rubrique { margin-left:0; color:#554027; font-weight:bold; padding-top:10px; }
.brown-box .search-categories li a { color: #554027; padding-left: 10px; font-size: 11px; background: url(../images/puce-sidebar.gif) 0 5px no-repeat; }
.bottom-result { clear:both; border-top:1px solid #0b8736; margin-left:6px; }

/* ----- Process commande ----- */
.etapes-commande { clear:both; float:left; width:950px; }
.etapes-commande li { float:left; }
.etapes-commande li a { display:block; height:60px; background-position: 0 0; background-repeat:no-repeat; }
.etapes-commande li a:hover, .etapes-commande li a.actif { background-position: 0 -60px; }
.etapes-commande li a#etape-panier { width:111px; background-image:url(../images/etape-panier.gif); margin-left:78px; }
.etapes-commande li a#etape-commande { width:192px; background-image:url(../images/etape-commande.gif); margin-left:153px; }
.etapes-commande li a#etape-validation { width:172px; background-image:url(../images/etape-commande.gif); margin-left:150px; }

.intro-minilogin { padding-top:5px; font-weight:bold; color:#554027; margin-left:10px; }
.mini-form-login { margin-left:10px; padding-top:3px; }
.mini-form-login input { border: 1px solid #dbccb9; color:#554027; padding:1px 0; width:150px; }
.mini-form-login input.bt-ok-miniform { width:24px; height:18px; border:0; margin-left:5px; }
.password-lost-minilogin { clear:both; margin-left:55px; }
.password-lost-minilogin a { font-size:10px; color:#006222; }
.new-user { clear: both; text-align:center; color:#554027; font-weight:bold; font-size:11px; padding-bottom:15px; }
.new-user a { margin-left:5px; font-weight:normal; color:#554027; text-decoration:underline; }
.logged-client-menu { clear:both; margin-left:10px; }
.logged-client-menu li { font-size:11px; }
.logged-client-menu li.rubrique { color:#554027; font-weight:bold; padding-top:5px; }
.logged-client-menu li a { color:#554027; background:url(../images/puce-smenu.gif) 0 5px no-repeat; padding-left:10px; }
.logged-client-menu li.rubrique a { color:#554027; background:none; padding-left:0; }
.logout-link { color:#554027 }
.logout { text-align:right; font-size:11px; margin-right: 10px; }

#contenu-rollover-panier { width:292px; margin-left:-81px; }
#contenu-rollover-panier .top { background:url(../images/bg-top-minicart.gif) 0 0 no-repeat; height:10px; }
#content-rollover-panier { background: url(../images/bg-minicart.gif) 0 0 repeat-y; padding: 5px 20px; border-bottom:1px solid #DDCEBC; }
#content-rollover-panier .titre { color:#554027; font-weight:bold; font-size:11px; }
#content-rollover-panier ul { border-top: 1px dotted #82796a; border-bottom: 1px dotted #82796a; margin-top:10px; padding: 10px 0; font-size:11px; color:#554027 }
#content-rollover-panier ul li { clear:both; }
#content-rollover-panier ul a { font-size:100%; color:#554027 }
#content-rollover-panier #total-panier { font-size:11px; border-bottom: 1px dotted #82796a; padding: 10px 0; font-weight:bold; color:#554027 }
#content-rollover-panier #total-panier span { color:#006222 }
#content-rollover-panier #points-fidelite { font-size:11px; text-align:right; padding-top:6px; color:#554027 }
#content-rollover-panier #valider-panier { font-size:11px; text-align:right; padding-top:5px; }
#content-rollover-panier #valider-panier a { color:#554027; background:url(../images/puce-smenu.gif) 0 5px no-repeat; padding-left:7px; font-weight:bold; text-decoration:underline }
#content-rollover-panier #minicart-vide { font-size:11px; color:#554027; padding:7px 0; }

.content-cms { clear:both; float:left; width:950px; }
.left-cms { float:left; width:713px;  }
.right-cms { float:right; width:231px; }
.guide-pratique { padding-bottom:5px; }
.titre-page-cms { 
	color:#006222;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
	clear:both; margin:0; background:#c3e558; 
	}
.titre-page-cms span { margin-left:10px; }
.choix-aide { clear:both; float:left; width:100%; }
.choix-aide li { float:left; display:inline; list-style-type:none; margin:30px 8px 0 0 }
.bottom-aide { clear:both; padding-top:40px; font-size:11px; color:#000 }
.intro-first-visite { clear:both; padding-top:15px; font-size:12px; color:#554027 }
.menu-first-visite { clear:both; float:left; display:inline; width:100%; background:url(../images/bg-menu-aide.gif) bottom left repeat-x; }
.menu-first-visite li { list-style-type:none; float:left; display:inline; margin:0 20px 20px 20px; }
.menu-first-visite li a { display:block; background-position: 0 0; background-repeat:no-repeat; height:59px; }
.menu-first-visite li a:hover, .menu-first-visite li a.actif { background-position: 0 -59px; }
.menu-first-visite li a.creer-compte { background-image:url(../images/aide-creer-compte.gif); width: 107px; }
.menu-first-visite li a.trouver-produit { background-image:url(../images/aide-trouver-produit.gif); width: 104px; }
.menu-first-visite li a.gerer-panier { background-image:url(../images/aide-gerer-panier.gif); width: 100px; }
.menu-first-visite li a.passer-commande { background-image:url(../images/aide-passer-commande.gif); width: 130px; }
.left-first-visite { clear:both; float:left; width:225px; }
.right-first-visite { float:left; display:inline; margin-top:10px; margin-left:15px; width:450px; text-align:justify; font-size:11px; color:#000 }
.content-aide { clear:both; float:left; margin:0; width:711px; border:1px solid #b0d04a; border-top:0; padding-bottom:50px; }
.menu-services { float:left; width:168px; list-style-type:none }
.menu-services li { list-style-type:none }
.menu-services li.rubrique { 
	background:#C3E558 none repeat scroll 0 0;
	color:#006222;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	margin:20px 0 5px 0;
	padding-left:10px;
	}
.menu-services li a { margin-left:20px; font-size:11px; color:#656565; background:url(../images/puce-smenu.gif) 0 5px no-repeat; padding-left:8px; }
.right-services { float:left; display:inline; margin-left:25px; margin-top:20px; width:500px; }
.titre-rubrique-service { clear:both; font-size:14px; font-weight:bold; color:#006222; }
.content-service { font-size:11px; color:black;/* padding-bottom:20px;*/ }
.content-service p { padding-top:5px; padding-bottom:8px; }
.intro-contact { clear:both; font-size:11px; color:#000; }
.intro-contact p { padding-top:10px; padding-bottom:5px; }
.intro-contact p a { color:#000; text-decoration:underline; }
.form-contact { float:left; display:inline; margin-top:20px; margin-left:40px; width:600px; }
.form-contact li { clear:both; float:left; }
.form-contact li label { display:block; float:left; display:inline; margin-right:47px; width:250px; font-size:12px; font-weight:bold; }
.form-contact li label .obligatoire { color:#f6a018; }
.form-contact li .input-text { border:1px solid #ddcebc; padding:1px; width:250px; margin-right:40px; margin-bottom:20px; }
.form-contact li textarea { border:1px solid #ddcebc; width:545px; height:100px }
.footer-contact { clear:both; float:left; width:680px; margin-top:30px; border-bottom:1px solid #ece5e1; font-size:10px; }
.mention-service-commercial { float:left; }
.obligatoires { float:right; display:inline; margin-right:10px; color:#f6a018; }
.valider-contact { clear:both; padding-top:15px; width:680px; text-align:right; }
.photo-reponse-faq { float:left; display:inline; margin-right:10px; }
.content-partenaires { clear:both: float:left; width:710px; margin-top:20px; }
.partenaire { float:left; display:inline; margin-bottom:30px; width:355px; }
.photo-partenaire { float:left; width:128px; }
.detail-partenaire { float:left; display:inline; margin-left:10px; width:190px; color:#554027; font-size:11px; }
.lien-partenaire { display:block; padding-top:5px; float:right; color:#006222; text-decoration:underline; }
.title-daskboard { font-size:20px; font-weight:bold; color:#006222; border:0; }
.title-left-account { color:#fff; background:url(../images/bg-titre-guide.gif) 0 0 no-repeat; height:29px; padding-left:8px; }
.title-left-account h2 { font-size:14px; font-weight:bold; line-height:29px; color:#006222; }
.menu-compte { border:1px solid #c9da94; border-top:0; margin:0 1px 5px 1px; }
.menu-compte li { border-top:1px solid #fff; height:28px; line-height:28px; font-size:12px; color:#a6c547; background:#eaf3cd; padding-left:10px; }
.menu-compte li a { color:#006222; font-size:12px; }
.menu-compte li.current { background:#EAF3CD; color:#006222; font-weight:bold; }
.menu-compte li.current a { color:#fff; font-weight:bold; }
.picto-legende { float:left; display:inline; margin-top:10px; margin-left:10px; color:#006222; padding-left:25px; width:80px; }
#legende-facture { background:url(../images/picto-facture.gif) 0 0 no-repeat; }
#legende-suivi { background:url(../images/picto-suivi.gif) 0 0 no-repeat; padding-left:30px; width:75px; }
#legende-retour { background:url(../images/picto-retour.gif) 0 0 no-repeat; }
#legende-imprimer { background:url(../images/picto-imprimer.gif) 0 0 no-repeat; }
.dashboard .account-infos { margin-top:15px; }
.dashboard .account-infos .col2-set { float:left; width:696px; }
.dashboard .col2-set .col-1 { float:left; width:49%; border:1px solid #e6c9b9; border-top:0; background:#f7f1eb; min-height:90px }
.dashboard .col2-set .col-2 { float:right; width:49%; border:1px solid #e6c9b9; border-top:0; background:#f7f1eb; min-height:90px }
.dashboard .col2-set .title { float:left; display:inline; width:100%; border-bottom:1px solid #e6dad2; padding-bottom:5px; }
.dashboard .col2-set .title h4 { float:left; display:inline; margin-left:10px; margin-top:5px; font-size:11px; color:#006222; font-weight:bold; }
.dashboard .col2-set .title .modif-infos-link { float:right; display:inline; margin-right:10px; margin-top:5px; font-size:10px; color:#000; text-decoration:underline; }
.dashboard .col2-set .col-1 p, .dashboard .col2-set .col-2 p { font-size:11px; color:#000; line-height:17px; margin-left:10px; }
.dashboard .col2-set .col-1 p a { color:#000; text-decoration:underline; }
.adresses-dashboard { clear:both; float:left; width:695px; margin-top:20px; border:1px solid #e6c9b9; background:#f7f1eb; padding-bottom:10px; }
.adresses-dashboard .title { float:left; display:inline; width:100%; border-bottom:1px solid #e6dad2; padding-bottom:5px; }
.adresses-dashboard .title h4 { float:left; display:inline; margin-left:10px; margin-top:5px; font-size:11px; color:#006222; font-weight:bold; }
.adresses-dashboard .title .modif-infos-link { float:right; display:inline; margin-right:10px; margin-top:5px; font-size:10px; color:#000; text-decoration:underline; }
.adresses-dashboard .col-1 { float:left; display:inline; margin-left:10px; width:45%; }
.adresses-dashboard .col-2 { float:right; display:inline; margin-right:10px; width:45%; }
.adresses-dashboard h5 { font-size:11px; font-weight:bold; color:#000; margin-top:10px; }
.adresses-dashboard p { font-size:11px; color:#554027; line-height:16px; }
.page-title-account h2 { font-size:20px; color:#006222; font-weight:bold; }
.edit-infos-perso { float:left; margin-top:20px; width:287px; border:1px solid #e6c9b9; background:#f7f1eb; }
.edit-infos-perso h3 { border-bottom:1px solid #e6c9b9; background:url(../images/bg-account-title.gif) 0 0 repeat-x; height:28px; line-height:28px; padding-left:10px; color:#006222; font-weight:bold; font-size:11px; }
.edit-infos-perso .form-list { margin:10px; }
.edit-infos-perso .form-list li { clear:both; float:left; padding:3px 0; }
.edit-infos-perso .form-list li label { font-weight:bold; color:#000; font-size:11px; }
.edit-infos-perso .form-list li .input-text { border:1px solid #dccebb; padding:1px 0; width:180px; text-indent:2px; font-size:11px; color:#000; }
.edit-infos-perso .input-box { padding:3px 0; }
.change-parssord { clear:both; padding:15px 0; font-size:11px; color:#000; }
.change-parssord input { float:left; }
.change-parssord label { float:left; display:inline; margin-left:5px; font-weight:bold; }
.encart-change-password { float:left; margin:20px 0; width:695px; border:1px solid #e6c9b9; background:#f7f1eb; }
.encart-change-password h3 { border-bottom:1px solid #e6c9b9; background:url(../images/bg-account-title.gif) 0 0 repeat-x; height:28px; line-height:28px; padding-left:10px; color:#006222; font-weight:bold; font-size:11px; }
.encart-change-password .form-list { margin:10px; }
.encart-change-password .form-list li { clear:both; float:left; padding:3px 0; }
.encart-change-password .form-list li label { display:block; float:left; width:230px; font-weight:bold; color:#000; font-size:11px; }
.encart-change-password .form-list li .input-text { float:left; border:1px solid #dccebb; padding:1px 0; width:200px; text-indent:2px; font-size:11px; color:#000; }
.buttons-edit-infos { clear:both; float:left; width:100%; margin-top:5px; border-top:1px solid #ece5e1; padding-top:10px; }
.buttons-edit-infos .back-link { float:left; margin-top:10px; }
.buttons-edit-infos .bt-submit-infos { float:right; border:0; background:none; }
.content-adresses { float:left; display:inline; width: 100%; margin-top:20px; }
.content-adresses .col-1 { float:left; width:49%; }
.content-adresses .col-1 .encart-adresse { clear:both; float:left; width:100%; border:1px solid #e6c9b9; margin-bottom:15px; background:#f7f1eb; font-size:11px; color:#000; line-height:15px; padding-bottom:15px; }
.content-adresses .col-1 h4 { border-bottom:1px solid #e6c9b9; background:url(../images/bg-account-title.gif) 0 0 repeat-x; height:28px; line-height:28px; padding-left:10px; color:#006222; font-weight:bold; font-size:11px; }
.content-adresses .col-1 .encart-adresse div { margin:0 20px; padding-top:5px; }
.content-adresses .col-1 .encart-adresse div a { float:right; display:inline; margin-right:10px; font-size:11px; color:#000; text-decoration:underline; }
.content-adresses .col-2 { float:right; width:49%; border:1px solid #e6c9b9; margin-bottom:15px; background:#f7f1eb; font-size:11px; color:#000; line-height:15px; padding-bottom:15px; }
.content-adresses .col-2 h3 { font-size:14px; font-weight:bold; color:#006222; margin-left:10px; padding-top:10px; }
.content-adresses .col-2 div { margin-left:10px; padding-top:10px; font-weight:bold; }
.content-adresses .col-2 div button { display:block; float:right; display:inline; border:0; background:none; margin-right:10px; }
.encart-adresse-modif { clear:both; float:left; width:100%; margin-top:20px; border:1px solid #e6c9b9; background:#f7f1eb; font-size:11px; color:#000; line-height:15px; padding-bottom:15px; }
.encart-adresse-modif h3 { border-bottom:1px solid #e6c9b9; background:url(../images/bg-account-title.gif) 0 0 repeat-x; height:28px; line-height:28px; padding-left:10px; color:#006222; font-weight:bold; font-size:11px; }
.encart-adresse-modif .form-list { margin-left:20px; margin-top:10px; }
.encart-adresse-modif .form-list select { width:auto; }
.encart-adresse-modif .form-list input { border:1px solid #dccebb; padding:1px 0; color:#000; font-size:11px; padding-left:2px; }
.encart-adresse-modif .form-list input.checkbox { border:0; }
#form-validate .required { clear:both; padding-top:15px; }
.liens-adresse-sup { text-align:right; padding-top:5px; font-weight:bold; margin-right:10px; }
.liens-adresse-sup a { color:#8c756d; text-decoration:underline; }
.title-history-sales { clear:both; float:left; width:100%; }
.title-history-sales .title { float:left; width:420px; margin-top:30px; }
.title-history-sales .title h2 { font-size:20px; color:#006222; font-weight:bold; }
.title-history-sales .title p, .title-history-sales .title div { clear:both; font-size:11px; color:#000; line-height:15px; padding-top:15px; }
.title-history-sales .title div { float:left; width:100%; }
.title-history-sales .title div p { clear:none; float:left; display:inline; padding:0; }
.title-history-sales .title p.details-commande { padding-top:3px; }
.panneau-question { float:right; }
.entete-history-sales { clear:both; float:left; margin-top:15px; width:696px; border:1px solid #e6c9b9; background:url(../images/bg-account-title.gif) 0 0 repeat-x; height:28px; line-height:28px; }
.entete-history-sales p { float:left; display:inline; margin-left:10px; color:#006222; font-size:12px; font-weight:bold; }
.entete-history-sales .limiter { margin-left:0; }
.entete-history-sales .pager { width:300px; float:right; margin-top:-3px; font-size:11px; font-weight:bold; }
.entete-history-sales .pager .pages { float:left; margin-left:20px; margin-top:2px; color:#fff; position:relative; }
.entete-history-sales .pager .pages .label-page { float:left; display:inline; }
.entete-history-sales .pager .pages ol { float:left; display:inline; margin-left:2px; }
.entete-history-sales .pager .pages li { float:left; display:inline; margin-left:2px; }
.entete-history-sales .pager .pages a { color:#006222; }
.entete-history-sales .pager .pages .current { color:#006222; }
#my-orders-table { margin-left:1px; margin-bottom:15px; border:1px solid #E6C9B9 }
#my-orders-table a { color:#000; text-decoration:underline; }
#my-orders-table td { color:#000; padding:2px; }
.entete-detail-commande th { background:url(../images/bg-account-title.gif) 0 0 repeat-x; height:18px; color:#006222; }
.total-commande { float:right; clear:both; border:1px solid #e7ccbd; background:#eff5db; width:312px }
.total-commande div { clear:both; padding:7px 0; margin:0 20px; font-weight:bold; text-align:right; }
.total-commande div p.titre-total { float:left; color:#006222; font-size:12px; }
.adresses-detail-commande { clear:both; float:left; width:100%; margin:20px 0; }
.adresses-detail-commande .col-1 { float:left; width:224px; height:150px; border:1px solid #e6c9b9; background:#f7f1eb }
.adresses-detail-commande .col-1 h3, .adresses-detail-commande .col-2 h3 { background:url(../images/bg-account-title.gif) 0 0 repeat-x; height:28px; line-height:28px; font-size:12px; color:#006222; font-weight:bold; padding-left:10px; border-bottom:1px solid #e6c9b9; }
.adresses-detail-commande .col-1 div, .adresses-detail-commande .col-2 div { margin:10px; font-size:11px; color:#000; line-height:15px; }
.adresses-detail-commande .col-2 { float:left; display:inline; margin-left:10px; width:224px; height:150px; border:1px solid #e6c9b9; background:#f7f1eb }
.adresses-detail-commande .col-3 { float:left; display:inline; margin-left:10px; width:225px; }
.adresses-detail-commande .col-3 ul { float:left; width:100%; }
.adresses-detail-commande .col-3 ul li { float:left; display:inline; margin-top:25px; font-size:12px; padding-left:29px; width:70px; }
.adresses-detail-commande .col-3 ul li a { color:#006222; }
.adresses-detail-commande .col-3 ul li.facture { background:url(../images/picto-facture.png) 0 0 no-repeat; }
.adresses-detail-commande .col-3 ul li.imprimer { background:url(../images/picto-imprimer.png) 0 0 no-repeat; }
.adresses-detail-commande .col-3 ul li.retour { background:url(../images/picto-retour.png) 0 0 no-repeat; }
.adresses-detail-commande .col-3 ul li.suivi { background:url(../images/picto-suivi.png) 0 0 no-repeat; }
.imprimer-factures { text-align:right; color:#000; }
.imprimer-factures a { color:#000; }
.num-facture { font-size:13px; color:#006222; font-weight:bold; padding-bottom:10px; }
.articles-factures { font-size:12px; font-weight:bold; color:#000; padding-top:10px; }
.suivre-livraison { font-size:11px; }
.suivre-livraison a { color:#000; text-decoration:underline; }
.num-suivi { color:#000; font-size:11px; }
.form-list-newlsetter { float:left; margin-top:15px; color:#000; font-size:11px; }
.buttons-set-newsletter { float:right; margin-top:10px; }
.buttons-set-newsletter button { border:0; background:none; }
#content-rollover-panier #minicart-vide { font-size:11px; color:#554027; }


/* ----- Banni�re cat�gorie ----- */
.ensemble-packproduit {display:none}
#encart-principal-rayon { overflow:hidden; width:712px; height:236px; position:relative; }
#encart-principal-rayon .infobulle-rayon {background:#fff;z-index:101;border:2px solid #B4D64C;padding:10px;margin:-10px 0 0 10px}
#encart-principal-rayon #background-liste-ensembles {z-index:99;position:absolute;right:0;width:254px;height:236px;text-align:center;background:#000;
-moz-opacity:0.6;opacity: 0.6;filter:alpha(opacity=60);
}

.infobulle-rayon p.voir-produit-infobulle a {display:block;text-align:center;font-weight:bold;padding-top:2px;background:#B4D64C;width:110px;height:20px;color:#fff;margin-top:5px}
.infobulle-rayon p.nom-produit-infobulle a {color:#B4D64C;font-weight:bold}
.infobulle-rayon .photo-infobulle {text-align:center}

#encart-principal-rayon #liste-ensembles {z-index:100;position:absolute;right:0;width:254px;height:236px;text-align:center}

#encart-principal-rayon #liste-ensembles .liste-ensemble-img {height:170px;overflow:hidden}
#encart-principal-rayon #liste-ensembles ul li img {border:4px solid #fff;margin:0 0 10px 0}

#encart-principal-rayon #bord-liste-ensemble {/*z-index:95;*/position:absolute;float:right;margin:0 0 0 704px;width:8px;height:236px;text-align:center;background-color:#fff;cursor:pointer;background:url(../images/bord-packproduit-open.gif) no-repeat}

#encart-principal-rayon #fleche-haut {color:#fff;height:30px;margin:0;background:url(../images/packproduct-up.gif) center no-repeat;cursor:pointer}
#encart-principal-rayon #fleche-bas {color:#fff;height:30px;margin:0;background:url(../images/packproduct-down.gif) center no-repeat;cursor:pointer}



.page-title-wishlist { float:left; width:100%; }
.page-title-wishlist h2 { float:left; margin-top:90px; font-size:16px; color:#006222; font-weight:bold; }
.page-title-wishlist .panneau { float:right; }
.content-wishlist { clear:both; float:left; width:100%; margin-top:20px; }

#wishlist-table { border:1px solid #dfd3c6; }
#wishlist-table td { vertical-align:middle; text-align:center; color:#554027 }
#wishlist-table td textarea { width:250px; height:100px; padding:3px; font-size:11px; color:#554027; }
#wishlist-table .entete-detail-commande th { background:url(../images/bg-account-title.gif) 0 0 repeat-x; font-size:11px; font-weight:bold; padding:3px 0; border-top:1px solid #fff; border-bottom:1px solid #fff; color:#006222; text-align:center; }
#wishlist-table .product-image { display:block; border:1px solid #dfd3c6; }
#wishlist-table .product-name { text-align:center; }
#wishlist-table .product-name a { color:#000; font-weight:normal; font-size:11px; }
#wishlist-table .prix { text-align:center; font-weight:bold; color:#000; }
#wishlist-table .au-lieu { text-align:center; color:#000; font-size:10px; }
#wishlist-table .eco-taxe { text-align:center; color:#006222; font-size:10px; }
#wishlist-table textarea { border:1Px solid #dccdba; }
#wishlist-table button { border:0;background:none }
#wishlist-table .date-ajout { width:105px; }
.wishlist-ajouter-panier a { margin-top:5px; color:#000; text-decoration:underline; font-size:11px; }
.boutons-wishlist { clear:both; float:left; margin-top:20px; width:100%; border-top:1px solid #ece5e1; padding-top:10px; }
.boutons-wishlist .back-link { float:left; display:inline; margin-right:200px; }
.boutons-wishlist button { border:0; background:none; cursor:pointer }
.boutons-wishlist .bt-partager-list { float:left; display:inline; margin-left:195px; }
.boutons-wishlist .tout-ajouter-panier { float:left; display:inline; margin-left:20px; }
.boutons-wishlist .mettre-a-jour { float:left; display:inline; margin-left:20px; }
.form-share-wishlist { clear:both; float:left; width:100%; margin-top:20px; }
.form-share-wishlist label { color:#000; font-weight:normal; margin-bottom:5px; }
.form-share-wishlist textarea { border:1px solid #ddcebc }
.input-share-wishlist { display:block; margin-bottom:10px; border:1px solid #ddcebc; padding:1px; width:200px; }
.partager-liste { float:right; }


.page-title-wishlist { float:left; width:100%; }
.page-title-wishlist h2 { float:left; margin-top:90px; font-size:16px; color:#006222; font-weight:bold; }
.page-title-wishlist .panneau { float:right; }
.content-wishlist { clear:both; float:left; width:100%; margin-top:20px; }
#wishlist-table .product-image { display:block; border:1px solid #dfd3c6; }
#wishlist-table .product-name { text-align:center; }
#wishlist-table .product-name a { color:#000; font-weight:normal; }
#wishlist-table .prix { text-align:center; font-weight:bold; color:#000; }

.page-title-retour h3 { font-size:15px; color:#006222; font-weight:bold; }
.intro-retour { color:#000; font-size:11px; padding-top:10px; }
.intro-retour strong { text-decoration:underline; }
.souhaitez-retour { padding-top:20px; color:#000; font-weight:bold; }
.choix-retour { font-size:11px; color:#000; margin-left:10px; }
.choix-retour li { padding:2px 0; }
.choix-retour input { margin-right:5px; }


/*
	/retourcommande/index/index/order_id/
*/
.retour-ensemble-commande, .retour-article-commande { clear:both; float:100%; margin-top:20px; }

.table-retour { width:100%; }
.table-retour .entete th {padding-bottom:6px; color:#fff; font-weight:bold; background:url(../images/bg-account-title.gif) 0 0 repeat-x;}
.table-retour td {vertical-align:top}
.table-retour .entete th.table-retour-left, .table-retour td.table-retour-left {border-right:0}
.table-retour .entete th.table-retour-right, .table-retour td.table-retour-right {border-left:0}
.table-retour .entete th.table-retour-middle, .table-retour td.table-retour-middle {border-left:0; border-right:0}
.table-retour .input-box select,
.table-retour .input-file input,
.table-retour .input-box input,
.table-retour .input-box textarea {color:#000; font-size:.9em; font-family:Arial, Helvetica, sans-serif; border:1px solid #dccdba}
.table-retour .input-box textarea {width:396px; height:85px; padding:2px}
.retour-article-commande .table-retour .input-box textarea {width:346px; height:85px; padding:2px}

.consignes {padding-top:20px;}
.consignes p {color:#000}
.consignes small {padding-top:15px; display:block; clear:both; text-align:right;}
.buttons-edit-infos button {background:none; border:0; float:right; cursor:pointer}


/*
	tools
*/
.clear {clear:both; height:1px; font-size:.1em;}

/* 404 ================================================================================= */
.content-404 { position:relative; width:971px; height:620px; background:url(../images/bg-404.jpg) 0 0 no-repeat; }
.menu-404 { position:absolute; bottom:-3px; left:21px; }
.menu-404 li { float:left; display:inline; padding: 0 15px; height:40px; line-height:40px }
.menu-404 li a { color:#fff; font-size:11px; }
.logo-404 { position:absolute; left:30px; top:25px; }
.taupe-404 { position:absolute; top:245px; left:55px; }
.bois-404 { position:absolute; top:60px; left:430px; }
.newsletter-404 { position:absolute; left:700px; top:490px; width:228px; height:71px; background:url(../images/bg-news-404.png) 0 0 no-repeat; }
.newsletter-404 input { background:none; border:0; margin-left:24px; margin-top:35px; width:181px; padding:2px 0; color:#9c9c9c; }


.qty-cart { float:left; display: inline; margin-left:1px; margin-top:1px; border:1px solid #6e6e6e; text-align:center; width:15px; padding:2px 0; }
.btn-qty-cart { float:left; display:inline; width:11px; margin-left:2px; }
.btn-qty-cart a { display:block; height:12px; }
#long-description { position:relative; }
.logo-fsc { float:right; display:inline; margin-left:5px; }
.suppr-mini-cart { position: absolute; right:20px; margin-top:-1px; }
.intro-noitems { padding-top: 20px; font-size:12px; color:#000; }
.poursuivez-noitems { margin-top:40px; border-top:1px solid #ece5e1; padding-top:20px; text-align:right; margin-right:30px; }
.poursuivez-noitems a { color:#006222; text-decoration:underline; }
.form-list-billing a { color:#000; text-decoration:underline; }
#shipping-buttons-container .back-link { float:left; }
#shipping-buttons-container button { float:right; border:0; background:none; margin-top:10px; }
#shipping-method-buttons-container .back-link, #payment-buttons-container .back-link { float:left; }
#shipping-method-buttons-container button, #payment-buttons-container button { float:right; margin-top:10px; }
#checkout-review-table { border:1px solid #C9B097; color:#554027; }
#checkout-review-table thead th { background:#C3E558; color:#006222; font-weight:bold; padding:3px; }
#checkout-review-table tbody td { padding:5px; color:#554027; }
#checkout-review-table .product-name { font-size:12px; color:#554027; border:0; padding:0; }
#checkout-review-table tfoot th, #checkout-review-table tfoot td { color:#554027; padding:3px; }
.checkout-agreements .agreement-content { border:1px solid #E6C9B9; color:#554027; font-size:11px; }
.checkout-agreements .agree { color:#554027; font-size:11px; }
#review-buttons-container { color:#554027; font-size:11px; }
#review-buttons-container a { color:#554027; text-decoration:underline; }
#review-buttons-container button { float:right; border:0; background:none; }
#checkout-step-review { border-bottom: 1px solid #C9B097; }
#checkout-step-review .f-left { font-size:12px; font-weight:bold; }
.left-no-item { margin-top:20px; }
.left-no-item .page-title h2 { font-size:12px; color:#554027; font-weight:bold; }
.intro-success { padding:20px 0; font-size:12px; color:#554027; }
.text-success { padding-bottom:15px; font-size:11px; color:#554027; }
.text-success a { color:#554027; text-decoration:underline; }
.buttons-set-success { text-align:right; }
.buttons-set-success button { border:0; background:none; }
.page-title-send { clear:both; background:#c3e558; }
.page-title-send h2 { font-size:14px; font-weight:bold; color:#fff; padding-left:5px; height:24px; line-height:24px; }
.send-friend { padding-top:20px; }
.send-friend h3 { font-size:12px; color:#554027; font-weight:bold; text-transform:uppercase; }
.send-friend ul { margin-top:15px; }
.send-friend ul label { color:#554027;  }
.send-friend ul input.input-text, .send-friend ul textarea { color:#554027; border:1px solid #ddcebc }
#add_recipient_button { margin-top:20px; }
#add_recipient_button button { border:0; background:none; }
.bt-envoyer-mail { float:right; border:0; background:none; }
.compare-print { color:#8faa3a; padding:2px 0; font-size:10px; background:url(../images/bg-print-link.gif) top right no-repeat; padding-right:20px; }
#product_comparison { margin-top:20px; }
#product_comparison thead th.first { background:#fff; border:0; }
.top-compare { background:url(../images/bg-top-compare.gif) 0 0 repeat-x; border:1px solid #95b532; height:24px; font-size:14px; font-weight:bold; color:#fff; padding-left:10px; }
tbody.detail-product td { text-align:center; border-left:1px solid #95b532; border-right:1px solid #95b532; padding-bottom:10px; }
tbody.detail-product td.cell-1 { background:#f6faea; }
.remove-item-compare { float:right; display:inline; margin-right:5px; margin-top:5px; }
tbody.detail-product .product-name { height:40px; }
tbody.detail-product .product-name a { font-size:12px; font-weight:bold; color:#006222; }
tbody.detail-product .product-image { clear:both; margin-top:15px; }
tbody.detail-product .product-image img { border:1px solid #cae47b }
.compare-price { clear:both; padding-top:15px; padding-bottom:5px; font-weight:bold; }
.compare-price img, .compare-price p { display:inline; margin-left:5px; }
tbody.detail-product button { border:0; background:none; }
tbody.ligne-compare td, tbody.ligne-compare th { border:1px solid #95b532; padding:5px; font-size:11px; color:#000; }
tbody.ligne-compare tr.line-0 th, tbody.ligne-compare tr.line-0 td { background:#d4ef81 }
.buttons-set-compare { clear:both; padding-top:15px; text-align:right }
.page-title-logout { font-size:20px; color:#006222; font-weight:bold; }
.text-logout { padding-top:20px; font-size:12px; color:#000; padding-bottom:250px; }
.titre-maj { font-size:20px; color:#006222; font-weight:bold; }
.nbr-articles { display:block; float:left; width:25px; }
.article-name-minicart { display:block; float:left; width:145px; overflow:hidden; }
.action-coupons { border:0; background:none; margin-top:5px; margin-left:8px; }
.table-shipment { border:1px solid #E6C9B9 }
.table-shipment .entete-detail-commande th { color:#fff; padding:3px; font-weight:bold; border-bottom:1px solid #fff; font-size:12px; }
.table-shipment tbody td { color:#000; padding:5px; }
.buttons-set-compare button { border:0; background:none }
.content-compare { background:#fff; padding:10px; }
.credits { clear:both; background:#E3D5C8; padding-top:5px; color:#554027; }
.credits a { font-size:11px; color:#554027 }
.credits a:hover { text-decoration:underline; }
.invoice-table { border:1px solid #E6C9B9; color:#000 }
.invoice-table thead th { padding:3px; font-weight:bold; }
.invoice-table tbody td { padding:5px; }
.invoice-table tfoot td { padding:3px; }
.invoice-table tfoot tr.first td { padding-top:15px; }
.sales-order-printinvoice table { border:1px solid #E6C9B9; color:#000 }
.sales-order-printinvoice table thead th { padding:3px; background:#C3E558; font-weight:bold; color:#fff; }
.sales-order-printinvoice table tbody td { padding:5px; }
.sales-order-printinvoice table tfoot td { padding:3px; }
.sales-order-printinvoice table tfoot tr.first td { padding-top:15px; }
.num-commande-print { padding-top:20px; font-size:20px; color:#000; font-weight:bold }
.print-invoice { color:#000 }
.date-commande-print { padding-bottom:20px; }
.buttons-set-print { clear:both; text-align:right; padding-top:20px; }
.buttons-set-print button { border:0; background:none; }
.liste-maj-sale { color:#000; font-size:11px; }
.success-cheque { padding-top:15px; }


/*
	Landing page
*/
.content-landing-page { clear:both; float:left; display:inline; margin-top:15px; width:956px; }
.left-landing { float:left; width:712px; }
.produit-landing { clear:both; float:left; width:100%; margin-top:15px; }
.produit-landing .photo { float:left; width:313px; text-align:center; border:1px solid #e9e0d5; }
.produit-landing .photo img { background:#fff; padding: 25px 0; }
.right-produit-landing { float:right; display:inline; margin-right:20px; width:340px; }
.titre-coup-coeur { font-size:18px; color:#f7aa04; font-weight:bold; text-transform:uppercase; }
.titre-produit-landing { padding-top:10px; }
.titre-produit-landing a { font-size:14px; color:#006222; font-weight:bold; }
.descrip-produit-landing { color:#000; font-size:11px; text-align:justify }
.lien-detail-landing { padding-top:5px; }
.lien-detail-landing a { font-size:11px; color:#000; text-decoration:underline; background:url(../images/landing/puce-savoir-plus.gif) 0 5px no-repeat; padding-left:10px; }
.montage-landing-page { clear:both; float:left; margin-top:5px; }
.montage-landing-page li { float:left; display:inline; margin-right:15px; font-size:12px; color:#00732a; padding:4px 0 2px 23px; }

.montage-landing-page li span { position:absolute; display:none; margin-top:12px; background:#fff; z-index:10; border:5px solid #006222; padding:5px; font-size:11px; }
.montage-landing-page li span strong { display:block; }

.montage-landing-page li.titre-rubrique { padding-left:0; font-weight:bold; margin-right:5px; }
.montage-landing-page li.personnes { background:url(../images/landing/picto-personnes.gif) 0 3px no-repeat; }
.montage-landing-page li.duree { background:url(../images/landing/picto-chrono.gif) 0 0 no-repeat; }
.montage-landing-page li.difficulte { background:url(../images/landing/picto-difficulte.gif) 0 4px no-repeat; padding-left:28px; }
.quantite { clear:both; float:left; margin-top:10px; width:100px; }
.quantite .label-qte { float:left; margin-top:3px; font-size:11px; color:#37732a; }
.quantite .input-qte { float:left; display:inline; margin-left:10px; margin-top:1px; }
.quantite .input-qte input { border:1px solid #6e6e6e; width:20px; text-align:center; padding:2px 0; }
.quantite .bt-qte { float:left; display:inline; margin-left:5px; width:11px; }
.quantite .bt-qte a { display:block; height:12px; }
#dispo { float:left; display:inline; margin-top:10px; margin-left:15px; padding:4px 0 3px 30px; color:#006222; font-weight:bold; }
.en-stock { background:url(../images/landing/dispo-vert.gif) 0 0 no-repeat; }
.prix-landing { clear:both; float:left; margin-top:5px; width:140px; }
.prix-landing .prix-cheloux { background:url(../images/bg-prix-moment.gif) 0 0 no-repeat; height:61px; text-align:center; }
.prix-landing .prix-cheloux .prix, .prix-cheloux .prix-special  { color:#fff; padding-top:5px; font-size:20px; }
.prix-landing .prix-cheloux .au-lieu { color:#fff; }
.prix-landing .prix { font-size:22px; color:#006222; font-weight:bold; background:url(../images/landing/puce-coup-coeur.gif) 0 8px no-repeat; padding-left:22px; }
.prix-landing .au-lieu { font-size:12px; color:#000; }
.bt-ajouter-landing { float:left; display:inline; margin-top:10px; }
.bt-ajouter-landing button { border:0 }
.text-landing-page { clear:both; padding-top:20px; font-size:12px; color:#000; }
.autres-produits-landing { clear:both; float:left; width:100%; margin-top:15px; }
.autre-landing { float:left; display:inline; width:207px; padding:0 15px; background:url(../images/landing/bg-autre.gif) top right repeat-y; }
.autre-landing .nom-produit-autre { text-align:center; }
.autre-landing .nom-produit-autre a { font-size:12px; color:#006222; font-weight:bold; }
.photo-autre-produit { padding-top:15px; text-align:center; }
.descrip-autre-produit { padding-top:5px; font-size:11px; color:#000; }
.lien-descrip-autre a { font-size:11px; color:#000; background:url(../images/landing/puce-savoir-plus.gif) 0 5px no-repeat; padding-left:10px; text-decoration:underline; }
.prix-autre-produit { float:left; width:100%; text-align:center; margin-top:10px; }
.prix-autre-produit .prix-cheloux { background:url(../images/bg-prix-moment.gif) 0 0 no-repeat; margin-left:40px; width:134px; height:61px; text-align:center; }
.prix-autre-produit .prix, .prix-cheloux .prix-special  { color:#fff; padding-top:5px; font-size:20px; }
.prix-autre-produit .prix-cheloux .au-lieu { color:#fff; }
.prix-autre-produit .prix { color:#000; }
/*.prix-autre-produit p { display:inline; }
.prix-autre-produit p.prix-barre { background:url(../images/landing/puce-coup-coeur.gif) 0 0 no-repeat; padding-left:22px; font-size:12px; font-weight:bold; color:#010101; text-decoration:line-through; }
.prix-autre-produit p.prix { margin-left:20px; font-size:12px; font-weight:bold; color:#010101; }*/
.prix-autre-produit p.ecotaxe { display:block; font-size:10px; color:#006222; }
.ajouter-autre { clear:both; padding-top:10px; text-align:center; }
.ajouter-autre button{ border:0 }
.voir-tous { clear:both; float:left; margin-top:20px; width:100%; height:43px; line-height:43px; text-align:center; background:url(../images/landing/bg-voir-autres.gif) 0 0 repeat-x; }
.voir-tous a { text-align:left; font-size:12px; font-weight:bold; color:#006222; text-decoration:underline; }
.voir-tous a span { background:#fff url(../images/landing/left-lien-voir-tous.gif) 0 0 no-repeat; width:16px; padding:4px 0 4px 20px; }
.voir-tous a span span { background:#fff url(../images/landing/right-lien-voir-tous.gif) top right no-repeat; padding:4px 10px 4px 0; text-decoration:underline; }
.right-landing { float:right; width:234px; }
.video-landing { padding-top:10px; }
.produits-lies-video { padding-top:10px; }
.produits-lies-video li { margin-left:15px; }
.produits-lies-video li a { color:#000; font-size:11px; text-decoration:underline; background:url(../images/landing/puce-lien-video.gif) 0 5px no-repeat; padding-left:8px; }
.produits-lies-video li.titre { font-size:12px; color:#006222; font-weight:bold; margin-left:0; }

/* page tous nos produits*/
.liste-tous-nos-produits { padding-left:2px;}
.liste-tous-nos-produits a { text-decoration:none;}
.liste-tous-nos-produits a:hover { text-decoration:underline;}
.liste-tous-nos-produits table { width:708px; margin-bottom:20px; }
.liste-tous-nos-produits td.titre { width:344px; border:1px solid #000; background:#000; height:28px; text-align:center; vertical-align:middle; }
.liste-tous-nos-produits td.titre a {font-weight:bold; color:#fff; font-size:14px;}
.liste-tous-nos-produits td.espace { width:16px; }
.liste-tous-nos-produits td.liste { width:344px; border:1px solid #000; border-top:0; padding-bottom:8px;}
.liste-tous-nos-produits td.liste ul { margin: 14px 0 0 13px; float:left; display:inline; width:173px;}
.liste-tous-nos-produits td.liste li { padding-left: 18px; margin-bottom:12px; background: url(../images/fleche-noire-liste.gif) left 4px no-repeat; display: inline; float:left; clear:both; width:100%;}
.liste-tous-nos-produits td.liste a {font-weight:bold; color:#000; font-size:11px;}
.liste-tous-nos-produits td.liste .img-prod { width:140px; height:145px; float:left; padding-top:30px;}
.liste-tous-nos-produits td.liste .img-prod img { width:140px; height:145px; }

/* ----- Produit moment liste ----- */
.product-moment-list { float:left; width:712px; margin-top:20px; }
.content-product-moment { float:left; width:100%; background:url(../images/bg-product-moment.gif) bottom left no-repeat; padding-bottom:20px; }
.content-product-moment .product-moment-photo { float:left; display:inline; margin:20px; position:relative; }
.detail-produit-moment { float:left; display:inline; margin-top:20px; width:350px; }
.detail-produit-moment h3 a { font-size:14px; font-weight:bold; color:#000; }
.action-produit-moment { float:left; display:inline; margin-top:20px; margin-left:20px; width:134px; text-align:center; }
.action-produit-moment .prix-produit-moment .prix { font-size:20px; font-weight:bold; }
.action-produit-moment .ajouter-produit-moment button { border:0; background:none; width:133px; }

.produit-moment-type2 { clear:both; float:left; width:354px; }
.produit-moment-type2 .content-product-moment { width:340px; border: 7px solid #aecd4a; background:none; }
.produit-moment-type2 .product-moment-photo { margin:10px; position:relative; }
.produit-moment-type2 .product-moment-photo .picto-promo { position:absolute; top:0; left:0; }
.produit-moment-type2 .detail-produit-moment { width:120px; margin-top:10px; }
.produit-moment-type2 .action-produit-moment { clear:both; float:left; width:100%; margin-top:20px; }
.produit-moment-type2 .action-produit-moment .prix-produit-moment { float:left; display:inline; margin-left:10px; width:134px; }
.produit-moment-type2 .action-produit-moment .ajouter-produit-moment { width:136px; margin-top:20px; margin-left:20px; float:left; }
.produit-moment-type2 .action-produit-moment .ajouter-produit-moment button { width:136px; border:0; }
#products-list-type-2 { float:left; width:712px; }
#products-list-type-2 td { padding:20px 0; width:134px; border-bottom:1px dashed #939393; }
#products-list-type-2 .product-photo { width:132px; height:132px; position:relative; margin:0; }
#products-list-type-2 .product-name { clear:both; padding-top:5px; text-align:left; margin:0 5px; height:53px; line-height:17px; width:134px; }
#products-list-type-2 .product-name a { color:#000; }
#products-list-type-2 .product-prix { padding-top:5px; height:65px; width:134px; }
#products-list-type-2 .product-prix .prix { font-size:20px; color:#000; font-weight:bold; }
#products-list-type-2 .product-prix .prix-special { font-size:20px; color:#000; font-weight:bold; padding:0; }
#products-list-type-2 .product-prix .au-lieu { font-size:12px; color:#939393; }
#products-list-type-2 .product-prix .eco-taxe { font-size:10px; }
#products-list-type-2 .bt-ajout-panier { float:left; padding:0; width:136px; height:50px; text-align:left; }
#products-list-type-2 .bt-ajout-panier button { border:0;  width:136px; background:none; float:left; }
#products-list-type-2 .add-to-links { width:135px; font-size:11px; color:#484747; text-transform:uppercase; text-align:center; font-weight:bold; }
#products-list-type-2 .add-to-links li { width:135px; }
#products-list-type-2 .add-to-links input { margin-right:3px; }

.loading_compare { background:url(../images/loading_compare.gif) center center no-repeat; display:none; height:16px; width:134px; position:absolute; }

.affiner-search { clear:both; float:left; width:222px; border:4px solid #000; margin-bottom:10px; }
.affiner-search .titre { background:#000; height:22px; }
.affiner-search .content-affiner { padding:5px 15px; }
.affiner-search .content-affiner p { margin-bottom:5px; }
.affiner-search .content-affiner p a { color:#000; font-size:11px; }
.affiner-search .block-content { padding:5px 0; }
.affiner-search .block-content dt { background:#a4c246; font-size:10px; padding:0 15px; }
.affiner-search .block-content dd { padding:3px 0; font-size:10px; }
.affiner-search .block-content dd a { color:#000; padding:0 15px; }
.affiner-search h3 { padding:0 15px; }
.affiner-search ol { padding:5px 15px; font-size:11px; }
.affiner-search .actions { padding:0 15px; }
.affiner-search .actions a { font-size:11px; color:#000; text-decoration:underline; }

.block-compare-content { clear:both; float:left; width:222px; border:4px solid #000; margin-bottom:10px; }
.block-compare-content .title-compare { background:#000; height:22px; line-height:22px; padding-left:10px; font-size:12px; color:#fff; font-weight:bold; }
.block-compare-content .block-content { padding:5px 15px; }
.block-compare-content .block-content ol { clear:both; float:left; width:195px }
.block-compare-content .block-content ol li { clear:both; float:left; width:100%; padding:5px 0; }
.block-compare-content .bottom-compare { display:none; }
.block-compare-content .block-content a { font-size:11px; color:#000; }
.block-compare-content .block-content .delete-compare { float:left; }
.block-compare-content .block-content .product-compare { float:left; display:inline; margin-left:5px; width:170px; }
.block-compare-content .block-content .actions { clear:both; padding:5px 0; }
.block-compare-content .block-content .actions a { text-decoration:underline; }

.kwixoproduct {background:url(../images/kwixopaiement.jpg) 0 0 no-repeat; width:162px; height:80px; margin:0 auto;}
.kwixocart {background:url(../images/kwixocart.png) 0 0 no-repeat; width:162px; height:80px; margin-left:163px;;}
.kwixonepage {background:url(../images/fianet/logo_paiementCr.gif) 0 0 no-repeat; width:162px; height:80px; margin-left:0px;;}


th.gdtotal strong {font-size:15px; color:#000; }
th.estimate-shipping {font-size:14px!important; color:#000!important; font-weight:bold; }
th.taxtitle {font-size:12px!important; color:#000!important; font-weight:normal; }
#checkoutSteps td.a-right.last{text-align:left!important;}
.cart tr.tax-total-line {display:none;}

span.cgvaccept{font-size:11px; font-weight: bold;}
.cgvblock{text-align:right; margin-right:20px;}

#my-orders-table .lien-recent { color:#554027; text-decoration:underline; }
#payment_form_cash .input-box { width:630px; }
