@font-face { 	font-family: "Din Bold"; 	src: url('../DIN_Bold.otf'); }


/**
 * 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_blank
 * @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          {
	font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center;
	background: url('../images/bg_header.png') repeat-x #e9e9e9;

}

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* 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; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
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 {padding-bottom: 390px;position:relative;}
.page { width:1000px; margin:0 auto; padding:8px 0; text-align:left;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {margin-bottom:60px;}
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:230px; /*border:1px solid #ddd;*/ padding:5px 5px 0; }
.col-main { float:left; width:736px; /*border:1px solid #ddd;*/ padding:5px; }
.col-right { float:right; width:240px; /*border:1px solid #ddd; padding:5px 5px 0;*/ }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.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 Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 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:21px; /*background:transparent url(../images/bkg_button.gif) 0 0 no-repeat;*/ padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
#contactForm, #message_contact{float: left; display: block;}
#contactForm{padding: 0px 30px 0px 0px; margin-bottom: 30px; border-right: 1px solid #ddd;}
#contactForm .form-list{padding-left: 10px;}
#contactForm .form-list,
#contactForm .form-list label,
#contactForm .form-list label.required em,
#contactForm .form-list input.input-text,
#contactForm .form-list .formulaire_contact_droit li.wide .input-box textarea{font-family: arial; font-size: 13px; color: #333333; font-weight:normal;}
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; 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:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.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:222px; /*height:33px;*/ overflow: hidden;}
.form-list .field { float:left; width:222px; }
.form-list input.input-text{background:url('../images/champs.png') no-repeat; width: 222px; height: 33px; padding:0px; border: none; padding: 0px 0px 0px 10px; color:#333333;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list .formulaire_contact_gauche{margin: 0px 40px 0px 0px;}
.form-list .formulaire_contact_gauche,
.form-list .formulaire_contact_droit{float: left;}
.form-list .formulaire_contact_droit .fields{width: 284px; height: 36px; padding-top: 18px;}
.form-list .formulaire_contact_droit li.wide .input-box {background:url('../images/bulle_message-contact.png') no-repeat; border:none; width: 283px; height: 218px; }
.form-list .formulaire_contact_droit li.wide .input-box textarea{background:transparent; width: 263px; height: 198px; border:none; margin:10px 10px;}
.form-list .formulaire_contact_droit button{background:url('../images/boutons/bt-envoyer.png') no-repeat; width: 284px; height: 36px;}
.form-list .formulaire_contact_droit button:hover{background:url('../images/boutons/bt-envoyer-roll.png') no-repeat;}
.form-list li.wide input.input-text { 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; }

/* message pour la page contact */

#message_contact{margin-left: 50px; background-color: #ffffff; padding: 30px 30px;}
#message_contact p{text-align:center; font-family: din_regular_alternate; font-size: 20px; line-height:20px; font-weight: normal; color:#1F6c90;}
#message_contact p.gris_italic{ margin-top:10px; font-family: arial; font-size: 13px; line-height: 16px; color:#8c8c8c;}

/* 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:210px; }

.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:189px; }

.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 input.input-text { display:block; width:74px; }
.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:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

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

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0; }
.breadcrumbs li { display:inline;}
.breadcrumbs li a {
	text-decoration: none;
	font-size: 11px;
	text-transform:
	uppercase;
	color:#333333;
	margin: 0 5px;
}
.breadcrumbs li a:hover {text-decoration: underline;}
.breadcrumbs li.home a {margin-left: 0;}
.breadcrumbs li strong {text-transform: uppercase;color:#333333;font-size: 11px;margin: 0 5px; }

/* Page Heading */
.page-title{border-bottom:1px solid #ddd; margin:0 0 10px;}
.pagecms-title,
.pagecontact-title{margin:0 0 25px;}
.pagecontact-title{padding-left: 10px;}
.pagecms-title h1{text-align:center;}
.pagecms-title h1,
.pagecontact-title h1{font-size:24px; color:#333333; font-family:din_regular_alternate; text-transform :uppercase; }
.page-title, .pagecms-title { padding:0 0 5px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.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,
.sub-title { clear:both; }

/* Page CMS */
#content_cms{/* width:650px; */ margin:0 auto;}
#content_cms p{font-family:arial; font-size:13px; color:#333333;}
#content_cms p strong{font-family:din_regular_alternate; font-weight:normal; text-transform :uppercase;}
#content_cms p a{color:#333333; text-decoration:none;}
.center{text-align:center;}
.sous-titre{margin-top:-25px;}
.trait{border-bottom:1px solid #333333; width:150px; margin:0px auto 10px auto;}



/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; margin:20px 0px 10px 0px; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tfoot td{text-align: right;}
.data-table tfoot tr.tva_eco h2{font-size: 15px;}
.data-table tfoot td .price{margin-left: 20px;}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* 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 { font-size:11px; 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 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; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; 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; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; 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:1000px; 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:12px; line-height:1.15; text-align:center; color:#fff; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {height:116px; width:1000px; margin: 0px auto 0px auto;}
.header {padding:10px; text-align:left;}
.header .logo { float:left; text-decoration:none !important; }
.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 h1.logo { margin:0; padding:0; margin-top:10px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
#ligne-recherche {margin:0px auto; width: 1000px; height:50px;}
#search_mini_form {
	width:700px;
	float:left;
	height:50px;
	/*background: url('../images/zone-champs-de-recherche.png') no-repeat;*/
}
#search_mini_form .form-search { text-align:left; padding:0 0 0 85px;}
#search_mini_form .form-search label {
	font-size:16px;
	text-transform: uppercase;
	color: #004a80;
}

#search_mini_form .form-search #input-button{display:inline-block; position:relative; width:312px; height:34px;}
#search_mini_form .form-search input#search
{
	width:312px;
	height:33px;
	background: url('../images/champs-recherche.png') no-repeat;
	border:none;
	color:#9a9a9a;
	font-style: italic;
	font-size: 12px;
	padding: 0 0 5px 15px;
}
#search_mini_form .form-search button.button {
	background: url('../images/boutons/bt-chercher.png') no-repeat;
	width:75px;
	height:26px;
	/*margin-top: -5px;*/
	position:absolute;
	top:5px;
	right:7px;
}

#search_mini_form .form-search button.button:hover {
	background: url('../images/boutons/bt-chercher-roll.png') no-repeat;
}

#search_mini_form .form-search button.button span{
	background:none;
}


#search_mini_form .form-search .search-autocomplete { z-index:999; }
#search_mini_form .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
#search_mini_form .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
#search_mini_form .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
#search_mini_form .form-search .search-autocomplete li.selected {}

#ligne-recherche #medaillon {
	background:url('../images/drapeau-slide.png') no-repeat;
	float:left;
	width:23px;
	height:48px;
	overflow:hidden;
	margin-left: 150px;
	display:none;
}

.header-container .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }
.header .quick-access .block-cart {
	float:right;
	background:url('../images/img-panier.jpg') no-repeat scroll 0% 50%;
	width:130px;
	padding:10px 0 0 50px;
	border:none;
}
.header .quick-access .block-cart .block-title {border: none;margin-top:10px;}
.header .quick-access .block-cart .block-title strong span {
	color:#333333;
	font-size:16px;
	text-transform: uppercase;
	font-family: 'din_lightalternateregular';
}
.header .quick-access .block-cart .block-content {padding-top:0;margin-top:-10px;}
.header .quick-access .block-cart .block-content .summary p.amount {
	color:#00a1d2;
	font-family: 'dincond-boldbold';
	font-size: 18px;
	text-transform: uppercase;
}

.header .quick-access .block-cart .block-content .summary p.amount a {text-decoration: none; color:#00a1d2;}
.header .quick-access .block-cart .block-content .summary p.amount a:hover {text-decoration: underline;}
.header .quick-access .block-cart .block-content .summary p.amount a span{font-size: 16px;}
.hidden {display:none;}
#moncompte {z-index: 100; display:block; padding-top:8px; text-align:left;}
#moncompte .contenu {
	display:none;
	background-color: #00a1d2;
	border:1px solid #00a1d2;
	overflow:hidden;
	border-radius: 0 0 5px 5px;
}
#moncompte .contenu > div {
	width: 1000px;
	margin: 0px auto;
}

#moncompte .conteneur-bulle {
	height:20px;
	width:1000px;
	margin:0px auto;
}
#moncompte .bulle {
	background: url('../images/bulle-mon-compte.png') no-repeat;
	height:20px;
	width:166px;
	padding:0;
	margin:0 0 0 670px;
	position: relative;
}
#moncompte .bulle a {text-decoration: none;}

#moncompte .bulle span {
	background-image: url('../images/picto-mon-compte-header.png');
	background-repeat: no-repeat;
	background-position: 25% 100%;
	padding-left: 60px;
	font-family: Arial;
	color: #fff;
}

#moncompte .contenu .account-login {float:left; width:665px;}
#moncompte .contenu .account-login h2, #moncompte .contenu .account-login span.titre
{color:#FFF;font-size: 25px; font-family: 'din_alternateregular';}
#moncompte .contenu .account-login p,
#moncompte .contenu .account-login label {color:#FFF;font-size: 13px;}
#moncompte .contenu .account-login p {padding-right: 10px;}

#moncompte .contenu .account-login .new-users {
	width:/*280px*/320px;
	padding:/*20px 0 0 30px*/ 20px 0 0 0;
}
#moncompte .contenu .account-login .new-users button.button {
	background: url('../images/boutons/bt_enregistrer.png') no-repeat;
	width:222px;
	height:35px;
	margin-top:10px;
}
#moncompte .contenu .account-login .new-users button.button:hover {
	background: url('../images/boutons/bt_enregistrer-roll.png') no-repeat;
}
#moncompte .contenu .account-login .new-users .content{border-left:1px solid #dddddd; padding-left:50px;}

#moncompte .contenu .account-login .col2-set .col-2 {float:left;}
#moncompte .contenu .account-login .registered-users {
	width:280px;
	padding:20px 0 0 30px;
}
#moncompte .contenu .account-login .registered-users ul{margin:10px 0px;}
#moncompte .contenu .account-login .registered-users label.required em {color:#fff;}
#moncompte .contenu .account-login .registered-users input {
	background: url('../images/champs.png') no-repeat;
	width:222px;
	height:33px;
	border:none;
	padding:0px 0px 0px 15px;
}
#moncompte .contenu .account-login .registered-users button.button {
	background: url('../images/boutons/bt_sidentifier.png') no-repeat;
	width:222px;
	height:35px;
}
#moncompte .contenu .account-login .registered-users button.button:hover {
	background: url('../images/boutons/bt_sidentifier-roll.png') no-repeat;
}
#moncompte .contenu .account-login .registered-users p {text-align:left;}
#moncompte .contenu .account-login .registered-users span {padding-right: 50px;color:#fff;}
#moncompte .contenu .account-login .registered-users span a {color:#fff;}

#moncompte .contenu #contact-login {
	background: url('../images/bulle-question.png') no-repeat 50% 50%;
	float:right;width:333px;height:300px;
}

#moncompte .contenu #contact-login p.titre {
	color:#004a80; font-size: 19px;
	font-family: 'din_alternateregular';
	padding:90px 50px 0 50px;
	text-align: center;
}
#moncompte .contenu #contact-login p.texte {
	color:#grey; font-size: 13px; font-style: italic;
	padding:10px 50px 0 50px;
	text-align: center;
}

/********** < Navigation */
@font-face {
    font-family: 'dincond-regularalternateRg';
    src: url('/fonts/ff_din_condensed_regular_alternate-webfont.eot');
    src: url('/fonts/ff_din_condensed_regular_alternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ff_din_condensed_regular_alternate-webfont.woff') format('woff'),
         url('/fonts/ff_din_condensed_regular_alternate-webfont.ttf') format('truetype'),
         url('/fonts/ff_din_condensed_regular_alternate-webfont.svg#dincond-regularalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_blackalternateregular';
    src: url('/fonts/ff_din_black_alternate-webfont.eot');
    src: url('/fonts/ff_din_black_alternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ff_din_black_alternate-webfont.woff') format('woff'),
         url('/fonts/ff_din_black_alternate-webfont.ttf') format('truetype'),
         url('/fonts/ff_din_black_alternate-webfont.svg#din_blackalternateregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dincond-boldbold';
    src: url('/fonts/ff_din_condensed_bold-webfont.eot');
    src: url('/fonts/ff_din_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ff_din_condensed_bold-webfont.woff') format('woff'),
         url('/fonts/ff_din_condensed_bold-webfont.ttf') format('truetype'),
         url('/fonts/ff_din_condensed_bold-webfont.svg#dincond-boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dincond-mediumregular';
    src: url('/fonts/ff_din_condensed_medium-webfont.eot');
    src: url('/fonts/ff_din_condensed_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ff_din_condensed_medium-webfont.woff') format('woff'),
         url('/fonts/ff_din_condensed_medium-webfont.ttf') format('truetype'),
         url('/fonts/ff_din_condensed_medium-webfont.svg#dincond-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_lightalternateregular';
    src: url('/fonts/ff_din_light_alternate-webfont.eot');
    src: url('/fonts/ff_din_light_alternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ff_din_light_alternate-webfont.woff') format('woff'),
         url('/fonts/ff_din_light_alternate-webfont.ttf') format('truetype'),
         url('/fonts/ff_din_light_alternate-webfont.svg#din_lightalternateregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_alternateregular';
    src: url('/fonts/ff_din_medium_alternate-webfont.eot');
    src: url('/fonts/ff_din_medium_alternate-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ff_din_medium_alternate-webfont.woff') format('woff'),
         url('/fonts/ff_din_medium_alternate-webfont.ttf') format('truetype'),
         url('/fonts/ff_din_medium_alternate-webfont.svg#din_alternateregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_regular_alternate';
    src: url('/fonts/ff_din_regular_alternate.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_regular';
    src: url('/fonts/ff_din_regular.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_condensed_bold';
    src: url('/fonts/ff_din_condensed_bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_condensed_medium';
    src: url('/fonts/ff_din_condensed_medium.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_condensed_black_alternate';
    src: url('/fonts/ff_din_condensed_black_alternate.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'din_bold';
    src: url('/fonts/ff_din_bold.otf');
    font-weight: normal;
    font-style: normal;
}

.nav-container {float:left;margin:0 0 0 50px;background-color: #eeeeee; position:relative;}
.nav-container img {position:absolute; top:5px;} /* top:20px */
.nav-container img.separateur1 {left:175px;}
.nav-container img.separateur2 {right:140px;}
.nav-container li.last > img.separateur{display:none;}
#nav { /*border:1px solid #ddd;*/ padding:5px 5px 5px 0; margin:10px 0; font-size:13px; }

/* All Levels */
#nav li { text-align:left; position:relative;/*margin-left: 10px;*/ }
#nav li.over { z-index:998; }
#nav li.parent {padding:0px 10px;}
#nav li a { display:block; text-decoration:none;font-family:'din_lightalternateregular'; }
#nav li a span.sstitre {font-size: 11px; color:#4d4d4d; text-transform: none;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px 5px 5px; font-size:16px; color:#1f6c90; text-transform: uppercase;  } /* padding:5px 10px */
#nav li a:hover { /*color:#000;*/ }
#nav li.over a,
#nav li.active a { /*color:#000;*/ }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:55px; left:-10000px; border:1px solid #ddd; background:#eeeeee; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; margin-left:0; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { font-family:'dincond-mediumregular';float:none; /*padding:3px 9px;*/ font-weight:normal; color:#1f6c90 !important; }
#nav ul li a:hover { color:#fff !important; background-color: #1f6c90; }
#nav ul li.active > a,
#nav ul li.over > a { color:#fff !important;background-color: #1f6c90; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */

/* autre mod�le de menu  de navigation *************
.nav-container {float:left; margin:0 0 0 20px; position:relative;}
.nav-container img {position:absolute; top:30px;}
.nav-container img.separateur1 {left:175px;}
.nav-container img.separateur2 {right:175px;}
#nav { padding:13px 0px 5px 0; margin:10px 0; font-size:13px; }

 All Levels
#nav li {text-align:left; position:relative;}
#nav li.over { z-index:998; }
#nav li a {display:block; text-decoration:none; font-family:'din_lightalternateregular'; padding:0px 5px; text-transform: uppercase; }
#nav li a span.sstitre {font-size: 11px; color:#4d4d4d; text-transform: none;}
#nav li a:hover { text-decoration:none; }
#nav li a:hover span.sstitre{ color:#eeeeee; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }
#nav li.parent:hover{background-color:#eeeeee;}

1st Level
#nav li {float:left; margin-left:0px;}
#nav li.parent.first{min-width:180px;}
#nav li.parent{min-width:152px;}
#nav li.parent.last{min-width:180px;}
#nav li.parent > a {margin:5px 0px 5px 20px;}
#nav li a {text-align:none; font-size:16px; color:#1f6c90;}

2nd Level
#nav ul,
#nav div { position:absolute; top:43px; left:-10000px;  background:#eeeeee; }
#nav div ul { position:static;  border:none; }
#nav li.parent.first ul li,
#nav li.parent.last ul li{min-width:180px;}
#nav li.parent ul li{min-width:152px;}

3rd+ leven
#nav ul ul,
#nav ul div { top:7px; }

#nav ul li { float:none; border-bottom:1px solid #ddd; margin-left:0; padding:0px 0px 0px 0px;}
#nav ul li a {min-height:30px;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { font-family:'dincond-mediumregular';float:none; font-weight:normal; color:#1f6c90 !important; }
#nav ul li a:hover { color:#fff !important; background-color: #1f6c90; }
#nav ul li.active > a,
#nav ul li.over > a { color:#fff !important;background-color: #1f6c90; }

Show menu
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; 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 10px;*/ }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {border:none;}
.block-account h1{font-size:24px; color:#333333; font-family:din_regular_alternate; text-transform :uppercase; margin-bottom: 25px;}
.block-account .block-title {border-bottom: none; padding: 0px;}
.block-account .block-title h2{font-family: din_regular_alternate; text-transform: uppercase; color: #1f6c90;}
.block-account .block-content{padding:0px;}
.block-account .block-content li.current,
.block-account .block-content a{font-family: arial; font-size:13px; padding: 10px 0px; font-weight: bold;}
.block-account .block-content li.current{color:#1f6c90;}
.block-account .block-content a{text-decoration: none; display: block; color: #333333;}
.block-account .block-content li.current span,
.block-account .block-content a span{font-size: 10px;}
.block-account .block-content li{border-bottom: 1px solid #dadada;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }


.sidebar .block-cart {
	background:url('../images/img-panier.jpg') no-repeat scroll 10% 50%;
	background-color: #f8f8f8;
	padding:20px 0 10px 70px;
	border:none;
}
.sidebar .block-cart .block-title {border: none;}
.sidebar .block-cart .block-title strong span {
	color:#333333;
	font-size:16px;
	text-transform: uppercase;
	font-family: 'din_lightalternateregular';
}
.sidebar .block-cart .block-content {padding-top:0;margin-top:-10px;}
.sidebar .block-cart .block-content .summary p.amount {
	color:#00a1d2;
	font-family: 'dincond-boldbold';
	font-size: 18px;
	text-transform: uppercase;
}
.sidebar .block-cart .block-content .summary p.amount a {text-decoration: none; color:#00a1d2;}
.sidebar .block-cart .block-content .summary p.amount a:hover {text-decoration: underline;}
.sidebar .block-cart .block-content .summary p.amount a span{font-size: 16px;}

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.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 ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


.zone-produits {margin: 20px 0 20px;}
.zone-produits .entete {height: 40px;padding-top: 40px;}
.zone-produits .entete span.italique {font-style: italic;}
.zone-produits .entete_bache {
	float:left;width:250px;
	text-transform: uppercase;
	font-family: "dincond-mediumregular";
	font-size: 26px;
	color:#1f6c90;
}
.zone-produits .entete_ventes {
	background:url('../images/homepage/barre-hp-ventes.png') no-repeat center left ;
	float:left;
	width:740px;text-align: center;text-transform: uppercase;
	font-family: "dincond-mediumregular";
	font-size: 20px;
	color:#3b3b3b;
}

.zone-produits .entete .entete_ventes span.titre {margin-left:-20px;}

.zone-infos .devis{
	width:475px;
	float:left;
	height:340px;
	background-color: #fff;
	margin-bottom:60px;
}
.zone-infos .infos-bache{
	width:475px;
	float:left;
	height:340px;
	background-color: #fff;
	margin-bottom:60px;
	margin-left: 20px;
}

.zone-infos .infos-bache p {text-align: center;font-family: arial;font-size: 13px;color:#333333;}
.zone-infos .infos-bache p span.comprendre {
	color:#005d9c;
	font-size:20px ;
	font-family: 'dincond-mediumregular';
	text-transform: uppercase;
}
.zone-infos .infos-bache p.picto_i {margin-top:20px;margin-bottom: 5px;}
.zone-infos .infos-bache p.texte1 {width:50%;margin:auto; margin-top: 10px;margin-bottom:10px;}
.zone-infos .infos-bache img.picto {float:left;margin: 10px 0 0 55px;}

/* ==================================== Page devis ============================== */
#devis{}
#devis .page-title{border:none; margin-bottom:20px;}
#devis .page-title h1{font-size:24px; color:#333333; font-family:din_regular_alternate; text-transform :uppercase; margin-left:50px;}

#devis form{margin:0px 50px; display:block;}
#devis form > div {clear:both; border-top:1px solid #dddddd; padding-top:20px;}
#devis form h2{font-family:din_regular; font-size:20px; color:#1f6c90; text-transform:uppercase; margin-bottom:10px;}

#devis .devis_coordonnees {padding-top:0px; border-top:0px none;}
#devis .devis_coordonnees p{font-size:13px;}
#devis .devis_coordonnees .form-list{margin-bottom:20px;}
#devis .form-list {float:left; margin-right:30px;}
#devis .form-list label{float:none;}
#devis .form-list label,
#devis .form-list em{font-family:arial; font-size:13px; font-weight:normal; color:#333333;}
#devis .form-list .customer-name-prefix .name-firstname{margin-top:8px;}
#devis .form-list .customer-name-prefix .input-box,
#devis .form-list .customer-name-prefix .name-firstname,
#devis .form-list .customer-name-prefix .name-firstname input.input-text{width:222px;}
#devis .form-list .field{float:none;}
#devis .form-list .input-box{background:url("../images/champs-liste.png")no-repeat; width:222px; height:50px; } /*height:33px; overflow:hidden;*/
#devis .form-list .input-box select{background:transparent; width:242px; height:33px; border:none; padding:8px 0px 0px 10px; -webkit-appearance:none; -moz-appearance:none; color:#333333;}
#devis .form-list p{margin-bottom:20px;}
#devis .form-list p.facultatif{margin:50px 0px 0px 0px;}
#devis .form-list p.facultatif input{margin-bottom:22px;}
#devis .form-list div.textarea{background:url("../images/devis/champs_remarque.png") no-repeat; width:525px; height:88px;}
#devis .form-list div textarea{width:510px; height:70px; background:transparent; border:none; margin:7px 0px 0px 8px; color:#333333; font-family:arial; font-size:13px;}
#devis div p input.input-text,
#devis .espacement li input{width:92px; height:36px; background:url("../images/devis/champs-petit.png") no-repeat; border:0px none; padding:0px;}

#devis button.button{background: url('../images/devis/bt-envoyer.png') no-repeat; width:284px; height:36px; float: none; display:block; clear:both;}
#devis button.button:hover {background: url('../images/devis/bt-envoyer-roll.png') no-repeat;}

.espacement{margin:10px 0px;}
.schema{margin:20px 0px 30px 0px; height:164px;}
.schema li{float:left; position:relative; margin:0px 41px;}
.schema li input{position:absolute; top:10px; left:47%;}
/* ==================================== End Page devis ============================== */

/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

.homepage-content .products-grid li.item,
.category-products .products-grid li.item{padding:2px; margin: 0px 6px; border-radius: 5px;}
.homepage-content .products-grid li.item img,
.category-products .products-grid li.item img{border-radius: 5px 5px 0px 0px;}

.homepage-content .products-grid li.item.bachehp{padding: 0px 0px 2px 0px; margin: 2px 6px 0px 0px; border-radius: 0px;}

.product-image{position:relative;}
.product-image .bonne_affaire { position:absolute; top:10px; right:10px; }

/* View Type: Grid */
.products-grid { /*border-bottom:1px solid #ddd;*/ position:relative; }
.products-grid.last { border-bottom:0;}
.products-grid li.item {
	float:left; width:230px; padding:0;height:370px;
	margin-right: 17px;
	background-color: #fff;
	 }
.products-grid li.bachehp {background-color: #1f6c90;}
.products-grid li.bachehp h3 {color:#fff;}

.products-grid .product-image { display:block; width:230px; height:150px; margin:0 0 10px;}
.products-grid .product-name {
	margin:35px 0 0px;
	padding: 0 5px 0 5px;
	font-weight:bold; max-height: 52px;
	overflow: hidden;
	line-height: 22px;
}
.products-grid .product-name a {
	font-size:26px;
	font-family: 'dincond-mediumregular';
	color:#005d9e;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 22px;

}

.products-grid .product-name a.bachehp {color:#fff;}
.products-grid li.item a.bouton {padding: 0 3px 0 3px; position: absolute; bottom: 0px; margin-bottom: 5px;}

.products-grid .soustitre {font-size: 12px; color:#433d3f; font-style: italic; padding: 0 5px 0 5px;}
.products-grid .price-box { margin:5px 0px 35px 0px; height:70px; padding: 0 5px 0 5px; position:absolute; bottom: 0px; width: 220px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:0px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:990px; margin:10px auto 20px auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */

/* ========= Search results ================== */

/* sidebar */
.search_results_sidebar dt{margin: 10px 0px 5px 0px;}
.search_results_sidebar dd{padding-left: 20px;}
.search_results_sidebar dt,
.search_results_sidebar dd a{font-family: arial; font-size: 13px;}
.search_results_sidebar dt{color: #1F6c90;}
.search_results_sidebar dd a{color: #333333;}

/* content */
.search_results h1{font-size:20px; color:#333333; font-family:din_regular_alternate;}
#search_results .category-products{margin-bottom: 30px;}
#search_results .products-grid{width: 736px; border-bottom: 0px none;}
#search_results .products-grid li.item{margin:20px 7px 0px 7px; padding:0px;}

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; 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:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.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; }

/* Availability */
.availability { margin:20px 0px 10px 0px; width:269px; height:18px; padding:5px 0px; border-top:1px solid #dadada; border-bottom:1px solid #dadada;}
.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price{ font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price{position:absolute; bottom:0;left:0; /*font-family:din_bold;*/ font-family:din_condensed_medium; font-size: 40px; }
.regular-price .price,
.regular-price .price_modifie_par_js{color:#848487; padding:0 5px;}
.regular-price .price_modifie_par_js{font-family:din_condensed_medium; font-size:40px;}
.regular-price .regular-price .price_modifie_par_js p{font-family:din_condensed_medium;}

.regular-price .price *,
.regular-price .price_modifie_par_js * {vertical-align: 50%; font-weight:bold;}
.regular-price p{display:inline-block; font-family:din_condensed_medium; font-size:20px; color:#848487;}
.bachehp .regular-price .price {color:#fff;}
.regular-price .price span,
.regular-price .price_modifie_par_js span {font-size: 20px; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap;display:none; }
.old-price .price {
	font-weight:bold; text-decoration:line-through;
	font-size: 20px;color:#848487;
	position:absolute;bottom:13px;left:0; padding:0 5px;
}
.old-price .price * {vertical-align: 50%;}

.old-price .price span {font-size: 12px;}
/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap;display:none; }
.special-price .price {
	font-weight:bold; font-size: 40px;color:#00a99d;
	position:absolute; bottom:0;right:0;padding:0 5px;
}
.special-price .price * {vertical-align: 50%;}
.special-price .price span {font-size: 20px; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

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

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

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

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

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

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart .quantite{height:33px; line-height:33px; font-size: 13px; color:#4b4b4b;}
.add-to-cart .quantite > div{float:left; width:77px; height:33px;background:url('../images/champs-liste-quantite.png') no-repeat; overflow:hidden;}
.add-to-cart .quantite > div select{background:transparent; width:97px; height:33px; border:none; padding:0px 0px 0px 15px; vertical-align: inherit;}


.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; margin-top: 5px;width:50px; }
.add-to-cart button.button { float:left;}
.product-shop .add-to-cart button.button {}
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .add-to-cart button.button { margin-top: 10px; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

/* Product Collateral */

.product-collateral {margin-top:10px;}

.product-collateral .desc,
.product-collateral .media{float: left; width:470px;}

.product-collateral .desc{color:#4b4b4b; padding:10px; font-family:arial; font-size:13px; background-color:#fff;}
.product-collateral .desc h2{font-family:din_condensed_medium; font-size:20px; color:#005d9e; text-transform:uppercase;}
.product-collateral .desc .bleu{color:#005d9e;}
.product-collateral .desc ul{padding-left: 20px; list-style-type:disc;}
.product-collateral .desc .sans_puce{list-style-type:none;}

.product-collateral .media{margin-left: 20px;}
.product-collateral .media div{margin-top:20px;}
.product-collateral .media div.iframe{margin-top:0px;}
.product-collateral .media div.iframe iframe{width: 470px; height: 288px;}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; width:262px; height:262px; margin-bottom:5px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.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:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop {
	float:left;
	width:373px;
	margin-left:20px;
	 }

.col1-layout .product-view .product-shop img {display: block;margin-bottom: 10px;}
.col1-layout .product-view .product-shop .add-to-box {
	margin-top:20px;
}

.col1-layout .product-view .coldroite {
	float:right;
	width:330px;
	/*padding-top: 15px;*/
}

.col1-layout .product-view .coldroite .std {
	padding:10px;
}

.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .product-name h1 {
	font-size: 26px;
	color: #1f6c90;
	text-transform: uppercase;
	font-family: "dincond-mediumregular";
	margin-bottom: 5px;
}
.product-view .short-description {
	font-size: 13px;
	color:#4b4b4b;
	margin-bottom:10px;
	width:269px;
}
.product-view p.intro-tierprices {
	border-bottom: 1px solid #dadada;
	margin-right: 100px;
	padding-bottom:3px;
	font-size: 13px;
	color:#4b4b4b;
}
.product-view ul.tier-prices {

}

.product-view ul.tier-prices li {
	color:#00a1d2;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
	padding:5px 0;
	margin-right: 100px;
}

.product-view button.button span{
	background: url("../images/boutons/bt-ajouter-au-panier.png") no-repeat;
	width:269px;
	height:36px;
}
.product-view button.button span:hover {
	background: url("../images/boutons/bt-ajouter-au-panier-roll.png") no-repeat;
}
.product-view button.button {
	background: url("../images/boutons/bt-ajouter-au-panier-vert.png") no-repeat;
	width:269px;
	height:36px;
}
.product-view button.button:hover {
	background: url("../images/boutons/bt-ajouter-au-panier-vert-roll.png") no-repeat;
}

.product-view .product-shop .regular-price .price {position: static;}
.product-view .product-shop .old-price .price {position: static;}
.product-view .product-shop .special-price .price {position: static;}


/* Product Options */

.coldroite{font-family:arial; font-size:13px; color:#333333;}
.coldroite .avis_professionnel{background-color:#fff; padding:0px 10px;}
.coldroite .avis_professionnel h2{display:none;}
.coldroite .avis_professionnel img{margin:15px 0px 0px -30px;}
.coldroite .conteneur{width:180px; padding:5px 0px 0px 0px;}
.coldroite .conteneur > div{line-height:36px; margin-bottom:5px;}
.coldroite .conteneur input{background:url('../images/champs-petit.png') no-repeat; width:82px; height:36px; border:none; padding-left:10px;}
.coldroite .conteneur input.input-text{padding: 0px 0px 0px 10px;}
.coldroite .zone_saisie{float:right;}
.boxes, .product-options {padding:0px 10px;}
.boxes{margin:10px 0px;}
.coldroite .add-to-cart .qty{background:transparent; float:none; border:none; width:50px; text-align:right;}

.boxes h2{font-family:din_regular; font-size:18px; color:#1f6c90; margin-bottom:10px; line-height:18px;}
.boxes label, .boxes .zone_saisie,
.boxes .zone_saisie input, .boxes .zone_saisie p{display:inline-block; vertical-align:top;}

.product-options dt, .product-options .zone_saisie,
.product-options dd, .product-options p.m {display:inline-block; vertical-align:top;}
.product-options .input-box{width:93px; height:36px;}
.product-options .select{background:url('../images/champs-liste-petit.png') no-repeat; width:93px; height:33px; overflow:hidden;}
.product-options .select select{background:transparent; width:113px; height:33px; border:none; padding:0px 0px 0px 10px; vertical-align: inherit;}


.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd 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 .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom {padding:10px;}
.product-options-bottom #cache{display:none;}
.product-options-bottom .add-to-cart{border-width:1px 0px 1px 0px; border-style:solid; border-color:#c0c0c0;}
.product-options-bottom .add-to-cart p{margin-top:5px; line-height:13px;}
.product-options-bottom .price_modifie_par_js,
.product-options-bottom span{color:#00a1d2;}
.product-options-bottom .regular-price .price{position:relative; font-family:din_condensed_medium; font-size:40px; color:#00a1d2; padding:0px;}
.product-options-bottom .price-box { margin:10px 0; }

.cache{display:none;}

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {
	margin-top: 20px;
}
.product-view .box-up-sell h2 {
	text-align: center;
	font-size: 20px;
	font-family: "dincond-mediumregular";
	color: #3b3b3b;
	background: url('../images/pixel-gris.png') repeat-x left center;
	text-transform: uppercase;
}
.product-view .box-up-sell h2 span {padding:0 20px;background-color:#E9E9E9;}
.product-view .box-up-sell .products-grid { border: 0px none;}
.product-view .box-up-sell .products-grid .product-image{margin: 0px auto;}
.product-view .box-up-sell .products-grid .actions {/*position: static;*/}
.product-view .box-up-sell .products-grid .actions a {
	position: absolute;
	bottom: 0px;
	margin-bottom: 5px;
	padding:0 8px;
}
.product-view .box-up-sell .products-grid li {
	width:24%;
	margin-right: 1%;
	float:left;
	background-color: #ffffff;
	height: 370px;
	border-radius: 5px;
	/*padding-bottom: 10px;*/
}
.product-view .box-up-sell .products-grid li.empty {
	opacity:0;
}
.product-view .box-up-sell .products-grid li .price {padding:0 8px;}
.product-view .box-up-sell .products-grid li h3.product-name {padding:0 8px;}

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.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 {}
.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 {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* =========== Shopping Cart Bache-Toiture ================== */
.cart-bache .page-title{border:none;}
.cart-bache h1{font-family:din_regular_alternate; font-size:24px; color:#333333; text-transform:uppercase;}
.cart-bache h1 span{font-family:din_bold; color:#00a1d2;}
.cart-bache table{position:relative;}
.cart-bache .form{float:left;}
.cart-bache table thead,
.cart-bache table .discount,
.cart-bache table .totals{background-color:#d6d5d5;}
.cart-bache table thead th {padding:10px 0px; white-space:nowrap; font-family:arial; font-size:13px; color:#4d4d4d; /*background:url(../images/panier/separateur.png) no-repeat left;*/}
.cart-bache table thead th.th_product {padding-left:20px; background-image:none;}
.cart-bache table thead th.th_prix_unitaire img{left:290px;}
.cart-bache table thead th.th_qte img{left:400px;}
.cart-bache table thead th.th_sous_total img{left:510px;}
.cart-bache table thead th img{position:absolute; top:0px; left:0px;}

.cart-bache table  tbody td {border-top:2px solid #ddd;}
.cart-bache table td.label,
.cart-bache table th.label { font-weight:bold; background-color:#f6f6f6; }
.cart-bache table .product{padding:10px 0px 10px 10px;}
.cart-bache table .prix_unitaire,
.cart-bache table .qte,
.cart-bache table .sous_total{width:110px; text-align:center; padding-top:10px;}
.cart-bache table .product, .cart-bache table .qte{background-color:#fff;}

.cart-bache table .product .product-image,
.cart-bache table .product .h2_supp{display:inline-block; vertical-align:top;}
.cart-bache table .product .h2_supp{margin-left:10px;}
.cart-bache table .product .h2_supp h2{width:200px; font-family:din_condensed_bold; font-size:24px; color:#333333;}
.cart-bache table .product .h2_supp h2 a{font-family:din_condensed_bold; font-size:24px; color:#333333; text-decoration:none;}
.cart-bache table .product .h2_supp a{font-family:arial; text-decoration:underline; font-size:11px; color:#4d4d4d;}

.cart-bache table .price{font-family:din_condensed_bold; font-size:24px; line-height: 18px;}
.cart-bache table .price *{vertical-align: 50%;}
.cart-bache table .price sup{font-size:14px;}

.cart-bache table .prix_unitaire .price{color:#333333;}
.cart-bache table .sous_total .price{color:#008acd;}


.cart-bache table .qte > div{background:url('../images/panier/champs-liste-quantite.png') no-repeat; width:77px; height:33px; overflow:hidden; margin:5px auto 0px auto;}
.cart-bache table .qte select{width:97px; height:25px; background:transparent; border:none; padding:7px 0px 0px 17px;}
.cart-bache table .qte .item-options{padding:5px 0px;}

/* Estimate Shipping and Tax Boxes */
.cart-bache .shipping {float:left; padding-left:40px;}
.cart-bache .shipping .shipping-form{max-width: 285px;}
.cart-bache .shipping-form .shipping-region-input { display: none; }

.cart-bache .shipping .shipping-title {margin-bottom:10px;}
.cart-bache .shipping .shipping-title img,
.cart-bache .shipping .shipping-title div{display:inline-block; vertical-align:top;}
.cart-bache .shipping .shipping-title img{margin:5px 10px 0px 0px;}
.cart-bache .shipping .shipping-title h2, .cart-bache .discount h2{font-family:din_condensed_medium; font-size:18px; color:#4d4d4d; text-transform:uppercase;}
.cart-bache .shipping .shipping-title p,
.cart-bache .shipping .form-list label,
.cart-bache .shipping .form-list .select select,
.cart-bache .shipping .form-list .input input{font-family:arial; font-size:13px; color:#4d4d4d; font-weight:normal;}

.cart-bache .shipping .form-list li{line-height:33px}
.cart-bache .shipping .form-list label,
.cart-bache .shipping .form-list .input-box{display:block; clear:none;}
.cart-bache .shipping .form-list .input-box{width:194px; height:36px; overflow:hidden; float:right;}
.cart-bache .shipping .form-list .select{background:url('../images/panier/champs-liste-panier.png') no-repeat;}
.cart-bache .shipping .form-list .select select{background:transparent; width:222px; height:26px; padding:0px 0px 5px 10px; border:none; vertical-align: inherit;}
.cart-bache .shipping .form-list .input{background:url('../images/panier/champs-panier.png') no-repeat;}
.cart-bache .shipping .form-list .input input{background:transparent; width:222px; height:36px; padding:0px 0px 0px 10px; border:none; display:block}


.cart-bache .shipping img.fleche_centre{margin:0px auto 5px auto;}
.cart-bache .shipping img.fleche_centre,
.cart-bache .shipping img.fleche_gauche{display:block;}

.cart-bache .shipping .sp-methods dd li {display:inline-block; vertical-align:top; margin-bottom:3px;}
.cart-bache .shipping .sp-methods dd li div{text-align:center; background-color:#fff; margin-bottom:2px; padding:5px 0px; font-family:arial; font-size:13px; color:#4d4d4d; font-style:italic; width:140px;}
.cart-bache .shipping .sp-methods dd li div{border-radius:5px 5px 0px 0px;}
.cart-bache .shipping .sp-methods dd li div.delaiLivraison{border-radius:0px 0px 5px 5px;}
.cart-bache .shipping .sp-methods dd li div .radio{display:block; margin:0px auto 5px auto;}
.cart-bache .shipping .sp-methods dd li div label{margin-bottom:5px;}
.cart-bache .shipping .sp-methods dd li div .price {font-weight:normal;}
.cart-bache .shipping .sp-methods dd li div dt {font-weight:normal;}

.cart-bache .shipping .buttons-set{padding:0px; border:none; margin:0px;}
.cart-bache .shipping .buttons-set .button{float:none;}
.cart-bache .shipping .buttons-set button.estimation{background:url('../images/panier/bt-obtenir-devis.png') no-repeat; width:284px; height:36px; margin:0px auto;}
.cart-bache .shipping .buttons-set button.estimation:hover{background:url('../images/panier/bt-obtenir-devis-roll.png');}
.cart-bache .shipping .buttons-set button.maj {background:url('../images/panier/bt-mettre-a-jour.png') no-repeat; width:284px; height:36px; margin:5px auto 0px auto;}
.cart-bache .shipping .buttons-set button.maj:hover{background:url('../images/panier/bt-mettre-a-jour-roll.png');}

/* Shopping Cart Collateral boxes */
.cart-bache .cart-collaterals { padding:25px 0 0; }
.cart-bache .cart-collaterals .col2-set { float:left; width:700px; }

.cart-bache .crosssell {}
.cart-bache .crosssell h2 { font-size:13px; font-weight:bold; }
.cart-bache .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart-bache .crosssell .product-details { margin-left:90px; }
.cart-bache .crosssell li.item { margin:12px 0; }

/* Discount Codes */
.cart-bache .discount{padding:10px 0px;}
.cart-bache .discount h2{margin:0px 5px; line-height:36px;}
.cart-bache .discount label, .cart-bache .discount .discount-form{display:inline-block; vertical-align:top;}
.cart-bache .discount label{margin-left:10px;}
.cart-bache .discount .input-box{position:relative;}
.cart-bache .discount .input-text{background:url('../images/panier/champs-panier.png') no-repeat; width:194px; height:36px; border:none; padding:0px 10px;}
.cart-bache .discount .button{background:url('../images/boutons/bt_OK.png') no-repeat; width:33px; height:25px; padding:0px; position:absolute; right:25px; top:4px;}
.cart-bache .discount .button:hover{background:url('../images/boutons/bt_OK-roll.png')}

/* Shopping Cart Totals */
.cart-bache .totals{padding:5px 0px;}
.cart-bache .totals table tr{display:block; width:330px;}
.cart-bache .totals table tr.total_ttc_hors_livraison td,
.cart-bache .totals table tr.total_ttc_avec_livraison td{background-color:#fff;}
.cart-bache .totals table td {display:block; width:320px; border:none; margin:0px auto; color:#333333; padding:10px 0px;}
.cart-bache .totals table td h2{border:none; font-family:din_condensed_black_alternate; text-transform:uppercase; line-height:24px;}
.cart-bache .totals table td h2 span{float:right;}
.cart-bache .totals table td h2 span.fdp{float:left;}
.cart-bache .totals table td h2,
.cart-bache .totals table td .explication{width:300px; margin:0px auto;}
.cart-bache .totals table td .explication{display:block; font-style:italic;}

.cart-bache .totals table .total_ttc_hors_livraison td h2{font-size:25px;}
.cart-bache .totals table .total_ht td h2{font-size:18px;}
.cart-bache .totals table .total_ttc_avec_livraison td h2{font-size:25px;}
.cart-bache .totals table .total_ttc_avec_livraison td{color:#00a1d2;}
.cart-bache .totals table .total_ht td{padding:10px 0px 0px 0px;}
.cart-bache .totals table .tva_eco td{padding:0px 0px 10px 0px;}

.cart-bache .totals table td span.explication,
.cart-bache .totals table tr.tva_eco h2{font-family:arial; font-size:11px;}
.cart-bache .totals table tr.tva_eco h2{line-height:20px;}
.cart-bache .totals table tr.tva_eco h2 span.price{font-size:15px; display:inline-block;}
.cart-bache .totals table tr.tva_eco h2 span.price sup{font-size:11px; display:inline-block; margin-top:0px;}

.cart-bache table ul.commander { margin:5px 0px; }
.cart-bache table ul.commander .button { background:url('../images/panier/bt-commander.png') no-repeat; width:330px; height:34px; margin:0px auto; }
.cart-bache table ul.commander .button:hover { background:url('../images/panier/bt-commander-roll.png'); }
.cart-bache table ul.commander .button span { background:none; display:none; }


/* =================End Shopping Cart Bache-Toiture=================== */


/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.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; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; 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 {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* 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; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {background-color: #ffffff; margin-top: 40px; border-radius: 10px;}
.block-progress .block { border:none; margin:0px;}
.block-progress .block-title{text-align: center;}
.block-progress .block-title span{font-size:12px; color:#333333; font-family:din_regular_alternate; text-transform :uppercase; display: block; padding: 10px 0px;}
.block-progress dt {padding: 10px 0px; font-weight: bold; color: #1f6c90;}
.block-progress dt span{font-size:10px;}
.block-progress dt.complete{ font-style: italic; font-weight: normal; color: #004a80; }
.block-progress dd{ margin-left: 30px; color: #333333;}

.opc { position:relative; }
.opc li.section {border-bottom: 1px solid #dddddd;}

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title {}
.opc .step-title h1{font-size:18px; color:#333333; font-family:din_regular_alternate; text-transform :uppercase; padding: 10px 0px;}
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { cursor:default; }
.opc .active .step-title  h1{font-size:24px; padding: 10px 0px 0px 0px; font-weight: bold;}
/*.opc .active .step-title a { display:none; }*/

.opc .allow {}
.opc .allow.active {}

.opc .step { border-top:1px solid #ddd; position:relative; min-height: 200px; margin-top: 10px; }
.opc .step .form-list fieldset{margin:20px 0px 10px 0px;}
.opc .step .form-list div.informations_adresse{float: left; margin-right: 50px;}
/*.opc .step .form-list div.informations_adresse .input-box{overflow: inherit;}*/
.opc .step .form-list li{margin:0px;}
.opc .step .form-list li.wide{margin-bottom: 8px;}
.opc .step .form-list li.wide label{font-family: arial; font-size: 13px; font-weight: normal; color: #333333;}
.opc .step .form-list li.wide div{ margin: 5px 0px 0px 0px;}
.opc .step .fields .field{float: none; margin-bottom: 8px;}
.opc .step .fields .field label{font-family: arial; font-size: 13px; font-weight: normal; color: #333333;}
.opc .step .fields .field .select{background:url("../images/champs-liste.png")no-repeat; width:222px; height:33px; overflow:hidden; padding-top:8px;}
.opc .step .fields .field .input-box select{background:transparent; width:242px; height:23px; border:none; padding:0px 0px 8px 10px; -webkit-appearance:none; -moz-appearance:none; color:#333333;}
.opc .step .fields .field .input-box,
.opc .step li.wide input.input-text,
.opc .step .name-firstname input.input-text{width: 222px; height: 33px;}
.opc .step li.control{float: none; clear: both;}

.opc .step .sp-methods { color: #333333; padding-top:10px; }
.opc .step .sp-methods dt { font-weight:normal; }
.opc .step .sp-methods dt span { font-weight:bold; }
.opc .step .sp-methods dd li { margin-top:5px; }
.opc .step .sp-methods dd .price { font-weight:normal; }
.opc .step .sp-methods #payment_form_bankpayment .input-box{ width:100%; height:100%; }
.opc .step #checkout-payment-method-load dt { margin-top:5px; }
.opc .step #checkout-payment-method-load dd { margin: 10px 0px 0px 20px; }
.opc .step #review-buttons-container button.button { float: right; }

.opc .step .buttons-set {padding: 0px; border: none;}
.opc .step .buttons-set button.button {background: url('../images/boutons/bt-valider.png') no-repeat; width:222px; height:35px; margin:2px 0px 20px 0px; float: none;}
.opc .step .buttons-set button.button:hover {background: url('../images/boutons/bt-valider-roll.png') no-repeat;}
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

.opc .step .registered-users{border-right: 1px solid #dddddd; padding: 20px 50px 20px 0px;}
.opc .step .new-users{padding: 20px 0px 20px 70px;}

.opc .step .registered-users,
.opc .step .new-users {width:240px; float: left;}
.opc .step .registered-users h2,
.opc .step .new-users h2{font-size: 24px; font-family:'din_regular'; color:#333333; }
.opc .step .registered-users label,
.opc .step .new-users p{font-size: 13px; font-family:'arial'; color:#333333; font-weight: normal; }

.opc .step .registered-users ul{margin:10px 0px;}
.opc .step .registered-users ul li{margin:5px 0px;}
.opc .step .registered-users label.required em {color:#333333;}
.opc .step .registered-users input {
	background: url('../images/champs.png') no-repeat;
	width:222px;
	height:33px;
	border:none;
	padding:0px 0px 0px 15px;
}
.opc .step .registered-users button.button {
	background: url('../images/boutons/bt_sidentifier.png') no-repeat;
	width:222px;
	height:35px;
}
.opc .step .registered-users button.button:hover {background: url('../images/boutons/bt_sidentifier-roll.png') no-repeat;}
.opc .step .registered-users p {text-align:left;}
/*.opc .step .registered-users span {padding-right:50px;}*/

.opc .step .new-users p{margin: 15px 0px 10px 0px;}
.opc .step .new-users button.button {background: url('../images/boutons/bt_enregistrer.png') no-repeat; width:222px; height:35px;}
.opc .step .new-users button.button:hover {background: url('../images/boutons/bt_enregistrer-roll.png') no-repeat;}


#shipping-method-buttons-container {margin-top: 20px;}
#shipping-method-buttons-container .back-link {margin-right: 20px;}
#mappostalcodebtn span span { color: #1f6c90;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.gris_italic{font-family:arial; font-style:13px; font-style:italic; font-weight:normal;}
.gris_italic,
.gris_italic a{color:#8c8c8c;}

.main .account-login {margin-bottom:20px;}
.main .account-login .page-title{border:0px none; margin-bottom:20px;}
.main .account-login .page-title h1{font-size:20px; color:#333333; font-family:din_regular_alternate; text-transform :uppercase; margin-left:30px;}
.main .account-login .content{padding-left:30px;}
.main .account-login h2{font-family:din_regular; font-size:20px; color:#333333; margin-bottom:20px;}
.main .account-login p{font-size:13px;}
.main .account-login .new-users {}
.main .account-login .registered-users {border-left:1px solid #dddddd;}
.main .account-login .registered-users p{margin-bottom:10px;}
.main .account-login .buttons-set{padding-left:30px; border:0px none;}
.main .account-login .buttons-set button{width:222px; height:35px;}
.main .account-login .buttons-set button.enregistrer {background:url("../images/boutons/bt_enregistrer.png")no-repeat scroll 0% 0% transparent;}
.main .account-login .buttons-set button.identifier {background:url("../images/boutons/bt_sidentifier.png")no-repeat scroll 0% 0% transparent;}
.main .account-login .buttons-set button.enregistrer:hover{background:url("../images/boutons/bt_enregistrer-roll.png")no-repeat scroll 0% 0% transparent;}
.main .account-login .buttons-set button.identifier:hover{background:url("../images/boutons/bt_sidentifier-roll.png")no-repeat scroll 0% 0% transparent;}

.account-create {margin-bottom:40px;}
.account-create .page-title{border:none; margin-bottom:20px;}
.account-create .page-title h1{font-size:24px; color:#333333; font-family:din_regular_alternate; text-transform :uppercase; margin-left:30px;}

.account-create .fieldset{border:none; background:none; display:inline-block; vertical-align:top; margin:0px 0px;}
.account-create .fieldset em{color:#FFF;}
.account-create .gauche{padding:0px 25px 0px 33px;}
.account-create .droit{border-left:1px solid #ddd; padding:0px 25px 0px 73px;}
.account-create .gauche h2{margin:0px 0px 32px 0px;}

.account-create .fieldset .legend{float:none; width:220px; background:none; font-family:din_regular; font-weight:normal; font-size:25px; color:#333333; padding:0px 0px; border:none;}
.account-create .fieldset .form-list{display:inline-block; vertical-align:top; margin-top:22px;}
.account-create .fieldset .form-list label.required em,
.account-create .fieldset .form-list label{font-family:arial; font-size:13px; font-weight:normal; color:#333333;}
.account-create .droit h2, .account-create .fieldset .form-list li{margin:0px 0px 0px 0px;}
.account-create .fieldset .form-list p{margin-bottom:41px;}
.account-create .form-list .input-box,
.account-create .form-list li.wide .input-box { display:block; clear:both; width:260px; }
.account-create .fieldset .form-list input.input-text{background:url("../images/champs.png")no-repeat scroll 0% 0% transparent; width:222px; height:33px; border:none; padding:0px 0px 0px 10px;}
.account-create .fieldset .form-list .input-box{background:url("../images/champs-liste.png")no-repeat; /*width:222px; height:33px;*/ overflow:hidden;}
.account-create .fieldset .form-list .selecteur{width:222px;}
.account-create .fieldset .form-list .input-box select{background:transparent; width:242px; height:33px; border:none; padding:8px 0px 0px 10px; -webkit-appearance:none; -moz-appearance:none;}
.account-create .fieldset .form-list li,
.account-create .fieldset .form-list li .field{float:none;}
.account-create .fieldset .form-list li.fields .field,
.account-create .fieldset .form-list li.wide{margin:0px 0px 8px;}
.account-create .fieldset .form-list li .buttons-set{margin:0px; padding:11px 0px; border:none;}
.account-create .fieldset .form-list li .buttons-set button.button {width:222px; height:35px; float:none;}
.account-create .fieldset .form-list li .buttons-set button.enregistrer {background:url("../images/boutons/bt_enregistrer.png")no-repeat scroll 0% 0% transparent;}
.account-create .fieldset .form-list li .buttons-set button.identifier {background:url("../images/boutons/bt_sidentifier.png")no-repeat scroll 0% 0% transparent;}
.account-create .fieldset .form-list li .buttons-set button.enregistrer:hover{background:url("../images/boutons/bt_enregistrer-roll.png")no-repeat scroll 0% 0% transparent;}
.account-create .fieldset .form-list li .buttons-set button.identifier:hover{background:url("../images/boutons/bt_sidentifier-roll.png")no-repeat scroll 0% 0% transparent;}
/* Account Login/Create Pages ============================================================ */

/* Forgot Password */
.forgotpassword{min-height: 310px;}
.forgotpassword .page-title{}
.forgotpassword .page-title h1{font-size:24px; color:#333333; font-family:din_regular_alternate;}
.forgotpassword .buttons-set{border:none;}
.forgotpassword .buttons-set .button{background: url('../images/boutons/bt-envoyer.png') no-repeat; width:284px; height:36px;}
.forgotpassword .buttons-set .button:hover{background: url('../images/boutons/bt-envoyer-roll.png') no-repeat;}


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .page-title{border:none;}
.dashboard .page-title h2{font-family: din_regular_alternate; text-transform: uppercase; color: #1f6c90;}
.dashboard .welcome-msg {font-size: 13px; font-family: arial; color: #333333;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Dashboard */
.dashboard .box-info {margin-top: 30px; border-top: 1px solid #dadada; padding-top: 10px; font-family: arial; color: #333333;}
.dashboard .box-info h3 {color:#004a80; font-weight: normal;}
.dashboard .box-info .box-head {margin-bottom: 20px;}
.dashboard .box-info a {color: #333333; font-style: italic;}
.dashboard .box-info a span{font-size: 10px;}
.dashboard .box-info .col2-set .col-1 {border-right: 1px solid #dadada; padding-bottom: 40px;}
.dashboard .box-info .col2-set .box .col-1 {padding-bottom: 0px;}
.dashboard .box-info .col2-set address {padding-right: 50px;}
.dashboard .box-info .col2-set .col-2 .box,
.dashboard .box-info .col2-set .box .col-2 h4,
.dashboard .box-info .col2-set .box .col-2 address {padding-left: 20px;}

/* Block: Account Information */
.my-account{padding: 50px 0px 0px 50px; font-family: arial; font-size: 13px; color: #333333;}
.my-account .page-title{border:none; padding: 0px; margin-bottom: 20px; border-bottom: 1px solid #dadada;}
.my-account .page-title h2{font-family: din_regular_alternate; text-transform: uppercase; color: #1f6c90; padding-bottom: 10px;}
.my-account h3{color:#004a80; font-weight: normal;}
.my-account ul{margin: 20px 0px;}
.my-account ul.form-list label{font-weight: normal; color: #333333;}
.my-account ul.form-list .field{margin-right: 20px;}
.my-account ul.form-list .field input.input-text{width: 222px; color: #333333;}
.my-account ul.form-list .field .select{background:url('../images/champs-liste.png') no-repeat; width:222px; height:33px; overflow:hidden;}
.my-account ul.form-list .field .select select{background:transparent; width:242px; height:33px; border:none; padding:7px 0px 0px 5px;}
.my-account ul.form-list .customer-name-prefix .input-box{width: 222px;}
.my-account form .buttons-set{border: none;}
.my-account form .buttons-set button.button{background:url('../images/boutons/bt-enregistrer.png') no-repeat; width:222px; height:35px;}
.my-account form .buttons-set button.button:hover{background:url('../images/boutons/bt-enregistrer-roll.png') no-repeat;}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.my-account .page-title button.button span span.add-address{color:#1f6c90;}
.addresses-list {}
.addresses-list li {margin-bottom: 20px;}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.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-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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.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 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { padding:10px;margin:auto; width:1000px;}
.footer p { text-align:right; }
.footer address { text-align:center;font-size: 13px; color:#adadad; margin-bottom:10px; }
.footer address a { text-align:center;font-size: 13px; color:#adadad;text-decoration: none; }
.footer address a:hover{ text-decoration: underline; }
.footer ul {}
.footer ul li { display:inline; }
.footer #reassurance p.titre{
	font-size: 16px;
	color:#4d4d4d;
	font-family: 'dincond-mediumregular';
	margin-bottom: 50px;
	display:block;
	text-transform: uppercase;
	text-align: center;
}
.footer #reassurance p.texte{
	font-size: 11px;
	color:#4d4d4d;
	width:216px;
	margin:auto;
	text-align: center;
}
.footer #service_client {
	background: url('../images/footer/service-client.png') no-repeat 0% 40%;
	float:left;
	width:216px;
	height:150px;
}
.footer #service_client p.texte {padding: 0 5px;width:206px;}
.footer #paiement {
	background: url('../images/footer/paiement.png') no-repeat 70% 40%;
	float:left;
	width:284px;
	height:150px;
}
.footer #paiement p.titre {padding-left:97px;text-align: left;}
.footer #paiement p.texte {padding-left:31px;}

.footer #livraison {
	background: url('../images/footer/livraison.png') no-repeat 35% 40%;
	float:left;
	width:284px;
	height:150px;

}
.footer #livraison p.titre {padding-left:82px; text-align: left;}
.footer #livraison p.texte {padding-right:20px; width:150px;}

.footer #conseils {
	background: url('../images/footer/video.png') no-repeat 0% 40%;
	float:right;
	width:216;
	height:150px;
}
.footer #conseils a{text-decoration:none;}
.footer #conseils p.texte {padding: 0 5px;width:206px;}


.footer .transporteurs_and_ligne2{position: absolute; bottom: 0px;}
/* Logos transporteurs */
.footer #logos_transporteurs{margin-bottom: 20px;}
.footer #logos_transporteurs li{margin: 0px 35px; width: 133px; height: 54px;}

.footer #ligne2 {padding-top: 20px;}
.footer #ligne2 #bonjour {
	width:478px;
	background-color: #dadada;
	height:100px;
	float: left;
	position: relative;
}
.footer #ligne2 #bonjour #bulle {
	width:96px;
	height:63px;
	background: url('../images/footer/picto-bonjour.png') no-repeat;
	position: absolute;
	left:10px;
	top:-30px;
}
.footer #ligne2 #zonenewsletter {
	width:290px;
	height:100px;
	float: left;
	padding-left: 40px;
}
.footer #ligne2 #zonenewsletter .block-subscribe {border:0;}
.footer #ligne2 #zonenewsletter .block-subscribe .block-content {padding-top:0;margin-top: 0;}
.footer #ligne2 #zonenewsletter .block-subscribe .block-content .input-box {width:200px;float:left;}
.footer #ligne2 #zonenewsletter .block-subscribe .block-content input {margin-top:5px;width:190px;}
.footer #ligne2 #zonenewsletter .block-subscribe .block-content .actions {float:left;}
.footer #ligne2 #zonenewsletter .block-subscribe .block-content button.button {
	background: url('../images/boutons/bt_OK.png') no-repeat;
	width:33px;
	height:25px;
	margin-top:2px;
}

.footer #ligne2 #zonenewsletter .block .block-title {border:0;}
.footer #ligne2 #zonenewsletter .block .block-title span {
	font-size: 18px; color:#005d9e;font-family: 'dincond-mediumregular'; text-transform: uppercase;
}
.footer #ligne2 #zonenewsletter p {text-align: left;color:#4d4d4d;font-size:13px;}

.footer #ligne2 #liens {
	height:130px;
	float: left;
}
.footer #ligne2 #liens p {font-size: 18px; color: #005d9e;font-family: 'dincond-mediumregular';text-align: left;}
.footer #ligne2 #liens li {display: block;}
.footer #ligne2 #liens li a {font-size: 11px; text-decoration: none; color:#4d4d4d;}
.footer #ligne2 #liens li a:hover {text-decoration: underline;}

.footer #ligne2 #bonjour p {color:#4d4d4d; font-size:13px; text-align:left; padding:35px 10px 5px 10px;}
/*.footer #ligne2 #bonjour p.texte {color:#4d4d4d; font-size:13px; text-align:left; padding:35px 10px 5px 10px;}*/
.footer #ligne2 #bonjour p.signature { text-align:right; font-size:12px; padding:0px 20px 0 0; font-style:italic; font-weight:bold;}
/*.footer #ligne2 #bonjour p.signature {color:#4d4d4d; text-align:right; padding:0px 20px 0 0; font-style:italic; font-weight:bold;}*/
.footer-container {
	position:absolute;
	bottom:0;left:0;
	width:100%;
	background: url('../images/pixel-footer.png') repeat-x #fff;
	height:440px;
}
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer: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,
.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-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description: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; }
/* ======================================================================================= */


/* Contenu HP =======================================================*/
.homepage_content {}
#video_hp .gauche {height:340px;float:left;width:556px;}
#video_hp .droite {
	float:right;
	background: url('../images/homepage/atouts-bache.png') 50% 70% no-repeat;
	width:400px;
	height:340px;
}
#video_hp .droite p.ligne1 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'dincond-boldbold';font-size: 19px;}
#video_hp .droite p.ligne2 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'dincond-mediumregular';font-size: 19px;
}

.homepage-content{
	margin:auto;
	position:relative;
}

.hompage-content-background{
	background:url(../images/bg_promo.gif) no-repeat;
	position:absolute;
	left:-245px;
	top:-97px;
	width:1479px;
	height:830px;
	z-index:-1;
}

.homepage-content .slideshow{
	width:1000px;
	height:374px;
	margin:0;
}

.homepage-bloctop{
	width:100%;
	height:730px;
	margin-top:25px;
}


.homepage-bloctop-left{
	float:left;
	width:497px;
	height:730px;
	background:white;
	border-radius:2px;
	position:relative;
}

.homepage-blocTop-left-header{
	position:absolute;
	top:-30px;
	left:25px;
	height:153px;
	width:429px;
	background:url(../images/img_meilleur_qualite_prix.png);
	z-index:2;
}

.homepage-blocTop-left-img{
	text-align:center;
	margin-top:10px;
}

.homepage-blocTop-left-titre{
	color:#0066AD;
	text-transform:uppercase;
	font-size:20pt;
	font-family: 'dincond-boldbold';
	margin-top:14px;
	padding-left:20px;
	width:60%;
	line-height:95%;
}

.homepage-blocTop-left-desc{
	padding-left:20px;
	font-style:italic;
	font-size:12pt;
	height:22px;
}

.homepage-blocTop-left-prix{
	color:#D03940;
	text-align:right;
	font-size:26pt;

	position:absolute;
	bottom:60px;
	right:20px;
}


.homepage-blocTop-left-cart{
	width:459px;
	height:36px;
	margin:auto;
	margin-top:55px;
	background:url(../images/btn_grand_detail.png) 0 0;
}

.homepage-blocTop-left-cart:hover{
	background-position: 0px -36px;
}


.homepage-blocTop-left-cart a{
	width:459px;
	height:72px;

}

.homepage-bloctop-rightTop,
.homepage-bloctop-rightBott{
	width:485px;
	height:360px;
	float:right;
}

.homepage-bloctop-rightTop{
	position:relative;
}

.homepage-bloctop-rightTop-header{
	position:absolute;
	left:100px;
	top:-110px;
	background:url(../images/img_accessoires_a_ne_manquer.png);
	height:136px;
	width:280px;
}

.homepage-blocOurSelection-item,
.homepage-blocBestSell-item,
.homepage-bloctop-rightTop-Item{
	width:238px;
	height:100%;
	float:left;
	background:white;
	position:relative;
}

.homepage-bloctop-rightTop-Item{
	margin-right:8px;
}

.homepage-bloctop-rightTop-Item:last-child{
	margin-right:0px;
}

.homepage-blocOurSelection-item{
	height:360px;
}

.homepage-blocOurSelection-right .homepage-blocOurSelection-item:last-child,
.homepage-blocOurSelection-left .homepage-blocOurSelection-item:last-child{
	margin-top:10px;
}

.homepage-bloctop-rightTop-ItemR{
	float:right;
}

.homepage-blocOurSelection-item-header,
.homepage-blocBestSell-item-header,
.homepage-blocTop-rightTop-item-header{
	position:absolute;
	left:0;
	top:0;
	width:62px;
	height:62px;
	/*background:url(../images/picto_30.png);*/
}

.homepage-blocOurSelection-item-img,
.homepage-blocBestSell-item-img,
.homepage-blocTop-rightTop-item-img{
	text-align:center;
	margin-top:10px;
}

.homepage-blocOurSelection-item-titre,
.homepage-blocBestSell-item-titre,
.homepage-blocTop-rightTop-item-titre,
.homepage-blocBestSell-item-titre a{
	color:#0066AD;
	text-transform:uppercase;
	font-size:16pt;
	font-family: 'dincond-boldbold';
	padding-left:10px;
	margin-top:10pt;
	width:90%;
	height:40px;
	line-height:90%;
    text-decoration:none;
}
.homepage-blocBestSell-item-titre a{
    padding-left:0;
}

.homepage-blocOurSelection-item-desc,
.homepage-blocBestSell-item-desc,
.homepage-blocTop-rightTop-item-desc{
	font-size:10pt;
	font-weight:bold;
	padding-left:10px;
	font-style:italic;
	margin-top:2px;
	height:20px;
}


.homepage-blocOurSelection-item-Startprix,
.homepage-blocBestSell-item-Startprix,
.homepage-blocTop-rightTop-item-Startprix{
	color:grey;
	text-align:right;
	font-size:8pt;
	padding-right:17px;
	font-family: 'din_lightalternateregular';
	margin-bottom:-5px;
}

.homepage-blocOurSelection-item-prix,
.homepage-blocBestSell-item-prix,
.homepage-blocTop-rightTop-item-prix{
	color:grey;
	text-align:right;
	font-size:24pt;
	margin-top:20px;
	margin-right:5px;
	height:44px;
	line-height: 40px;
	font-family: 'din_condensed_medium';
}

.homepage-content .price-box .old-price,
.homepage-content .price-box .special-price{
	display:inline-block;
}


.homepage-content .price-box .special-price .price,
.homepage-content .price-box .old-price .price,
.homepage-content .price-box .regular-price .price{
	position:relative;
	font-size:inherit;
	bottom:auto;
	left:auto;
}

.homepage-content .homepage-blocTop-rightTop-item-prix .price-box .special-price .price{
	margin-right:22px;
	height:44px;
	line-height:40px;
}

.homepage-content .price-box .old-price .price{
	font-size:18pt;
}

.homepage-content .price-box .special-price{
	background:url(../images/zone_jaune_prix.png);
	height:44px;
	width:120px;
}

.homepage-content .price-box .special-price .price{
	color:#616161;
	margin-right:30px;
}

.homepage-blocTop-left-prix .price-box .regular-price .price{
	color:red;
	font-size:40pt;
}

.homepage-blocTop-left-prix .price-box .regular-price .price span{
	font-size:20pt;
	vertical-align: 20px;
}

.homepage-content .price span{
	vertical-align:20%;
	font-size:20px;
}

.homepage-content .old-price .price span{
	vertical-align: 7%;
}

.homepage-blocOurSelection-item-stikers,
.homepage-blocBestSell-item-stikers,
.homepage-blocTop-rightTop-item-stikers{
	background:url(../images/picto_acheter_moins.png);
	position:absolute;
	top:257px;
	left:0;
	height:74px;
	width:113px;
}

.homepage-blocOurSelection-item-cart,
.homepage-blocOurSelection-item-cartSpecial,
.homepage-blocBestSell-item-cart,
.homepage-blocBestSell-item-cartSpecial,
.homepage-blocTop-rightTop-item-cart,
.homepage-blocTop-rightTop-item-cartSpecial{
	background:url(../images/btn_petit_detailbleu.png) 0 0;
	height:36px;
	width:216px;
	margin:auto;
	margin-top:20px;
}

/*.homepage-blocOurSelection-item-cart,
.homepage-blocOurSelection-item-cartSpecial{
	margin-top:10px;
}*/

.homepage-blocOurSelection-item-cartSpecial,
.homepage-blocBestSell-item-cartSpecial,
.homepage-blocTop-rightTop-item-cartSpecial{
	background:url(../images/btn_petit_detail_rouge.png) 0 0;
}

.homepage-blocOurSelection-item-cart:hover,
.homepage-blocOurSelection-item-cartSpecial:hover,
.homepage-blocBestSell-item-cart:hover,
.homepage-blocBestSell-item-cartSpecial:hover,
.homepage-blocTop-rightTop-item-cart:hover,
.homepage-blocTop-rightTop-item-cartSpecial:hover{
	background-position:0 -36px;
}

.homepage-bloctop-rightBott{
	margin-top:8px;
	text-align:center;
	background:url(../images/video.png);
	height:362px;
	position:relative;
}

.homepage-bloctop-rightBott-button{
	position:absolute;
	top:151px;
	left:130px;
	width:225px;
	height:59px;
	background:url(../images/btn_video.png);
}

.homepage-bloctop-rightBott-button:hover{
	background-position: 0px -59px;
	cursor:pointer;
}

.homepage-bloctop-rightBott iframe{
	margin-top:21px;
	display:none;
}

.homepage-blocBestSell{
	height:360px;
	width:100%;
}

.homepage-blocBestSell-titre{
	text-align:center;
	margin-bottom:20px;
}

.homepage-blocBestSell-item{
	margin-right:8px;
	width:241px;
}

.homepage-blocBestSell .homepage-blocBestSell-item:first-child{
	margin-left:1px;
}

.homepage-blocBestSell .homepage-blocBestSell-item:last-child{
	margin-right:0px;
}

.homepage-blocOurSelection{
	width:100%;
	height:730px;
	margin-top:110px;
	position:relative;
}

.homepage-blocOurSelection-left,
.homepage-blocOurSelection-middle,
.homepage-blocOurSelection-right{
	float:left;
}

.homepage-blocOurSelection-left{
	height:100%;
	width:238px;
	margin-right:8px;
}

.homepage-blocOurSelection-middle{
	background:white;
	width:496px;
	height:100%;
	position:relative;
}

.homepage-blocOurSelectionTitre{
	position:absolute;
	top:-100px;
	left:337px;
	background:url(../images/img_notre_selection.png);
	width:316px;
	height:152px;
	z-index:-1;
}

.homepage-blocOurSelection-productImg{
	margin-top:10px;
	text-align: center;
}

.homepage-blocOurSelection-productTitre,
.homepage-blocOurSelection-productTitre a{
	margin-top:10px;
	color:#0066AD;
	font-size:18pt;
	text-transform:uppercase;
	font-family: 'dincond-boldbold';
	font-weight:bold;
	margin-left:12pt;
	width:65%;
	line-height:90%;
    text-decoration:none;
}
.homepage-blocOurSelection-productTitre a{
    margin-left:0;
}

.homepage-blocOurSelection-productDesc{
	font-style:italic;
	margin-left:12pt;
	font-size:12pt;
	height:15px;
}

.homepage-blocOurSelection-productPrix{
	text-align:right;
	font-size:20pt;
	color:red;
	height:40px;

	position:absolute;
	right:12px;
	bottom:80px;

	font-family:'din_condensed_medium';
	font-size:25pt;
}

.homepage-blocOurSelection-productPrix .price-box .regular-price .price{
	font-size:40pt;
	color:red;
}

.homepage-blocOurSelection-productPrix .price-box .regular-price .price span{
	font-size:25px;
	vertical-align: 20px;
}

.homepage-blocOurSelection-productPrix .price-box .special-price .price{
	height:44px;
	line-height:40px;
}

.homepage-blocOurSelection-productPrix .price-box .special-price .price span{
	vertical-align: 8px;
}

.homepage-blocOurSelection-link{
	background:url(../images/btn_grand_detail.png);
	width: 459px;
	height: 36px;
	margin:auto;
	margin-top:50px;
}

.homepage-blocOurSelection-link:hover{
	background-position: 0px -36px;
}

.homepage-blocOurSelection-right{
	height:100%;
	width:238px;
	margin-left:8px;
}

.homepage-bloctop-clear{
	clear:both;
}




/*  =================================================================*/

h2.titre_souscateg {
	text-transform: uppercase;
	color:#3b3b3b;
	font-size: 20px;
	font-family: 'dincond-mediumregular';
	background: url('../images/pixel-gris.png') repeat-x left center;
}

h2.titre_souscateg span {background-color: #E9E9E9;padding-right: 20px;}

#intro-categ {
	margin-bottom: 20px;
	position:relative;
}

#intro-categ #photo {
	position:absolute;
	top:15px;
	left:0;
	width:296px;
	height:163px;
}

#intro-categ #description {
	background-color: #ffffff;
	margin-left: 270px;
	padding:20px 40px;
	min-height: 150px;
	font-size: 13px;
	color:#4d4d4d;
}
/*==Calculateur fiche Isolation===================================================*/

.conteneur .calcul-Surface .afficherNb span {
    color:#848487;
    font-size: 20px;
    font-weight: bold;
}

.erreurSaisie{
    color: #ff0000;
    display: none;
}
/*===Calculateur fiche � la coupe=================================================*/

#soulignerPrix {
    text-decoration: line-through;
    font-weight: normal;
    color: #848487;
}
#taillePrix {
    font-weight: normal;
    line-height: 0;
    margin-left: 5px;
}
#centimes {
    font-size: 12px;
    vertical-align: 7px;
    color: #848487;
}
/*====Affichage Prix de base Panier avec prix sp�cial============================*/

#prixBase{
    margin-top: 10px;
}
#prixBase span{
    text-decoration: line-through;
    font-size: 15px;
    color: #848487;
}
#prixBase span sup{
    font-size: 11px;
    color: #848487;
}
/*====image bouton parcourir============================*/
#additional_file{
    background:url(../images/btn_joindrefichier.png) 0 0 no-repeat;
    width: 116px;
    height: 30.5px;
    font-size:0px;
    padding-left:1000030px;
}
#additional_file:hover{
    background:url(../images/btn_joindrefichier.png) 0 -31px no-repeat;
    font-size:0px;
}

/**************************
Header v2 menu - DEC 2014
**************************/
.header-bandeau{
	position:relative;
}

.header-bandeau-serviceclient{
	background:url(../images/sav.png) no-repeat;
	height:100px;
	width:216px;
	position:absolute;
	top:-40px;
	left:585px;
	z-index:-1;

}

#demande_devis{
	float:left;
	margin-top:22px;
	margin-left:20px;
	height:52px;
	width:147px;
	background:url(../images/devis.png) no-repeat;
}

#demande_devis:hover{
	background-position: 0 -54px;
}

#ligne-recherche{
	float:left;
	width:auto;
	margin-top:22px;
	margin-left:20px;
}

#search_mini_form{
	width:auto;
}

#ligne-recherche #search_mini_form{
	background:url(../images/champs_recherche.png) no-repeat;
	height:54px;
	width:360px;
}

#search_mini_form .form-search{
	padding: 0;
}

#ligne-recherche  #search_mini_form .form-search input#search{
	padding:0;
	margin-left:15px;
	height:52px;
	background:none;
}

#search_mini_form .form-search button.button{
	right:-44px;
	top:6px;
	background:url(../images/chercher.png) no-repeat;
	height:41px;
	width:71px;
}

#search_mini_form .form-search button.button:hover{
	background:url(../images/chercher.png) no-repeat 0 -41px;
}


.menu_hp_v2{
	width:100%;
}

.menu_hp_v2 .nav-container{
	width:780px;
	height:52px;
	margin:0 auto;
	float:none;
	display:inline-block;
	background:url(../images/fond_menu.png) bottom left;
}

.menu_hp_v2 .nav-container #nav{
	padding:0;
	margin:0;
	margin-left:100px;
}

.menu_hp_v2 .nav-container #nav .nav-3 img.separateur{
	display: initial;
}

.menu_hp_v2 .nav-container #nav li{
	border:1px solid transparent;
}

.menu_hp_v2 .nav-container #nav li a span{
	color:black;
}

.menu_hp_v2 .nav-container #nav li a span.sstitre{
	color:#1f6c90;
	-webkit-font-weight:bold;
	font-size:9pt;
}

.menu_hp_v2 .nav-container #nav li:hover{
	background:#F8F8F8;
	border:1px solid #ddd;
	border-bottom:0px;
}

.menu_hp_v2 .nav-container #nav li:hover ul{
	left:-1px;
}

.menu_hp_v2 .nav-container #nav li:hover img.separateur{
	display:none;
}

.menu_hp_v2 .nav-container #nav li ul{
	width:100%;
	top:47px;
	background:#f8f8f8;
	border-top:0px;
	padding-top:10px;
}

.menu_hp_v2 .nav-container #nav li ul li{
	width:80%;
	margin:auto;
	border-bottom:1px solid #ddd;
}

.menu_hp_v2 .nav-container #nav li ul li:last-child{
	border:0;
}

.menu_hp_v2 .nav-container #nav li:hover ul li:first-child{
	border-top:0px;
}


.menu_hp_v2 .nav-container #nav li.li_video_menu{
	border:0;
	background:none;
	height:60px;
	position: relative;
}
.menu_hp_v2 .nav-container #nav #video_menu{
	width:70px;
	height:54px;
	background:url(../images/player.png) no-repeat 0 -5px;
	padding:0;
	position:absolute;
	left:20px;
	top:-10px;
	z-index:1;
}

.menu_hp_v2 .nav-container #nav #video_menu:hover{
	background-position:0 -59px;
}

.menu_hp_v2 .nav-container #nav #video_menu span{
	display:none;
}

/**************************
DROPDOWN CART - DEC 2014
**************************/
.header .quick-access .block-cart{
	border:3px solid transparent;
}

/*.header .quick-access .block-cart:hover{
	border:3px solid #BBBBBB;
	border-bottom:0;
	cursor: pointer;
	padding-bottom: 6px;
}*/

.header .quick-access .header_cart{
	position: relative;
}

#dropdown{
	display: none;
	width:330px;
	min-height:100px;
	z-index:100;
	position: absolute;
	top:0px;
	right:0;
}

.dropdown-top-left{
	float:left;
	width:144px;
	height:90px;
	border-bottom:3px solid #BBBBBB;
}

.dropdown-top-right{
	height:90px;
	width: 180px;
	float:right;
	border:3px solid #BBBBBB;
	border-bottom: 0;
}

.dropdown-bottom{
	background:#f8f8f8;
	clear:both;
	padding:10px 0;
	border:3px solid #BBBBBB;
	border-top:0;
}

#dropdown .product-details{
	margin-left:120px;
}

#dropdown .product-image{
	margin: 5px;
	border:0;
	padding:0 5px;
}

#dropdown .product-name{
	font-family: 'din_lightalternateregular';
	font-size:12pt;
	max-width:90%;
	margin-top:10px;
}

#dropdown .product-qte{
	font-family: 'din_lightalternateregular';
	font-size:12pt;
	color:#8e8e8e;
}

#dropdown .product-qte strong{
	font-family: Arial;
	color:#8e8e8e;
	font-weight:normal;
}

#dropdown .product-row-total{
	color:#00a1d2;
	font-size:13pt;
}

#dropdown .remove-item{
	color:#979797;
	font-size:10pt;
	font-family: 'Roboto';
	font-style:italic;
}

#dropdown .dropdown-total{
	border-top:2px solid lightgrey;
	width:267px;
	margin:auto;
	padding-top:5px;
	font-size:12pt;
}

#dropdown .dropdown-total p{
	float:right;
	color:#00a1d2;
	font-size:13pt;
}

#dropdown .dropdown-commander{
	display:block;
	clear:both;
	height:34px;
	width:267px;
	margin:5px auto;
	background:url(../images/btn_commander_dropdown.png);
}

#dropdown .dropdown-commander:hover{
	background-position: 0 -40px;
}

#dropdown .empty{
	width:267px;
	margin:10px auto 0 auto;
	font-family: 'din_lightalternateregular';
	font-size:12pt;
}

#dropdown .dropdown-continue{
	width:267px;
	margin:auto;
	margin-bottom:5px;
}

#dropdown .dropdown-continue a{
	color:#979797;
	font-style: italic;
	font-family: 'Roboto';
	font-size:12pt;
}
/*#dropdown .product-details .btn-remove,
#dropdown .product-details .btn-edit,
#dropdown .product-details .truncated{
	display:none;
}*/

/***************page devis****************/

.erreurSaisie1, .erreurSaisie2, .erreurSaisie3, .erreurSaisie4{
    display: none;
    color: #ff0000;
}

#descente_eau_quantite {
    width:92px; height:36px;
    background:url("../images/devis/champs-petit.png") no-repeat;
    border:0px none;
    padding:0px;
    text-align: center;
}
#nb_mcarre_isolation, .centrer, #dimension_c, #dimension_d {
    text-align: center;
}
#nb_mcarre_isolation {
    font-weight: bold;
    font-size: 15px;
}
.displayMetre{
    display: inline-block;
    font-weight: bold;
}
.espacement .validation-advice {
    display: inline-block !important;
    margin-right: 5px !important;
    background: none;
}
#advice-required-entry-descente_eau_quantite{
    display: inline-block !important;
    margin-right: 5px !important;
    background: none;
}
#isolation{
    position: relative;
}
.calculIsolation {
    position: absolute;
    top: 21px;
    right: 0;

}
.dimension {
     width:92px; height:36px;
    background:url("../images/devis/champs-petit.png") no-repeat;
    border:0px none;
    padding:0px;
    text-align: center;
}
.titreCalculateur {
    font-weight: bold;
    font-size: 13px;
    color: #1f6c90;
}
#nbIsolation{
    padding-top: 25px;
}
#jCalcul{
    display: block;
    margin-top: 10px;
    width: 160px;
    padding: 7px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

/* CART - BACHE TOITURE FIX */
.checkout-cart-index .cart-bache .form{
    position:relative;
}

#discount-coupon-form{
     position:absolute;
    bottom:40px;
    left:-15px;
}

.input-box .select{background:url('../images/champs-liste-petit.png') no-repeat; width:93px; height:33px; overflow:hidden;margin-left: 8px;}
.input-box .select select{background:transparent; width:113px; height:33px; border:none; padding:0px 0px 0px 10px; vertical-align: inherit;}

div#hidden{display: none}
label#labelLong{margin-top: 6px;display: inline-block;}
p.longenm{display: inline-block;padding-left: 7px;padding-top: 8px;}