/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

body.catalog-category-view.category-cameras { background:white; }
.catalog-category-view.category-cameras .wrapper { background-image:none; }

/* Layout ================================================================================= */
.wrapper {
background-color:#93908B;
}
#cinemascopeHaut {
  background-attachment:scroll;
  background-color:black;
  background-image:none;
  background-position:0 0;
  background-repeat:repeat;
  height:67px;
  left:0px;
  position:absolute;
  top:0;
  width:100%;
}
#cinemascopeBas {
background:black none repeat scroll 0 0;
bottom:0;
height:65px;
position:relative;
width:100%;
z-index:0;
}

.filet { 
background:white none repeat scroll 0 0;
font-size:0;
height:2px;
line-height:0;
width:100%;
}

.gris { 
background:grey;
}
.spacer { 
clear:both;
}

.page { margin:0 auto; padding:0px; text-align:left; width:990px;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { width:990px;}

.cms-home .main {

}

/* Base Columns */ 
.col-left { float:left; }
.col-main { float:left; width:730px; }
.col-right { 
float:right;
position:absolute;
width:110px;
}

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:990px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:10px 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:1px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { float:left; 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 { background: transparent; border:0 none; overflow:visible; width:auto; padding:0 0 0 12px; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:black; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { 
float:left;
width:150px; 
}
.form-list .input-box { width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:5px; }
.group-select .input-box { width:400px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:240px; }
.group-select .input-box select { width:244px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; color:orange; min-height:13px; margin:3px 0 0; font-size:10px; line-height:13px; }
.validation-failed { border:1px solid orange !important; }
.validation-passed {}
.required { color:black; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages { width:100%; overflow:hidden; }
.messages a { }
.messages li { margin-bottom:10px; }
.messages li li { margin:4px 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

.messages .error-msg a, .messages .error-msg a:visited { color:#df280a; text-decoration:underline;}
.messages .success-msg a, .messages .success-msg a:visited { color:#3d6611; text-decoration:underline;}
.messages .note-msg a, .messages .note-msg a:visited { color:#3d6611; text-decoration:underline;}


/* BreadCrumbs */ 
.breadcrumbs {
color:white;
margin:0 0 10px;
filter : alpha(opacity=30); 
opacity:0.3;
padding:10px;
position:absolute;
z-index:10;
}
.breadcrumbs:hover {
filter : alpha(opacity=100); 
opacity:1.0;
}
.breadcrumbs li { display:inline; }

.catalog-category-view .breadcrumbs,.catalogsearch-result-index .breadcrumbs, .catalogsearch-advanced-result .breadcrumbs { 
z-index:9;
}


/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { 
margin:5px 0;
padding:5px;
position:relative;
text-align:center;
z-index:1;
}
.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 {}

/* Data Table */ 
.data-table { width:100%; }
.data-table thead th { border-bottom:2px solid white; padding:5px; text-transform: uppercase; white-space:nowrap; }
.data-table td { padding:5px; vertical-align:middle;}
.data-table thead {  }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { }
.data-table thead tr {  }
.data-table tbody td { border-bottom:1px solid #4B4B4B; }
.data-table tbody .last td { border-bottom:2px solid white; }
.data-table tbody td { padding:10px;white-space:nowrap; }

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

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

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

/* Lists Decoration */
li.odd {}
li.even {}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std 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 */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:258px; overflow:hidden; } 
.header-container { position:relative; z-index:11;}
.header { padding:0px; border:0px solid #ddd; height:67px; }
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; }
.header .logo a { display:block; width:226px; height:39px; }
.header .welcome-msg { display:none; font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .links a, .header a.e-boutique, .cms-page-view .navigation h2{
color:white;
font-family:Franklin Gothic Book,Arial,helvetica,sans-serif;
font-size:11px;
letter-spacing:1px;
padding:4px;
text-transform:uppercase;
}

.cms-page-view .navigation li {border:none;}

.header .links a:hover, .header a.e-boutique:hover { border-bottom: 3px solid white; text-decoration:none;}
.cms-page-view .navigation a:hover { text-decoration:none;}
.header .links a.top-link-cart-number:hover { border: 0 none; }
.header .links li { margin-left:20px; padding:0; }
.header li { display: inline; }
.header .links .entre-parentheses { margin-left:0px; padding:0; }
.header .entre-parentheses a { font-size:0px; }
.header .entre-parentheses a:hover {  border-bottom: none; }
.header .login a { color:#888888;  }
.header .login a:hover {  border-bottom: 1px solid #71797F; }
.header li.first .last {  }


.header #search_mini_form  {
position:relative;
top:-9px;
}

#search { 
background-color:black;
background-image:url(../images/menu_search_input.gif);
background-repeat:no-repeat;
border:0 none;
padding-top:2px;
position:relative;
text-align:center;
top:-2px;
width:139px;
}
.header .form-search { 
color:#888888;
font-size:10px;
width:300px;
}
.header .form-search label { 
cursor:pointer;
left:0;
text-transform:none;
}
.header .form-search label.over { 
color:white;
}

.header .form-search img { 
position:relative;
top:7px;
}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { background-color:#E6E6E6;
border:1px solid #CCCCCC;
}
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-search .button { 
background-image:url(../images/menu_search_ok.gif);
background-repeat:no-repeat;
left:-5px;
position:relative;
top:1px;
}
.header .form-search .button span { color: transparent; }

#filetGauche {
font-size:0;
line-height:0;
margin-left:10px;
margin-top:10px;}

#filetDroit {
font-size:0;
height:4px;
left: 930px;
line-height:0;
position:absolute;
top:47px;
}

#zoneActu {margin-top: -100px; position:absolute; width:990px;}
.actu {float:left; height: 80px; margin-left: 13px; width: 230px;}
.titre { 
background:transparent url(../images/catalog-category-fondtransparent.png) repeat scroll 0 0;
color:white;
font-family:Franklin Gothic Book,Arial,helvetica,sans-serif;
font-size:12px;
height:14px;
letter-spacing:1px;
margin:0;
padding:10px;
text-transform:uppercase;
}
.actu .contenu {
background:transparent url(../images/catalog-category-fondtransparent.png) repeat scroll 0 0;
color:#72797F;
font-size:11px;
height:119px;
margin-top:-119px;
}
.actu .texte{
padding:10px;
height:99px;
text-align:justify;
}
.actu .filet { background: white; font-size:1px; height:4px; line-height: 0px;  margin-top:10px; width: 60px; }


/* CMS */

.cms-page-view .col1-layout .col-main {
position:relative;
}
.cms-page-view .main {
}

.cms-page-view .bandeau, .cms-index-noroute .bandeau{
bottom:40px;
color:white;
position:absolute;
width:930px;
}

.cms-page-view .bandeau img.fond, .cms-index-noroute .bandeau img.fond{
height:330px;
width:990px;
}


.cms-page-view .bandeau .contenu, .cms-index-noroute .bandeau .contenu{
left:30px;
position:absolute;
top:40px;
width:100%;
}
.cms-page-view .bandeau .contenu h1, .cms-index-noroute .bandeau .contenu h1{
font-size:24px;
letter-spacing:2px;
text-transform:uppercase;
}
.cms-page-view .bandeau .contenu div.filet, .cms-index-noroute .bandeau .contenu div.filet{
margin-bottom:10px;
margin-top:10px;
width:60px;
}

.cms-page-view .bandeau .contenu .navigation li {
padding-top:2px;
}

.cms-page-view .photo, .cms-index-noroute .photo {border:none;}
.cms-page-view .grande, .cms-index-noroute .grande {
overflow:auto;
position:relative;
width:990px;
}

.cms-page-view #divBandeau, .cms-index-noroute #divBandeau {
background:transparent url() no-repeat scroll 0 0;
height:139px;
left:0;
position:absolute;
top:560px;
width:990px;
}

.cms-page-view #divTexte, .cms-index-noroute #divTexte{
color:white;
text-align:justify;
width:320px;
}

.cms-page-view #divVignettes, .cms-index-noroute #divVignettes {
position:absolute;
right:0;
top:0;
}
.cms-page-view .vignette, .cms-index-noroute .vignette {
border:2px solid #BEBEBE;
cursor:pointer;
float:left;
margin-left:10px;
max-height:90px;
position:relative;
width:120px;
}
.cms-page-view .vignette:hover, .cms-index-noroute .vignette:hover {border:2px solid white;}











.catalogsearch-term-popular .tags-list {
color:white;
font-family:Franklin Gothic Medium,Arial,helvetica,sans-serif;
font-size:30px;
margin-bottom:20px;
}
.catalogsearch-term-popular .tags-list li{
margin-right:20px;
}
.catalogsearch-term-popular .tags-list a{
color:white;
}




/********** < Navigation */
#nav { border:0px solid #ddd; float: left; font-size:10px; width:200px;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration: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 { display:block; }
#nav li a { padding-left:3px; color:#888; }
#nav li a:hover { color:white; }
#nav li.over a,
#nav li.active a { color:white; }

/* 2nd Level */
#nav ul { background:black; padding:10px; position:absolute;width:100px; left:-10000px; }
#nav ul li {  }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; font-weight:normal; padding-right:15px; color:#888 !important; }
#nav ul li a:hover { color:white !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:white  !important; }

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

/* Show Menu */
#nav li.over > ul { left:0; z-index:1000;}
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:0 none; margin:0 0 10px; }
.block .block-title { }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { color:white; font-size:14px; font-weight:normal; line-height:1.5; }
.block .block-content { padding:0px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

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

/* Block: Layered Navigation */
.block-layered-nav {

position:relative;
z-index:0;

}
.block-layered-nav dt { 
color:white;
font-size:14px;
letter-spacing:1px;
}
.block-layered-nav .currently {}






/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

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

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

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

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

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

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

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

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

/* Block: Checkout Progress */
.block-progress {
margin-left:3px;
margin-right:40px;
width:200px;
}
.block-progress dt { 
background:transparent url(../images/checkout-block-progress-bullet.gif) no-repeat scroll 0 13px;
border-bottom:1px solid #19171A;
color:#19171A;
font-size:10px;
padding:7px 7px 7px 12px;
text-transform:uppercase;

 }
.block-progress dt.complete,
.block-progress dd.complete { overflow:hidden;padding-left:10px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #ddd; margin:0 0 10px; }
.category-image { display:block; margin:0 auto; }
.category-products { padding-top:50px; }
.catalog-category-view .main { 
font-family:Franklin Gothic Medium,Arial, Helvetica, sans-serif;
height:600px;

}
.catalogsearch-result-index .main, .catalogsearch-advanced-result .main { height:700px; }
.catalog-category-view .col-main, .catalogsearch-result-index .col-main, .catalogsearch-advanced-result .col-main {float:right;width:625px;}
.catalog-category-view .wrapper {
}



.catalog-category-view .col-left, .catalogsearch-result-index .col-left, .catalogsearch-advanced-result .col-left{
left:-100px;
position:relative;
}
#stelle {
position:absolute;
z-index:-1;
}

.catalog-category-view div.block-title, .catalogsearch-result-index div.block-title {
padding-top:200px;
}

.catalog-category-view div.trait-d-union, .catalogsearch-result-index div.trait-d-union {
margin-bottom:20px;
position:relative;
z-index:1;
}

.catalog-category-view .block-title h2, .catalogsearch-result-index .block-title h2 {
font-size:20px;
text-transform:uppercase;
}



.catalog-category-view .block-content, .catalogsearch-result-index .block-content {
background:url(../images/catalog-category-fondtransparent.png) repeat;
font-size:10px;
line-height:24px;
margin-bottom:15px;
padding:20px;
text-transform:uppercase;
width:200px;
z-index:2;
}   
.catalog-category-view .block-translucide a, .catalogsearch-result-index .block-translucide a{
  display:none;
  padding-left:10px;
}   
.catalog-category-view .block-content li, .catalogsearch-result-index .block-content li{
color:#BEBEBE;
font-family:Franklin Gothic Medium,Arial,helvetica,sans-serif;
letter-spacing:1px;
line-height:15px;
}   
.catalog-category-view .block-content a, .catalogsearch-result-index .block-content a{
color:#BEBEBE;
}   
.catalog-category-view .block-content a:hover, .catalogsearch-result-index .block-content a:hover{
  color:white;
  text-decoration:underline;
} 
.catalog-category-view .block-content a:visited, .catalogsearch-result-index .block-content a:visited{
} 
  
.catalog-category-view img.zoom, .catalogsearch-result-index img.zoom{
}  



.catalog-category-view #zoom-container, .catalogsearch-result-index #zoom-container {
margin-left:-600px;
position:absolute;
width:600px;
z-index:10;
}   
.catalog-category-view #zoom-container {
margin-top:-50px;
}   
.catalogsearch-result-index #zoom-container {
margin-top:-160px;
}   
   
/* View Type: Grid */
.products-grid { border-collapse:separate; border-spacing:2px; }
#products-grid-table {z-index:2; }
.products-grid tr { }
.products-grid tr.odd {}
.products-grid tr.even {  }
.products-grid td { }
.products-grid td.empty {}
.products-grid img { display:block; }

.products-grid .infosZoneReactive {
  color:transparent;
  height:70px;
  margin-bottom:50px;
  margin-left:30px;
  margin-top:-110px;
  position:relative;
  width:60px;
}
.products-grid .infosToggle {
border:0 none;
position:relative;
top:1px;
width:150px;
}
.products-grid .infosSurvol {
background-image:url(../images/product-list-survol.png);
background-repeat:repeat;
cursor:pointer;
height:150px;
margin-bottom:0;
position:absolute;
text-align:center;
top:-150px;
width:150px;
}
.products-grid a {
height:152px;
position:relative;
top:1px;
}

.products-grid h3.product-name {
bottom:100%;
left:10%;
position:absolute;
right:10%;
text-align:center;
top:42%;
}


.products-grid .product-name a {
color:white;
font-family:Franklin Gothic Medium,Arial,helvetica,sans-serif;
font-size:14px;
font-weight:normal;
text-transform:uppercase;
}


.products-grid div.price-box {
display:none;
}

.products-grid .regular-price .price {
color:white;
font-size:14px;
font-weight:normal;
text-transform:uppercase;
}

#flecheGauche {
  float:left;
}
#flecheDroite {
  float:right;
}
#flecheGauchePetite {
  float:left;
margin-left:-160px;
}
#flecheDroitePetite {
  float:right;
margin-right:-160px;
}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {
color:#253038;
font-family:arial;
}

.product-essential {}
.product-collateral {
}

/* Product Images */
.product-view .product-img-box { 
float:left; 
}

.product-view .product-img-box .hotspot { 
  position: absolute;
  z-index: 100;
}

.product-view .product-img-box .hotspot .loupe { 
background: url(../images/product-hotspot.png) no-repeat;
cursor:pointer;
height:20px;
width:20px;
}

.product-view .product-img-box .hotspot .contenu { 
background:#14191C none repeat scroll 0 0;
color:#CCCCCC;
font-size:10px;
line-height:12px;
margin-top:20px;
max-height:400px;
max-width:400px;
min-width:140px;
overflow:auto;
padding:15px;
}

.product-view .product-img-box .hotspot .contenu .titre { 
font-size:13px;
height:auto;
line-height:13px;
margin-bottom:10px;
text-transform:uppercase;
}

.product-view .product-img-box .hotspot .contenu .corps { 
text-align:justify;
}

.product-view .product-img-box .hotspot .contenu .fleche { 
background:transparent url(../images/product-hotspot-fleche.png) no-repeat scroll 0 0;
height:12px;
left:10px;
position:absolute;
top:28px;
width:12px;
}


.product-view .product-img-box .hotspot .contenu .fermer { 
background:transparent url(../images/product-hotspot-fermer.png) no-repeat scroll 0 0;
cursor:pointer;
height:18px;
position:absolute;
right:10px;
top:50px;
width:18px;
}


.product-view .product-img-box .product-image #image { top:0;}
.product-view .product-img-box .product-image-zoom { 
height:600px;
position:relative;
top:0;
width:600px;
overflow: hidden; 
z-index: 9;
}
.product-view .product-img-box .product-image-zoom img { left:0; top:0; cursor:move; }
.product-view .product-img-box #zoom-plus { cursor:pointer; left:0;position:absolute;top:570px;}
.product-view .product-img-box .zoom { display: none; position:relative; z-index:9; height:128px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% repeat; cursor:pointer; }
.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 #track_hint { display: none; }

#autresVues {
margin-left:-120px;
margin-top:147px;
position:absolute;
width:110px;
z-index:1;
}
#autresVuesUL {
max-height: 360px;
}
.product-view .product-img-box .more-views img.trait-d-union { border:0 none; margin-left:2px; }
.product-view .product-img-box .more-views ul {  }
.product-view .product-img-box .more-views li {
position:absolute;
}
.product-view .product-img-box .more-views li.ligne0 {
top:26px;
}
.product-view .product-img-box .more-views li.ligne1 {
top:140px;
}
.product-view .product-img-box .more-views li.ligne2 {
top:254px;
}
.product-view .product-img-box .more-views li.colonne0 {
right:0px;
}
.product-view .product-img-box .more-views li.colonne1 {
right:114px;
}
.product-view .product-img-box .more-views li.colonne2 {
right:228px;
}


.product-view .product-img-box .vignette { 
border:2px solid lightgrey;
margin:5px;
}

.catalog-product-view h2{
color:white;
font-family:Franklin Gothic Book,Arial,helvetica,sans-serif;
font-size:10px;
letter-spacing:0px;
text-transform:uppercase;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product tools */
.product-view .product-tools { 
float:left;
position:relative;
text-align:center;
top:170px;
width:30px;
}
.product-view .product-tools #product-tools-zoom { cursor:pointer; }
.product-view .product-tools hr.separateur { background:black; border:0 none; height:1px; }


/* Product Shop */
.product-view .product-shop { 
color:#253038;
float:left;
font-size:10px;
left:60px;
position:relative;
top:100px;
width:240px;
}

.product-view .product-name {
margin-bottom:5px;
}

.product-view .product-name h2 {
color:white;
font-family:Trebuchet MS;
font-size:30px;
letter-spacing:normal;
text-transform:none;
}
.product-view .short-description {
line-height:12px;
margin-bottom:40px;
margin-top:15px;
text-align:justify;
}
.product-view .short-description h3 {
font-size:11px;
font-weight:bold;
line-height:0;
}
.product-view a { color:#253038; }
.product-view a:link { text-decoration: underline; }

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.png) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.png) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock {  }
.availability .out-of-stock { color:#f00; }

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

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

.price-box-bundle {}

/* Regular price */
.regular-price {}
.regular-price .price { }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button {
background:transparent url(../images/product-view-ajoutpanier.png) no-repeat scroll 0 50%;
float:left;
height:65px;
margin-left:70px;
width:250px;
}

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

/* Product Options */
.product-options {  }     
#product-options-wrapper { border-bottom: 1px solid #444444; }
.product-options dt  {
border-top:1px solid #444444;
float:left;
height:19px;
padding-bottom:8px;
padding-top:12px;
width:100px;
}
.product-options dt.last {  }
.product-options dt label {  }
.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 { border-top: 1px solid #444444; float:left;
padding-bottom:10px;
padding-top:10px;
width:140px;
}
.product-options dd.last {  }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options select { font-size:10px; }
.product-options option { font-size:10px; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { }
.product-options-bottom .price-box { }

/* Grouped Product */
.grouped-items {}

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

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

/* Block: Upsell */

body.catalog-category-view {
}

.catalog-product-view .main {
width:1120px;
}
.catalog-product-view div.col-right {
margin-top:145px;
position:relative;
}

.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }
.up-sell h3 { font-size:10px; }
.up-sell .product-image img { border: 2px solid #666666; margin: 4px; }

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

/* Block: Reviews */
.product-view .reviews { width:600px; }
.product-view .reviews dt {
color:white;
margin-bottom:5px;
margin-top:20px;
text-transform:uppercase;
}
.product-view .reviews dt a {
color:white;
}
.product-view .reviews .data-table {
float:left;
width:150px;
}
.product-view .reviews .data-table th.label {
background-color:#BEBEBE;
}
.product-view .reviews .details {
height: 100px;
}
/* Block: Add Review */
.product-view .add-review {}
.product-view fieldset.add-review {width:600px;}
.product-view .add-review table { border: 1px solid #999999;}
.product-view .add-review tr.odd { background-color: #666666;}
.product-view .add-review tr.even { background-color: #888888;}
.product-view .add-review td { background-color: transparent;}
.product-view .add-review td.value { text-align:center; }
.product-view .add-review .product-name span { font-weight:normal; }
.product-view .add-review .form-list input.input-text, .product-view .add-review .form-list textarea {
width:100%;
}


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


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }

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

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

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }
.cart .page-title {text-align:left;}
.cart {left:10px; position: relative;}
.checkout-cart-index {}
.checkout-cart-index .col-left {margin:0; padding:0;}
.checkout-cart-index .col-main {float:right;}


/* Shopping Cart Table */
#shopping-cart-table {border-collapse:collapse; border-spacing:0;}
.cart-table .item-msg { font-size:10px; }
.cart-table th {border-bottom:2px solid white; font-size: 10px; }
.cart-table tbody td {border:0 none; border-top:1px solid #666666; color:#19171A; }
.cart-table tbody td.last {border:0 none; border-top:1px solid #666666; }
.cart-table .first td { }
.cart-table .even td { }
.cart-table .last td { }
.cart-table div.separateur { 
background: url(../images/checkout-cart-separateur.png) repeat scroll 0 0;
height:80px;
position:relative;
width:1px;
}
.cart-table .product-name {color:#19171A; padding-top: 0;}
.cart-table .product-name a {color:#19171A;
font-weight:normal;
}
.cart-table tfoot td {border-top:2px solid white; font-size: 10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { color: white; float:left; width:100%; }
.cart .cart-collaterals label {
padding-right:30px;
text-transform:none;
}
.cart .crosssell h3 { 
border-bottom:1px solid #666666;
color:#666666;
font-size:10px;
margin-bottom:15px;
text-transform:uppercase;
}
.cart .crosssell li.item {
float:left;
padding:0;
}
.cart .crosssell .product-image {
border:2px solid white;
float:left;
line-height:0;
margin:5px;
}

.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}
.cart .col-1 {
width:268px;
}
.cart .col-2 {
background-color:#3F4346;
margin-top:20px;
padding-left:20px;
padding-right:20px;
padding-bottom:10px;
padding-top:10px;
width:320px;
}
.cart .discount {
}

/* Shopping Cart Totals */
.cart .totals {
padding-top:10px; 
}
.cart .totals table { width:100%; }
.cart .totals table th.a-right { text-align: left; text-transform: uppercase;}
.cart .totals table td { padding:5px; }
.cart .totals table th { text-transform:uppercase; }
.cart .totals table tfoot span.price { font-size:15px; }

.cart .discount #coupon_code {
border:none;
padding:2px;
text-transform:none;
}
.cart .discount button.button { 
right:0px;
padding:0;
position:relative;
top:2px;
}

.cart .proceed { 
float:right;
padding:20px;
width:700px;
}

.cart #checkout-cart-proceed {
  margin-right:-30px;
}

/* Options Tool Tip */
.item-options dt { float:left; }
.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 ============================================================================== */
/* One Page */
.checkout-onepage-index {}
.checkout-onepage-index .col-right {
position:absolute;
}

.opc { border-bottom:1px solid #ddd; color: #14191C; font-size:10px; position:relative; }
.opc li.section {  }


.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }

.opc li.section { 
border:2px solid #BEBEBE;
margin:10px;
padding:5px;
}
.opc li.active { background: #BEBEBE; }

.opc .step-title { 
background:transparent url(../images/checkout-onepage-flecheaccordeon-notactive-allow.png) no-repeat scroll 0px 15px; 
padding-left:20px; 
text-align:right; 
text-transform:uppercase;
}
.opc .active .step-title { 
background:transparent url(../images/checkout-onepage-flecheaccordeon-active.png) no-repeat scroll 0px 15px; 
}
.opc .step { padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

.opc .col2-set .col-1, .opc .col2-set .col-2 {
width:320px;
}
.opc .group-select .input-box {
width:650px;
}
.opc .group-select input.input-text {width:300px; }
.opc .form-list label {
width:210px;
}
.opc .form-list .radio label {
width:200px;
}
.opc .group-select input.input-text {width:420px; }
.opc .validation-advice {
color:#C85A00;
}
.opc #payment_form_atos_standard label {float:none;} 

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

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

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.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; }

.please-wait { float:right; margin-right:5px; margin-top:10px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message { margin-top:20px; }
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; overflow:auto; }
.gift-message-form .gift-item {}

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

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


/* Checkout success */
.checkout-onepage-success div.main {
background-image:url(../images/checkout-onepage-success.jpg);
height:600px;
}
.checkout-onepage-success div.col-main {
margin-left:77px;
margin-top:250px;
width:390px;
}









/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
body.customer-account-login {}

.account-login { color: #14191C; font-size:10px;}
.account-login .page-title { margin-left: 10px; margin-top: 10px;}
.account-login #login-form { margin-bottom: 30px; margin-left: 10px; margin-top: 10px;}
.account-login .new-users {}
.account-login .registered-users {}
.account-login .col2-set .col-1 {
width:310px;
}
.account-login .col2-set .col-2 {
width:320px;
}
.customer-account-create .col-main{
  width:410px
}
.customer-account-create div.name-firstname {
margin-top:5px;
}
.customer-account-create div.name-lastname {
margin-top:5px;}

/* My Account ============================================================================= */
body.customer-account-index,
body.customer-account-edit,
body.customer-address-index,
body.customer-address-form,
body.sales-order-history,
body.sales-order-view,
body.sales-order-invoice,
body.review-customer-index,
body.newsletter-manage-index,
body.wishlist-index-index,
body.wishlist-index-share
{ background:black; }

.customer-account-index,
.customer-account-edit,
.customer-address-index,
.customer-address-form,
.sales-order-history,
.sales-order-view,
.sales-order-invoice,
.review-customer-index,
.newsletter-manage-index,
.wishlist-index-index,
.wishlist-index-share
{ color: #14191C; font-size:10px;}

.customer-account-index a:hover,
.customer-account-edit a:hover,
.customer-address-index a:hover,
.customer-address-form a:hover,
.sales-order-history a:hover,
.sales-order-view a:hover,
.sales-order-invoice a:hover,
.review-customer-index a:hover,
.newsletter-manage-index a:hover,
.wishlist-index-index a:hover,
.wishlist-index-share a:hover
{ text-decoration: underline; }

.customer-account-index a,
.customer-account-edit a,
.customer-address-index a,
.customer-address-form a,
.sales-order-history a,
.sales-order-view a,
.sales-order-invoice a,
.review-customer-index a,
.newsletter-manage-index a,
.wishlist-index-index a,
.wishlist-index-share a
{ color:white; }

.customer-account-index a:visited,
.customer-account-edit a:visited,
.customer-address-index a:visited,
.customer-address-form a:visited,
.sales-order-history a:visited,
.sales-order-view a:visited,
.sales-order-invoice a:visited,
.review-customer-index a:visited,
.newsletter-manage-index a:visited,
.wishlist-index-index a:visited,
.wishlist-index-share a:visited
{ color:white; }

.wishlist-index-index button.button span {
  color:white;
  font-size:10px;
  font-weight:normal;
}
.wishlist-index-index button.button span:hover {
  text-decoration: underline;
}



.customer-account-index .bloc-titre {
padding-bottom:20px;
padding-top:20px;
}

.col2-set li {padding:10px;}

.block-account .navigation { position: relative; z-index:1; }

.navigation li {
border-top:1px solid black;
padding-bottom:5px;
padding-left:15px;
padding-top:7px;
}

.navigation li.last {
border-bottom:1px solid black;
}

.navigation li.current {
background:url(../images/customer-account-index-fleche.png) 0 5px no-repeat;
}
.navigation li:hover {
background:url(../images/customer-account-index-fleche.png) 0 5px no-repeat;
}

.customer-account-index div.col-left,
.customer-account-edit div.col-left,
.customer-address-index div.col-left,
.customer-address-form div.col-left,
.sales-order-history div.col-left,
.sales-order-view div.col-left,
.sales-order-invoice div.col-left,
.sales-order-shipment div.col-left,
.review-customer-index div.col-left,
.review-customer-view div.col-left,
.newsletter-manage-index div.col-left,
.wishlist-index-index div.col-left,
.wishlist-index-share div.col-left

{ margin-right:50px;width:200px;}



/********** < Dashboard */
.dashboard { margin-top:30px; }
.dashboard .welcome-msg {
float:left;
height:260px;
width:300px;
}
.dashboard .welcome-msg p {
padding-top:20px;
}



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

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { 
display:inline;
font-size:20px;
margin-right:10px;
text-transform:uppercase;

 }
.order-info dt { font-weight:bold; }
.order-info a { color:#BEBEBE; }
.order-info a:visited { color:#BEBEBE; }
.order-info .current { color:white; }

.newsletter-manage-index #form-validate {
width:600px;
}

/* Print Pages */
.page-print .print-head {}
.page-print h2 { font-size:22px; text-transform:uppercase; }
.page-print h3 { font-size:16px; font-weight:normal; text-transform:uppercase; }
.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; }
/* ======================================================================================= */


.contact-index-index {
  color:#1A262F;
}

.contacts-index-index #contactForm{
width: 400px;
}

/* Footer ================================================================================ */
.footer-container { background:black; border:0px solid #ddd; margin-top:30px; position:absolute;z-index:1; }
.footer { width:978px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul { float:left; margin-right:50px; margin-top:-3px; padding:0 20px 0 0; }
.footer li { display: inline; }
.footer a {
color:#72797F; 
font-family:Franklin Gothic Book,Arial,helvetica,sans-serif;
font-size:9px; 
letter-spacing:1px;
margin-left:10px; 
text-transform: uppercase
}
.footer a.langueActive {color:white;}
.footer a:hover {text-decoration:underline;}
.footer .form-language { color:#666666; font-size:10px;  }

.footer .block-subscribe .button { 
background-image:url(../images/menu_search_ok.gif);
background-repeat:no-repeat;
height:16px;
left:-3px;
position:relative;
top:0;
}

.footer .block-content {
background: none;
line-height:0;
margin:0;
padding:0;
}


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



/* Test déplacement bloc filtres */

/*
.catalog-category-view .block-content, .catalogsearch-result-index .block-content {
background:transparent;
position:absolute;
right:0;
width:auto;
}
.catalog-category-view dd, .catalogsearch-result-index dd {
border:1px solid #4C494D;
clear:both;
float:left;
margin-left:2px;
width:147px;
}
.block-layered-nav dt {
border:1px solid #4C494D;
color:#4C494D;
cursor:pointer;
float:left;
font-size:9px;
line-height:20px;
margin-left:2px;
text-align:center;
width:147px;
}
*/