

/**
 * 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.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
/** { margin:0; padding:0; }*/

body          { margin:0px;	padding:0px; font-family:Arial, Helvetica, sans-serif;	font-size:12px;}

img           { border:0; vertical-align:top; }

a             { color:#1ab8aa; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Import des polices */

/*@font-face{
    font-family:"Cosmos";
    src:url("../font/Cosmos-Light.ttf") format('opentype');
}
*/

@font-face{
	font-family:Quicksand_Book;
	src:url("../font/Quicksand_Book.otf");
}

@font-face{
	font-family:cosmos-medium;
	src:url("../font/cosmos-medium.ttf");
}

@font-face{
	font-family:Dolly-Italic;
	src:url("../font/Dolly-Italic.ttf");
}
@font-face{
    font-family:"Gotham-medium-condensed";
	src:url("../font/Gotham-Book.ttf");
}

/* Headings */
h1          { /*font-size:2em;*/font-size:16px; font-weight:bold; /*line-height:1.15;*/ color:#36d5c7; }
h2          { /*font-size:1.5em; line-height:1.25; margin-bottom:.45em;*/
	border-left:3px solid #0258a1;
	color:#36d5c7;
	text-transform:uppercase;
	padding-left:5px;
	font-size:15px;
	font-weight:lighter;
 }
h3          { /*font-size:1.35em; line-height:1.25; margin-bottom:.45em;*/
	font-size:14px;
	color:#47bfb3;
	margin-top:0px;
 }

h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ /*border-spacing:0;*/ empty-cells:show; font-size:100%; }
caption,th,td { /*vertical-align:top;*/ text-align:left; font-weight:normal; }
.j2t-product-block-right { width:80px;word-wrap: break-word; }

/* Content */
p             { margin:0 0 1em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { /*list-style:none; */}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:1020px; margin:15px auto 0; text-align:left; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {}
.main { background:#fff;/* border:1px solid #bbb;*/ border-top:0; border-bottom-color:#666; /*padding:16px 16px 50px;*/ min-height:350px; width:1020px; }

/* Base Columns */
.col-left { float:left; width:200px; padding:0 0 1px; }
.col-main { float:left; width:800px; padding:0 0 1px 20px; }
.col-right { float:right; width:220px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .main { padding:16px 30px 40px; }
.col1-layout .col-main { float:none; width:auto; padding:0 0 1px 0; }

/* 2 Columns RIGHT Layout */
.col2-left-layout .col-main { float:right; display:block;}
/*.col2-right-layout .col-main { }
.col2-right-layout .main { padding:16px 30px 40px; }*/
.col2-right-layout .main { padding-top:16px; padding-left:0; padding-right:0; padding-bottom: 40px;}
.col2-right-layout .col-main {float:right;}
.col2-right-layout .breadcrumbs {margin-bottom:15px; margin-left:-270px; margin-top:-16px;}
.col2-right-layout .sidebar {padding-top:20px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:452px; }
.col3-layout .col-wrapper { float:left; width:689px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-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/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:1px 5px; }
select.multiselect option:last-child { border-bottom:0; }
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 { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { float:left; height:28px; /*background:transparent url(../images/bkg_btn.png) 0 0 no-repeat;*/ padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
button.button span span { background-position:100% 0; padding:0 15px 0 9px; }
button.disabled span { color:#bbb !important; }

/*button.btn-cart span {}*/
button.btn-checkout span { height:28px; border:0;/* background-image:url(../images/btn_checkout.gif);*/ padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#000000; }
button.btn-checkout span span { padding:0 40px 0 34px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#cfcfcf; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 6px; list-style:none; }
.form-list label { float:left; color:#555; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-7px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:275px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:254px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }


.form-list .customer-dob .dob-month-edit,
.form-list .customer-dob .dob-day-edit { float:left; width:91px; }



.form-list .customer-dob input.input-text { display:block; width:74px; }


#checkoutSteps div.dob-month-edit, #checkoutSteps div.dob-year-edit, .form-list .customer-dob .dob-day-edit { float:left; width:60px; }
#checkoutSteps div.dob-day-edit input.input-text, #checkoutSteps div.dob-month-edit input.input-text, #checkoutSteps div.dob-year-edit input.input-text {
    width: 50px;
	display:block;
}

.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:60px; }
#co-billing-form .form-list .customer-dob .dob-year input.input-text { width:60px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0;font-size:16px;}
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:5px 7px 0 0; }

.fieldset { margin:0 10px 25px; }
.fieldset .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; clear:both; }

.fieldsetp { width:350px;margin:0 10px 25px; }
.fieldsetp .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; /*background:url(../images/validation_advice_bg.gif) 2px 3px no-repeat;*/ color:#eb340a; }

#div_edit_adresse #advice-validate-custom-day, #div_edit_adresse #advice-validate-custom-month, #div_edit_adresse #advice-validate-custom-year{ clear:both; display:none; }


.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; padding:4px 12px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs a { color:#7f7f7f; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 16px; }
.page-title h1 { font-size:23px; font-weight:normal; margin:0px; }
.page-title h2 { font-size:23px; font-weight:normal; margin:0px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }

/* Pager */
.pager { font-size:11px; background:#fff;padding:4px 8px; border-top:1px solid #ddd; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff; padding:3px 8px; border-top:1px solid #ddd; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { display:none;}
.toolbar .pager { padding:3px 8px; }
.toolbar .sorter {}
.toolbar-bottom { display:none;}

/* Data Table */
.data-table { width:100%; }
.data-table tr.odd  { background:#fff }
.data-table tr.even { background:#fcfcfc; }
.data-table tr.last th { border-bottom:0 !important; }
.data-table th { padding:2px 8px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a { color:#fff; }
.data-table td { padding:3px 8px; }

.data-table thead,
.data-table thead tr { background:#e9e9e9; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr { background-color:#f3f3f3 !important; }
.data-table tbody th { padding:3px 8px; font-size:11px; font-weight:bold; text-transform:none; white-space:normal; }
.data-table tbody th{ border-bottom:1px solid #d9dde3; }
.data-table tbody td,.data-table tr.last td  { border-bottom:1px dotted #d9dde3; }
.data-table tfoot strong { font-size:14px; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; /*background:url(../images/bkg_collapse.gif) 0 4px no-repeat;*/ cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; /*background:url(../images/bkg_collapse.gif) 100% 4px no-repeat;*/ cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }

.std p, .std ul { font-size:12px; font-family:Verdana,Arial,Helvetica; color:#777777; }

/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; border-right:none;}

.link-cart { font-weight:bold; color:#d62502; }
.link-wishlist { color:#444; }
.link-reorder {}
.link-compare {}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; /*background:url(../images/btn_remove.gif) 0 0 no-repeat;*/ text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; /*background:url(../images/i_notice.gif) 20px 50% no-repeat;*/ }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:11px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */

.logo { float:left; }

#header-drapeaux{
width:1020px;
height:20px;
text-align:right;
z-index:3;
}

#drapeaux{
/*width:252px;*/
/*width:35px;*/
width:152px;
height:20px;
text-align:right;
float:right;
/*background-image:url(../images/header-top.jpg);
background-repeat:repeat-x;*/
z-index:100;
position:relative;
}

#header-select-other-website{
	padding-top:22px;
	display:none;
}

#header-select-website {
    float:left;
    font-size:Arial;
    font-size:11px;
    color:#666666;
    text-align: left;
    background-color:#FFFFFF;
    box-shadow:1px 1px 12px #ddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#dddddd,Strength=2);
	padding:4px 5px 3px 5px ;
	width:138px;
	height:auto;
	/*margin-top:-5px;*/
	z-index:100;
}

a#header-select-language-link {
    color:#346FA5!important;
    font-weight:bold;
    text-decoration: underline!important;
}

#div-fleche-switch{
	height:10px;
	float:left;
	width:15px; 
	margin-top:5px;
}


#header-select-website a {
    color:#666666;
}


#drapeaux #flag-header {
    margin-left:15px;
    margin-right:11px;
}

#drapeaux #select-language {
    width:80px;
}

#drapeaux #select-language:selected {
    color:#346fa5;
}

#liens-top-header{
float:left;
height:20px;
/*width:765px;*/
/*width:985px;*/
width:865px;
text-align:right;
padding-top:2px;
}

#liens-top-header a, #liens-top-header a:hover{
	color:#666666;
	text-decoration:none;
}

.header { /*margin:0 0 12px;*/
	width:1020px;
	/*height:123px;*/
	height:93px;
	/*padding-top: 10px;*/
	/*background-image:url(../images/entete.jpg);
	background-repeat:no-repeat;*/
	z-index:2;
	 }
.header .logo { /*float:left; text-decoration:none !important;*/
	width:305px;
	/*height:95px;*/
	float:left;
	padding-top:4px;
	margin:0px;
	/*padding-left:11px;*/
 }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.header .top-promo { float:left; width:117px; height:30px; margin:12px 10px 0; background:url(../images/bkg_top-promo.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }


#video_banner {
	float:left;
	width:320px;
	padding-right: 15px;
	padding-top:10px;
	/*height:82px;
	margin-top:32px;*/
}

#header_recherche{
	float:left;
	width:220px;
	margin-top:40px;/*26px;*/
	padding-right:10px;
}


#header_recherche input[type="text"] {
    height: 17px;
    width: 150px;
	border:1px solid #aaaaaa;
}

#header_recherche input[type="submit"] {
    background: url("../images/bt-ok.jpg") repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 25px;
    margin-left: 6px;
    width: 28px;
}

#header_panier{
	float:left;
	width:140px;
	margin-top:36px;/*22px;*/
}



#compte_panier_recherche {
	/*width:243px;*/
	width:180px;
	/*height:123px;*/
	height:103px;
	float:left;
	font-size:10px;
}

#compte {
	/*width:243px;*/
	width:180px;
	height:20px;
	/*padding-right:25px;
	color:#25bcad;*/
	color:#666666;
}
#compte_icone {
	float:left;
	/*margin-left:50px;*/
	padding-left:75px;
	margin-top:6px;
}
#compte_text {
	float:right;
	padding-top:2px;
	/*padding-top:11px;*/
	padding-right:10px;
	letter-spacing:1px;
}
#compte_text a {
	color:#666666;
	text-decoration:none;
}
#panier {
	/*width:243px;*/
	width:180px;
	height:20px;
	text-align:right;
	/*padding-right:25px;*/
	color:#666666;
}
#panier_icone {
	float:left;
	margin-left:75px;
	/*padding-top:2px;*/
}


#logo_panier{
	float:left;
	width:35px;
	text-align:left;
	padding-right:5px;
	padding-left:5px;
}

#titre_panier{
	text-transform:uppercase;
	font-size:12px;
}

#panier_text {
	float:right;
	/*padding-top:4px;*/
	width:95px;
	letter-spacing:1px;
	font-size:11px;
	text-align:right;
	color:#336ea4;
}

#panier_text a {
	text-decoration:none;
	color:#336ea4;
}


#header_newsletter {
	width:180px;
	/*height:31px;*/
	height:20px;
	text-align:right;
	color:#666666;
}
#header_newsletter_text {
	float: right;
    letter-spacing: 1px;
    padding-right: 15px;
}
#header_newsletter_text a {
	color:#666666;
	text-decoration:none;
}


/********************************* PANIER AJAX ******************************/
#panier_ajax{
	position:absolute;
	z-index:1000;
	width:230px;
	/*left:910px;*/
}

#panier_ajax .texte-detail-titre-product-col-right{
	text-align:left;
}

#panier_ajax #footer-panier-hover{
	text-align:left;
	padding-left:8px;
}

#panier_ajax .texte-detail-product-col-right{
	width:139px;
	float:left;
	padding-left:10px;
	padding-right:5px;
}

#panier_ajax .supprimer-product-col-right{
	width:10px;
	float:left;
	text-align:right;
	padding-top:23px;
}

.checkout-cart-index #panier_ajax{
	display:none;
}

.checkout-onepage-index #panier_ajax{
	display:none;
}

#panier_ajax #footer-col-right-panier button#maj_panier {
    background-image: url("http://www.etatpur.com/skin/frontend/default/mytheme/images/btn-modifier-panier-col-right.jpg");
    background-repeat: no-repeat;
    border: 0 none;
    color: white;
    cursor: pointer;
    height: 36px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 214px;
}

/****************************** FIN PANIER AJAX ************************/



/****************************** ROLL ON PANIER ************************/
#footer-panier-hover{
	background-repeat:no-repeat;
	background-image:url('../images/fond-footer-hover-panier.png');
	height:48px;
}

#content-panier-hover{
	background-repeat:repeat-y;
	background-image:url('../images/fond-hover-panier.png');
	padding-left:8px;
}

#header-panier-hover{
	background-repeat:no-repeat;
	background-image:url('../images/fond-header-hover-panier.png');
	height:27px;
}



#header_panier .ul_panier_hover, #header_panier .ul_panier_hover li{
	list-style:none;
	margin:0;
	padding:0;
}


#header_panier .ul_panier_hover li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	padding-top:33px;
	margin-left:-73px;
}

*+html #header_panier .ul_panier_hover li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	padding-top:20px;
	margin-left:-73px;
}

#header_panier .ul_panier_hover:hover li ul{
	display:block;
}
#header_panier .ul_panier_hover #panier_ajax{
	margin-left:10px;
}
/****************************** FIN ROLL ON PANIER ************************/




.form-search {
	float:right;
	/*width:243px;
	height:31px;*/
	text-align:right;
	padding-right: 10px;
	/*padding-right:25px;*/
	color:#666666;
	/*padding-top:7px;*/
}
#search{
color:#666666; font-size:10px; letter-spacing:1px; padding:3px; padding-left:5px; border:1px solid #c5e2df;
}
.quick-access { /*background:#444; color:#fff; padding:7px 13px; text-align:right;*/
	/*background-image:url(../images/fond-menu.jpg);
	background-repeat:no-repeat;*/
	background-color:#346fa5;
	width:1020px;
	height:21px;
	/*height:21px;
	margin-bottom:11px;*/
	z-index: 5;
	/*margin-top:5px;*/
	margin-bottom:20px;
 }
.quick-access ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	height:21px;
	z-index: 5;
}
.quick-access ul li {
	float:left;
	min-height:21px;
	width: 200px;	
	position: relative;
	z-index: 5;
}
.quick-access ul li a {
	color:#ffffff;
	text-decoration:none;
	width:100%;
	/*height:25px;
	height: 18px;*/
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	height:18px;
	/*padding-top:7px;*/
	z-index: 5;
	text-transform:uppercase;
}

.quick-access ul li :hover {
	background-color:white;
}

.quick-access ul li a:hover {
	color:#346fa5;
	text-decoration:none;
	width:100%;
	height:18px;
	/*height:25px;
	height: 18px;*/
	display:block;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	/*padding-top:7px;*/
	z-index: 5;
	text-transform:uppercase;
}

.quick-access ul li ul li a:hover {
	text-align: left;
	text-decoration:none;
	height:auto;
	min-height:23px;
	vertical-align: middle;
	display:block;
	font-size:11.5px;
	font-weight:normal;
	/*padding-top:7px;*/
	z-index: 5;
	background-color:#448aca;
	padding-left:14px;
	width:auto;
	text-transform:none;
	padding-top:8px;
}

.quick-access ul li ul li a{
	text-align: left;
	text-decoration:none;
	height:auto;
	min-height:23px;
	vertical-align: middle;
	display:block;
	font-size:11.5px;
	font-weight:normal;
	z-index: 5;
	background-color:#346fa5;
	padding-left:14px;
	width:auto;
	text-transform:none;
	padding-top:8px;
}



/*.quick-access ul li a:hover {
	text-decoration:underline;
	z-index: 5;
}*/
.quick-access ul li ul {
	display: none;
	color: #ffffff;
	z-index:2;
	position:absolute;
	left:0% ;
	list-style-type:none;
	background-color: #346fa5;
	margin-top:0px;
	/*padding:0;*/
	z-index: 5;
}
.quick-access ul li ul li{
	background-color: #346fa5;
	vertical-align: middle;
	/*padding:0;*/
	/*background-image:url(../images/fleche-menuH-li.png);
	background-repeat:no-repeat;*/
	z-index: 5;
}

.quick-access ul li ul li a:hover{
	color:white;
}


.quick-access ul li:hover>ul 
{
	display: block;
	z-index: 5;
}

.quick-access ul li#menu0 {width: 165px;}
.quick-access ul li#menu2 { width:202px;}
.quick-access ul li#menu3 { width:136px;}
.quick-access ul li#menu4 { width:166px; }
.quick-access ul li#menu5 { width:151px;}




.quick-access ul li#menu0 ul li { width:165px; height:auto; min-height:21px;}
.quick-access ul li#menu2 ul li { width:202px; height:auto; min-height:21px;}
.quick-access ul li#menu3 ul li { width:136px; height:auto; min-height:21px;}
.quick-access ul li#menu4 ul li { width:166px; height:auto; min-height:21px;}
.quick-access ul li#menu5 ul li { width:151px; height:auto; min-height:21px;}



 
.quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
.quick-access .form-language { float:left; }
.quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
.quick-access .form-language select { padding:0; }
.quick-access .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.quick-access .links { padding-left:8px; }
.quick-access .links,
.quick-access .links li { display:inline; }
.quick-access .links li { padding:0 4px 0 1px; }
.quick-access .links a { color:#ddd; }
.quick-access .links a { padding:0 7px 0 0; background:url(../images/bkg_pipe1.gif) no-repeat 100% 50%; }
.quick-access .links li.last a { padding:0; background:none; }

.top-bar { padding:3px 12px 2px 12px; border:1px solid #bbb; border-bottom-color:#dedede; background:#efefef; line-height:21px; }
.top-bar .breadcrumbs { float:left; width:580px; overflow:hidden; }
/*.form-search { float:right; }
.form-search label { float:left; font-size:12px; font-weight:bold; padding:0 5px 0 0; }
.form-search input.input-text { float:left; width:212px; margin-right:5px; }
.form-search button.button { float:left; }
.form-search button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:21px; }
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #999; background-color:#f9f5f0; }
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#f6f6f6; }
.form-search .search-autocomplete li.selected { background-color:#ecf9ea; }*/

.header-container .top-container { padding:5px 12px; background:#fff; border:1px solid #bbb; border-width:0 1px 1px; text-align:right; }

/********** < Navigation */
.nav-container {}
#nav { float:left; margin:15px 0 0 15px; font-size:12px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:uppercase; text-align:left;	}
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/* 0 Level */
#nav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; }
#nav li.active a { color:#444; }
#nav a { float:left; background:url(../images/bkg_nav_top.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#444; }
#nav li.over,
#nav li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }

/* 1st Level */
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#nav ul li.parent { background:url(../images/bkg_nav_parent.gif) no-repeat 100% 50%; }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:11px; }
#nav div ul { position:static; width:auto; border:none; padding:0; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-1px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 20px; line-height:1.35; }
.block-subscribe{ border:none; margin-top:20px; background-color:#ffffff; }
.block .block-title { border-bottom:1px solid #ddd; background:#e7e7e7; padding:2px 10px; }
.blocknl .block-title { padding:0px 10px; }
.blocknl .block-title h2 { margin:0px; }
.block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
.block .block-content { background:#f6f6f6; padding:12px 10px; }
.blocknl .block-content { padding:12px 10px; }
.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.block .block-content .product-name { color:#4f8100; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.blocknl .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { /*margin:5px 0;*/ float:left; }
.block button.button span { height:23px; /*background-image:url(../images/bkg_btn-small.png);*/ line-height:20px; }

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { width:181px; }
.block-account .block-title { border:0; background:#02c4b3; }
.block-account .block-title strong { color:#fff; }
.block-account .block-content ul { list-style-type:none; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#444; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { background:#f4f4f4; }
.block-currency .block-title { border:0; background:none; padding:7px 10px 2px; text-transform:none; }
.block-currency .block-title strong { text-transform:none; }
.block-currency .block-content { padding:0 10px 12px; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; margin:0 0 6px; height:13px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-content { padding:0; }
.block-layered-nav .block-subtitle { margin:0; background:#679100; font-size:12px; font-weight:bold; padding:2px 10px; color:#fff; }
.block-layered-nav dt { font-weight:bold; border-top:1px solid #fff; padding:8px 10px 0 10px; font-size:12px; }
.block-layered-nav dd { padding:0 10px 8px 10px; border-bottom:1px solid #ddd; }
.block-layered-nav dd li { line-height:1.35; margin:0 0 3px; }
.block-layered-nav dd a { color:#444; }
.block-layered-nav .currently { padding:6px 0 0; }
.block-layered-nav .currently li { padding:2px 10px; }
.block-layered-nav .currently .label { font-weight:bold; }
.block-layered-nav .currently .btn-remove { margin:2px 0 0; }
.block-layered-nav .actions { padding:5px 10px; margin:0; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { background:#679100; }
.block-cart .block-title strong { color:#fff; }
.block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { /*background:url(../images/bkg_subtotal.gif) no-repeat 50% 0;*/ margin:5px 0 0; line-height:23px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { display:none !important; }

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-subtitle { font-size:11px; font-weight:bold; border:0; padding:0; margin:0 0 8px; text-transform:none; }
.block-related input.checkbox { float:right; }
.block-related .product { margin-right:20px; }

/* Block: Compare Products */
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px; }
.compare-table { border:0; }
.compare-table thead,
.compare-table thead tr.first { background:#fff; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0 0 4px; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove.gif); width:12px; height:12px; }
.compare-table tbody th { background:#e9e9e9; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .add-to-links li { background:none; padding:0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content ul { font-size:13px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content li a { color:#444; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; background:none; text-align:center; }

/* Block: Login */
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#555; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 7px; }
.category-title h1 { padding:0px 0px 3px 0px; color:#1ab8aa; font-size:1.6em; font-weight:bold; line-height:1.25; margin-top:0px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center;display:none;}
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products { margin:0px; padding:0px;}
.category-products ul {
list-style-type:none;
list-style:none;
}
.category-products ul li {
/*padding-right:20px;*/
}

#select-change-pure-active-categories { float:right;margin-top:-35px;}
.change-pure-active-categories-text { padding-right:15px; color:#777777; font-size:14px;}

/* View Type: Grid */
.products-grid { position:relative; }

.products-grid td{
width:33%;
text-align:center;
}

.products-grid img, .products-grid h3{
text-align:center;
}


ul.products-grid  {
    border-bottom:1px dotted #aaaaaa;
    margin-bottom:25px;
}

.products-grid.last { }
.products-grid li.item {
 float:left; 
 width:220px;
 padding-bottom:20px;
 margin-left:55px;
 }
 .products-grid li.item.first {
     margin-left:0;
 }
.products-grid .product-image { display:block; height:100%;/*width:170px; height:170px; border:1px solid #ddd; border-width:1px 1px 1px 0;*/ margin:0 0 10px; }
.products-grid .product-image-desc { clear: both; }
.products-grid .product-more  { float:right;text-align: right; font-size:11px; /*margin-right: 10px;*/ }
.products-grid .product-bottom { clear: both;padding-top:10px;}
.products-grid.first .product-image { border-top:0; }
.products-grid li.last .product-image { border-right:0; }
.products-grid .product-name { font-size:12px; margin:0 0 6px; width:220px;}
.products-grid .price { font-size: 15px; color:#346fa5; font-weight: bold; }
.products-grid .desc.std { /*text-align: justify;*/text-align: left; margin-bottom:10px; height:120px;}
.products-grid .product-right-block-kit .desc.std{ height: 58px;padding-left: 15px;padding-right: 15px;}

h2.products-grid, h2.product-name,p.product-name
{ 
	
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	text-transform:none;
	color:#36d5c7;
	font-weight:bold;
	float:left;
        height:46px;
	
}

h2 a {color: #444444;}
.violet,h2.violet a,p.violet a{color:#831d81;}
.vert,h2.vert a,p.vert a{color:#4e9e2d;}
.bleu,h2.bleu a,p.bleu a{color:#19bade;}
.rose,h2.rose a,p.rose a{color:#e82e89;}
.orange,h2.orange a,p.orange a{color:#d35e13;}
.vert2,h2.vert2 a,p.vert2 a{color:#c56e5d;}
.brun,h2.brun a,p.brun a{color:#be8519;}
.vert3,h2.vert3 a,p.vert3 a{color:#00953a;}
.jaune,h2.jaune a,p.jaune a{color:#be8519;}
.bleu-actif-zones-cibles ,h2.bleu-actif-zones-cibles a , p.bleu-actif-zones-cibles a{color:#004e9e;}
.bleu-ep , .bleu-ep a {color:#00496e;}
.violet-bebe,h2.violet-bebe a,p.violet-bebe a { color:#00496e;}


.products-grid .product-name a { font-weight:bold; font-size:15px;text-decoration:none; }
.products-grid .product-name a:hover { text-decoration:none; }
.products-grid .price-box { /*margin:2px 0; width: 100%; text-align: center;*/}
.products-grid .availability { line-height:12px; text-align:center; }
.products-grid .actions { float:right; }


/* Nouveau design */
.products-grid .product-left-block {
    clear:both;
    float:left;
    height:180px;
    width:67px;
}

.products-grid .product-left-block-kit {clear:both;float: none;height: 105px;text-align: center;width: 220px;}

.products-grid .product-left-block img {
    max-width:72px;
}

.products-grid .product-left-block-kit img {max-width:120px;}

.products-grid .product-right-block {
    width:150px;
    float:left;
}

.products-grid .product-right-block-kit {width:220px;float:left;}
.products-grid .product-right-block .liste_prix {text-align: right;width:150px;}
.products-grid .product-right-block-kit .liste_prix {text-align: right;width:auto;}
.liste_prix {
			
    /*width:75px;
    height:31px;
    float:left;
    text-align:left;
    color:#36aaa1;
    letter-spacing:-0.5px;
    font-weight:bold;*/
}
.products-grid .product-right-block .liste_prix .product-attribute-block, .products-grid .product-right-block-kit .liste_prix .product-attribute-block  {padding-top:7px;}
.products-grid .product-right-block .liste_prix .product-attribute-block select {margin-left:2px;}
.products-grid .product-right-block .liste_prix .product-attribue, .products-grid .product-right-block-kit .liste_prix .product-attribue {
    font-size:12px;
    font-weight:normal;
    color:#aaaaaa;
}
.products-grid .product-right-block .liste_prix .product-attribute-block .product-content-text {margin-left:5px;}
#product_quantity_select span.product-capacity{color: #000000;margin-left: 5px;}
.products-grid .actions .bt-discover {
    float:left;
    width:100px;
    height:16px;
}

.products-grid .actions .bt-buy {
    float:left;
    width:100px;
    height:16px;
    margin-left:8px;
    margin-top:-1px;
}

.products-grid .product-select {
    display:none;
    clear:both;
    padding-top:15px;
}

body.etatpurrtr-index-presc .products-grid .product-select,body.etatpurrtr-index-result .products-grid .product-select {
    display:block;
}

.etatpur-product-mutiple-actions { text-align: right;}
.etatpur-product-mutiple-actions #etatpur-product-multiple-block-select {float:left;margin-left:420px;}
.etatpur-product-mutiple-actions #etatpur-product-multiple-block-add {float:left;margin-left:10px;}

.products-grid .product-select .product-select-text {
    color:#aaaaaa;
    text-transform: uppercase;
    font-size: 12px;
    padding-left:12px;
}


.col2-left-layout .products-grid,
.col2-right-layout .products-grid { 
/*width:684px;*/
width:800px; 
/*margin:0 auto; */
}



.col1-layout .products-grid,
.page-empty .products-grid { width:684px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-shop { margin-left:185px; }
.products-list .product-image { float:left; width:170px; height:170px; margin:0 0 10px; }
.products-list .product-name { font-size:12px; margin:0 0 6px; }
.products-list .product-name a { color:#444; text-decoration:underline; }
.products-list .product-name a:hover { text-decoration:none; }
.products-list .price-box { /*float:left; margin:4px 13px 0 0;*/ }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 13px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }



/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { /*line-height:1.25;*/font-size:10px; /*margin:7px 0; float:left; text-align:left;*/}
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:82px; height:12px; font-size:0; line-height:0; /*background:url(../images/bkg_rating.gif) 0 0 repeat-x;*/ text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; /*background:url(../images/bkg_rating.gif) 0 100% repeat-x;*/ }
.ratings .rating-box { float:left; margin:2px 3px 0 0; }
.ratings .amount { float:left;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.ratings-table td { padding:0; }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden;}
/*div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -16px}*/
div.star-rating,div.star-rating a{background:url(../images/stars.gif) no-repeat 0 -14px}
div.rating-cancel a,div.star-rating a{display:block;width:14px;height:100%;background-position:0 -14px;border:0}
div.star-rating-on a{background-position:0 0px!important}
div.star-rating-hover a{background-position:0 0px}
div.star-rating-readonly a{cursor:default !important}
div.star-rating{background:transparent!important;overflow:hidden!important}
.rating-criterion-message { color:#777; margin-left:10px; font-size:12px;}
/* END jQuery.Rating Plugin CSS */

/* Formulaire de souscription des avis */
#review-form select { width:226px;}
#review-form .buttons-set { border:none; margin-top:10px; width:460px; margin-bottom: 10px;}
#review-form .form-list label {float:none;}

/* Spécifique Fiche produit */
#detail_info .rating-box {background:none; height:12px}
#detail_info .ratings {}
#detail_info .ratings .rating-links { float:left; font-size:12px; }
#detail_info .ratings .rating,#detail_info.rating-box .rating{ background-image:url(../images/etoiles-fiche-produits.jpg); background-repeat: no-repeat; height:12px;background-position: 0 -2px; float:none;}
#detail_info .ratings .rating-0 { background-position:0px -141px;}
#detail_info .ratings .rating-10 { background-position:0px -127px;}
#detail_info .ratings .rating-20 { background-position:0px -113px;}
#detail_info .ratings .rating-30 { background-position:0px -99px;}
#detail_info .ratings .rating-40 { background-position:0px -85px;}
#detail_info .ratings .rating-50 { background-position:0px -71px;}
#detail_info .ratings .rating-60 { background-position:0px -57px;}
#detail_info .ratings .rating-70 { background-position:0px -43px;}
#detail_info .ratings .rating-80 { background-position:0px -29px;}
#detail_info .ratings .rating-90 { background-position:0px -15px;}
#detail_info .ratings .rating-100 {background-position: 0 -1px;}

#detail_info .ratings .rating-value { background-image: url("../images/fake-alt.jpg"); background-repeat: no-repeat;color: #575757;float: left;height: 22px;margin-top: -15px;text-align: center; width: 57px; display: none;padding-top: 4px;font-size: 11px;}
 
/* Hack Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#detail_info .product_review_li { background-image:url('../images/detail-fleche-bleue-droite.jpg'); background-repeat:no-repeat; padding-left:0px;margin-left:-15px;}
#detail_info .product_review_li .ratings { margin-left:15px;}
}

/* Hack IE8 */
#rating-block-ie8 + .ratings { margin-top:-15px;}

/* Fiche des avis produits */
#customer-reviews .rating-box {background:none; height:12px}
#customer-reviews .ratings-table .rating,#detail_info.rating-box .rating{ background-image:url(../images/etoiles-fiche-produits.jpg); background-repeat: no-repeat; height:12px;background-position: 0 -2px; float:none;}
#customer-reviews .ratings-table .rating-0 { background-position:0px -141px;}
#customer-reviews .ratings-table .rating-10 { background-position:0px -127px;}
#customer-reviews .ratings-table .rating-20 { background-position:0px -113px;}
#customer-reviews .ratings-table .rating-30 { background-position:0px -99px;}
#customer-reviews .ratings-table .rating-40 { background-position:0px -85px;}
#customer-reviews .ratings-table .rating-50 { background-position:0px -71px;}
#customer-reviews .ratings-table .rating-60 { background-position:0px -57px;}
#customer-reviews .ratings-table .rating-70 { background-position:0px -43px;}
#customer-reviews .ratings-table .rating-80 { background-position:0px -29px;}
#customer-reviews .ratings-table .rating-90 { background-position:0px -15px;}
#customer-reviews .ratings-table .rating-100 {background-position: 0 -1px;}



/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; font-size:10px; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#e9e9e9; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd { background:#fff; }
.availability-only-details tr.even { background:#fcfcfc; }
.availability-only-details tr.odd td.last { color:#396f00; font-weight:bold; }
.availability-only-details tr.last td { border-bottom:none; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
 .price { /*white-space:nowrap !important;*/ font-size:20px; font-weight:bold; height:25px; /*float:right;*/ margin-top:4px; }
.regular-price .price { /*white-space:nowrap !important;*/ font-size:20px; font-weight:bold; }

.cart-price .price { /*white-space:nowrap !important;*/ font-size:14px;font-weight:normal;}

.catalog-product-view .price-box {}
.catalog-product-view .old-price .price-label,.catalog-product-view .special-price .price-label {display:none;}
.catalog-product-view .special-price {margin-top:0;}
.catalog-product-view .old-price {margin-top:12px;margin-bottom:12px}
.price-box .price {}

/* Regular price */
.regular-price { /*color:#396f00;*/ }
.regular-price .price { /*font-size:13px; font-weight:bold; color:#396f00;*/ }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
.old-price .price { font-weight:bold; font-size:13px; color:#36AAA1; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; }
.special-price .price-label { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
.special-price .price { font-size:13px; font-weight:bold; color:#FF0000; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
.minimal-price-link .label {color:#444;}
.minimal-price-link .price { font-weight:normal; color:#444; }

/* Including tax */
.price-including-tax { display:block; color:#888; }
.price-including-tax .label {  font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

/* 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; }

/* 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; font-weight:normal; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:7px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; text-transform:uppercase; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { /*margin:0 !important; padding:0 !important;*/ }
.price-box-bundle .price { color:#222; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }

.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:3px 0 0; }
.add-to-links li { background:url(../images/bkg_add-to.gif) 2px 50% no-repeat; line-height:1.25; padding-left:12px; }
.add-to-links li a { color:#444; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; line-height:20px; color:#555; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; margin:-3px 0 0; }
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

#detail_ajout_panier{
	text-align:right;
}

#detail_ajout_panier #detail_quantite {
	width:118px;
	float:left;
	color:#17b8a8;
	text-align:right;
	padding-right:20px;
	height: 31px;
	margin-top:16px;
}

#detail_ajout_panier p {
	padding-top:25px;
}

#detail_ajout_panier input[type=text]{
margin-top:12px;
}
#detail_ajout_panier img{
margin-right:40px;
}

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color:#f8f8f8; padding:10px; text-align:right; }
.add-to-box .add-to-cart .paypal-logo { float:left; }
.add-to-box .or { display:none !important; }
.add-to-box .add-to-links { margin:10px 0; text-align:right; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { margin-top: 15px;}

.product-essential { padding:0 0 25px; }
.product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }

.product-collateral {}
.product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
.product-collateral .box-collateral { margin-top:10px;}

/* Product Images */
#divMaxi{
margin-left:30px;

}
.product-view .product-img-box { margin:0 0 10px; float:left; width:230px; height:300px; text-align:center;}
.col3-layout .product-view .product-img-box { /*float:none;*/ margin:0 0 10px; }
.product-view .product-img-box .product-image { margin:0 0 10px;  /*border:1px solid #cacaca;*/ }
.product-view .product-img-box .product-image-zoom { position:relative;margin:0 0 10px; /*width:300px; height:300px; overflow:hidden; z-index:9;*/ }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:230px; border:1px solid #cacaca; /*top:0; cursor:move; */}
.product-view .product-img-box .zoom-notice { margin:0 0 10px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-10px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:500px; }
.product-view .product-shop ol { margin-left:20px; }
.col1-layout .product-view .product-shop { float:right; width:576px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { /*font:bold 13px/1.25 Arial, Helvetica, sans-serif;*/
	border-left:3px solid #0258a1;
	padding-left:5px;
	color:#00b0f0;
	text-transform:none;
	/*font-size:24px;*/
        font-size:20px;
	margin-top:0px;
        margin-bottom: 3px;
 }
 
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; }
.product-view .product-shop .price-box { /*margin:10px 0;*/ }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; }
/*.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }*/
.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }

/* Récompenses produits */
.product-award {float: right;height: 100px;margin-right: -60px;margin-top: -300px;width: 100px;z-index: 100;}

/* Ventes privées */
.product-reduction-block {color:#FF0000;font-size:20px;font-weight:bold;font-family:"Gotham-medium-condensed";margin-bottom:-20px;text-transform:capitalize;}
.product-right-block_extras .special-price .price{font-size: 26px;}
.product-right-block_extras .old-price .price {font-size:16px;}

#product-sku{ 
	float:right;
	/*margin-right:20px;*/
	}
#product-sku h4,#product-sku p {
	color:#00b0f0;
	text-transform:none;
	/*font-size:24px;*/
        font-size:20px;
	margin-top:0px;
        font-weight: 700;
        margin-bottom:0;
}

 /* haut_**.php */
 .product-name_nature-actif{
     font-size:12px;
     /*font-weight: bold;*/
     color:#4c4c4c;
     padding-top:4px;
     display:block;
     text-align:right;
     display:block;
     max-width:240px;
     *width:240px;
     word-wrap:break-word;
 }
 .product-name_nature-actif2{
     font-size:12px;
     font-weight: bold;
     color:#4c4c4c;
     padding-left:8px;
     display:block;
     max-width:250px;
     *width:250px;
     word-wrap:break-word;
 }
h2.product-subtitle {
    border:none;
    text-transform:none;
    font-size:16px;
    font-weight: 400;
    margin:0;
    padding:0;
    color:#21B9AA;
}
h2.product-subtitle a {color:#21B9AA;}

.product-subtitle-img-baby {float:right;margin-top:-22px;margin-right:250px;}

h2.product-subtitle-onglet {
    border:none;
    text-transform:none;
    font-size:12px;
    font-weight: 400;
    margin:0;
    padding:0;
}

.product-shop ul {
	margin-top:0px;
	color:#21b9aa;
	font-size:16px;
	list-style-image:url(../images/detail-fleche-bleue-droite.jpg);
	padding-left:25px;
	margin-bottom:20px;
}
.product-shop ul ul {
	color:#4c4c4c;
	font-size:12px;
	list-style:none;
	list-style-image:none;
	padding-left:0px;
	margin-top:10px;
}

.product-shop ul.navigation {
	color:#21b9aa;
	font-size:16px;
	list-style:none;
	/*list-style-image:url(../images/detail-fleche-bleue-droite.jpg);*/
	padding-left:0px;
	margin-bottom:20px;
}
.product-shop ul.navigation li.toggleSubMenu a, .product-shop ul.navigation li.toggleSubMenu span {
	color:#21b9aa;
	font-size:16px;
	padding-left:25px;
	text-decoration:none;
	display:block;
}

.product-shop ul.navigation .toggleSubMenu a, .product-shop ul.navigation .toggleSubMenu span {
	background-image:url(../images/detail-fleche-bleue-droite2.jpg);
	background-repeat:no-repeat;
}
.product-shop ul.navigation .open a, .product-shop ul.navigation .open span {
	background-image:url(../images/detail-fleche-bleue-bas2.jpg);
	background-repeat:no-repeat;
}

.product-shop ul li.text-detailed {list-style-image:url(../images/detail-fleche-bleue-bas.jpg);}

#detail_info {
	width:400px;
	height:auto;
	float:left;
}
#detail_info ul {
	list-style-image:url(../images/detail-fleche-bleue-droite.jpg);
	padding-top:0px;
	margin-top:0px;
	padding-left:20px;
	color:#21b9aa;
}
#detail_info ul li {
	margin-bottom:3px;
}
#detail_info ul li a {
	color:#21b9aa;
	text-decoration:none;
}

#product-collateral #detail_prix {
	padding-top:35px;
}


#produits_prix  .prix, #produits_prix  .price {
            font-size:18px;
}
#produits_prix {
            font-size:10px;
}

#detail_prix .contenance {
            font-size:10px;
}
#detail_prix .afficher_contenance {
            font-size:12px;
}



ul.choice5  {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	width:730px;
	/*height:26px;*/
	height:36px;
	border:1px solid #c3d6e7;
	border-bottom:0px;
	background-color:#ebf3f6;
	margin-top:30px;
}

ul.choice5 li {
	float:left;
	/*height:26px;*/
	height:36px;
	width: 145px;
	border-right:1px solid #e8f2f5;
}
ul.choice5 li a {
	background-color:#1dada0;
	color:#ffffff;
	display:block;
	/*height:21px;*/
	height:31px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}
ul.choice5 li.actif a {
	background-color:#ebf3f6;
	color:#1dada0;
	display:block;
	height:21px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}



ul.choice4  {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	width:730px;
	height:26px;
	border:1px solid #c3d6e7;
	border-bottom:0px;
	background-color:#ebf3f6;
	margin-top:30px;
}

ul.choice4 li {
	float:left;
	height:26px;
	width: 181px;
	border-right:1px solid #e8f2f5;
}
ul.choice4 li a {
	background-color:#1dada0;
	color:#ffffff;
	display:block;
	height:21px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}
ul.choice4 li.actif a {
	background-color:#ebf3f6;
	color:#1dada0;
	display:block;
	height:21px;
	text-align:center;
	text-decoration:none;
	padding-top:5px;
}

#product-options-wrapper { display:none;}
.product-options-bottom {display:none;}


#onglet1, #onglet2, #onglet3, #onglet4, #onglet5 {
	padding:10px 15px 10px 15px;
	/*color:#0d9486;*/
	color:#333333;
	display:none;
	width:700px;
	/*min-height:149px;*/
	height:auto;
	border:1px solid #c3d6e7;
	border-top:0px;
	background-color:#ebf3f6;
	margin-top:0px;
}
/*#onglet1 a,*/
 #onglet2 a, #onglet3 a, #onglet4 a,#onglet5 a {
	background-image: url(../images/detail-fleche-bleue-droite.jpg);
	background-repeat:no-repeat;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 13px;
	color: #21B9AA;
}

/* Hack pour masquer la flèche sur le lien de l'image dans l'onglet vidéos'' */
#onglet5 a:first-child {
    background: none;
}

#onglet1 {display: block;}
#onglet1 li, #onglet2 li, #onglet3 li, #onglet4 li, #onglet5 li {
margin-left: 15px;
}

#dermato{
display:none;
padding: 20px 20px 20px 0px;
}

/* Produits Coffrets : mise en page spécfifique */
.coffret h1 {color:#346fa5; font-size:20px;margin-top:0;}
.coffret .product-shop {width:415px;}
.coffret .product-img-box {width:350px;}
.coffret .product-img-box #overZoomImage {position:relative;top:260px;left:320px;width:30px;}
.coffret .product-description { border-top:solid #efeded 1px;padding-top:15px;color:#666666;}
.coffret .product-description ol { color:#999999; padding-left:10px;}
.coffret .product-description ol li { line-height:20px; margin-bottom:5px;}
.coffret #product_quantity_select { margin-top:18px;}
.coffret #product_quantity_select span { font-size:13px; color:#444444; font-weight: bold;}
.coffret #product_quantity_select select { margin-left:60px; width:73px;}
.coffret .prix-contenance { display:none;}
.coffret .product-right-block_extras { float:right;margin-top:17px;}
.coffret .product-right-block_extras .price { font-weight: bold;font-size:22px; color:#31bcad;}
.coffret .product-coffret-bottom-left {float:left;width:350px;height:70px;background-color:#f7f9fb;color:#666666;text-align: center; padding-top:25px; line-height: 18px;}
.coffret .product-coffret-bottom-left-title { font-weight: bold;}
.coffret .product-coffret-bottom-right{float:left;width:417px;margin-left:30px;height:81px;border-top:solid #efeded 1px; border-bottom:solid #efeded 1px;padding-top:15px;padding-left:3px; }
.coffret .product-coffret-bottom-text-ethic { font-size:10px; color:#666666;font-style: italic;}
.coffret .product-collateral { margin-top:-17px;}
.coffret #detail_ajout_panier p { padding-top:0;}
.coffret .blue{color:#346fa5;}
.coffret #upsell-product-table { border-top:1px dashed #CCC; border-bottom:1px dashed #CCC;margin-top:20px }
.coffret #upsell-product-table .complement-product { margin-top:10px; border-right:1px solid #e4e8e8;}
.coffret #upsell-product-table a { color:#346fa5; text-decoration:none;}
.coffret #upsell-product-table a:hover { text-decoration:none;}

/*  Gestion de la popin des produits biomimétiques et actifs purs */
 #product_popin_biomimetic_hidden_content {display:none;}
 #product_popin_biomimetic_bg { background-color: #666666; height: 100%; left: 0; opacity: 0.5; filter : alpha(opacity=50); position: fixed; top: 0; width: 100%; z-index: 80; }
 #product_popin_biomimetic_relative { position:relative; z-index:100;}
 #product_popin_biomimetic_display { z-index:100; position:absolute; top:0px; left:-15px; width:730px;}
 #product_popin_actif_display { z-index:100; position:absolute; top:-100px; left:-15px; width:730px;}
 #product_popin_biomimetic_content_top {background-image: url('../images/product_popin_biomimetic_content_top.gif');background-repeat:no-repeat;width:730px;height:27px;}
 #product_popin_biomimetic_content_close { float:right;}
 #product_popin_biomimetic_content_close a {background-image:none; font-weight: bold;}
 #product_popin_biomimetic_content_middle {background-color:#FFF;padding:20px;width:690px; padding-top:0px;padding-bottom: 1px;color:#777;font-size:12.5px;}
 #product_popin_biomimetic_content_middle li { padding-bottom:8px;}
 #product_popin_biomimetic_content_bottom {background-image: url('../images/product_popin_biomimetic_content_bottom.gif');background-repeat:no-repeat;width:730px;height:14px;}


/* Product Options */
.product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f4f9ea; border:1px solid #ddd; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .price-box { float:left; margin:0; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }

.product-shop .product-options-bottom .price-box { /*float:none; margin:0;*/ }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Product Tabs */
.product-tabs { margin-bottom:15px; border-bottom:1px solid #666; /*background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x;*/ }
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:6px 15px; color:#444; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }

/* Mini Products Grid */
.mini-products-grid { width:100%; }
.mini-products-grid td { width:20%; padding:0 8px 8px 0; }
.mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
.mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
.mini-products-grid .product-name a { color:#444; text-decoration:underline; }
.mini-products-grid .product-name a:hover { text-decoration:none; }
.mini-products-grid td.empty {}
.mini-products-grid td.last { padding-right:0; }
.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { margin:0 0 8px; }
#product_tabs_upsell_products_contents h2 { display:block; }

/* Block: Tags */
.product-view .box-tags { margin:0; display:none; }
.product-view .box-tags h3 { font-size:12px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 3px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { height:23px;/*background-image:url(../images/bkg_btn-small.png);*/ line-height:20px; }
.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:460px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:454px; }

#customer-reviews-list-dl {border-bottom:1px dashed #c7c5c5;}
.product-view .box-reviews .customer-review-list-item { width:800px;min-height:125px;border-top:1px dashed #c7c5c5;padding-bottom:5px;clear:left; }
.customer-review-list-item .customer-review-list-item-left {width:113px; float:left;padding-top:20px;padding-bottom: 20px;}
.customer-review-list-item .customer-review-list-item-left-container { border-right:1px solid #c7c5c5; height: 80px;padding-right: 5px;}
.customer-review-list-item-left .customer-review-nickname {font-weight: bold;}
.customer-review-list-item-left .customer-review-date { font-weight: normal;font-size:11px;}
.customer-review-list-item ul {margin:0;padding:0;margin-left:14px;margin-top:10px;}
.customer-review-list-item ul li { color:#4ab9aa;}
.customer-review-list-item .customer-review-age {}
.customer-review-list-item .customer-review-nature-peau{}
.customer-review-list-item .customer-review-list-item-right {width:647px; float:left;padding:20px;}
.customer-review-list-item-right .customer-review-list-item-right-top{}
.customer-review-list-item-right .customer-review-list-item { padding-bottom: 5px;}
.customer-review-list-item-right .customer-review-list-item-right-bottom{margin-top:8px; color:#666666; font-size:11px;}
.customer-review-list-item-right .customer-review-title { color: #36D5C7;display: block; padding-left:3px;}
.customer-review-list-item-right .rating-box {margin-bottom:3px;}

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
/* ======================================================================================= */


/* Styles pour fiches produits spécifiques */
.product-peptide-4-pro-collagene-75-g .product-name_nature-actif2 { max-width: 280px;}
.product-purer-aktivstoff-mimosa-tenuiflora #product-sku,
.product-activos-puros-mimosa-tenuiflora #product-sku,
.product-attivi-puri-mimosa-tenuiflora #product-sku,
.product-pure-actieve-stof-mimosa-tenuiflora #product-sku { text-align: right;width: 220px;}

/* Content Styles ================================================================= */
.product-name { /*margin:0; font-size:1em; font-weight:normal; line-height:1.55;*/ float:left; }
/*.product-name a { color:#444; }*/

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #ddd; background:#f6f6f6; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #ddd; background:#ecf9ea; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; }
.advanced-search-summary li { margin:2px 0; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .main { /*padding:8px;*/ }
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#444; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#4f8100; }

.std ul.sitemap {list-style-type:none;}
.std ul.sitemap li a{background: url("../../../base/default/images/widgets/i_widget-link.gif") no-repeat scroll 100% 4px transparent;  margin:2px 0px 2px 10px; padding-right:15px;}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 3px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {}

/* Checkout Types */
.cart .page-title .checkout-types { display:none !important; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
/*.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#4f8100; text-transform:none; text-decoration:underline; }*/
.cart-table .btn-continue span { width:180px;}
.cart-table .btn-continue:hover span { text-decoration:none; }
.cart-table .btn-update span { width:180px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals .col2-set .col-1 { width:222px; }
.cart .cart-collaterals .col2-set .col-2 { width:655px; /*background:#e6f7d7;*/ }

.cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
.cart .crosssell h2 { font-size:12px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:85px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .no-crosssell { width:100%; overflow:hidden; }
.cart .no-crosssell img { display:block; margin:0 0 10px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .shipping { display:none;/*background:#e6f7d7; padding:10px 0; margin:0 12px;*/ }
.cart .discount { /*background:#e6f7d7;*/ padding:10px 0; margin:10px 12px; }
.cart .discount h2,
.cart .shipping h2 { float:left; width:225px; font:normal 14px/16px Arial, Helvetica, sans-serif; color:#24bdab; }
.cart .shipping .shipping-form { margin-left:240px; }
.cart .discount .discount-form .discount-description{ margin-top:10px; margin-bottom:10px; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin:0; }
.cart .discount .buttons-set button.button span,
.cart .shipping .buttons-set button.button span { height:19px; /*background-image:url(../images/bkg_btn-green.gif);*/ padding:0 0 0 9px; font-size:10px; line-height:18px; color:#000000; }
.cart .discount .buttons-set button.button span span,
.cart .shipping .buttons-set button.button span span { padding:0 19px 0 10px; }

/*.cart .discount { border-bottom:1px solid #c0d2af ; }*/
.cart .discount label { font-weight:bold; color:#555; }
.cart .discount .input-box { width:155px; }
.cart .discount input.input-text { width:150px; border:1px solid #adaeae; height:19px; }

.cart .shipping p { margin:0 0 3px; }
.cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #c0d2af; }
.cart .shipping .form-list .input-box { width:270px; }
.cart .shipping .form-list input.input-text { width:264px; }
.cart .shipping .form-list select { width:270px; }

/* Shopping Cart Totals */
.cart .totals { background:#fff;/* url(../images/bkg_cart-totals.gif) 0 0 no-repeat;*/ padding:12px 0; }
.cart .totals table { float:right; width:400px; margin:0 0 8px; }
.cart .totals td { padding:0 0 0 15px; }
.cart .totals tr.last td {}
.cart .totals tfoot td {}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#000000; }
.cart .totals tfoot td.a-right-total strong { font-size:14px; font-weight:bold; color:#ec008c; }
.cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
.checkout-types ul { list-style-type: none; }
.cart .totals .checkout-types li { list-style-type: none; clear:both; margin:0 0 5px; color:#000000; }

/* 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; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:10px; }
.col-right .truncated .show dl { left:-240px; top:10px; }

/* Shopping Cart Ei */
div#cart-advises-top-right { margin-right:11px; margin-top:5px; float:right;}
div#cart-advises-top-right div.text { padding-top:3px; float:left; font-weight:bold;}
div#cart-advises-top-right div.img {float:left;}

div#cart-advises-total { float:left; }
/* Shopping Cart - Commande Cadeau */
p.titre-section-panier, h1.titre-section-panier{color:#31bcad;font-size:15px;text-transform:uppercase;}
.cart-giftwrapper { border-top: 1px dotted #D9DDE3;}
.cart-giftwrapper #giftwrapper p.titre-section-panier { float:left;width:222px;height:49px;padding-top:33px;margin-bottom:0;color:#ff0093;font-family:"gotham-medium";text-transform:uppercase;font-size:14px;font-weight:bold;}
.cart-giftwrapper #giftwrapper .cart-select-gift-pack {float:left;font-size:14px;color:#666666;height:49px;background-image:url("../images/bg-giftwrapper-kdo.jpg");background-repeat:no-repeat;padding-left:62px;padding-top:33px;}
.cart-giftwrapper #giftwrapper .cart-select-gift-pack-text {margin-right:30px;}
.cart-giftwrapper #giftwrapper .cart-select-gift-pack label{ font-size:10px; color:#000000;}
.cart-giftwrapper #giftwrapper .cart-select-change-choice { font-size:14px; color:#666666; visibility: hidden; margin-left:-15px;}
.cart-giftwrapper #giftwrapper .cart-select-change-choice a,.cart-giftwrapper #giftwrapper .cart-select-gift-pack label a { color:#666666; text-decoration: underline;}
.cart-giftwrapper #giftwrapper .cart-select-change-choice a:hover, .cart-giftwrapper #giftwrapper .cart-select-gift-pack label a:hover { text-decoration: none;}
#giftwrapper-bg {background: none repeat scroll 0 0 #A5A2A2;height:100%;left:0;opacity:0.7;position:fixed;top:0;width: 100%;z-index: 198;filter : alpha(opacity=70);}
.cart-giftwrapper #giftwrapper-popin {display:none;width:603px;z-index:200;position:absolute;margin-left:60px; margin-top:-82px;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-header {background-image: url('../images/giftwrapper-popin-header.jpg');background-repeat: no-repeat;height:18px;text-align:right;padding-right:8px;padding-top:8px;font-size:13px;font-weight: bold;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-header a:hover {text-decoration: none;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content {background-color:#FFFFFF;padding-left:30px;padding-right:30px;min-height:250px; }
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content .cart-select-gift-pack-text {font-size:14px;color:#666666;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content label {font-size:12px;}
.cart-giftwrapper #giftwrapper-popin ul.giftwrapper-popin-content-title {padding-left:0;list-style: disc inside none;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-footer {clear:both;background-image: url('../images/giftwrapper-popin-footer.jpg');background-repeat: no-repeat;height:17px;}
.cart-giftwrapper #giftwrapper-popin .giftwrapper-popin-content-title {font-size:14px; color:#4cb8a9;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-left { float:left;width:262px;}
.giftwrapper-popin-content-left-product { padding-left:0;}
.giftwrapper-popin-content-left-product .item {clear:both;height:80px;margin-top:8px;}
.giftwrapper-popin-content-left-product .giftwrapper-product-select {float:left;width:20px;}
.giftwrapper-popin-content-left-product .giftwrapper-product-name-block {float:left;width:135px;text-align:center;}
.giftwrapper-popin-content-left-product .giftwrapper-product-name {font-size:12px; font-weight: bold;color:#525252;margin-bottom:0;}
.giftwrapper-popin-content-left-product .gifwrapper-product-price,.giftwrapper-popin-content-left-product .gifwrapper-product-price  .price {color:#999999;font-weight:normal;font-size:12px;}
.giftwrapper-popin-content-left-product .giftwrapper-product-image {float:none;font-size:11px;margin:auto;text-align: center;width: 100%;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right { float:left;width:280px;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right #msg-title {height: 20px; margin-bottom: 5px;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right #msg-title input {display: block; float: left; width: 260px;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right #msg-title input.grey {color:#666;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right textarea { width:260px;height:120px;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right-bottom {margin-top:15px;font-size:10px;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right-bottom button.gifwrapper-popin-button {background-image:url('../images/giftwrapper-submit-bt.jpg');background-repeat: no-repeat;width:65px;height:21px;float:right;margin-right:15px;}
.cart-giftwrapper #giftwrapper-popin #giftwrapper-popin-content-right-bottom button.gifwrapper-popin-button span {display:none;}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { list-style-type:none;margin:5px 0; }
.sp-methods label { font-weight:bold; color:#555; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:12px; height:12px; /*background:url(../images/btn_window_close.gif) 100% 0 no-repeat;*/ text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; /*background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;*/ padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:12px; height:12px; background:url(../images/btn_remove.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
/*.checkout-agreements li { margin:30px 0; }*/
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background:#fbfbfb; border:1px solid #e4e4e4;display:none; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; text-align: right;}
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#555; }

.opc .checkout-agreements { list-style-type:none}
.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background:#fff; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:12px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.info-set h2.legend a { color:#fff; }
.info-set h3.legend { margin:0 0 10px; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#4f8100 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:12px; }
.block-progress .block-content { background:none; padding:0; }
.block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
.block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
.block-progress dt.complete {}
.block-progress dt.complete a { text-transform:none; }
.block-progress dd.complete {}
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set button { background-image:url(../images/continuer.jpg); width: 122px; height: 34px;}
#shipping-method-buttons-container button { background-image:url(../images/btn-continuer.jpg); /*width: 100px; height: 16px;*/width: 190px; height: 35px;}
li#shipping-new-address-form fieldset{margin-left:0px; padding-left:0px;}
#checkout-step-login .col-1 .buttons-set button { background-image:url(../images/creer_un_compte.jpg); width: 141px; height: 34px;}
#checkout-step-login .col-2 .buttons-set button { background-image:url(../images/se_connecter.jpg); width: 122px; height: 34px;}
#opc-review .buttons-set button { background-image:url(../images/valider.jpg); }

#checkout-review-submit .buttons-set button { background-image:url(../images/valider.jpg); /*width: 106px; height: 16px;*/width: 190px; height: 35px;}

.opc .buttons-set button span {display: none; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { list-style:none;}

/*.opc .step-title .number { float:left; padding:0 3px; margin:0 5px 0 0; font:normal 18px arial, helvetica, sans-serif; color:#31bcad; border:0px; }*/
.opc .step-title .number {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #444444;
    float: left;
    font: 11px/12px arial,helvetica,sans-serif;
    margin: 0 5px 0 0;
    padding: 0 3px;
}
/*.opc .step-title h2 { float:left; margin:0; font:normal 18px Arial, Helvetica, sans-serif; color:#346fa5; border:0px; }*/
.opc .step-title h2 {color:white; /*#999999;*/float: left;font: bold 12px/14px Arial,Helvetica,sans-serif;margin: 0;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

/*.opc .allow .step-title { background:#999; border-color:#999; border-top-color:#fff; color:#fff; cursor:pointer; }*/

/*.opc .step-title { border:1px solid #ddd; border-top-color:#fff; background:#51ddce; padding:4px 8px 6px; text-align:right; }*/

/*.opc .step-title,.opc .allow .step-title {
	padding:0px; 
	color:#fff; cursor:pointer; 
	background-image:url(../images/fond-header-bloc-tunnel.jpg);
	height:34px;
	width:526px;
	padding-top:14px;
	padding-left:20px;
}*/



.opc .allow .step-title .number {}
/*.opc .allow .step-title h2 { color:#346fa5; border:0px; }*/
.opc .allow .step-title h2 {color:#FFFFFF;}
.opc .allow .step-title a { display:block; font-size:10px; color:#fff; text-transform:uppercase; }


.opc .step-title {background: none repeat scroll 0 0 #31bcad;border-color: #FFFFFF #DDDDDD #DDDDDD;border-right: 1px solid #DDDDDD; border-style: solid;
    border-width: 1px;
    padding: 4px 8px 6px;
    text-align: right;
}/*#51ddce*/
.opc .allow .step-title { background: none repeat scroll 0 0 #999999; border-color: #FFFFFF #999999 #999999;color: #FFFFFF;cursor: pointer;}
.opc .active .step-title { background:#31bcad; border-color:#31bcad; border-top-color:#fff; padding-bottom:5px; color:#fff; cursor:default; }/*#51ddce*/
/*.opc .active .step-title { 
	/*background:#51ddce; 
	border-color:#51ddce; 
	border-top-color:#fff;
	background-image:url(../images/fond-header-bloc-tunnel-active.jpg);
	height:34px;
	width:526px;
	color:#fff; 
	cursor:default; 
	padding-top:14px;
	padding-left:20px;
}*/



.opc .active .step-title .number {}
.opc .active .step-title h2 {color:#FFFFFF;}
/*.opc .active .step-title h2 { color:#346fa5; border:0px; }*/
.opc .active .step-title a { display:none; }

/*.opc .step { width:521px; border:0px; background:#FFF; padding:15px 0px 15px 25px; position:relative; }*/
.opc .step {
background: none repeat scroll 0 0 #FBFBFB;
    border-color: -moz-use-text-color #DDDDDD #DDDDDD;
    border: 1px solid #DDDDDD;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    padding: 15px 30px;
    position: relative;
}
.opc .step .tool-tip { right:30px; }

#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f4f4f4; border:1px solid #ddd; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { padding:0; }
#opc-review .product-name { font-weight:bold;float:none;margin-bottom: 5px; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { border:0; padding:15px 30px; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }

/* Opc Ei */
div#opc-advises { float:right; }
div#opc_page-title { float:left; width:50%;}

div#checkout-step-shipping label a ,a.opc_label-link{ color:#555555;}
.shipping_country-text a ,.shipping_country-text a:hover{ color:#555555; text-decoration:none; }
.input-checkbox-newsletter input {float: left; margin-right: 5px; margin-top: 1px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:6px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:12px; font-weight:bold; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#4f8100 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }

.multiple-checkout .place-order .please-wait { float:right; padding:5px 10px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .place-order .grand-total .inner {}
.multiple-checkout .place-order .grand-total big { float:left; margin-right:12px; font-size:1.5em; font-weight:bold; line-height:28px; color:#e26703; }
.multiple-checkout .place-order .grand-total div { float:left; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #ddd; background:#eee; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display:none; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:200px; padding:0 10px; }
.account-login .content h2 { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
.account-login .buttons-set {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin:0 0 15px; }
.box-account .box-head { margin:0 0 5px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; color:#24bdab; }
.box-account .box-head a { font-size:10px; text-transform:uppercase; }

.dashboard .box .box-title { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; font-size:12px; font-weight:bold; line-height:1.35; }
.dashboard .box .box-title a { font-size:10px; text-transform:uppercase; }
.dashboard .box .box-content { padding:0 10px; }

/* Block: Recent Orders */
.dashboard .box-recent {}
.dashboard .box-recent .shipping-col { text-align:center; width: 200px;}

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; }

/* Block: Reviews */
.dashboard .box-reviews .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-reviews .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { padding:0 10px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
.dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
.dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { padding:0 10px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; font-size:13px; font-weight:bold; line-height:1.25; }
.addresses-list h3 { font-weight:bold; font-size:12px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove {}
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { padding:0 10px; margin:0 0 12px; }
.addresses-list li.empty {}
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item {}

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; /*background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x;*/ }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; list-style-type:none; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }

.order-date { margin:10px 0; }

.order-info-box { margin:0 0 15px; }
.order-info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2 { font-weight:bold; font-size:13px; }
.order-items h3 { font-weight:bold; font-size:12px; }
.order-items .product-name { font-weight:bold !important; }
.order-items .link-print { float:right; font-size:10px; text-transform:uppercase; }
.order-items p .link-print { float:none; font-weight:bold; font-size:11px; text-transform:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#555; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:15px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:12px; font-weight:bold; }
.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* 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; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { border:0; padding:0; margin:0 0 -3em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }
#my-reviews-table .rating-box { margin:3px 0 0; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box p { margin:0 0 5px; }
.billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.infos-footer{
	background-image:url(../images/fond-infos-footer.jpg);
	width:1001px;
	/*height:74px;*/
        height:100%;
        min-height:80px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.infos-footer #infos-footer-block-1 {
  background: url("../images/Footer-seperator.jpg") no-repeat scroll right top transparent;
  color: #666666;
  float: left;
  height: 66px;
  padding-right: 14px;
  padding-top: 10px;
  width: 220px;
}

.infos-footer #infos-footer-block-1 a{
	color:#666666;
	text-decoration:none;
}
.infos-footer #infos-footer-block-1 p b {
  float: right;
  font-size: 13px;
  text-transform: capitalize;
}
.infos-footer #infos-footer-block-1 .customer-service-block {margin-bottom:10px;font-size:17px;font-weight:bold;margin-top:-7px;text-transform:uppercase;text-align:right;}


.infos-footer #infos-footer-block-2 {
  background: url("../images/Footer-seperator.jpg") no-repeat scroll right top transparent;
  float: left;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  width: 249px;
}

.infos-footer #infos-footer-block-2 a{
	color:#4bb7a8;
	text-decoration:underline;
	font-size:12px;
	font-weight:700;
}


.infos-footer #infos-footer-block-3 {
  background: url("../images/Footer-seperator.jpg") no-repeat scroll right top transparent;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  width: 220px;
}

.infos-footer #infos-footer-block-3-new {
   background: url("../images/Footer-seperator.jpg") no-repeat scroll right top transparent;
  float: left;
  padding-top: 3px;
  width: 240px;
  color: #6E6F6F;
  font-size: 12px;
  padding-left:5px;
  padding-right:5px;
}

.infos-footer #infos-footer-block-3-new .footer-3-title {font-weight:bold;font-size:14px;text-transform:uppercase;}
#infos-footer-block-3a {float:left;width:110px; background: url("../images/Footer-seperator.jpg") no-repeat scroll right top transparent;}
#infos-footer-block-3b {float:left;width:120px;margin-left:8px;}

.infos-footer #infos-footer-block-4 {
  float: left;
  padding-left: 15px;
  padding-top: 3px;
  width: 230px;
}
.infos-footer #infos-footer-block-4 .account_info {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.infos-footer #infos-footer-block-4 .account_info span {
  margin-right: 15px;
}
.infos-footer #infos-footer-block-4 .account_info a {
  color: #6E6F6F;
  font-size: 12px;
  font-weight: 700;
}
.infos-footer #infos-footer-block-3 #table-info-footer a:hover{
	text-decoration:none;
}

.infos-footer #infos-footer-block-3 #titre-information-footer {
  color: #4BB7A7;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.infos-footer #infos-footer-block-3 b {
  color: #4BB7A7;
  font-size: 15px;
}
.infos-footer #infos-footer-block-3 a {
  color: #6E6F6F;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.infos-footer #infos-footer-block-1 #num-tel-footer{
	color:#666666;
	font-size:20px;
	font-weight:bold;
	font-family:arial black;
	margin-right:18px;
	float:right;
}

.infos-footer #infos-footer-block-3 #table-info-footer-liens{
	color:#666666;
	margin-top:20px;
}

.infos-footer #infos-footer-block-3 #table-info-footer-liens a{
	color:#666666;
	text-decoration:underline;
}

/*** modified css for footer section****/
.footer_left {
  float: left;
  width: 31px;
}
.footer_right {
  float: left;
  text-align: right;
  width: 185px;
}
.footer_right p {
  margin: 0;
}
.number {
  /*font-family: arial black;*/
  font-size: 20px;
  font-weight: bold;
}


.separateur-footer{
	border-top: 2px solid #e8e8e8;
	height:10px;
	width:100%;
	display:none;
}



#div-blocs-highlight{
	 clear:both;
	 height:230px;
	 width:1020px;
	 background-image:url(../images/fond-highlight.jpg);
	 background-repeat:no-repeat;
	 background-position:top;
	 display:none;
}
#div-blocs-highlight-2{
	 clear:both;
	 height:250px;
	 width:1020px;
	 background-image:url(../images/fond-highlight-2.jpg);
	 background-repeat:no-repeat;
	 background-position:top;
         display:none;
}

p.footer-block_title {
    font-size:15px; 
    color:#31bcad;
    font-weight:bold;
    text-transform:uppercase;
    border-left: 3px solid #0258A1;
    padding-left:5px;
    margin-top:12px;
    margin-bottom: 15px;
}
 
#top_actifs_purs p.footer-block_title,
#choix_utilisateurs p.footer-block_title {
    margin-bottom: 5px;
}

.footer { /*margin:15px 0 40px;*/
	width:1020px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../images/fond-footer.jpg);
	background-repeat:no-repeat;*/
	background-color:#e8e8e8;
	text-align:center;
	padding-top:10px;
 }
.footer a { color:#8c8c8c; }

/*.footer .f-left { width:520px; }
.footer .f-right { width:429px; }*/

.footer ul { /*display:inline;*/
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
	padding-left:10%;
	padding-right:auto;
	 }
.footer li { /*display:inline; background:url(../images/bkg_pipe1.gif) 100% 50% no-repeat; padding:0 5px 0 0; margin:0 3px 0 0;*/ 
	width:auto;
	float:left;
	padding-left:10px;
	padding-right:10px;
	/*border-right:1px solid #9badbb;*/
	height:20px;
	padding-top:2px;
}
.footer ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	text-decoration:none;
	font-size:10px;
}
.footer .links li.last { background:none !important; padding-right:0 !important; }
.footer .bugs { margin:0; color:#666; }
.footer .bugs a { font-weight:bold; color:#444; }
.footer address { color:#666; }
.footer address a { color:#444; }

.footer .form-subscribe { margin:8px 0; }
.footer .form-subscribe label,
.footer .form-subscribe .input-box,
.footer .form-subscribe button.button { float:left; }
.footer .form-subscribe label { padding-top:2px; font-weight:bold; color:#555; }
.footer .form-subscribe .input-box { width:186px; margin:0 5px; }
.footer .form-subscribe input.input-text { width:180px; }
.footer .form-subscribe button.button span { height:23px; /*background-image:url(../images/bkg_btn-small.png);*/ line-height:20px; }

.footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
.footer .store-switcher { color:#555; text-align:right; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.footer-container .bottom-container { margin:0 0 8px; text-align:right; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
/*.home-spot { float:left; width:470px; margin-left:20px; }*/
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* left_col */
#box_nav_left {
	width:190px;
	height:400px;
}
#box_nav_left_titre {
	width:180px;
	height:24px;
	text-align:left;
	color:#24bdab;
	/*color:#ffffff;*/
	font-size:13px;
	font-weight:bold;
	/*font-weight:500;*/
	padding-top:12px;
	margin-left:6px;
}



.left-categorie-header a {
    color: white;
    text-decoration: none;
}
.left-categorie-header{
	background-color:#31bcad;
	color:white;
	/*height:38px;*/
        /*height: 52px;*/
        height: 45px;
	/*padding-top:5px;*/
        padding-top:13px;
	padding-left:10px;
	font-size:13px;
	margin-bottom:2px;
}

#left-categorie-header-third { height:25px;padding-top:10px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #left-categorie-header {
	padding-left:7px;
  }
}



#left-categorie-header-titre{
	text-transform:uppercase;
	font-size:14px;
}

#left-categorie-liens ul li#menuId15, #left-categorie-liens ul li#menuId16, #left-categorie-liens ul li#menuId0, #left-categorie-liens ul li#menuId4, #left-categorie-liens ul li#menuId8, #left-categorie-liens ul li#menuId12,
#left-categorie-liens ul li#menuId30,#left-categorie-liens ul li#menuId31,#left-categorie-liens ul li#menuId32, #left-categorie-liens ul li#menuId6{
	margin-bottom:2px;
	/*background-color:#dbf1ee;*/
	background-image:url(../images/fond-liste-left-nav.jpg);
	background-position:left;
	color:#6f7075;
	height:23px;
	padding-top:4px;
	padding-left:20px;
}






#box_nav_left .titre {
	color:#24bdab;
	/*color:#ffffff;*/
	font-size:12px;
	font-weight:bold;
	text-align:left;
	/*padding:9px;*/
	padding:4px;
}
#box_nav_left_contenu {
	width:190px;
	height:195px;
	margin-left:0px;
	clear:both;
}
#box_nav_left_contenu .intertitre {
	font-size:12px; 
	color: #236f68; 
	font-style:italic;
}

#box_nav_left_contenu ul {
	margin:0px;
	padding:0px;
	margin-top: 3px;
	list-style:none;
	/*border-top:1px solid #ffffff;*/
	margin-bottom:2px;
	position: relative;
	/*background-color: #50d7c8;*/
	z-index: 4;
}
#box_nav_left_contenu ul li {
	/*border-bottom:1px solid #ffffff;*/
	margin:0px;
	padding:0px;
	z-index: 4;
}



#box_nav_left_contenu ul li a {
	width:100%;
	color:#6f7075;
	/*text-decoration:none;*/
	font-size:12px;
	/*font-weight:bold;*/
	/*padding-top:3px;*/
	/*padding-left:3px;*/
	display:block;
	z-index: 4;
	text-decoration:none;
}

#box_nav_left_contenu ul li a:hover{
	color:#31bcad;
}

#box_nav_left_contenu ul li ul li a:hover{
	color:white;
}




#box_nav_left_contenu ul li a.biomimetic {}

#box_nav_left_contenu ul ul {
	border:none;
	margin-top: 6px;
	padding-bottom:3px;
	margin-bottom:0px;
	list-style-type:none;
	/*background-color: #50d7c8;*/
	float: left;
	clear: both;
	z-index: 4;
}
#box_nav_left_contenu ul ul li {
	/*margin-top:2px;*/
	background-color: #dbf1ee;
	margin-left: 00px;
	border:none;
	float: left;
	clear: both;
	z-index: 4;
	line-height:19px;
}

#box_nav_left_contenu ul ul li:hover {
	background-color:#5ad5c4;
	color:white;
}

#box_nav_left_contenu ul li:hover>ul {
	display: block;
	z-index: 4;
}

#box_nav_left_contenu ul ul.invisible {
	display: none;
	color: #000000;
	z-index:2;
	position:absolute;
	left:100% ;
	margin-top:-16px ;
	list-style-type:none;
	background-color: #50d7c8;
	z-index: 4;
}

#box_nav_left_contenu ul ul.invisible li {
	width: 200px;
	z-index: 4;
}

#box_nav_left_contenu ul ul.invisible li a {
	padding-left: 10px;
	width: auto;
	z-index: 4;
}

#box_nav_left_contenu ul ul li a {
	padding:0px;
	text-decoration:none;
	font-weight:normal;
	width:190px;
	padding-left:10px;
	min-height:19px;
	padding-top:4px;
	z-index: 4;
}

#box_nav_left_contenu ul ul ul li a {
	padding-left: 10px;
	width: auto;
	z-index: 4;
}
#box_nav_left_contenu ul ul ul li {
	width: 200px;
	z-index: 4;
}

#box_nav_left_contenu ul li ul {
	display: none;
	color: #000000;
	z-index:2;
	position:absolute;
	left:100% ;
	margin-top:-19px ;
	list-style-type:none;
	/*background-color: #16b7a8;
	padding:0;*/
	/*margin-left:1px;*/
	border-left:1px solid white;
	z-index: 4;
}
#box_nav_left_contenu ul ul ul li{
margin-top:0px;
border-bottom:1px solid #ffffff;
z-index: 4;
}
#box_nav_left_contenu ul ul li:hover {
	/*background-color: #53c7ba;*/
}

#box_nav_left_contenu ul ul li:hover>ul {
	display: block;
}

#menuId0:hover{
background-color: #73AE57;
}
#menuId1, #menuId2, #menuId3{
background-color: #73AE57;
}
#menuId4:hover{
background-color: #2270A2;
}
#menuId5, #menuId6, #menuId7{
background-color: #2270A2;
}
#menuId8:hover{
background-color: #cbcbcb;
}
#menuId9, #menuId10, #menuId11{
background-color: #cbcbcb;
}
#menuId12:hover{
background-color: #c6b9e4;
}
#menuId13, #menuId14{
background-color: #c6b9e4;
}

#preoccupation {
	margin-top:22px;
	margin-left:4px;
}

#preoccupation select {
	color: #000000;
}


/*#box_nav_left_contenu ul li.fleche {
	background-image:url(../images/choississez-fleche.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#box_nav_left_contenu ul ul li.fleche {
	background-image:url(../images/choississez-fleche.jpg);
	background-position:right;
	background-repeat:no-repeat;
}*/

#actif{
display:none;
position:absolute;
top: 176px;
width:758px;
height: 806px;
margin-left:190px;
background-image:url(../images/fond-traitermapeau.png);
background-repeat:no-repeat;
font-size: 80%;
color: #0f4c85;
font-weight: bold;
z-index: 2;
/* -moz-column-count:3; Firefox */
/*-webkit-column-count:3;  Safari and Chrome 
column-count:3;*/
}

.divActif {
	-webkit-column-break-inside: avoid;
	border: solid 1px #dedede;
	padding-bottom: 5px;
	width: 232px;
}

.divActif input {
	display:block;
	float:left;
	clear:left;
	margin-left: 5px;
}

.divActif label {
	margin-left:5px;
	width:200px;
	display:block;
	float:left;
}

.inlineActif {
	display: block;
	width: 210px;
	float: right;
}

.oneActif {
	margin: 0px;
	padding: 0px;
	height: auto;
}

#actifPurButton
{
	position: absolute;
	top: 685px;
	left: 273px;
}

div.actifPurTitle
{
	background-image:url(../images/fond-actif.png);
	/*background-image:url(../images/fond-actif.gif);*/
	background-repeat:no-repeat;
	height: 25px;
	width: 232px;
	align:center;
	text-align:center;
	vertical-align: bottom;
}

h3.actifPur{

	text-align:center;
	width: 232px;
	font-size: 9pt;
	font-family: verdana;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 5px;
}

#actifcheck0, #actifcheck1, #actifcheck2, #actifcheck3, #actifcheck4, #actifcheck5, #actifcheck6, #actifcheck6, #actifcheck7, #actifcheck8, #actifcheck9, #actifcheck10, #actifcheck11{
	display:none;
}

#actif h2, #prescription h2         { /*font-size:1.5em; line-height:1.25; margin-bottom:.45em;*/
	/*border-left:3px solid #0258a1;*/
	color:#36d5c7;
	text-transform:uppercase;
	padding-top: 2px;
	padding-left:25px;
	font-size:15px;
	font-weight:lighter;
	border:none;
 }
/*#actif h3          { 
	font-size:13px;
	color:#47bfb3;
	margin-top:0px;
 }*/

.legale{
font-size:10px;
text-align:justify;
color:#8c8c8c;
padding-top:20px;
padding-bottom: 15px;
}

#prescription{
display:none;
position:absolute;
top: 180px;
width:754px;
height: 750px;
min-height: 750px;
max-height: 750px;
margin-left:190px;
background-image:url(../images/fond-prescription.jpg);
background-repeat:no-repeat;
font-size: 80%;
color: #0f4c85;
font-weight: bold;
}
#prescription h3{
padding-left:50px;
padding-top:20px;
padding-bottom: 8px;
}
#prescription ul{
padding-left:50px;
}
#prescription hr{
margin-top: 5px;
margin-bottom: 5px;
}


#prescription #prescriptions_problemes_sepecifiques ul {
padding-left:0px;
}

#prescription #prescriptions_problemes_sepecifiques hr {
	margin-left:95px;
	margin-right:30px;
	clear:both;
}

#prescription #prescriptions_problemes_sepecifiques ul div.prescriptions_problemes_specifiques_categories {
	width:90px;
	margin-right:5px;
	float:left;
	clear:both;
	text-align:right;
}

#prescription #prescriptions_problemes_sepecifiques ul div.prescriptions_problemes_specifiques_categories  h4 {
	color: #47BFB3;
	font-size:9px;
}

#prescription #prescriptions_problemes_sepecifiques ul div.prescriptions_problemes_specifiques_valeurs {
	float:left;
	padding-bottom:5px;
}

#fermer-actif{
margin:5px; 
margin-top: -50px;
}


#actifs-purs-pop-up, #actifs-purs-pop-up2
{
display:none;
position:absolute;
top: 180px;
width: 718px; 
height: 484px; 
padding: 20px;
background-image:url(../images/fond-actif-pur.jpg);
background-repeat:no-repeat;
}

#transparence-prix
{
    display: none;
    color: #ffffff;
    position: absolute;
    background-color: #ffffff;
    top: 37%; 
    left: 35%;
    width: 570px;
    height: 765px;
    z-index: 10;
    font-size: 11pt;
    border: 1px solid #5d5d5d;
}

#actifs_garantie_B_fiche_produit
{
   display: none;
	background-color: #bcbcbc;
	color: #ffffff;
	position: relative;
	top: -470px;
	left: -10px;
	width: 740px;
	height: 470px;
	z-index: 10;
	font-size: 11pt; 
}
#actifs_garantie_B_fiche_produit .garantie-bold-text
{
	font-weight: bold;
}

#actifs_garantie_B_fiche_produit ul
{
	margin-left: 20px;
}

#actifs_garantie_B_fiche_produit hr
{
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border:none;
}


#actifs_garantie_A_fiche_produit
{
    display: none;
	background-color: #bcbcbc;
	color: #ffffff;
	/*position: relative;
	top: -470px;
	left: -10px;*/
        position:absolute;
        top:640px;
        left:34%;
	width: 740px;
	height: 490px;
	z-index: 10;
	font-size: 11pt;
}

/* callouts / left_col.phtml */
#informations .reassurance{display:none;}
.cms-page-view #informations {display:none;}


#informations {
	width:180px;
	height:auto;
	padding-bottom:15px;
	color:#666666;
	font-size:11px;
        margin-top:25px;
}

#informations .span-uppercase-pink{
	color:#f0077c;
	text-transform:uppercase;
}

#informations a#lien-decouvrir-pink{
	color:#F0077C;
	text-decoration:underline;
}


#informations .informations_texte {
	color:#99989c;
	font-size:10px;
	margin-left:50px;
	letter-spacing:0.5px;
}
#informations .informations_texte_bleu {
	color:#ffffff;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
#informations .informations_texte a {
	color:#99989c;
	font-size:10px;
	text-decoration:none;
}
#informations .informations_texte_bleu a {
	/*color:#40b4a6;*/
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

#choix_utilisateurs {
	width:239px;
	height:230px;
	padding-left:22px;
	/*padding-right:10px;*/
	/*background-image:url(../images/fond-nouveaute.jpg);
	background-repeat:no-repeat;*/
	float:left;
}
#choix_utilisateurs a {
	text-decoration: none;
}
#choix_utilisateurs a:hover {
	text-decoration: none;
}
#nouveaute_image {
padding-top:15px;
	/*width:79px;*/
	width:75px;
	float:left;
	text-align:center;
	/*margin-bottom:5px;*/
	height:172px;
}
#nouveaute_texte {
	padding-top:17px;
	padding-left:5px;
	width:159px;
	float:left;
	font-size:11px;
	/*color:#b1b1b1;*/
	color:#8c8c8c;
	margin-bottom:5px;
}

#top_5_image {
	padding-top:20px;
	/*width:79px;*/
	width:70px;
	float:left;
	text-align:center;
	/*margin-bottom:5px;*/
	height:167px;
}
#top_5_texte {
	padding-top:17px;
	padding-left:5px;
	width:125px;
	float:left;
	font-size:11px;
	/*color:#b1b1b1;*/
	color:#8c8c8c;
	/*margin-bottom:5px;*/
}

h3.titre-produit-footer,p.titre-produit-footer{
	color:#333333;
	font-size:15px;
	margin:0px;
        font-weight: 700;
}

div#nouveau-prix{
	width:100%;
}

div#nouveau-prix-left{
	width:129px;
	font-size:20px;
	color:#346fa5;
	text-align:left;
	float:left;
}

div#nouveau-prix-right{
	width:100px;
	text-align:right;
	float:left;
	padding-top:5px;
}

div#top-5-prix{
	width:100%;
}

div#top-5-prix-left{
	width:115px;
	font-size:20px;
	color:#346fa5;
	text-align:left;
	float:left;
}

div#top-5-prix-right{
	width:100px;
	text-align:right;
	float:left;
	padding-top:5px;
}


#top_actifs_purs {
	width:225px;
	height:230px;
	float:left;
	padding-right:10px;
	font-size:11px;
	color:#8c8c8c;
}
#top_actifs_purs a {
	/*color:#bebebe;*/
	color:#8c8c8c;
	text-decoration:none;
}
#top_actifs_purs .actif {
	font-size:10px;
	color:#41b1a7;
	text-align:left;
	width:100%;
	height:20px;
	/*float:left;*/
	clear:both;
}
#top_actifs_purs .actif a {
	color:#41b1a7;
	text-decoration:none;
}
.choix_des_utilisateurs_image {
	/*width:98px;*/
	width:70px;
	float:left;
	text-align:center;
	margin-top:10px;
	display:none;
}
#choix_des_utilisateurs_texte {
	width:154px;
	float:left;
	margin-top:10px;
	font-size:11px;
	/*color:#b1b1b1;*/
	color:#8c8c8c;
	/*font-weight:bold;*/
	line-height:20px;
	padding-top:10px;
}
#choix_des_utilisateurs_texte .violet {
	width:30px;
	color:#7a3982;
	font-size:13px;
	font-weight:bold;
	
}
#choix_des_utilisateurs_texte .rose {
	width:30px;
	color:#c35997;
	font-size:13px;
	font-weight:bold;
}
#choix_des_utilisateurs_texte .vert {
	width:30px;
	color:#5c883d;
	font-size:13px;
	font-weight:bold;
}
#choix_des_utilisateurs_texte .A06 {
	color:#2ab6f3;
	font-size:14px;
}
#choix_des_utilisateurs_texte .A42 {
	color:#6a90db;
	font-size:14px;
}
#choix_des_utilisateurs_texte .A100 {
	color:#38b082;
	font-size:14px;
}


#la_sante_de_votre_peau {
	width: 239px;
	height: 230px;
	padding-left:20px;
	padding-right:10px;
	float: left;
	color: #666666;
}

#tout_savoir_sur
{
	background-image:url(../images/fond-sante-2.jpg);
	background-repeat:no-repeat;
	width: 120px;
	height: 65px;
	margin-top: 35px;
	padding-top:5px;
}

#tout_savoir_sur_en
{
	background-image:url(../images/fond-sante-2-en.jpg);
	background-repeat:no-repeat;
	width: 120px;
	height: 80px;
	margin-top: 35px;
	padding-top:5px;
}

#conseil_dermato
{
	background-image:url(../images/fond-sante-1.jpg);
	background-repeat:no-repeat;
	width: 120px;
	height: 65px;
	margin-top: 10px;
	padding-top:5px;
}



#la_sante_de_votre_peau ul {
	color:#8c8c8c;
	list-style-image:url(../images/puce-sante-peau.jpg);
	list-style-position:inside;
	margin:0px;
	padding:0px;
	margin-top:3px;
}

#la_sante_de_votre_peau ul li {
	padding-left:10px;
}
#la_sante_de_votre_peau a {
	/*color:#b1b1b1;*/
	color:#346fa5;
	text-decoration:underline;
}


p.titre-sous-image-highlight{
	color:#4bb7a8;
	font-size:14px;
	margin-top:10px;
	margin-bottom:3px;
}

#etat_pur_et_vous {
	width:220px;
	height:230px;
	float:left;
	/*padding-left:25px;*/
	padding-right:10px;
	/*background-image:url(../images/fond-etat-pur-et-vous.jpg);
	background-repeat:no-repeat;
	background-position: 0 10px;*/
	color:#666666;
}
#etat_pur_et_vous .etat_pur_et_vous_texte {
	/*color:#b1b1b1;*/
	color:#8c8c8c;
	margin-left:45px;
	/*font-weight:600;*/
	clear:both;
	font-size:11px;
}
#etat_pur_et_vous a {
	/*color:#b1b1b1;*/
	color:#346fa5;
	text-decoration:underline;
}
#blog {
	/*font-size:12px;*/
	padding-top:10px;
}
#exprimez_vous {
	/*font-size:15px;*/
	padding-top:15px;
}
#contactez_le_service_client {
	/*line-height:13px;*/
	padding-top:12px;
}
#recevez_votre_e_magazine {
	padding-top:11px;
}
#programme_de_fidelite {
	padding-top:8px;
}
#etat_pur_et_vous_facebook {
	width:33%;
	float:left;
	text-align:right;
	margin-top:10px;
}
#etat_pur_et_vous_twitter {
	width:34%;
	float:left;
	text-align:center;
	margin-top:10px;
}
#etat_pur_et_vous_logo {
	width:30%;
	float:left;
	margin-top:10px;
}
#rechercheTexture {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	width:800px;
	margin-left:0px;
	background-color: #ffffff;
	border-width: 1px;
	border-color: #03519c;
	border-style: solid;
}

#rechercheTexture .category-products ul {
    padding-left:10px;
}

.category-products .category-products ul.products-grid {
    border:none;
}
.category-products .overligned {text-decoration: line-through;}
.category-products .regular-price .price{font-size:12px;}
.category-products .no-promotion-price .price {font-size:20px;}
.category-products .special-price .price { color: #FF0000;font-size: 20px;margin-left: 5px;}

.formRechercheTexture
{
	width:748px;
	clear:both;
}

.formRechercheTexture li
{
	list-style-type: none;
}

.divRadioTexture0
{
	margin-left: 0px;
	width: 173px;
	float: left;
	border-right: solid 1px #dbdbdb;
	height: 150px;
}

.divRadioTexture1
{
	margin-left: 0px;
	width: 400px;
	float: left;
	border-right: solid 1px #dbdbdb;
	height: 150px;
}

.divRadioTexture2
{
	margin-left: 0px;
	width: 173px;
	float: left;
	height: 150px;
}

.formRechercheTexture h3
{
	color: #05519c;
	margin-bottom: 15px;
}

.formRechercheTexture ul
{
	margin-left: 10px;
}

.formRechercheTexture li
{
	margin-left: 10px;
	color: #58cac2;
	line-height: 20px;
}

.catHydratationNutrition
{
	border: 1px;
	width: 800px;
	height: 570px;
	border-style: solid;
	border-color: #dbdbdb;
	margin-bottom: 20px;
	position:relative;
}

.catHydratationNutrition table tr
{
	vertical-align: middle;
	color: #606465;
	height: 24px;
}

.catHydratationNutition table
{
	padding-bottom: 90px;
}

h1.catName,h2.catName
{
	color: #04529c;
	border-left: solid 4px #04529c;
	padding-left: 10px;
	margin-top:13px;
 	margin-bottom: 15px;
        font-weight:bold;
        text-transform: none;
        font-size:20px;
}

a.closeLink
{
	color: #04529c;
	font-size: 20px;
	margin-bottom: 15px;
}

.catHydratationNutrition h5
{
	color: #2270a2;
	font-size: 13pt;
}

.catHydratationNutrition .information
{
	color: #777777;
	font-weight: bold;
	margin-left: 13px;
	margin-right: 13px;
	font-size: 9pt;
}

.hynuBlue
{
	color: #40b4a6;
}

.complement-product 
{
	align:center;
}

.complement-product  .product-name
{
	text-align:center;
}

.echantillonTexture {
	clear:both;
	width: 820px;
}

.textureItem {
	float: left;
	align: center;
	text-align: center;
	width: 130px;
}

.textureArrow {
	float: left;
	align: center;
	text-align: center;
	width: 130px;
	height: 17px;
}

.echantillonItem {
	float: left;
	align: center;
	text-align: center;
	width: 160px;
}

.image_echantillon {
	clear: both;
	width: 50px;
	height: 90px;
	text-align:left;
	float:left;
}

.infos-echantillon{
	width:100px;
	padding-right:10px;
	float:left;
	text-align:left;
}

infos-echantillon a{
	text-decoration:underline;
}

.detailEchantillon {
	clear:both;
	width: 820px;
}
.echantillonName1 {
	font-size: 12px;
	width: 100%;
	height:50px;
	text-align:left;
	color:#0060af;
}
.echantillonName2 {
	font-size: 12px;
	width: 100%;
	height:50px;
	text-align:left;
	color:#0da7de;
}
.echantillonName3 {
	font-size: 12px;
	width: 100%;
	height:50px;
	text-align:left;
	color:#4ab8b4;
}
.echantillonName4 {
	font-size: 12px;
	width: 100%;
	height:50px;
	text-align:left;
	color:#7ec166;
}
.echantillonName5 {
	font-size: 12px;
	width: 100%;
	height:50px;
	text-align:left;
	color:#cddf4f;
}

.textureTextureValueOver
{
	width: 130px;
	background-color: #1eb8ac;
	color: #ffffff;
	border: 1px solid #1eb8ac;
	height: 20px;
	font-weight:bold;
	font-size:15px;
}

.textureTextureValueOut
{
	width: 130px;
	background-color: #fcfbf9;
	color: #1eb8ac;
	border: 1px solid #1eb8ac;
	height: 20px;
	font-weight:bold;
	font-size:15px;
}


.textureValueOver
{
	width: 150px;
	background-color: #1eb8ac;
	color: #ffffff;
	border: 1px solid #1eb8ac;
	height: 20px;
	font-weight:bold;
	font-size:15px;
}

.textureValueOut
{
	width: 150px;
	background-color: #fcfbf9;
	color: #1eb8ac;
	border: 1px solid #1eb8ac;
	height: 20px;
	font-weight:bold;
	font-size:15px;

}

.ulContact
{
	list-style-image:url(../images/puce-sante-peau.jpg);
	margin-left: 20px;
}

#actifs_garantie_A
{
	display: none;
	background-color: #bcbcbc;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 740px;
	height: 470px;
	z-index: 10;
	font-size: 11pt;
}

#actifs_garantie_A .garantie-bold-text
{
	font-weight: bold;
}

#actifs_garantie_A ul
{
	margin-left: 20px;
}

#actifs_garantie_A hr
{
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border:none;
}

#contenuA
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 720px;
	height: 460px;
	margin-top: 30px;
}

a.garantie_fermer
{
	color: #000000;
       
}

#onglet1 a.garantie_fermer, #onglet2 a.garantie_fermer, #onglet3 a.garantie_fermer, #onglet4 a.garantie_fermer, #onglet5 a.garantie_fermer {
     background-image: none;
}

#actifs_garantie_B
{
	display: none;
	background-color: #bcbcbc;
	color: #ffffff;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 740px;
	height: 470px;
	z-index: 10;
	font-size: 11pt;
}

#actifs_garantie_B .garantie-blue-texte
{
	color: #2567a3;
	font-weight: bold;
}

#actifs_garantie_B ul
{
	margin-left: 60px;
	list-style-image:url(../images/fleche_garantie.png);
}

#actifs_garantie_B li
{
	height: 40px;
}

#actifs_garantie_B hr
{
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border:none;
}

#contenuB
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 720px;
	height: 460px;
	margin-top: 10px;
}

#innovation-actif
{
	position: relative;
}

.box-up-sell .complementary-products {
    font-size:19px;
    text-transform: uppercase;
    border-left: 3px solid #0258A1;
    color: #36D5C7;
    margin: 0 0 8px;
    padding-left:5px;
}

.products-grid .product-name-complement { font-size:11px; margin:0 0 6px; font-weight: 700; }
.products-grid .product-name-complement a { color:#444; text-decoration:underline; }
.products-grid .product-name-complement a:hover { text-decoration:none; }
.product-name-complement { float:none; }

.title_onglet
{
	display: none;
	
	background-color:#ebf3f6;
	color:#1dada0;
	height:21px;
	text-align:left;
	font-weight: bold;
	text-decoration:none;
	padding-top:5px;
}

/* ======================================================================================= */

/* Newsletter- Page ============================================================================ */
form#newsletter-validate-detail{}
form#newsletter-validate-detail li { margin-top:15px;}
form#newsletter-validate-detail li#fields_civ {
	clear:left;
	margin-top:10px;
}
form#newsletter-validate-detail li#fields_civ input[type="radio"] {
	margin-left:15px;
	margin-right:15px;
}
form#newsletter-validate-detail li#fields_civ input#fields_civ_first {margin-left:0}


form#form-validate li#fields_prefix input[type="radio"] {
	margin-left:15px;
	margin-right:15px;
}
form#form-validate li#fields_prefix input#fields_prefix_first {margin-left:0}

form#newsletter-validate-detail select#day {width:60px; }
form#newsletter-validate-detail select#month { width:80px;}
form#newsletter-validate-detail .form-list .customer-dob .dob-month { width:80px; }
form#newsletter-validate-detail .form-list .customer-dob .dob-year { width:120px;}
form#newsletter-validate-detail .form-list .customer-dob .dob-year input.input-text { width:115px; }
form#newsletter-validate-detail div.actions { border-top:0; }

div.newsletter-form_block-right,div.newsletter-form_block-left {
	float:left;
	width:275px;
	text-align:left;
}


/********************============================*********************************/
/********************============== CREATION COMPTE =========*********************/
div.account-create .dob-day .validation-advice, div.account-create .dob-month .validation-advice, div.account-create .dob-year .validation-advice{
	display:none;
}

form#form-validate .form-list .customer-dob .dob-day { width:55px; }
form#form-validate .form-list .customer-dob .dob-month { width:100px;}


form#form-validate .form-list #advice-validate-one-required-fields_prefix_first {display:none;}

/***************************************************************************************/
/******************* BOUTONS PANIER ****************************************************/
button#maj_panier {
	background-image:url(../images/mettre_a_jour_le_panier.jpg);
	width:178px;
	height:16px;
}
input#continuer_achats {
	background-image:url(../images/continuer_mes_achats_panier.jpg);
	/*width:178px;
	height:16px;*/
        background-repeat: no-repeat;
}



/********************************************************************************/
/**************************** ESPACE PRESSE *************************************/
/********************************************************************************/
div.titre_espace_presse{
	width:710px;
	height:30px;
	padding-top:7px;
	padding-left:40px;
	background-image:url(../images/fond-titre-presse.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	/*color:#47bfb3;
	font-size:14px;*/
}

.presse_revue-titre {
    color: #1fbaa8; 
    font-family: Verdana, arial; 
    line-height: 16px;
    font-weight: bold;
}

.presse_revue-date {
    font-family: Verdana,arial; line-height: 16px; color: #000000;
    font-weight:bold;
}


/*************************************************************************************/
/******************************  DOB *************************************************/
/*************************************************************************************/

div#div_edit_adresse div.dob-day, div#div_edit_adresse div.dob-month{
	width:70px;
	margin-right:5px;
}



/*************************************************************************************/
/****************************** FICHES PDF *******************************************/
/*************************************************************************************/
#content-fiche-acmella, #content-fiche-age{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-acmella.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
}

#content-fiche-andrographolide, #content-fiche-taches{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-andrographolide.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}

#content-fiche-escine, #content-fiche-minceur{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-escine.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}


#content-fiche-imperfections{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-imperfections.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}

#content-fiche-rougeur{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-rougeurs.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}

#content-fiche-secheresse{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-secheresse.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}

#content-fiche-teint{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-teint.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}

#content-fiche-soleil{
	width:700px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-soleil.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}

#content-fiche-peptide{
	width:710px;
	background-image:url(../../../../../media/pages_contenu/header-pdf-peptide.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
	height:100%;
	font-size:14px;
	color:#777777;
}

ul.ul_small_font{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header-left-fiche-pdf{
	float:left;
	color:white;
	font-size:17px;
	margin-bottom:20px;
}

#header-right-fiche-pdf{
	float:right;
	color:white;
	font-size:17px;
	width:220px;
	text-align:center;
}

#content-fiche-acmella ul#liste-fiche-pdf li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-acmella.jpg);
}

#content-fiche-andrographolide ul#liste-fiche-pdf li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-andrographolide.jpg);
}

#content-fiche-escine ul#liste-fiche-pdf li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-escine.jpg);
}

#content-fiche-peptide ul#liste-fiche-pdf li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-peptide.jpg);
}





#content-fiche-age p{
	text-align:justify;
}

#content-fiche-age ul li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-acmella.jpg);
}

#content-fiche-age ul strong{
	color:#6D1874;
}

#content-fiche-teint ul strong{
	color:#FF5113;
}

#content-fiche-imperfections ul strong{
	color:#00685d;
}

#content-fiche-rougeur ul strong{
	color:#00AAD2;
}

#content-fiche-secheresse ul strong{
	color:#E62899;
}

#content-fiche-soleil ul strong{
	color:#94420E;
}






#content-fiche-minceur ul#liste-fiche-pdf li, #content-fiche-taches ul#liste-fiche-pdf li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-minceur.jpg);
}

#content-fiche-teint ul li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-teint.jpg);
}

#content-fiche-imperfections ul li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-imperfections.jpg);
}

#content-fiche-rougeur ul li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-rougeurs.jpg);
}

#content-fiche-secheresse ul li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-secheresse.jpg);
}

#content-fiche-soleil ul li{
	list-style-image:url(../../../../../media/pages_contenu/puce-pdf-soleil.jpg);
}
/*========================= Autocompletion de la recherche ==============================*/
#search_autocomplete {
	background-color:#FFFFFF;
	text-align:left;
	padding:10px 5px 10px 5px;
	z-index:10;
}

#search_autocomplete ul {
	list-style:none;
}

#search_autocomplete ul li {
	cursor:pointer;
}

#search_autocomplete ul li span.amount {
	display:none;
}

/*========================= Module Parrainage ==============================*/

div#invit-table table.prototools-table,div#sponsor-table table.prototools-table,div#sponsor-change-table table.prototools-table {
	border:none;
}

div#invit-table table.prototools-table tr.line0,div#sponsor-table table.prototools-table tr.line0 ,div#sponsor-change-table table.prototools-table tr.line0,
div#invit-table table.prototools-table tr.line1,div#sponsor-table table.prototools-table tr.line1 ,div#sponsor-change-table table.prototools-table tr.line1 {
	background-color:#FFFFFF;
}

div#invit-table table.prototools-table th,div#sponsor-table table.prototools-table th,div#sponsor-change-table table.prototools-table th {
	color: #36D5C7;
	padding-top:5px;
	background-color:#f1f1f1;
	height:20px;
	border:none;
	/*background-image: url("../images/table-sorter.jpg");*/
	background-image:none;
}
div#invit-table table.prototools-table th.asc,div#sponsor-table table.prototools-table th.asc,div#sponsor-change-table table.prototools-table th.asc {
	/*background-image: url('../images/table-sorter-up.jpg');*/
	background-image:none;
}
div#invit-table table.prototools-table th.desc,div#sponsor-table table.prototools-table th.desc,div#sponsor-change-table table.prototools-table th.desc {
	/*background-image: url('../images/table-sorter-down.jpg');*/
	background-image:none;	
}

div#invit-table table.prototools-table td,div#sponsor-table table.prototools-table td,div#sponsor-change-table table.prototools-table td {
	border:none;
	color:#777777;
	/*border-right:1px solid #777777;*/
	border-bottom:1px solid #f4f3f3;
	text-align:center;
}

div#invit-table div.prototools-options, div#sponsor-table div.prototools-options, div#sponsor-change-table div.prototools-options {
	display:none;
}

.sponsorship_form_block label {height:27px;width:60px;clear:left;}
.sponsorship_form_block_long label {height:27px;width:100px;clear:left;}
.sponsorship_form_block label em,.sponsorship_form_block label.required em,.sponsorship_form_block_long label em, .sponsorship_form_block_long label.required em  {float:none;position:relative;right:-3px; }
.sponsorship_form_block div.input,.sponsorship_form_block_long div.input {width:250px;float:left;}

p.recipient_description {color: #8C8C8C; font-size:11px; }
p.max_recipient_reach { color:#FF0000; font-weight:bold; }

div#sponsorship-button-block { width:370px;clear:both;}
div#sponsorship-button-block button.button { float:right;margin-bottom:10px;}
div#sponsorship-button-block div.buttons-set { margin-top:10px;}
div#sponsorship-button-block div.buttons-set p.required { text-align:left;}

/*========================= Dev Mode ==============================*/
div#profiler_section {
	margin:auto;
	margin-top:20px;
	width:750px;
}
	

/* Module FB */
/*.product-collateral #detail_prix{
	padding-top:40px;
}*/







div#div-slider-home{
	padding-top:9px;
	padding-left:11px;
	margin-top:-9px;
	margin-left:-11px;
	width:810px;
	background-image:url(../images/fond-slider-home.jpg);
	background-repeat:no-repeat;
	height:410px;
}


/*
	Styles spécifiques de la page réassurance
*/
.col1-layout .main { padding:0; padding-top:16px; padding-bottom:40px;}
.breadcrumbs { margin-bottom:20px; margin-top:0px;}
.breadcrumbs ul { margin:0px; padding:0px;}
div#reassurance_bloc_top {
 width:1020px;
 height:167px;
}
div#reassurance_bloc_middle {
width:1020px;
/*height:167px;*/
height:auto;
}
div#reassurance_block_newsletter {
	width:1020px;
	height:102px;
	background-image:url('../images/reassurance-newsletter.jpg');
	background-repeat:no-repeat;
}
#newsletter_subscription {
	float:right;
	margin-top:43px;
	width:300px;
}
#newsletter_subscription input[type="text"] {
	width:230px;
	height:25px;
}
#newsletter_subscription input[type="submit"] {
	width:28px;
	height:25px;
	margin-left:6px;
	background:none;
	border:none;
	background-image:url('../images/bt-ok.jpg');
	cursor:pointer;
}

 /******************** PANIER **************/
table#shopping-cart-table tr.thead-liste-panier{
	background-color:#f0f5fb;
	color:#326fa5;
	height:32px;
}


.data-table .thead-liste-panier th { 
	padding:0px;
	padding-top:3px;
	/*padding-left:30px; */
	font-size:12px; 
	font-weight:bold; 
	text-transform:uppercase; 
	white-space:nowrap; 
}

h2.product-name-cart{
	color:#31bcad;
	font-size:12px;
	font-weight:bold;
	background-image:none;
	border:0px;
	text-transform:none;
}

#shopping-cart-table span.cart-price{
	padding-left:10px;
}

#shopping-cart-table span.cart-price span.price{
	margin-top:7px;
	font-size:15px;
	font-weight:bold;
	color:#346fa5;
}

#shopping-cart-table h2.product-name-cart { margin-bottom:0;}
#shopping-cart-table .item-options, #checkout-review-table .item-options {margin-top:0;} 
#shopping-cart-table .item-options dt,#checkout-review-table .item-options dt{ display:none;}
#shopping-cart-table .item-options dd,#checkout-review-table .item-options dd { padding-left:5px; margin-left:0;}
#shopping-cart-table .item-options dd .price,#checkout-review-table .item-options dd .price {display:none;}

.btn-remove-cart { 
	display:block; 
	width:16px; 
	height:16px; 
	font-size:0; 
	line-height:0; 
	background:url(../images/btn_trash_cart.gif) 0 0 no-repeat; 
	text-indent:-999em; 
	overflow:hidden; 
}



.cart .discount .discount-form { margin-left:0px; }


.cart .cart-collaterals{
	border-top:1px dotted #D9DDE3;
	margin:0px 0 0;
}

table.table-discount-panier{
	background-color:#e4f4f2;
	padding:7px 10px 7px 10px;
}

.table-discount-panier .titre-code-promo{ font-size:12px;color:#666666;font-weight:bold;}
div.discount button.button-discount{ text-align:left; font-size:10px; font-weight:normal; text-transform:none; color:#FF0000;}

/*utton.button-discount: :-moz-focus-inner { padding:0; border:0; } *//* FF Fix */
button.button-discount { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button-discount { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; text-decoration:underline; }


#div-float-left-buttons-cart{
	float:left;
	/*width:625px;*/
	width:565px;
	text-align:right;
}

#div-float-right-buttons-cart{ float:left;width:175px;text-align:right;}

#shopping-cart-totals-table .summary-total { display:none;}
#shopping-cart-totals-table tfoot tr:first-child { display:none;}


/************ ONEPAGE CHECKOUT ***********/
#checkout-step-login .col-1{
	/*width:100%;*/
}

ul.form-list, ul.form-list ul{
	margin:0px;
	padding:0px;
}

#co-billing-form fieldset{
	margin:0px;
	padding:0px;
}

#checkout-step-login .col-2{
	/*width:100%;
	margin-top:20px;
	border-top:2px dotted #e8e8e8;
	padding-top:20px;*/
}

#opc-login h3.onepage-opc-title { 
	font-size:18px; 
	border:0px; 
	padding-bottom:5px; 
	text-transform:none; 
	color:#31bcad;
	font-weight:normal;
}

div.opc-div-button{
	float:left;
	width:151px;
	text-align:right;
	margin-top:8px;
}
/*#checkout-step-login .col-1 .opc-div-button button { background-image:url(../images/btn-se-connecter-onepage.jpg); width: 123px; height: 16px;}*/
#checkout-step-login .col-1 .opc-div-button button { background-image:url(../images/se_connecter.jpg); width: 122px; height: 34px;}
/*#checkout-step-login .col-2 .opc-div-button button { background-image:url(../images/btn-creer-compte-onepage.jpg); width: 148px; height: 16px;}*/
#checkout-step-login .col-2 .opc-div-button button { background-image:url(../images/creer_un_compte.jpg); width: 141px; height: 34px;}
.opc .opc-div-button button span {display: none; }

#checkoutSteps .form-list label { /*float:left;*/ /*color:#31bcad;*/ font-weight:bold; position:relative; z-index:0; }
/*#checkoutSteps .form-list .input-box { display:block; clear:both; width:180px; }*/
/*.form-list .field { float:left; width:275px; }*/
/*#checkoutSteps .form-list input.input-text { width:175px; }*/

p.required-onepage { font-size:11px; text-align:left; color:#EB340A; margin:0px; padding:0px; }

.div-float-left-login{
	 float:left;
	 width:185px;
}

.clear-both-login{clear:both;height:8px;}

.div-float-left-login a.f-left{color:#346fa5; text-decoration:underline; font-size:11px;}

.onepage-opc-subtitle{color:#666666;font-weight:bold;}
.onepage-opc-subtitle2{color:#666666;font-weight:bold; margin-bottom:3px;}
#checkout-step-login div.col-2{color:#666666;}

.div-float-left-register{float:left;width:360px;}
.div-float-left-register-button{float:left;width:151px;text-align:right; padding-left:10px;}

.col-2 ul{ 
	/*margin-left:15px;*/
	list-style-type:disc;
	color:#346fa5;
	margin:0px;
	padding:0px;
}

.col-1 ul{ 
	margin:0px;
	padding:0px;
}

.col-1 h3, .col-2 h3{
	margin-bottom:0px;
}

span.li-list-register{
	color:#666;
}

#left-onepage-checkout_0{
	float:left;
	width:546px;
}

#right-onepage-checkout_0{
	float:left;
	width:214px;
	margin-left:19px;
	padding-left:20px;
	border-left:1px solid #d7d9db;
}

#header-col-right-panier{
	margin-bottom:10px;
}

#products-col-right-panier-top{
	width:214px;
	height:4px;
	background-image:url(../images/fond-header-detail-panier.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
	
#products-col-right-panier{
	height:auto;
	width:214px;
	background-image:url(../images/fond-content-detail-panier.jpg);
	background-repeat:repeat-y;
	/*padding:0px 10px 0px 10px;*/
}

#footer-col-right-panier{
	width:214px;
	height:36px;
}

#total-col-right-panier{
	width:186px;
	background-image:url(../images/fond-total-panier-col-right.jpg);
	background-repeat:repeat-y;
	height:20px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	padding:7px 14px 0px 14px;
}

.details-produit-panier-col-right{
	border-bottom:1px solid #dedede;
	width:194px;
	padding:0px 10px;
	min-height:10px;
	height:auto;
	padding-top:10px;
	padding-bottom:5px;
	overflow:auto;
}

.details-produit-panier-col-right-last{
	width:194px;
	padding:0px 10px;
	min-height:10px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	overflow:auto;
}

.img-product-col-right{
	width:30px;
	float:left;
}

.texte-detail-product-col-right{
	width:149px;
	float:left;
	padding-left:10px;
	padding-right:5px;
}

.texte-detail-titre-product-col-right{
	width:100%;
	font-weight:bold;
	font-size:12px;
	/*height:45px;*/
	margin-bottom:10px;
	overflow:auto;
}


/*.btn-supp-col-right{
	width:16px;
	float:left;
	padding-top:30px;
}*/

.quantite-product-col-right{
	font-size:12px;
	font-weight:normal;
	color:#999999;
}

.prix-product-col-right{
	font-size:15px;
	font-weight:bold;
	color:#346fa5;
}

.prix-product-col-right .price { font-size: 15px;}
.texte-detail-product-col-right .offert { font-size:12px;}


#titre-total-col-right-panier{
	width:50%;
	text-align:left;
	text-transform:uppercase;
	float:left;
}

#montant-total-col-right-panier{
	width:50%;
	text-align:right;
	float:left;
}
#montant-total-col-right-panier .price { font-size:12px;}


/******************** MODE DE LIVRAISON *************/
div#checkout-shipping-method-load dl.sp-methods dt{
	font-size:12px;
	/*color:#666;*/
	font-weight:bold;
}

div#checkout-shipping-method-load dl.sp-methods dd ul li{
	margin-bottom:20px;
} 

div#checkout-shipping-method-load dl.sp-methods dd ul li label{
	font-size:12px;
	/*color:#666;*/
	font-weight:bold;
}

div#checkout-shipping-method-load dl.sp-methods dd ul li label span.price{
	/*font-weight:normal;
	font-size:12px;*/
}

.sp-methods dd, .sp-methods dd ul{
	margin:0px;
	padding:0px;
}

#co-payment-form fieldset{
	margin:0px;
	padding:0px;
}

div#checkout-step-payment dl#checkout-payment-method-load ul li label, div#checkout-step-payment dl#checkout-payment-method-load dl dt label a{
	color:#666;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
}

div#checkout-step-payment dl#checkout-payment-method-load fieldset.form-list ul#payment_form_atos_standard li div.input-box{
	display:none;
}

#onepage-checkout_0 #div_secure_paiements{
	width:100%;
	margin-top:20px;
	display:none;
}


#detail_prix {
    color: #36AAA1;
    float: left;
    font-weight: bold;
    height: 46px;
    letter-spacing: -0.5px;
    line-height: 13px;
    margin-left: 15px;
    padding-top: 22px;
    text-align: left;
    width: 385px;
}
.product-grouped #detail_prix { text-align: right;}


#product-collateral #detail_prix {
	padding-top:35px;
}


#detail_ajout_panier input {
    margin-left: 90px;
	margin-top:4px;
}


.product_contenance_block {
    float: left;
    margin-left:100px;
    text-align: left;
}

.product_price_block {
    float:left;
    margin-left:60px;
}

#product-contenance {
    float:left;
    margin-left:75px;
    margin-top:4px;
}

#product_quantity_select {
    float:left;
    text-align: right;
    margin-top:35px;
    color:#aaaaaa;
    font-size:12px;
    font-weight: normal;
}
.product-grouped #product_quantity_select { margin-top:50px; }

#product_quantity_select select {
    margin-left:7px;
    margin-bottom: 8px;
    width:50px;
}

.Default #product_quantity_select {display:none;}
.Default .prix-contenance { display:none;}

#product_quantity_select select#capactity_display {
    width:68px;
}

#product_quantity_select span{
   /* float:left;
    padding-top:4px;*/
}
#product_quantity_select input {
    /*float:left;
    margin-left:5px;
    margin-right:6px;*/
}

.product-right-block_extras { text-align: right;}
/*.product-right-block_extras .price-box {float:none;height:16px;margin-top:0;} */
.product-right-block_extras .price { font-size: 22px;}
.product-right-block_extras .prix-contenance { font-size: 11px; font-weight: normal;}

#produits_prix  .prix, #produits_prix  .price {
            font-size:18px;
}
#produits_prix {
            font-size:10px;
}

#detail_prix .contenance {
            font-size:12px;
            font-weight: bold;
}
#detail_prix .afficher_contenance {
            font-size:24px;
            font-weight: normal;
}

#onglet-pack{
width: 735px;
background-color:#1dada0;
color:#ffffff;
padding:10px 15px 5px 15px;
margin-top:10px;
margin-bottom:10px;
}

/************ Magestore GiftVoucher *********************/
#giftvoucher_add { background-image: url('../images/bt-add-gif-voucher.jpg');}
#giftvoucher_add span { height: auto;}
#giftvoucher_add span span {color:#FFF;}

/************ Magestore GiftVoucher *********************/


/************ J2T ADD TO CART *********************/
#j2t_ajax_confirm_wrapper{
	padding:27px;
}

#j2t_ajax_confirm_wrapper #j2t-closing-button{
	/*display:none;*/
}

#j2t_ajax_confirm_wrapper .j2tajax-checkout-cart-count{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#j2t_ajax_confirm_wrapper h5.j2t-product-lnk{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

#j2t_ajax_confirm_wrapper .j2t-product-price{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#346fa5;
}

#j2t_ajax_confirm_wrapper .j2t-product-learn-more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#346fa5;
	text-decoration:underline;
}

/*****************************************************/

/**
 * Panier : Affichage des échantillons
 */
#div-texte-hors-frais-livraison{padding-left:195px;text-align: right;} 
.infos-echantillon a{ text-decoration:underline;}
#div-texte-echantillon{
	font-size:14px;
	margin-top:0px;
	width:800px;
	background-color:#f0f5fb;
	padding:15px 0px 15px 0px;
	text-align:center;
	font-weight:normal;
}
#div-texte-echantillon #span-texte-echantillon{ color:#346fa5;}
.span-texte-echantillon{ font-weight:bold;color:#31bcad;}

.cart-sample-container {width:800px;font-size:11px; margin-top:10px;color:#686767;padding-top:20px;padding-bottom:20px;font-family:"Cosmos",Arial;overflow:hidden;}
.cart-sample-container:after{display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}
.cart-sample-scroller-left{width:20px;height:40px;float:left;margin-top:40px;}
.cart-sample-scroller-right{width:20px;height:40px;float:left;margin-top:40px;}
.cart-sample-scroller-left a {display:block;width:20px;height:40px;background:url('../images/samples-arrows.png');background-repeat:no-repeat;background-position:-20px 0px;}
.cart-sample-scroller-left a:hover {text-decoration:none;background-position:-20px -40px;}
.cart-sample-scroller-right a {display:block;width:20px;height:40px;background:url('../images/samples-arrows.png');background-repeat:no-repeat;}
.cart-sample-scroller-right a:hover {text-decoration:none;background-position:0px -40px;}
.cart-sample-scroll-container {width:750px;margin-left:10px;float:left;overflow:hidden;position:relative;height:160px;}
.cart-sample-scroll{width:2000px;position:absolute;}
.cart-sample-item{float:left;width:155px;}
.cart-sample-item-content{margin-top:20px;}
.cart-sample-item-content-image{float:left;width:50px;}
.cart-sample-item-content-text{float:left;margin-left:10px;}
.cart-sample-item-name{display:block;width:40px;}
.cart-sample-item-reference{display:block;font-weight:bold;font-size:13px;color:#346FA5;}
 
/*Test Import Police*/
.cosmos {
    font-family: "Cosmos",Arial,Helvetica;
}

/* Ajax Cart */
a.j2t-continue-link{
    background: url('../images/j2t/bt-continuer-achats.jpg');
}
a.j2t-checkout-link{
   background:url('../images/j2t/bt-acces-panier.jpg');
}

/* Solution personnalisée */
#div_solution_perso_1{ background-image:url(../images/header-div-1-ma-solution-2.jpg);}
#div_solution_perso_2{ background-image:url(../images/header-div-2-ma-solution-2.jpg);}
#div_solution_perso_3{ background-image:url(../images/header-div-3-ma-solution-2.jpg);}

/* Affichage de la facture dans le compte client */
.data-table tfoot tr.grand_total { display:none;}
.sales-order-print #my-orders-table .summary-details-1 {display:none;}




#div-clear-home{
	/*height:5px !important; */
}

.block-account ul {
   padding:0; 
}

.etatpur-solution-print-save-dir { text-align:right;}
.etatpur-solution-print-save-dir a { color:#346fa5;}

#payment_form_atos_standard{ margin-left:20px;}

/* Pages CMS ================================================================================ */

/** Génériques */

/* Popin contenu */
 #popin_relative_800 { position:relative; z-index: 100;}
 #popin_display_800 { z-index:100; position:absolute; top:10px; width:800px;}
 #popin_top_800 {background-image: url('../images/popin_top_800.gif');background-repeat:no-repeat;width:800px;height:27px;}
 #popin_middle_800 {background-color:#FFF;padding-left:25px;padding-right:25px;width:750px;padding-bottom:1px; padding-top:0;}
 #popin_bottom_800 {background-image: url('../images/popin_bottom_800.gif');background-repeat:no-repeat;width:800px;height:14px;}
 .open-popin { text-decoration: underline; font-style: italic;}
 .popin-close-block {float:right;}
 .close-popin-block { float:right;}
 .popin-close { font-family: Arial; font-size: 12px; color:#00a6a8;}
 .close-popin {font-weight: bold; text-transform:uppercase;}
 
 /* Popin Contenu dans le checkout */
 #checkout-agreements #popin_display_800 { top:-400px;}
 #checkout-agreements #popin_top_800 {background-image: url('../images/popin_top_800_2.gif');background-repeat:no-repeat;width:800px;height:27px;}
 #checkout-agreements .popin-close-block {widht:750px;height:20px;background-color:#FFF;padding-right: 20px;text-align: right;width: 780px;padding-bottom:8px;}
 #checkout-agreements #popin_middle_800 { padding-top:8px; height:400px; overflow: auto;}

/** Pages */

/* Page : nos-innovations-produits-actifs-purs */
#popin-actifs_garantie_A {display:none;}
#popin-actifs_garantie_A_contenu,#popin-actifs_garantie_A_contenu p {line-height: 16px;}

/* Page Nos engagements */
.engagement-description { display:none;}
.engagement-col-gauche, .engagement-col-droite { padding:20px 10px;}
.engagement-col-gauche table { margin-bottom:30px; *margin-bottom:60px;}
.engagement-col-droite table { margin-bottom:15px; *margin-bottom:5px;*padding-top:0;*margin-top:0; }

/* Landing pages */
#landing_page_content {
	font-size:16px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
}

#landing_page_content td {
	padding-top:20px;
	border-bottom:dotted 1px #d2d1d1;
}

#landing_page_content td.left_td {
	padding-top:75px;
}

#landing_page_content td.right_td img { float:left;}
#landing_page_content td.right_td .product_block { 
	float:left;
	margin-top:75px;
	width:220px;
}

#landing_page_content .titre_produit {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
#landing_page_content .noir { color:#000000;}
#landing_page_content .vert { color:#13685d;}
#landing_page_content .violet { color:#a148ca;}

#landing_page_content .prix_produit {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
	color:#31bcad;
}
#landing_page_content .acheter_produit{
	width:135px;
	height:21px;
	border:0;
	background:none;
	background-image:url('http://www.etatpur.com/media/landing_pages/bt-acheter.jpg');
	cursor:pointer;
}

/* Styles de la landing page Rituel de soin */
div#landing_rituel-beaute { width:760px; }

.rituel_product_title {
	font-size:22px!important;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-top:16px!important;
	/*font-weight:bold!important;*/
	font-family:Arial,Verdana!important;
}

.rituel_product_description {
	font-family:Verdana!important;
	font-size:13px!important;
	color:#666666;
	word-spacing:0;
	letter-spacing:-0.8px;
	line-height:18px;
}

.rituel_product_tip {
        margin-top:10px;
	font-family:Arial;
	font-size:12px!important;
	font-style:italic!important;
	color:#37b5a7!important;
	background-repeat:no-repeat;
        margin-bottom: 20px;
}
.rituel_button_box {
	padding-top:20px;
}

.rituel_button_box .rituel_bt-ajouter {
	background:none;
	border:none;
	width:105px;
	height:21px;
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/bt-acheter.jpg');
	background-repeat:no-repeat;
	padding:0;
	margin:0;
        cursor: pointer;
}

div#rituel_step1 { 
	width:760px; 
	height:476px;
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/bg-rituel_step1.jpg');
	background-repeat:no-repeat;
	/*padding-top:35px;
	padding-left:240px;*/
}

div#rituel_step1 .image{
	float:left;
	width:240px;
}
div#rituel_step1 .image img {
	width:216px;
	height:380px;
	padding-top:35px;
	padding-left:10px;
}

div#rituel_step1 .content{
	float:left;
	width:520px;
	padding-top:35px;
}

div#rituel_step1 .rituel_product_title {
	color:#37b5a7;
}

div#rituel_step1 .rituel_product_tip {
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/rituel-picto_fleche-gauche.gif');
	background-position:top left;
	padding-left:17px;
}

div#rituel_step2 { 
	width:760px; 
	height:982px;
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/bg-rituel_step2.jpg');
	background-repeat:no-repeat;
	clear:both;
	text-align:right;
}

div#rituel_step2 .rituel_step2_product1 {
	padding-right:70px;
}

img.step2_titre {
	text-align:right;
}



div#rituel_step2 .rituel_product_description {
	text-align:right;
}

.rituel_step2_content {float:left;width:520px;}
.rituel_step2_image { width:163px;float:right;}
.rituel_step2_image img{ width:217px;height:258px;}

div#rituel_step2 .rituel_product_title {
	color:#a44bc3;
}

div#rituel_step2 .rituel_product_tip {
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/rituel-picto_fleche-droite.gif');
	background-position:top right;
	padding-right:17px;
}

.rituel_step2_savoir_plus {
	clear:both;
	font-family:Arial,Verdana;
	font-size:14px;
	color:#FFFFFF;
	word-spacing:0;
	letter-spacing:-0.5px;
	line-height:18px;
	text-align:left;
	margin-top:130px;
	margin-left:59px;
}

.rituel_step2_product2	{
	text-align:left;
	margin-top:30px;
}
.rituel_step2_product2 .image {
	float:left;
	width:225px;
}

.rituel_step2_product2 .image img {
	width:180px;
	height:300px;
}
.rituel_step2_product2 .content {
	float:left;
}

div#rituel_step2 .rituel_step2_product2 .rituel_product_description {
	text-align:left;
	word-spacing:-0.5px;
}
div#rituel_step2 .rituel_step2_product2 .rituel_product_tip {
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/rituel-picto_fleche-gauche.gif');
	background-position:top left;
	padding-left:17px;
}

div#rituel_step3 {
	clear:both;
	width:760px; 
	height:444px;
        padding-top:25px;
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/bg-rituel_step3.jpg');
	background-repeat:no-repeat;
	text-align:right;
}

div#rituel_step3 .content {
	float:left;
	width:535px;
}
div#rituel_step3 .image {
	float:right;
	width:225px;
}
div#rituel_step3 .image  img {
	width:179px;
	height:343px;
	margin-top:77px;
}

div#rituel_step3 .rituel_product_title {
	color:#666666;
}

div#rituel_step3 .rituel_product_tip {
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/rituel-picto_fleche-droite.gif');
	background-position:top right;
	padding-right:17px;
}

div#rituel_footer {
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/rituel_footer.jpg');
	background-repeat:no-repeat;
	width:660px;
	height:230px;
	padding-top:220px;
	padding-left:50px;
	padding-right:50px;
}

div#rituel_footer  .rituel_bt-ajouter {
	background:none;
	border:none;
	width:105px;
	height:21px;
	background-image:url('http://www.etatpur.com/media/landing_pages/rituel/bt-acheter.jpg');
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

div#rituel_footer  .rituel_footer_product1 {
	float:left;
}

div#rituel_footer  .rituel_footer_product1 .rituel_product_title {color:#ff5113;font-weight: normal;}

div#rituel_footer  .rituel_footer_products_image {
	float:left;
	width:300px;
	height:262px;
}

div#rituel_footer  .rituel_footer_products_image img {
	width:300px;
	height:262px;
}

div#rituel_footer  .rituel_footer_product2 {
	float:left;
}

div#rituel_footer  .rituel_footer_product2 .rituel_product_title {color:#333333; font-weight: normal;}


#bt-enregistrer-ma-solution {
    display:none;
}

/**
 *  Page : 4 familles d'actifs purs
 */
 
 .violet { color: #6D207C;}
 .vert { color: #00685D;}
 .bleu  {color: #00AAD2;}
 .rose { color: #E62899;}
 .orange { color: #FF5113;}
 .vert2 {color: #445026;}
 .vert3 {color: #007836;}
 .brun {color:#94420E;}

.header-famille-actif { display:none;height:302px; }
.content-famille-actif {display:none;}
.famille-display {display:block;}

#liste-famille-actifs { list-style:none; margin:0; padding:0;}
#liste-famille-actifs li.item-famille-actif { 
	float:left; 
	width:254px;
	border-right:1px solid #FFF; 
	text-transform:uppercase;
	height:26px; 
	background-color:#1d678f;font-size:10px;
	text-align:center;
	padding-top:5px;
	margin-bottom:5px;
}
#liste-famille-actifs li.item-famille-actif a { color:#FFF; text-decoration:none; display:block; height:26px; width:254px;}

.famille-selected {
	background-image:url('../images/bg-molecule-pure-vegetale.jpg');
	background-repeat:repeat-y;
	font-weight:bold;
}
.famille-selected-first {
	background-image:url('../images/bg-extrait-vegetal-total.jpg');
	background-repeat:no-repeat;
	font-weight:bold;
}	
#liste-famille-actifs .famille-selected-first a#extrait-vegetal-total,
#liste-famille-actifs .famille-selected a#molecule-pur-biotechnologique {color:#7b2880;}
#liste-famille-actifs .famille-selected a#molecule-pure-vegetale {color:#3fb8d9;}
#liste-famille-actifs .famille-selected a#extrait-vegetal-titre { color:#99c649;}

#liste-famille-actifs li.item-famille-actif  .lowercase { text-transform:lowercase;}

.content-famille-item-image { text-align: center;}
.content-famille-titre { text-transform:uppercase; color:#13bcae; font-size:15px; font-family:Arial,Verdana,Helvetica;}
.close-div-savoir-plus {text-align:right;font-weight: bold;}
.savoir-plus-slide-4,.savoir-plus-slide-3 {
    background-color: #e4f6f6;
    display: block;
    line-height: 1.5em;
    padding: 10px;
    position: relative;
    top: -140px;
    width: 700px;
    border:1px solid #AAA;
}

.content-famille-product-list { 
list-style:none;
border-bottom:1px dotted #666666;
width:1020px;
margin:0;
margin-bottom:25px; 
padding:0;
}
.first-list{ border-top:1px dotted #666666;}

.content-famille-item { 
	float:left;
	width:250px;
	height:304px;
        margin-left:3px;
}
.content-famille-item-image img {height:190px;}
h3.content-famille-item-titre { font-size:14px; margin-top:0;height:28px; text-align: center;margin-bottom: 10px;}
.content-famille-item-description {font-size:11px;height:42px;text-align: center;}
.content-famille-item-bottom{height:30px;}
.content-famille-item-prix{font-family:Arial,Verdana,Helvetica; font-size:15px; font-weight:bold; color:#2f70a1; width:100px; float:left; text-align: center;}
.content-famille-item-decouvrir{float:left; width:100px;}


/**
 *  Nouvelle Page "La Presse"
 */

#page_la_presse {width:800px;margin:auto;background-image:url('../images/la-presse/bg-page-la-presse.jpg');background-repeat:repeat-y;}
#page_la_presse h1 {font-size:30px;font-family:"Quicksand",Arial;font-weight:bold;color:#009fd1;text-transform:uppercase;text-align:center;}
#page_la_presse .press-item {width:202px;height:240px;float:left;padding-left:23px;padding-right:15px;margin-left:15px;	background-repeat:no-repeat;margin-bottom:15px;}
#page_la_presse .press-item h2 {font-size:30px;font-family:Georgia,Arial,Verdana;font-style:italic;text-transform:capitalize;margin-bottom:0px;letter-spacing:-2px;border:none;font-weight: normal;padding-left:0;color:none;}
#page_la_presse .press-item .press-item_date {font-size:13px;font-style:italic;font-family:Georgia,Arial;text-transform:capitalize;}
#page_la_presse .press-item .press-item_text {font-family:Arial,Verdana;font-style:italic;color:#666666;font-size:11.5px;width:193px;margin-top:10px;}
#page_la_presse #press-item_nouvel-obs {color:#65277a; background-image:url('../images/la-presse/bg-item_nouvel-obs.jpg');}
#page_la_presse #press-item_nouvel-obs h2 { padding-top:15px; color:#65277a;}
#page_la_presse #press-item_vogue {color:#e62899;background-image:url('../images/la-presse/bg-item_vogue.jpg');}
#page_la_presse #press-item_vogue h2 { padding-top:5px;color:#e62899;}
#page_la_presse #press-item_vogue  .press-item_text { font-size:11px;}
#page_la_presse #press-item_gala {color:#ff5113;background-image:url('../images/la-presse/bg-item_gala.jpg');}
#page_la_presse #press-item_gala h2 { padding-top:38px;color:#ff5113;}
#page_la_presse #press-item_figaro {color:#94420e;background-image:url('../images/la-presse/bg-item_madame-figaro.jpg');}
#page_la_presse #press-item_figaro  h2{ padding-top:2px;color:#94420e;}
#page_la_presse #press-item_figaro .press-item_text { margin-top:0px;font-size:11px;}
#page_la_presse #press-item_marie-claire {color:#00aad2;background-image:url('../images/la-presse/bg-item_marie-claire.jpg');}
#page_la_presse #press-item_marie-claire h2 { padding-top:14px;color:#00aad2;}
#page_la_presse #press-item_marie-claire .press-item_text { font-size:12px;}
#page_la_presse #press-item_elle {color:#a148ca; width:209px;background-image:url('../images/la-presse/bg-item_elle.jpg');}
#page_la_presse #press-item_elle h2 { padding-top:10px;color:#a148ca;}
#page_la_presse #press-item_elle .press-item_text { font-size:11px; margin-top:5px;}
#page_la_presse #press-item_cote-sante {color:#4bb7a8;width:204px;background-image:url('../images/la-presse/bg-item_cote-sante.jpg');}
#page_la_presse #press-item_cote-sante  h2 { padding-top:39px;color:#4bb7a8;}
#page_la_presse #press-item_cote-sante .press-item_text { font-size:12px;}
#page_la_presse #press-item_voici {color:#4d83f1;width:203px;background-image:url('../images/la-presse/bg-item_voici.jpg');}
#page_la_presse #press-item_voici h2 {padding-top:10px;color:#4d83f1;}
#page_la_presse #press-item_voici .press-item_text { font-size:12px;}
#page_la_presse #press-item_20-minutes {color:#007836;background-image:url('../images/la-presse/bg-item_20-min.jpg');}
#page_la_presse #press-item_20-minutes h2 {padding-top:3px;color:#007836;}
#page_la_presse #press-item_20-minutes.press-item_text { font-size:12px;}
#page_la_presse #press-item_terra-femina {color:#445026;background-image:url('../images/la-presse/bg-item_terra-femina.jpg');}
#page_la_presse #press-item_terra-femina h2 { padding-top:17px;color:#445026;}
#page_la_presse #press-item_terra-femina .press-item_text { font-size:12px; margin-top: 10px;}
#page_la_presse #press-item_paris-glamour {color:#e41165;background-image:url('../images/la-presse/bg-item_glamour-paris.jpg');}
#page_la_presse #press-item_paris-glamour h2 { padding-top:5px; line-height:28px;color:#e41165;}
#page_la_presse #press-item_paris-glamour .press-item_text { font-size:11px;margin-top: 5px;} 
 
/* Correctif Chrome Landing Page */
/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .rituel_step2_savoir_plus {
        letter-spacing:-1px;
    }
    .rituel_product_description {
        letter-spacing:-1px;
    }
}

img.img-drapeau{
	margin-top:1px;
	margin-right:4px;
}

/* Produits Solaires */

.category-activer-preparer-sa-peau .category-title h1,.category-proteger .category-title h1,.category-apaiser-hydrater .category-title h1 {
    color:#f7a108;
}

.product-list_solar-category { float:right; margin-top:-80px; margin-right:16px;}


#product-list_solar-category_popin_bg { 
    position:absolute; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    z-index:80; 
    opacity:0.5;
    filter : alpha(opacity=50);
    background-color:#666;
    position:fixed;
}

#product-list_solar-category_popin {
    background-image:url('../images/categories-solaires-popin-bg.gif');
    background-repeat:no-repeat;
    width:360px;
    height:326px;
    padding-top:30px;
    padding-left:40px;
    position:absolute;
    margin-top:-79px;
    margin-left:399px;
    z-index:100;
    display:none;
}
.product-list_solar-category_popin_close{font-size:16px; text-align: right; padding-right:110px;}
.product-list_solar-category_popin_close a { color:#00a4a7;}
.product-list_solar-category_popin_title{font-size:23px; color:#f7a108; font-family:"Houchka",Arial;}
.product-list_solar-category_popin_list{font-size:14px;}
.product-list_solar-category_popin_list ol { color:#f7a108; padding-left:20px;}
.product-list_solar-category_popin_list ol p { color:#666666; margin:0; padding:0; margin-bottom: 5px;}



#product-list_solar-category_footer {}
#product-list_solar-category_footer-text {
    padding-top:10px;
    padding-left:140px;
    width:670px;
    height: 75px;
    background-image:url('../images/categories-solaire-texte-bg.jpg');
    background-repeat:no-repeat;
    margin-bottom: 20px;
    color:#666666;
}
.solar-category_footer-text-jaune { color:#f9c900; font-size:16px;margin-bottom: 6px; font-weight: bold;}
#product-list_solar-category_footer_table {}

/* Prescription */
.prescription_biomimetiques_block,.prescription_actifs_purs_block { 
 border-left:4px solid #04529C;
 padding-bottom:4px;
}
.prescription_biomimetiques_block h2,.prescription_actifs_purs_block h2 {
    border:none;
    font-size:19px;
    font-weight:bold;
    padding-left:10px;
    margin:0px;
    text-transform: none;
    color:#1AB8AA;
}
.prescription_actifs_purs_block h2 { margin-top:13px;}
.prescription_biomimetiques_block .prescription_categorie-description,
.prescription_actifs_purs_block .prescription_categorie-description {
    font-size:14px;
    /*font-weight:bold;*/
    color:#04529C;
    margin:0px;
    padding-left:10px;
}

/* Page concept Store */

/*@font-face {font-family: "HouschkaAltLight";src: url("../font/HouschkaAltLight.ttf");}*/
@font-face {font-family: "avenirltstdbook";src: url("../font/avenirltstdbook.eot?#iefix") format("embedded-opentype"),  url("../font/avenirltstdbook.ttf") format("truetype"), url("../font/avenirltstdbook.svg#webfont") format("svg"),  url("../font/avenirltstdbook.otf") format("otf");}
@font-face {font-family: "houschkamedium";    src: url("../font/houschkamedium.eot?#iefix") format("embedded-opentype"),  url("../font/houschkamedium.ttf") format("truetype"), url("../font/houschkamedium.svg#webfont") format("svg"),  url("../font/houschkamedium.otf") format("otf");}
@font-face {font-family: "avenirltstdheavy";  src: url("../font/avenirltstdheavy.eot?#iefix") format("embedded-opentype"),  url("../font/avenirltstdheavy.ttf") format("truetype"), url("../font/avenirltstdheavy.svg#webfont") format("svg"),  url("../font/avenirltstdheavy.otf") format("otf");}
@font-face {font-family: "avenirltstdlight";    src: url("../font/avenirltstdlight.eot?#iefix") format("embedded-opentype"),  url("../font/avenirltstdlight.ttf") format("truetype"), url("../font/avenirltstdlight.svg#webfont") format("svg"),  url("../font/avenirltstdlight.otf") format("otf");}
.landing_banner_outer{width:1000px;float:left;border:1px solid #DCD5D5;font-family:Arial, Times, serif;padding:10px;}
.landing_banner_left_outer{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_top-left-bg.png) no-repeat top center;width:746px;height:370px;float:left;position:relative;}
.round_img{position:absolute;bottom:18px;left:20px;}
.video_btn_img{position:absolute;bottom:18px;right:23px;}
.video_btn_img a{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_video_btn_bg.png) no-repeat scroll center top transparent;color:#707378;display:block;font-family:Arial;font-size:12px;height:29px;line-height:31px;padding-left:25px;text-decoration:none;text-transform:uppercase;width:165px;}
.landing_banner_right_outer{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_top-right-bg.png) no-repeat top center;width:249px;height:370px;float:right;position:relative;font-family:Arial;}
.right_content_outer{position:absolute;bottom:10px;left:15px;background:#fff;width:215px;padding:0 0 12px 12px;}
.right_head{color:#42BBAC;float:left;font-family:Arial;font-size:12px;font-weight:700;padding-top:15px;width:205px;}
.right_content{width:200px;color:#707378;font-size:12px;float:left;}
.prender_btn_img{padding-right:12px;padding-bottom:10px;float:right;}
.cs-middle-content-outer{float:left;width:1024px; height:61px; margin-top:20px; text-align:center;background:url(../images/concept_store/banner-bg.jpg) no-repeat left top; padding:13px 0;}
.cs-middle-content-outer h3{ font-family:Arial, Helvetica, sans-serif;color: #376DA9; margin: 0 0 2px; text-transform: uppercase;}
.cs-middle-content-outer p{font-family:Arial, Helvetica, sans-serif;font-weight: bold; margin: 0 0 2px;}
.bottom-content-outer{float:left;width:1020px;margin-top:6px;}
.bottom-left-main-outer{width:490px;float:left;margin-right:14px;}
.bottom-left-title-outer{width:487px;float:left;margin:10px 0 5px;}
.bottom-left-content-outer{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bottom-left-bg.png) no-repeat top center;width:487px;height:135px;position:relative;float:left;}
.bottom-left-title-outer .title-left{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bar.png) no-repeat scroll left center transparent;color:#707378;float:left;font-family:Arial,Helvetica,sans-serif;font-size:15px;padding-left:15px;text-transform:uppercase;width:200px;font-weight:700;}
.bottom-left-title-outer .title-right{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bottom-left-icon.png) no-repeat scroll right center transparent;color:#42BCAC;float:right;font-family:avenirltstdlight;font-size:17px;min-height:25px;padding-right:20px;width:90px;font-weight: bold;}
.content-bottom a,.content-bottom a:hover{text-decoration:underline;color:#fff;}
.bottom-left-content-outer .content_outer{position:absolute;right:18px;top:12px;font-family:houschkamedium;color:#fff;font-size:16px;text-align:right;}
.housche{font-size:17px;font-weight:700;}
.content-bottom{font-size:15px;margin-top:10px;float:left;text-align:right;width:100%;}
.bottom-middle-content-outer{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bottom-middle-bg.png) no-repeat top center;width:242px;height:134px;position:relative;float:left;}
.bottom-right-content-outer{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bottom-third-bg.png) no-repeat scroll center top transparent;float:left;height:120px;position:relative;text-align:center;width:232px;padding-top:15px;font-family:Arial;}
.bottom-middle-main-outer{float:left;width:242px;border-right:1px solid #ccc;padding-right:19px;margin-right:19px;padding-bottom:8px;}
.bottom-middle-title-outer{float:right;width:100px;}
.newletter-right{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bottom-middle-icon.png) no-repeat scroll right center transparent;color:#42BCAC;float:right;font-family:avenirltstdlight;font-size:17px;min-height:25px;padding-right:29px;width:90px;margin:10px 0 5px;font-weight: bold;}
.cms-concept-store .newletter-right {width: 170px;}
.bottom-middle-content-outer .content_outer .newletter{color:#67C9BD;font-weight:700;}
.bottom-middle-content-outer .content_outer a,.bottom-middle-content-outer .content_outer a:hover{color:#386EAA;text-decoration:underline;font-size:10px;font-family:Arial, Helvetica, sans-serif;margin-top:5px;float:right;}
.bottom-middle-content-outer .content_outer{color:#707378;font-family:houschkamedium;font-size:15px;position:absolute;right:18px;text-align:right;top:12px;}
.bottom-right-main-outer{width:232px;float:left;}
.bottom-right-title-outer .title-left{text-transform:uppercase;color:#707378;font-family:Arial, Helvetica, sans-serif;float:left;width:150px;padding-left:15px;background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bar.png) no-repeat left center;font-size:14px;font-weight:700;}
.bottom-right-title-outer .title-right{background:url(http://www.etatpur.com/skin/frontend/default/mytheme/images/boutique_bottom-right-icon.png) no-repeat scroll right center transparent;float:right;height:25px;margin-top:-5px;width:50px;}
.bottom-right-title-outer{width:232px;float:left;margin:10px 0 9px;}
.bottom-right-content-outer .content_outer a{color:#fff;text-decoration:underline;}
.bottom-right-content-outer .content_outer{color:#FFF;font-size:19px;text-align:center;}
.bottom-right-content-outer .content_outer b{font-size:19px;}
.cms-concept-store .breadcrumbs{margin-bottom:10px;}
.cms-concept-store .main{padding-top:10px;padding-bottom:0px;}
.popin-video-concept-store{background-color:#FFF;position:absolute;text-align:center;width:726px;height:350px;border:1px solid #DCD5D5;display:none;padding:10px;}
.popin-video-concept-store-close{padding-bottom:10px;text-align:right;font-size:14px;}
.popin-video-concept-store-close a{text-decoration:none;}

/* Page Tout savoir sur ma peau (index )*/
.cms-tout-savoir-sur-ma-peau-banniere .col2-right-layout .sidebar { padding-top:247px;}
.img-tout-savoir-sur-ma-peau {margin-left: -270px;margin-bottom: 40px;padding-top:12px}

/* Listing des commandes */
.sales-order-view h1,.sales-order-shipment h1 {text-align:left;}
.sales-order-shipment .order-info-box {display:none;}
