/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// UTILITIES //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
.clear {
  clear: both;
}
.clear1px {
  clear: both;
  font-size: 1px;
}
.hidden {
  display: none !important;
}
.shown {
  display: block !important;
}
.visi-hidden {
  visibility: hidden !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.b {
  display: block;
}
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ieo-ib {
  display: inline;
  zoom: 1;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.at {
  vertical-align: top !important;
}
.am {
  vertical-align: middle !important;
}
.ab {
  vertical-align: bottom !important;
}
.as {
  vertical-align: sub !important;
}
.no-mg {
  margin: 0 !important;
}
.no-pad {
  padding: 0 !important;
}
.oh {
  overflow: hidden;
}
.text-hidden {
  overflow: hidden;
  text-indent: -9999px;
}
.text-hidden2 {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.fw-light {
  font-weight: 300;
}
.fw-book {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-black {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.no-tt {
  text-transform: none;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// RESET CSS //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/*
font-family: 'Handlee', cursive;
*/
body {
  font: normal 62.5% Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
  background: #051945 url(../images/bg-body-rep.png) repeat-x left top;
  color: #444;
}
#corps {
  background: url(../images/bg-body-h.jpg) no-repeat center top;
}
#c1-corps {
  background: url(../images/bg-body-b.jpg) no-repeat center bottom;
}
img {
  border: none;
}
a,
label,
button {
  cursor: pointer;
}
a {
  color: #2db9e9;
}
a:hover,
a:focus {
  text-decoration: none;
}
p,
li,
label,
address,
td,
th {
  font-size: 1.2em;
  color: #444;
}
label {
  color: #444;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: bold;
}
ul {
  padding-left: 2em;
}
address {
  font-style: normal;
  margin: 0.6em 0;
}
input,
textarea,
select,
textarea,
button {
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
  font-size: 1.2em;
  color: #000000;
}
.textbox,
textarea {
  border: 1px solid #cccccc;
  padding: 2px 3px;
  color: #000000;
}
.textbox:hover,
.textbox:focus,
textarea:hover,
textarea:focus {
  border-color: #00afe4;
}
textarea {
  height: 6em;
}
select {
  border: 1px solid #cccccc;
  color: #000000;
}
.textbox:hover,
.textbox:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #cccccc;
}
.clear {
  clear: both;
}
.clear1px {
  clear: both;
  font-size: 1px;
}
.hidden {
  display: none !important;
}
/* ---------------------------------- Boutons ----------------------------------- */
.button {
  cursor: pointer;
  overflow: visible;
  width: 1;
  display: -moz-inline-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  border: 0;
  background: none;
  border: none;
  font-size: 1em;
}
.button span {
  position: relative;
  float: left;
  vertical-align: middle;
}
.button span span {
  display: block;
}
a.button,
a.button:hover,
a.button:focus {
  text-decoration: none;
}
.btnT1 span,
#w_dialog-message #w_pagepanier span {
  display: block;
  padding: 0;
  background: none;
}
.btnT1 span span,
#w_dialog-message #w_pagepanier span span {
  padding: 0 8px;
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  background: #4ae6f6;
  background: -moz-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ae6f6), color-stop(100%, #0f89d9));
  background: -webkit-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -o-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -ms-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  border: 1px solid #0f89d9;
  color: #fff;
}
.btnT2 span,
#w_dialog-message #w_pageretour span {
  display: block;
  padding: 0;
  background: none;
}
.btnT2 span span,
#w_dialog-message #w_pageretour span span {
  padding: 0 8px;
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  border: 1px solid #d6d6d6;
  color: #212121;
}
.btnT3 span span {
  border: none;
  height: 22px;
  line-height: 21px;
  padding: 0 8px;
  font-size: 1.2em;
  background: #4ae6f6;
  background: -moz-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ae6f6), color-stop(100%, #0f89d9));
  background: -webkit-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -o-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -ms-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  color: #fff;
}
.btnT4 span {
  display: block;
  float: right;
  padding: 0;
  background: #4ae6f6;
  background: -moz-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ae6f6), color-stop(100%, #0f89d9));
  background: -webkit-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -o-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -ms-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  border: 1px solid #0f89d9;
  color: #fff;
}
.btnT4 span span {
  padding: 6px 47px 6px 10px;
  border: none;
  background: url(../images/c-btn-valider-blanc.png) no-repeat right 13px;
}
.msie6 .btnT4 span span {
  background: url(../images/c-btn-valider-blanc-ie6.png) no-repeat right 13px;
}
.btnT4 span span span {
  padding: 0 12px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid #0094c1;
  color: #ffffff;
  background: none;
}
.msie6 .btnT4 span span span {
  background: none;
}
.btnT5 span {
  padding: 0 10px;
  background: #4ae6f6;
  background: -moz-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ae6f6), color-stop(100%, #0f89d9));
  background: -webkit-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -o-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -ms-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  border: 1px solid #0f89d9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.btnT5 span span {
  padding: 0;
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
}
.btnT6 span {
  padding: 0 10px;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  border: 1px solid #d6d6d6;
  color: #212121;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.btnT6 span span {
  padding: 0;
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
}
#btn-aller-pop span {
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  border-color: #d6d6d6;
}
#btn-aller-pop span span {
  background: url(../images/p-btn-aller-panier-noir.png) no-repeat right 7px;
  color: #212121;
}
.msie6 #btn-aller-pop span span {
  background: url(../images/p-btn-aller-panier-noir-ie6.png) no-repeat right 7px;
}
.zone-btn {
  padding-top: 10px;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// COMBOBOX //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.comboBox,
.comboBoxChild {
  cursor: default;
}
.comboBox {
  border: 1px solid #666666;
  height: 18px;
  background: #e7e7e7;
}
.comboBox input {
  height: 16px;
  font-size: 11px;
  padding: 1px 4px;
  background: transparent;
  color: #000000;
}
.comboBox .comboBoxSelect {
  cursor: pointer;
  height: 18px;
  width: 25px;
  background: #666666 url(../images/c-btn-combobox-blanc.png) no-repeat 8px 4px;
}
.msie6 .comboBox .comboBoxSelect {
  background: #666666 url(../images/c-btn-combobox-blanc-ie6.png) no-repeat 8px 4px;
}
.comboBoxList {
  border: 1px solid #000000 !important;
  background: #ffffff;
}
.comboBoxList li {
  font-size: 11px;
}
.comboBoxList .alt {
  background: #cccccc;
}
.comboBoxList .comboBoxChildHover {
  background: #666666 !important;
}
.comboBoxList .comboBoxChildHover a {
  color: #ffffff !important;
}
.comboBoxList .current {
  background: #444444 !important;
}
/* ------------- Chosen --------------- */
.chzn-container {
  font-size: 1em;
}
.chzn-container .chzn-results {
  max-height: 340px;
}
.chzn-container .chzn-results li {
  padding: 5px 7px 6px;
  font-size: 11px;
}
.chzn-container .chzn-results .group-result {
  color: #000;
}
.chzn-container-single .chzn-single {
  font-size: 11px;
  color: #000;
  height: 19px;
  line-height: 19px;
  border-color: #dfdede;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */
}
.chzn-container,
.chzn-container * {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.chzn-container-single .chzn-single div {
  width: 22px;
  border-color: #dfdede;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */
}
.chzn-container-single .chzn-single div b {
  background-position: 3px -2px;
}
.chzn-container-single .chzn-drop {
  border-color: #dfdede;
}
.chzn-container-single .chzn-search {
  display: none;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// BLOCS //-------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.block p,
.block li,
.bloc address {
  margin-bottom: 6px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITRES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.h1 {
  font-family: 'Handlee', cursive;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: #00afe4;
  background: -moz-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #00afe4), color-stop(100%, #0089b2));
  background: -webkit-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -o-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -ms-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: linear-gradient(top, #00afe4 56%, #0089b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4', endColorstr='#0089b2', GradientType=0);
  -webkit-box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  border: 1px solid #0094c1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
}
.h1 strong {
  display: block;
  padding: 4px 15px 1px 15px;
}
.h1-jaune {
  background: #feaa17;
  background: -moz-linear-gradient(top, #feaa17 56%, #c98712 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #feaa17), color-stop(100%, #c98712));
  background: -webkit-linear-gradient(top, #feaa17 56%, #c98712 100%);
  background: -o-linear-gradient(top, #feaa17 56%, #c98712 100%);
  background: -ms-linear-gradient(top, #feaa17 56%, #c98712 100%);
  background: linear-gradient(top, #feaa17 56%, #c98712 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feaa17', endColorstr='#c98712', GradientType=0);
  border: 1px solid #feaa17;
  color: #fff;
}
.h1-vert {
  background: #83b70b;
  background: -moz-linear-gradient(top, #83b70b 56%, #679009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #83b70b), color-stop(100%, #679009));
  background: -webkit-linear-gradient(top, #83b70b 56%, #679009 100%);
  background: -o-linear-gradient(top, #83b70b 56%, #679009 100%);
  background: -ms-linear-gradient(top, #83b70b 56%, #679009 100%);
  background: linear-gradient(top, #83b70b 56%, #679009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83b70b', endColorstr='#679009', GradientType=0);
  border: 1px solid #83b70b;
  color: #fff;
}
.h1-rose {
  background: #f33c8c;
  background: -moz-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f33c8c), color-stop(100%, #bb2e6c));
  background: -webkit-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -o-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -ms-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33c8c', endColorstr='#bb2e6c', GradientType=0);
  border: 1px solid #f33c8c;
  color: #fff;
}
.h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 16px 0;
  color: #00afe4;
}
.h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 10px 0;
  color: #666666;
}
.h1 a {
  color: #333333;
}
.h1 a:hover,
.h1 a:focus {
  text-decoration: underline;
  color: #000000;
}
.h1 a,
.h2 a {
  text-decoration: none;
}
/* Titres des blocs de l'accueil, des pages informatives, des listes de produits et de catégories, etc. */
.titre-blocT1 {
  text-transform: uppercase;
  font-family: Georgia, Times, Garamond, serif;
  font-size: 1.6em;
  margin: 1em 0;
  color: #00afe4;
}
.sous-titre-blocT1 {
  font-family: Georgia, Times, Garamond, serif;
  font-size: 1.4em;
  margin: 1em 0;
}
/* Titres des rubriques du processus de commande */
.titre-processus {
  font-family: 'Handlee', cursive;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: #f33c8c;
  background: -moz-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f33c8c), color-stop(100%, #bb2e6c));
  background: -webkit-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -o-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -ms-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33c8c', endColorstr='#bb2e6c', GradientType=0);
  border: 1px solid #f33c8c;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
}
.titre-processus strong {
  display: block;
  padding: 4px 15px 1px 15px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABLEAUX //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
table,
td,
th {
  border: none;
}
th {
  padding: 4px 8px;
  font-weight: normal;
  background: #666666;
  background: -moz-linear-gradient(top, #666666 0%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #666666 0%, #444444 100%);
  background: -o-linear-gradient(top, #666666 0%, #444444 100%);
  background: -ms-linear-gradient(top, #666666 0%, #444444 100%);
  background: linear-gradient(top, #666666 0%, #444444 100%);
  color: #ffffff;
}
.tableT1 thead th {
  background: none;
}
td {
  padding: 4px 8px;
}
td p,
td li,
td address,
td label,
td input,
td select,
th p,
th li,
th address,
th label,
th input,
th select {
  font-size: 1em;
}
table caption {
  font-size: 1.4em;
  padding-bottom: 8px;
}
.tableT1,
.tableT1 th,
.tableT1 td {
  border-collapse: collapse;
}
.tableT1 thead th {
  padding: 0 1px;
}
.tableT1 thead th div {
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 8px;
  background: #00afe4;
  background: -moz-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #00afe4), color-stop(100%, #0089b2));
  background: -webkit-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -o-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -ms-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: linear-gradient(top, #00afe4 56%, #0089b2 100%);
  color: #ffffff;
}
.cadre-tableT2 {
  padding: 5px;
  background: #00afe4;
  background: -moz-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #00afe4), color-stop(100%, #0089b2));
  background: -webkit-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -o-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -ms-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: linear-gradient(top, #00afe4 56%, #0089b2 100%);
}
.c1-cadre-tableT2 {
  padding: 5px;
  background: #ffffff;
}
.tableT2,
.tableT2 th,
.tableT2 td {
  border-collapse: collapse;
}
.tdl {
  text-align: left;
}
.tdc {
  text-align: center;
}
.tdr {
  text-align: right;
}
/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// FORMULAIRES //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
.success {
  color: green;
}
.erreur {
  margin-bottom: 2em;
}
.erreur * {
  font-weight: bold;
  color: red;
}
/* Formulaires généraux */
.formT1 {
  overflow: hidden;
  margin-bottom: 10px;
}
.formT1 .titre-form {
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
  font-family: Georgia, Times, Garamond, serif;
  margin-bottom: 12px;
}
.formT1 fieldset {
  margin: 1em 0 2em 0;
  padding: 6px 0;
  border: none;
}
.formT1 fieldset legend {
  padding: 0 4px;
  font-size: 1.3em;
  font-weight: bold;
  color: #000000;
}
.formT1 fieldset legend em {
  font-size: 11px;
  font-weight: normal;
}
.regroupement {
  padding-right: 30px;
  margin-bottom: 0.6em;
  overflow: hidden;
  clear: both;
  position: relative;
}
.msie6 .no-column .formT1 .regroupement {
  width: 900px;
}
.verif-champ {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  height: 12px;
  width: 12px;
}
.champ-ko .textbox,
.champ-ko textarea,
.champ-ko select {
  border-color: #00afe4;
}
.champ-ko .verif-champ {
  background: url(../images/c-champ-ko.png) no-repeat right center;
}
.msie6 .champ-ko .verif-champ {
  background: url(../images/c-champ-ko-ie6.png) no-repeat right center;
}
.champ-ok .verif-champ {
  background: url(../images/c-champ-ok.png) no-repeat right center;
}
.msie6 .champ-ok .verif-champ {
  background: url(../images/c-champ-ok-ie6.png) no-repeat right center;
}
.msie6 .regroupement {
  width: 100%;
  float: right;
}
.formT1 label {
  float: right;
  margin-top: 0.2em;
}
.formT1 label em {
  font-size: 11px;
}
.formT1 .precision {
  clear: both;
  float: right;
  width: 292px;
  font-size: 1.1em;
  font-style: italic;
  color: #666666;
}
#check-livraison {
  padding-top: 4px;
}
#check-livraison label {
  width: 322px;
}
.formT1 .textbox,
.formT1 textarea,
.formT1 select {
  float: right;
  width: 284px;
  margin-left: 20px;
}
.formT1 textarea {
  max-width: 284px;
}
.formT1 select {
  width: 292px;
}
.choix-horiz ul {
  margin-left: 20px;
  list-style: none;
  list-style-image: none;
  float: right;
  width: 292px;
  padding-left: 0;
}
#inscription p {
  float: right;
  width: 218px;
  font-size: 1.1em;
  text-align: right;
}
.choix-horiz ul li {
  float: left;
  font-size: 1em;
  margin-right: 2em;
}
.formT1 .choix-horiz ul.choix-select li select {
  width: auto;
  margin-left: 0;
}
.formT1 .choix-horiz ul.choix-select li {
  margin-right: 0.3em;
}
.formT1 .choix-horiz ul.full {
  clear: both;
}
.msie6 .choix-horiz ul li label,
.msie6 .choix-horiz ul li select {
  float: left;
}
.formT1 .zone-button {
  padding: 6px 27px 0 0;
  float: right;
  clear: both;
}
.formT1 .zone-button a {
  margin-right: 20px;
  font-size: 1.1em;
  color: #000000;
}
.formT1 .zone-button2 {
  float: right;
  width: auto;
  margin-bottom: 1em;
}
.formT2 .regroupement {
  margin-bottom: 0.6em;
  overflow: hidden;
}
.formT2 label {
  float: right;
  margin-top: 0.2em;
}
.formT2 .textbox {
  float: right;
  width: 14em;
  margin-left: 0.4em;
}
.warning {
  margin-right: 2px;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// LISTES DE PRODUITS //----------------------------- //
 * -------------------------------------------------------------------------------------- */
/* Blocs conteneurs des textes des listes de produits et de catégories, des pages informatives, des articles du blog, etc. */
.block {
  margin-bottom: 1.4em;
  overflow: hidden;
}
.tooltip {
  font-size: 1.2em;
}
#blocs-cat {
  overflow: hidden;
  padding: 0 15px 12px 15px;
  margin: 0 -15px 8px -15px;
  background: url(../images/c-selection-ombre.png) no-repeat center bottom;
}
#blocs-cat .block {
  float: left;
  margin-bottom: 20px;
}
#blocs-cat .bloc-pair {
  clear: both;
}
#blocs-cat .bloc-impair {
  float: right;
}
/* --------------------------- Listes des produits générales ----------------------------- */
.list-prod {
  clear: both;
  margin-bottom: 30px;
}
.meilleures-ventes {
  clear: none;
  float: right;
  width: 709px;
}
.meilleures-ventes-full {
  float: none;
  width: auto;
}
.list-prod3 {
  clear: none;
  float: right;
  width: 694px;
}
.meilleures-ventes .ligne-prod,
.list-prod3 .ligne-prod {
  margin-bottom: 0;
}
.meilleures-ventes .ligne-prod {
  border: 1px solid #0094c1;
  border-top: none;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.list-tri {
  font-size: 11px;
  margin-bottom: 1em;
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
}
.list-tri a,
.list-tri span {
  white-space: nowrap;
}
.list-prod .list-tri a {
  text-decoration: underline;
}
.list-prod .list-tri a:hover,
.list-prod .list-tri a:focus {
  text-decoration: none;
}
.ligne-prod {
  clear: both;
  margin-bottom: 15px;
}
.list-prod .prod {
  width: 219px;
  float: left;
  cursor: pointer;
  border: 1px solid #e9e9e9;
  margin-right: 15px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.meilleures-ventes .prod {
  margin: 0;
  border: 1px solid #0094c1;
  border-bottom: none;
  border-left: none;
  width: 235px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.meilleures-ventes-full .prod {
  width: 231px;
}
.meilleures-ventes .last {
  border-right: none;
}
.list-prod .prod:hover,
.list-prod .prod:focus {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.list-prod .ligne-prod .last {
  margin-right: 0;
}
.msie6 .list-prod .ligne-prod .last {
  margin-right: 0;
}
.list-prod .cont-prod {
  position: relative;
}
.list-prod .haut-prod {
  padding: 9px 9px 0 9px;
}
.list-prod a.photo {
  display: block;
  margin-bottom: 8px;
  text-align: center;
}
.list-prod a {
  text-decoration: none;
}
.list-prod .haut-prod .nom {
  font-size: 1.2em;
  line-height: 16px;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
.list-prod .nom,
.list-prod .nom a {
  text-align: left;
  color: #444444;
}
.list-prod .brand a {
  font-size: 10px;
  font-weight: normal;
  display: block;
  text-transform: none;
  text-align: left;
  color: #00afe4;
}
.list-prod .brand a:hover,
.list-prod .brand a:focus {
  text-decoration: underline;
}
.list-prod .bas-prod {
  overflow: hidden;
  width: 215px;
  padding: 0 2px 2px 2px;
}
.meilleures-ventes .prod .bas-prod {
  width: 231px;
}
.list-prod .bas-prod .prix {
  margin-left: 7px;
}
.list-prod .prix {
  font-size: 1em;
}
.list-prod .prix a {
  color: #000;
}
.list-prod .prix .apd {
  font-size: 11px;
  display: block;
}
.list-prod .prix strong {
  font-size: 15px;
  margin-right: 4px;
  color: #f22c8e;
}
.list-prod .prix a del {
  color: #333333;
  font-size: 14px;
}
.prod-promo .prix strong {
  color: #feaa17;
}
.prod-promo .prix a del {
  color: #f22c8e;
}
.prod-solde .prix strong {
  color: #f22c8e;
}
.prod-solde .prix a del {
  color: #444;
}
.list-prod .btn-ajpan,
.list-prod .btn-voir-fiche {
  float: right;
  border: none;
  background: none;
}
.list-prod .prod .description,
.cross-sell .prod .description {
  display: none;
}
.etatPrix {
  color: #fff;
  padding: 3px 27px 0 3px;
  height: 42px;
  width: 35px;
  font-size: 1.4em;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.solde {
  background: url(../images/c-soldes2.png) no-repeat right bottom;
}
.promo {
  background: url(../images/c-promo.png) no-repeat right bottom;
}
.nouveaute {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  padding: 1px 2px 0 16px;
  background: #83b70b url(../images/c-nouveautes-etoile.png) no-repeat 1px center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.list-prod .etatPrix,
.list-prod .destockage,
.list-prod .precommande {
  position: absolute;
  top: 0;
  left: 0;
}
.etatPrix .type-etat {
  display: none;
}
.etatPrix span {
  display: none;
}
.etatPrix strong {
  text-transform: none;
}
/* --------------------------------- Filtres ----------------------------------- */
#filtres-liste,
.pagination {
  margin-bottom: 16px;
}
#filtres-liste p {
  font-size: 1.2em;
}
#filtres-liste select {
  font-size: 11px;
}
#filtres-liste .comboBox {
  display: block;
  float: left;
}
#liste-categories .comboBox,
#liste-categories .comboBox input {
  width: 200px !important;
}
#liste-tri .comboBox,
#liste-tri .comboBox input {
  width: 160px !important;
}
#filtres-liste strong,
.pagination strong {
  float: left;
  display: block;
  height: 18px;
  line-height: 18px;
  margin-right: 6px;
  font-weight: normal;
}
#liste-tri {
  float: left;
}
#liste-tri .chzn-search {
  display: none;
}
#liste-tri strong,
.navig-page {
  padding-top: 3px;
}
/* ------------------------------------------- Pagination ---------------------------------------- */
.navig-page {
  text-align: right;
  margin-left: 20px;
  float: right;
}
.navig-page a {
  margin-left: 6px;
  float: left;
  display: block;
  text-align: center;
  height: 18px;
  width: 18px;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
  color: #212121;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.navig-page a.current,
.navig-page a:hover,
.navig-page a:focus {
  background: #4ce6f4;
  background: -moz-linear-gradient(top, #4ce6f4 0%, #1089d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ce6f4), color-stop(100%, #1089d7));
  background: -webkit-linear-gradient(top, #4ce6f4 0%, #1089d7 100%);
  background: -o-linear-gradient(top, #4ce6f4 0%, #1089d7 100%);
  background: -ms-linear-gradient(top, #4ce6f4 0%, #1089d7 100%);
  background: linear-gradient(top, #4ce6f4 0%, #1089d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ce6f4', endColorstr='#1089d7', GradientType=0);
  color: #fff;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// HEADER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#c2-header {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  min-height: 98px;
  position: relative;
  background: url(../images/h-compte-panier.png) no-repeat right top;
}
#logo {
  font-size: 1em;
  margin-bottom: 0;
}
#logo a {
  display: block;
  text-decoration: none;
  width: 332px;
}
#logo a span {
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  height: 0;
}
#logo #nom-boutique {
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: bold;
  font-family: Georgia, Times, Garamond, serif;
  color: #2b2b2b;
}
#logo #slogan-boutique {
  font-size: 1.8em;
  font-style: italic;
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
  color: #000000;
}
#svc-client {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 8px 10px 0 51px;
  width: 149px;
  color: #fff;
  font-size: 14px;
  font-family: 'Handlee', cursive;
  text-align: center;
  text-transform: uppercase;
}
#svc-client strong {
  display: block;
  font-size: 16px;
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
}
#svc-client a {
  text-decoration: none;
  color: #fff;
}
/* -------------- Compte / Panier ----------------- */
#compte-panier {
  position: absolute;
  right: 0;
  top: 80px;
  width: 210px;
  height: 152px;
}
#mon-compte {
  padding: 0 18px 0 32px;
  width: 160px;
  height: 25px;
  line-height: 25px;
  font-size: 1em;
  text-align: center;
}
#mon-compte a {
  color: #fff;
  text-decoration: none;
}
#mon-compte a:hover,
#mon-compte a:focus {
  text-decoration: underline;
}
#titre-mon-compte {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
  font-family: 'Handlee', cursive;
}
#lien-deconnexion {
  margin-left: 6px;
}
#mon-panier {
  padding: 3px 10px 0 64px;
  width: 138px;
}
#mon-panier a {
  text-decoration: none;
  color: #fff;
}
#titre-mon-panier {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Handlee', cursive;
}
#mon-panier a strong {
  text-transform: uppercase;
  text-decoration: none;
}
#nb_prod {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
#bloc-header {
  position: absolute;
  right: 250px;
  top: 10px;
  height: 80px;
  width: 340px;
  overflow: hidden;
}
#bloc-header * {
  color: #fff;
}
/* -------------- Recherche ----------------- */
#form-recherche {
  position: absolute;
  right: 250px;
  top: 100px;
  padding: 5px;
  width: 328px;
  height: 30px;
  border: 1px solid #fff;
  background: #c1e2f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#form-recherche fieldset {
  border: none;
}
#form-recherche div {
  position: relative;
  width: 328px;
  height: 30px;
  background: #ffffff;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#search {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 284px;
  line-height: 26px;
  padding: 2px 6px;
  font-size: 1.2em;
  background: none;
  border: none;
  color: #666666;
}
#search:hover,
#search:focus {
  color: #000000;
}
#btn-recherche {
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.firefox #btn-recherche,
.safari #btn-recherche {
  top: -1px;
  right: -3px;
  background: none;
}
#btn-recherche span {
  display: block;
  border: 1px solid #cdcdcd;
  background: #4ae6f6;
  background: -moz-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ae6f6), color-stop(100%, #0f89d9));
  background: -webkit-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -o-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -ms-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#btn-recherche span span {
  width: 30px;
  height: 28px;
  line-height: 28px;
  font-size: 1.1em;
  padding: 0;
  background: url(../images/h-recherche-btn.png) no-repeat center center;
  overflow: hidden;
  text-indent: -9000px;
  color: #ffffff;
  border: none;
}
/* Tous leurs héros */
#heros-acc {
  margin-bottom: 10px;
}
#c1-heros-acc {
  height: 100px;
  width: 920px;
  padding: 0 20px;
  position: relative;
}
#heros-prec,
#heros-suiv {
  position: absolute;
  top: 0;
  height: 80px;
  width: 15px;
  display: block;
  text-indent: -9000px;
  overflow: hidden;
}
#heros-prec {
  left: 0;
  background: #2db9ea url(../images/h-heros-prev.png) no-repeat 3px 32px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#heros-suiv {
  right: 0;
  background: #2db9ea url(../images/h-heros-next.png) no-repeat 4px 32px;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#heros-prec.disable,
#heros-suiv.disable {
  display: none;
}
#c2-heros-acc {
  overflow: hidden;
  height: 100px;
  width: 920px;
}
#liste-heros {
  padding: 0;
  list-style: none;
  width: 10000px;
}
#liste-heros li {
  float: left;
  margin-left: 4px;
  width: 80px;
  height: 100px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
}
#liste-heros li.first {
  margin-left: 0;
}
#liste-heros li img {
  border: 1px solid #4f596f;
  display: block;
  margin-bottom: 4px;
}
#liste-heros li span {
  display: block;
  width: 80px;
  height: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#liste-heros li a {
  text-decoration: none;
  color: #fff;
}
#liste-heros li:hover span,
#liste-heros li:focus span,
#liste-heros li:hover a,
#liste-heros li:focus a {
  color: #f22c8e;
}
#liste-heros li:hover img,
#liste-heros li:focus img {
  border-color: #f22c8e;
}
#sel-marques {
  visibility: hidden;
  width: 920px;
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 20px;
  position: relative;
  background: url(../images/c-marques-ombre.png) no-repeat center bottom;
  border-bottom: 1px solid #f0f0f0;
}
#c1-sel-marques {
  width: 50000px;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------------// MENU //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
/*#div-menu {
	margin: 0 auto 9px auto;
	width: 950px;
	height: 51px;
	padding: 1px 5px 0 5px;
	background: url(../images/h-menu-bg.png) no-repeat center top;
	position: relative;
	overflow: hidden;
}

#menu {
	overflow: hidden;
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

#menu li {
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 2px;
	background: url(../images/h-menu-li-sep.png) no-repeat left 6px;
}

#menu li .h-cat {
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#menu li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #03102e;
	height: 51px;
	text-align: center;
}

#menu li a span {
	float: left;
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
}

#menu #li47 {
	width: 90px;
}

#menu #li48 {
	width: 90px;
}

#menu #li49 {
	width: 114px;
}

#menu #li51 {
	width: 158px;
}

#menu #li47 span, #menu #li48 span, #menu #li49 span, #menu #li51 span {
	height: 36px;
	padding: 5px 10px;
	line-height: 18px;
}

#menu li.ssm a.over span {
	height: 51px;
}

#menu #li47.ssm a.over span, #menu #li48.ssm a.over span, #menu #li49.ssm a.over span, #menu #li51.ssm a.over span {
	height: 41px;
}

#menu #li-accueil {
	padding: 0;
	background: none;
}

#menu #li-accueil a span {
	overflow: hidden;
	text-indent: -9000px;
	width: 17px;
	padding: 0 8px 0 3px;
	background: url(../images/h-accueil-picto.png) no-repeat 3px 14px;
}

#menu li a:hover, #menu li a:focus, #menu li.current a, #menu li.ssm a.over {
	color: #fff;
}

#menu li a:hover span, #menu li a:focus span, #menu li.current a span, #menu li.ssm a.over span {
	background: #58ccf4;
	background: -moz-linear-gradient(top,  #58ccf4 0%, #2ebae9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58ccf4), color-stop(100%,#2ebae9));
	background: -webkit-linear-gradient(top,  #58ccf4 0%,#2ebae9 100%);
	background: -o-linear-gradient(top,  #58ccf4 0%,#2ebae9 100%);
	background: -ms-linear-gradient(top,  #58ccf4 0%,#2ebae9 100%);
	background: linear-gradient(top,  #58ccf4 0%,#2ebae9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58ccf4', endColorstr='#2ebae9',GradientType=0 );
}
*/
/* ----------------------- Sous menu ----------------------- */
/*#menu li ul, #menu li .div-ssm {
	display: none;
}

#menu li ul li {
	float: none;
	padding-top: 3px;
}

#menu li ul li .h-sscat {
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#menu li ul li a {
	float: none;
	text-transform: none;
	font-weight: normal;
	white-space: normal;
	color: #000000;
}

#menu li ul li a, #menu li.ssm ul li a, #menu li ul li a:hover, #menu li ul li a:focus, #menu li.ssm ul li a:hover, #menu li.ssm ul li a:focus {
	background: none;
	padding: 0 4px;
}

#menu li.ssm ul li a:hover, #menu li.ssm ul li a:focus, #menu li.ssm ul li.current2 a {
	color: #cccccc;
}
*/
/* Zone dans laquelle est placée le sous menu */
/*#ssmenu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 9999;
	border: 3px solid #2ebae9;
	background: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.div-ssm {
	padding: 12px;
	width: 930px;
	overflow: hidden;
}

#ssmenu ul {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

#ss9999 ul li {
	float: left;
}

#ssmenu .double ul, #ssmenu .triple ul {
	float: left;
	max-width: 200px;
	margin-right: 1em;
}

#ssmenu .double ul.centre, #ssmenu .triple ul.centre, #ssmenu .double ul.last, #ssmenu .triple ul.last {
	margin-left: 1em;
}

#ssmenu .double ul.last, #ssmenu .triple ul.last {
	margin-right: 0;
}

#ssmenu ul li {
	float: none;
	padding-top: 1px;
}

#ssmenu li .h-sscat {
	font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#ssmenu ul li:first-child {
	background: none;
}

#ssmenu ul li a {
	display: block;
	float: none;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 4px 3px 20px;
	color: #000000;
	background: url(../images/h-fleche-ssm.png) no-repeat 3px 7px;
}

.msie6 #ssmenu ul li a {
	display: inline-block;
	background: url(../images/h-fleche-ssm-ie6.png) no-repeat 3px 7px;
}

#ssmenu ul li a:hover, #ssmenu ul li a:focus, #ssmenu ul li.current2 a {
	background: #2ebae9 url(../images/h-fleche-ssm.png) no-repeat 3px -65px;
	color: #ffffff;
}

.msie6 #ssmenu ul li a:hover, .msie6 #ssmenu ul li a:focus, .msie6 #ssmenu ul li.current2 a {
	background: #2ebae9 url(../images/h-fleche-ssm-ie6.png) no-repeat 3px -65px;
}








.ssm-h1 {
	color: #2db9e9;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid #2db9e9;
	margin-bottom: 4px;
}

.ssm-h1 a {
	text-decoration: none;
	color: #2db9e9;
}

#ss9999 .block p {
	font-size: 10px;
	color: #4d4d4d;
}

#ss9999 .block .ssm-h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 6px 0;
}

#ss9999 .block .ssm-h3 {
	font-size: 13px;
	margin: 4px 0;
}

#ss9999 ul li {
	float: left;
	margin: 0 0 10px 14px;
	width: 80px;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
}

#ss9999 ul li.first {
	clear: both;
	margin-left: 0;
}

#ss9999 ul li img {
	border: 1px solid #fff;
	display: block;
	margin-bottom: 4px;
}

#ss9999 ul li span {
	display: block;
	width: 80px;
	text-align: center;
}

#ss9999 ul li a {
	padding: 0;
	background: none;
	text-decoration: none;
	color: #000;
}

#ss9999 ul li:hover span, #ss9999 ul li:focus span, #ss9999 ul li:hover a, #ss9999 ul li:focus a {
	color: #2ebae9;
	background: none;
}

#ss9999 ul li:hover img, #ss9999 ul li:focus img {
	border-color: #2ebae9;
}
*/
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// FOOTER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
/* ------------------------- Formulaire Newsletter ---------------------*/
#form-newsletter {
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  padding: 12px 14px 0 76px;
  width: 550px;
  height: 58px;
  background: #4d4d4d url(../images/f-newsletter.png) no-repeat 14px 18px;
}
#form-newsletter .titre-newsletter {
  font-family: 'Handlee', cursive;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
}
#form-newsletter .titre-newsletter strong {
  font-weight: normal;
}
#form-newsletter fieldset {
  border: none;
}
#form-newsletter fieldset p {
  font-style: italic;
  color: #fff;
}
#form-newsletter div {
  position: absolute;
  right: 14px;
  top: 15px;
  width: 328px;
  height: 30px;
  background: #ffffff;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#Newsletter {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 214px;
  line-height: 26px;
  padding: 2px 6px;
  font-size: 1.2em;
  background: none;
  border: none;
  color: #666666;
}
#Newsletter:hover,
#Newsletter:focus {
  color: #000000;
}
#btn-newsletter {
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.firefox #btn-newsletter,
.safari #btn-newsletter {
  top: -1px;
  right: -3px;
  background: none;
}
.msie6 #btn-newsletter,
.msie7 #btn-newsletter {
  top: -3px;
  width: 110px;
}
#btn-newsletter span {
  display: block;
  border: 1px solid #f33c8c;
  background: #f33c8c;
  background: -moz-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f33c8c), color-stop(100%, #bb2e6c));
  background: -webkit-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -o-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: -ms-linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  background: linear-gradient(top, #f33c8c 0%, #bb2e6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f33c8c', endColorstr='#bb2e6c', GradientType=0);
  -webkit-box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#btn-newsletter span span {
  padding: 0 6px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
}
#facebook-foot {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 13px 10px 0 29px;
  width: 279px;
  height: 57px;
  background: #3b5997 url(../images/f-facebook-bg.png) no-repeat left bottom;
}
#facebook-foot p {
  color: #fff;
}
#facebook-foot p a {
  text-decoration: none;
}
#facebook-foot p a:hover,
#facebook-foot p a:focus {
  text-decoration: underline;
}
#facebook-foot p strong {
  display: block;
  text-transform: uppercase;
  color: #fdbd4b;
}
#footer {
  clear: both;
  background: #020e27 url(../images/f-bg-footer.png) no-repeat center top;
  padding: 40px 0 10px 0;
}
#c1-footer {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  overflow: hidden;
}
#menu-cats-foot .first {
  margin-left: 0;
}
.menu-foot {
  float: left;
  width: 225px;
  margin-left: 20px;
}
#menu-petits {
  width: 215px;
}
#menu-garcons {
  width: 235px;
}
#menu-filles {
  width: 220px;
}
#menu-ados {
  width: 220px;
}
.msie6 .menu-foot {
  position: relative;
  margin-left: 10px;
}
.menu-foot.first {
  margin-left: 0;
}
.msie6 .menu-foot.first {
  margin-left: 0;
}
.cat-foot {
  font-family: 'Handlee', cursive;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.menu-foot ul {
  list-style: disc;
  padding: 6px 0 0 0;
}
.menu-foot ul li {
  color: #fff;
  font-size: 12px;
  float: none;
  margin: 0 0 0 16px;
}
.menu-foot li a {
  float: none;
  text-transform: none;
  text-decoration: none;
  color: #fff;
}
.menu-foot li:hover,
.menu-foot li:focus {
  color: #f22c8f;
}
.menu-foot.current a,
.menu-foot.current ul li.current2 a,
.menu-foot a:hover,
.menu-foot a:focus {
  color: #f22c8f;
}
.bloc-foot {
  float: left;
  margin-bottom: 24px;
}
.titre-foot {
  font-size: 1.4em;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #ffffff;
}
#bas-footer {
  border-top: 1px solid #353e52;
  padding: 3px 0 0 0;
}
#menu-footer {
  width: 960px;
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
  clear: both;
  color: #353e52;
  vertical-align: middle;
}
#menu-footer * {
  vertical-align: middle;
}
#menu-footer a {
  margin: 0 4px;
  text-decoration: none;
  text-transform: uppercase;
  color: #f2f2f2;
}
#menu-footer a:hover,
#menu-footer a:focus,
#menu-footer a.current {
  color: #fff;
  text-decoration: underline;
}
#texte-footer {
  width: 680px;
  margin: 0 auto;
  padding-right: 280px;
  background: url(../images/f-cartes-bancaires.png) no-repeat right 4px;
}
#texte-footer p {
  font-size: 10px;
  color: #717171;
}
/*carrousel des marques*/
.carrouselContainer {
  margin: 15px auto;
}
#MenuMarque {
  margin: 0 auto;
  height: 50px;
  width: 700px;
}
.carrouselContainer #MenuMarque ul {
  padding-left: 0;
}
#MenuMarque ul {
  padding-left: 0;
  text-align: center;
}
.carrouselContainer #MenuMarque ul li {
  float: left;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
#MenuMarque ul li {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
#MenuMarque ul li a {
  float: left;
}
.marque-simg {
  display: block;
  height: 42px;
  width: 42px;
  padding: 4px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  background: #ffffff;
  color: #666666;
}
#stop,
#resume {
  display: none;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// BARRE LATERALE //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
.bloc-lat {
  float: left;
  margin-bottom: 20px;
  width: 206px;
}
.c1-bloc-lat {
  border: 1px solid #0094c1;
  border-top: none;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
/* Menus des blocs de la barre latérale, contenant le menu principal */
.titre-bloc-lat {
  font-family: 'Handlee', cursive;
  font-size: 18px;
  text-transform: uppercase;
  background: #00afe4;
  background: -moz-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #00afe4), color-stop(100%, #0089b2));
  background: -webkit-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -o-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -ms-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: linear-gradient(top, #00afe4 56%, #0089b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afe4', endColorstr='#0089b2', GradientType=0);
  -webkit-box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset -1px 1px 0 0px rgba(255, 255, 255, 0.3);
  border: 1px solid #0094c1;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  color: #fff;
}
.titre-bloc-lat strong {
  display: block;
  padding: 4px 15px 1px 15px;
}
.titre-bloc-lat a {
  text-decoration: none;
  color: #ffffff;
}
.titre-bloc-lat a:hover,
.titre-bloc-lat a:focus {
  text-decoration: underline;
}
.menu-lat {
  list-style: none;
  list-style-image: none;
  padding: 0 0 6px 0;
}
.menu-lat li {
  font-size: 1.2em;
}
.menu-lat li a {
  display: block;
  padding: 3px 8px 2px 25px;
  text-decoration: none;
  color: #0094c1;
  background: url(../images/s-puce-lat.png) no-repeat 8px 6px;
}
.menu-lat li a:hover,
.menu-lat li a:focus,
.menu-lat li.current a {
  color: #fff;
  background-color: #0094c1;
  background-position: 8px -94px;
}
.menu-lat li ul li {
  border-bottom: none;
  font-size: 0.9em;
}
/* ------------------------- Flux RSS ---------------------*/
#rss-blog {
  padding: 0 0 0 10px;
}
#rss-blog a {
  display: block;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
}
.picto-rss {
  display: block;
  background: #00afe4 url(../images/s-picto-rss.png) no-repeat center center;
  width: 28px;
  height: 28px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#rss-blog .picto-rss {
  float: left;
  margin: 1px 8px 0 0;
}
.msie #rss-blog a {
  padding-bottom: 4px;
}
#rss-blog a strong {
  display: block;
  color: #00afe4;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// PANIER DEPLIANT //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* Pop-up du contenu du panier au survol du nombre d'articles dans le header */
#panier-pop {
  position: absolute;
  z-index: 9999;
  width: 230px;
  display: none;
  background: #0f89d9;
}
#c1-panier-pop {
  border: 2px solid #0f89d9;
  background: #ffffff;
}
#fermer-panier {
  float: right;
  margin: 6px;
}
#p-cont-panier {
  margin: 6px 0 6px 8px;
}
#diapo-panier {
  clear: both;
  overflow: hidden;
  margin: 0.4em 6px 0 6px;
  border-bottom: 1px solid #2b2b2b;
}
#diapo-panier ul {
  display: block;
  list-style: none;
  list-style-image: none;
  padding-left: 0;
}
#diapo-panier ul li {
  font-size: 1em;
  overflow: hidden;
  width: 214px;
}
#diapo-panier .prod {
  padding: 0.6em 0;
}
#diapo-panier .prod .photo {
  float: left;
}
#diapo-panier .prod .photo img {
  border: 1px solid #ffffff;
}
#diapo-panier .prod p {
  margin-left: 58px;
}
#diapo-panier .prod p a {
  text-decoration: none;
}
#diapo-panier .prod .nom {
  font-size: 1.2em;
  font-weight: bold;
}
#diapo-panier .prod .nom a {
  color: #000000;
}
#diapo-panier .prod .marque {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
#diapo-panier .prod .prix {
  font-size: 1.4em;
  font-weight: bold;
}
#diapo-panier .prod .quantite {
  font-size: 1.1em;
  float: right;
  margin-left: 0;
}
#diapo-panier .prod .marque a,
#diapo-panier .prod .quantite a {
  color: #000000;
}
#diapo-panier .prod .quantite a strong {
  color: #000000;
}
#prevBtn,
#nextBtn {
  float: left;
  margin-bottom: 10px;
}
#prevBtn {
  margin-left: 6px;
}
#prevBtn a,
#nextBtn a {
  float: left;
  display: block !important;
  overflow: hidden;
  text-indent: -9000px;
  width: 35px;
  height: 25px;
  outline: none;
}
#prevBtn a {
  background: #2b2b2b url(../images/p-img-pan-prec-o.png) no-repeat center center;
}
#prevBtn a.disable {
  background: #2b2b2b url(../images/p-img-pan-prec.png) no-repeat center center;
}
#nextBtn a {
  background: #2b2b2b url(../images/p-img-pan-suiv-o.png) no-repeat center center;
}
#nextBtn a.disable {
  background: #2b2b2b url(../images/p-img-pan-suiv.png) no-repeat center center;
}
#total-panier-pop {
  width: 120px;
  float: right;
  margin: 4px 6px 0 0;
  padding: 2px 0;
  text-align: right;
  font-family: Georgia, Times, Garamond, serif;
  font-size: 1.4em;
}
#total-panier-pop a {
  text-decoration: none;
  color: #000000;
}
#total-panier-pop a span {
  font-weight: bold;
  color: #00afe4;
}
#commander-panier-pop {
  clear: both;
  overflow: hidden;
  padding: 8px 6px;
}
.msie6 #commander-panier-pop {
  height: 30px;
}
#commander-panier-pop p {
  font-size: 1em;
}
#btn-aller-pop {
  float: left;
}
#btn-aller-pop span {
  display: block;
  padding: 0 6px 0 8px;
  border: 1px solid #d0d0d0;
}
#btn-aller-pop span span {
  padding: 0 14px 0 0;
  border: none;
  height: 25px;
  line-height: 23px;
  font-size: 1.3em;
}
#btn-commander-pop {
  float: right;
}
/* Pop-up du contenu du panier au survol du nombre d'articles dans le header */
#compte-pop {
  position: absolute;
  z-index: 9999;
  width: 230px;
  display: none;
  background: #0f89d9;
}
#c1-compte-pop {
  border: 2px solid #0f89d9;
  padding: 6px;
  background: #ffffff;
}
#compte-pop ul li {
  font-size: 11px;
  margin-bottom: 10px;
  color: #00afe4;
}
#compte-pop ul li a {
  text-decoration: none;
  color: #00afe4;
}
#compte-pop ul li a strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #00afe4;
}
.msie #compte-pop ul li a strong {
  display: inline-block;
}
.msie #compte-pop ul li a span {
  display: block;
}
#compte-pop ul li a:hover strong,
#compte-pop ul li a:focus strong {
  text-decoration: underline;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// CONTENT //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#content {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  padding-bottom: 80px;
  min-height: 782px;
}
#contenu {
  padding: 15px;
  width: 930px;
}
#content.avec-fil-ariane #contenu {
  padding-top: 6px;
}
/* ---------------------------- Fil d'ariane -------------------------- */
#fil-ariane {
  margin-bottom: 8px;
  color: #414141;
}
#fil-ariane a {
  color: #414141;
}
#fil-ariane span {
  color: #00afe4;
  text-transform: uppercase;
}
#fil-ariane #btn-retour {
  margin-right: 20px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#btn-retour img {
  margin-right: 4px;
}
#btn-retour * {
  vertical-align: bottom;
}
/* ---------------------------------------------- Accueil -------------------------------------------- */
#titre-accueil {
  font-size: 1.2em;
  margin-bottom: 1em;
}
#slider {
  margin-bottom: 15px;
  overflow: hidden;
}
#c1-slider {
  margin: 0 auto;
  width: 960px;
  height: 300px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#c2-slider {
  width: 960px;
  height: 300px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.nivo-imageLink,
.nivo-imageLinkimg,
.nivo-slice {
  overflow: hidden;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.nivo-controlNav {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding-left: 0;
  list-style: none;
}
.nivo-controlNav a {
  margin-left: 5px;
  float: left;
  display: block;
  width: 15px;
  height: 14px;
  background: url(../images/h-slider-li.png) no-repeat left top;
  overflow: hidden;
  text-indent: -9000px;
  outline: none;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover,
.nivo-controlNav a:focus {
  background-position: left bottom;
}
.nivo-directionNav a {
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 300px;
  overflow: hidden;
  text-indent: -9000px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nivo-directionNav .nivo-prevNav {
  left: -40px;
  background: url(../images/h-slider-prev.png) no-repeat left center;
}
.nivo-directionNav .nivo-nextNav {
  right: -40px;
  background: url(../images/h-slider-next.png) no-repeat left center;
}
#c1-slider:hover .nivo-directionNav a,
.nivo-directionNav a:hover,
.nivo-directionNav a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ------------------ Liste sélections -------------------- */
#sel-accueil .h1 {
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  margin: 0;
}
#c1-sel-accueil {
  overflow: hidden;
  border: 1px solid #0094c1;
  border-top: none;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#sel-accueil .prod-focus {
  float: left;
  width: 490px;
}
#sel-accueil .ligne-prod {
  float: right;
  clear: right;
  width: 438px;
  margin: 0;
}
#sel-accueil .prod {
  margin: 0;
  border: 1px solid #0094c1;
  border-bottom: none;
  border-right: none;
  width: 218px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#sel-accueil .ligne-prod-first .prod,
.meilleures-ventes .prod {
  border-top: none;
}
#sel-accueil .prix strong,
.meilleures-ventes .prix strong {
  font-weight: normal;
}
#sel-accueil .etatPrix,
.meilleures-ventes .etatPrix {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#sel-accueil .prod-focus a.photo {
  height: 250px;
}
#sel-accueil .prod-focus .miniatures a.photo {
  height: auto;
}
#sel-accueil .miniatures {
  position: absolute;
  right: 60px;
  top: 20px;
  padding: 0;
  list-style: none;
}
#sel-accueil .miniatures li {
  margin-bottom: none;
}
#sel-accueil .prod-focus .haut-prod {
  padding: 9px 22px 0 22px;
}
#sel-accueil .prod-focus .nom {
  font-size: 18px;
}
#sel-accueil .prod-focus .brand a {
  font-size: 12px;
}
#sel-accueil .description {
  display: none;
}
#sel-accueil .prod-focus .bas-prod {
  width: 446px;
  padding: 0 22px 15px 22px;
}
#sel-accueil .prod-focus .prix {
  margin-left: 0;
}
#sel-accueil .prod-focus .prix {
  font-size: 1em;
}
#sel-accueil .prod-focus .prix .apd {
  font-size: 1.4em;
}
#sel-accueil .prod-focus .prix strong {
  font-size: 2.4em;
  margin-right: 8px;
}
#sel-accueil .prod-focus .prix a del {
  font-size: 2em;
}
#sel-accueil .prod,
.meilleures-ventes .prod {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selection,
#sel-accueil {
  position: relative;
}
#sel-accueil {
  padding-bottom: 46px;
}
.selection {
  padding-bottom: 31px;
}
.voir-toute-selection {
  position: absolute;
  bottom: 0;
  right: 0;
}
.voir-toute-selection a {
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  color: #323232;
  text-decoration: none;
  background: #f2f2f2;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#sel-accueil .voir-toute-selection a {
  color: #0094c1;
}
#sel-promo .voir-toute-selection a {
  color: #feaa17;
}
#sel-soldes .voir-toute-selection a {
  color: #000;
}
#sel-nouveaute .voir-toute-selection a {
  color: #83b70b;
}
.voir-toute-selection a:hover,
.voir-toute-selection a:focus {
  color: #f22c8e !important;
}
.voir-toute-selection span {
  padding-right: 8px;
  background: url(../images/c-selections-puce.png) no-repeat right 7px;
}
/* -------------------------- Eléments de réassurance --------------------------- */
#reassurances {
  /*margin-bottom: 15px;*/
  margin: 0 -15px 20px -15px;
  padding: 0 15px 30px 15px;
  background: url(../images/c-selection-ombre.png) no-repeat center bottom;
}
#c1-reassurances {
  list-style: none;
  padding: 0;
}
.rea {
  float: left;
  font-family: 'Handlee', cursive;
}
.rea a {
  float: left;
  display: block;
  height: 92px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.rea span {
  float: left;
  display: block;
}
#rea-stock {
  margin-left: 0;
}
#rea-livraison {
  margin-left: 15px;
}
#rea-satisfait {
  margin-left: 6px;
}
#rea-commande {
  margin-left: 16px;
}
#rea-paiement {
  margin-left: 15px;
}
#rea-stock a {
  width: 174px;
  background: url(../images/c-rea-stock.png) no-repeat right top;
}
#rea-livraison a {
  width: 180px;
  background: url(../images/c-rea-livraison.png) no-repeat right top;
}
#rea-satisfait a {
  width: 175px;
  background: url(../images/c-rea-satisfait.png) no-repeat right top;
}
#rea-commande a {
  width: 173px;
  background: url(../images/c-rea-commande.png) no-repeat right top;
}
#rea-paiement a {
  width: 175px;
  background: url(../images/c-rea-paiement.png) no-repeat left top;
}
#rea-stock span {
  padding: 9px 10px 0 50px;
}
#rea-livraison span {
  padding: 18px 10px 0 9px;
}
#rea-satisfait span {
  padding: 18px 10px 0 51px;
}
#rea-commande span {
  padding: 18px 10px 0 66px;
}
#rea-paiement span {
  padding: 18px 10px 0 75px;
}
/* ------------------------------ Pages informatives et blocs de contenu ---------------------------- */
.Iimgtxt img,
.Itxtimg img {
  border: 1px solid #d0d0d0;
}
.Iimgtxt {
  margin: 0 1em 1em 0;
  float: left;
}
.Itxtimg {
  margin: 0 0 1em 1em;
  float: right;
}
.Ileftimg {
  text-align: left;
}
.Icenterimg {
  text-align: center;
}
.Irightimg {
  text-align: right;
}
/* --------------------------------------- Fiche -------------------------------------- */
#zone-achat,
#zone-infos {
  float: right;
  width: 560px;
  margin-bottom: 25px;
}
#zone-infos {
  clear: right;
  margin-bottom: 40px;
}
#formProd {
  margin-bottom: 25px;
}
#titre-fiche {
  font-size: 2.4em;
  text-transform: uppercase;
  color: #444444;
}
#zone-achat .brand a {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  color: #2db9e9;
}
#zone-achat .brand a:hover,
#zone-achat .brand a:focus {
  text-decoration: underline;
}
#description-courte {
  margin-bottom: 16px;
  color: #444;
}
.prod-indisponible {
  margin: 0.4em 0 0 0;
  font-size: 1.8em;
  font-weight: bold;
}
/* --------------------------------------- Variations -------------------------------------- */
#variations,
#Personnalisation {
  margin-bottom: 20px;
}
#variations select,
#Personnalisation select {
  min-width: 250px;
}
.bloc-variations,
.bloc-personnalisation {
  clear: both;
  margin-bottom: 1em;
}
.bloc-variations p,
.bloc-personnalisation p,
.bloc-variations label,
.bloc-personnalisation label {
  font-size: 1.2em;
}
.bloc-variations .titre-variation,
.titre-personnalisation {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 4px;
  color: #444;
}
.variationRadio .thickbox,
#variations .thickbox,
#variations .lightbox {
  float: left;
  margin: 0 0.4em 1em 0;
}
#variations .comboBox {
  width: auto !important;
}
#variations .photo-variation {
  float: left;
  margin-right: 0.6em;
}
#variations .quantite-choix {
  float: left;
}
#variations img {
  border: 1px solid #d0d0d0;
}
.variationQuantiteRadio {
  display: block;
  padding-top: 0.4em;
}
.variationRadio {
  clear: both;
  margin-bottom: 0.6em;
  padding: 6px;
  overflow: hidden;
  background: #ecf6fd;
}
.variationRadio p {
  font-size: 1em;
}
.variationRadio label,
.variationRadio input {
  vertical-align: middle;
}
.bloc-variations .qtVariation {
  width: 3em;
  padding: 0.1em 0.2em;
}
.variationGroupeMenu {
  margin-bottom: 1em;
}
#variations h4 {
  font-size: 1.3em;
  font-style: italic;
  margin: 0.4em 0;
  font-family: Georgia, Times, Garamond, serif;
  color: #857367;
}
#variations .qte-combo {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
/* Personnalisation */
.titre-personnalisation {
  text-transform: uppercase;
}
.titre-personnalisation #PersoOblig {
  text-transform: none;
  font-size: 0.7em;
}
#Personnalisation label {
  display: block;
}
.bloc-personnalisation .textbox,
.bloc-personnalisation textarea {
  width: 552px;
}
.bloc-personnalisation textarea {
  max-width: 552px;
}
.dateForm {
  width: 80px;
  padding-right: 22px;
  background: #ffffff url(/_t/_/img/picto-calendrier.png) no-repeat right 1px;
}
.bloc-personnalisation .dateForm {
  width: 80px;
}
#bloc-achat {
  padding: 12px;
  overflow: hidden;
  border: 1px solid #dadada;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* --------------------- Prix -------------------- */
#zone-prix {
  float: left;
  padding-bottom: 10px;
  margin-right: 20px;
  width: 180px;
  text-align: center;
}
.prod-destockage #PrixPromo {
  display: none;
}
#prix-fiche del {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}
#prix-fiche span {
  display: block;
  font-size: 36px;
  color: #f22c8e;
}
#prix-fiche #ecopart {
  display: block;
  font-size: 10px;
  color: #000;
}
/*Colonne de droite de la #zone-achat de la fiche produit*/
.stock-fiche {
  margin-top: 10px;
  clear: both;
  text-transform: uppercase;
  font-family: 'Handlee', cursive;
  font-weight: bold;
}
.stock-fiche span {
  padding: 0 0 14px 18px;
}
.StockOK {
  background: url(../images/c-stock-ok.png) no-repeat left top;
  color: #8bc53f;
}
.StockKO {
  background: url(../images/c-stock-ko.png) no-repeat left top;
  color: #e60000;
}
.p-ajpan {
  font-size: 1em;
  float: left;
}
#wishnbox-button {
  text-align: center;
  padding: 0 0 10px 0;
}
#wishnbox-button button span span {
  padding: 0;
  width: 212px;
  height: 30px;
  border: none;
  background: url(https://media.cdnws.com/_i/7280/5214/2097/16/btn-wishnbox.png) no-repeat left center;
  overflow: hidden;
  text-indent: -9999px;
}
#add_to_ookoodoo {
  margin: 10px 0;
  text-align: center;
}
#add_to_ookoodoo img {
  width: 180px;
}
#reassurances-fiche {
  clear: both;
  list-style: none;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #dadada;
  margin: 0 -12px -12px -12px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
}
.rea-fiche {
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #dadada;
  height: 108px;
}
#rea-fiche-paiement {
  border-left: none;
  width: 189px;
}
#rea-fiche-livraison {
  width: 179px;
}
#rea-fiche-satisfait {
  border-right: none;
  width: 186px;
}
.rea-fiche a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #444;
}
.rea-fiche span {
  display: block;
  padding: 62px 6px 0 6px;
  height: 46px;
}
.rea-fiche a:hover span,
.rea-fiche a:focus span {
  background: url(../images/c-rea-fiche-o.png) no-repeat center bottom;
}
#rea-fiche-paiement a {
  background: url(../images/c-rea-fiche-paiement.png) no-repeat center 17px;
}
#rea-fiche-livraison a {
  background: url(../images/c-rea-fiche-livraison.png) no-repeat center 17px;
}
#rea-fiche-satisfait a {
  background: url(../images/c-rea-fiche-satisfait.png) no-repeat center 17px;
}
/* Zone photo */
#zone-photo {
  width: 350px;
  float: left;
  position: relative;
  margin-bottom: 40px;
}
#principale {
  width: 348px;
  border: 1px solid #dadada;
  overflow: hidden;
  text-align: center;
  position: relative;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#principale a {
  display: block;
}
#principale a img {
  max-width: 348px;
}
#principale span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 4px;
  font-size: 1.1em;
  background: url(../images/c-transparence-grise.png) repeat left top;
  color: #ffffff;
}
#principale .wizicss-zone-note {
  text-align: left;
  overflow: hidden;
  padding: 6px 0;
  background: #f3f3f3;
}
#principale .wizicss-zone-note p {
  float: left;
  margin: 0 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #444;
  line-height: 14px;
  padding-top: 1px;
}
#principale .wizicss-zone-note p a {
  display: inline;
  text-transform: none;
  color: #444;
  text-decoration: underline;
}
#principale .wizicss-zone-note p a.wizicss-lire-avis {
  color: #2491e6;
  margin-left: 10px;
}
#principale .wizicss-etoiles-bg {
  float: left;
}
#miniatures {
  width: 350px;
  padding: 14px 0 0 0;
}
#miniatures ul {
  padding: 0;
  list-style: none;
}
#miniatures ul li {
  margin: 0 0 22px 22px;
  float: left;
}
#miniatures ul li.first {
  margin-left: 0;
}
#miniatures ul li a {
  display: block;
  outline: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#miniatures ul li a img {
  border: 1px solid #f0f0f0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#miniatures ul li a:hover img,
#miniatures ul li a:focus img {
  border-color: #dedede;
}
.etatPrixFiche {
  position: absolute;
  top: 1px;
  left: 1px;
}
#zone-bloc-fiche {
  clear: both;
  width: 350px;
  float: left;
  margin-bottom: 40px;
}
.bloc-fiche {
  clear: both;
  padding: 0;
}
/* ---------------- Partage ---------------- */
#zone-partage {
  display: none;
}
#partage {
  padding: 8px;
  background: #ecf6fd;
  -webkit-border-radius: 6px;
  border-radius: 3px;
}
#partage p,
#partage a {
  color: #444444;
}
#partager {
  float: left;
  padding-top: 4px;
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
}
#sendFriend,
#btn-facebook,
#btn-like,
.twitter-share-button,
#btn-plusone,
.pin-it-button {
  float: left;
}
#btn-like {
  width: 84px;
}
.twitter-share-button {
  width: 110px !important;
}
#btn-plusone {
  width: 70px;
}
.pin-it-button {
  width: 80px !important;
}
#sendFriend {
  margin: 0 10px 0 0;
  display: block;
}
#sendFriend span {
  display: block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #e7e7e7 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#sendFriend span span {
  height: 18px;
  line-height: 18px;
  font-size: 1.1em;
  border: 1px solid #d9d9d9;
  padding: 0 5px 0 26px;
  color: #666666;
  background: url(../images/c-picto-partage-mail.png) no-repeat 3px 3px;
}
.msie #sendFriend span span {
  background: url(../images/c-picto-partage-mail.png) no-repeat 3px 4px;
}
.msie6 #sendFriend span span {
  background: url(../images/c-picto-partage-mail-ie6.png) no-repeat 3px 4px;
}
.msie #sendFriend span span {
  height: 19px;
}
#sendFriend:hover span,
#sendFriend:focus span {
  background: #ffffff;
}
#sendFriend:hover span span,
#sendFriend:focus span span {
  background: url(../images/c-picto-partage-mail.png) no-repeat 3px 3px;
  border-color: #cccccc;
}
/* --------- Suite des infos (description, caractéristiques, cross-selling --------- */
.liste-onglets {
  clear: both;
  overflow: hidden;
  float: left;
  width: 560px;
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: url(../images/c-onglets-bordure.png) repeat-x left bottom;
}
.msie6 #liste-infos,
.msie7 #liste-infos {
  float: left;
  height: 25px;
  position: relative;
}
.liste-onglets li {
  float: left;
  margin: 0 0 0 16px;
  font-size: 13px;
  font-family: 'Handlee', cursive;
}
.liste-onglets li.first {
  margin: 0;
}
.liste-onglets li a {
  float: left;
  display: block;
  color: #212121;
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 154px;
  padding: 0 10px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.liste-onglets li a.current,
.liste-onglets li a:hover,
.liste-onglets li a:focus {
  background: #5acdf4;
  background: -moz-linear-gradient(top, #5acdf4 0%, #30bae9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5acdf4), color-stop(100%, #30bae9));
  background: -webkit-linear-gradient(top, #5acdf4 0%, #30bae9 100%);
  background: -o-linear-gradient(top, #5acdf4 0%, #30bae9 100%);
  background: -ms-linear-gradient(top, #5acdf4 0%, #30bae9 100%);
  background: linear-gradient(top, #5acdf4 0%, #30bae9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5acdf4', endColorstr='#30bae9', GradientType=0);
  color: #fff;
}
.cont-onglet {
  clear: both;
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-top: none;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.msie6 .cont-onglet,
.msie7 .cont-onglet {
  float: left;
  width: 534px;
}
#description p,
#description li {
  margin-bottom: 6px;
}
#description :first-child {
  margin-top: 0;
}
#caracteristiques li {
  margin-bottom: 6px;
}
/* -------------------------------------------------------------------------------------- //
 * ----------------------// PANIER ET PROCESSUS DE COMMANDE //--------------------------- //
 * -------------------------------------------------------------------------------------- */
/* ----------------- Processus de commande ------------------ */
#processus-commande {
  text-align: center;
  margin-bottom: 2em;
  background: url(../images/c-fond-processus-commande.png) repeat-x left 13px;
}
.msie6 #processus-commande,
.msie7 #processus-commande {
  height: 56px;
  padding-left: 220px;
}
#processus-commande p {
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 1em;
  color: #212121;
}
.msie6 #processus-commande p,
.msie7 #processus-commande p {
  display: block;
  float: left;
}
#processus-commande p a {
  text-decoration: none;
  color: #212121;
}
#processus-commande p strong {
  display: block;
  margin: 0 auto 3px auto;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 2em;
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  border: 1px solid #d6d6d6;
  /*-moz-box-shadow: 0 3px 3px #666;
	-webkit-box-shadow: 0 3px 3px #666;
	box-shadow: 0 2px 3px #666;*/
}
#processus-commande p.current strong {
  background: #4ae6f6;
  background: -moz-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4ae6f6), color-stop(100%, #0f89d9));
  background: -webkit-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -o-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: -ms-linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  background: linear-gradient(top, #4ae6f6 0%, #0f89d9 100%);
  border: 1px solid #0f89d9;
  color: #fff;
}
#processus-commande p span {
  font-size: 1.3em;
  text-align: center;
  display: block;
  color: #000000;
}
#processus-commande p.current span {
  color: #00afe4;
}
.msie6 processus-commande,
.msie7 processus-commande {
  height: 56px;
  padding-left: 240px;
}
.msie6 #processus-commande p,
.msie7 #processus-commande p {
  display: block;
  float: left;
}
/* ----------------- Panier vide ------------------ */
#no-prod {
  background: url(../images/c-panier-vide.jpg) no-repeat left -30px;
  height: 350px;
  padding: 115px 0 0 400px;
}
#texte-no-prod {
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
}
#texte-no-prod strong {
  display: block;
  color: #00afe4;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}
/* ----------------- Panier rempli ------------------ */
#col-pan-g {
  float: left;
  width: 580px;
  margin-bottom: 20px;
}
#col-pan-d {
  float: right;
  width: 330px;
  margin-bottom: 20px;
}
/* ----------------- Votre panier ------------------ */
#form-print {
  display: none;
}
#votre-panier {
  width: 100%;
  font-size: 1em;
}
#votre-panier .last td {
  background: none;
}
.image-panier {
  padding: 4px 0;
  width: 52px;
}
.panier-description {
  font-size: 1.2em;
}
.panier-quantite {
  width: 55px;
}
#votre-panier td.panier-supprimer {
  padding-right: 0;
  width: 23px;
}
#votre-panier td.panier-supprimer a {
  display: block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  text-indent: -9000px;
  background: #cccccc url(../images/c-btn-suppr-blanc.png) no-repeat 4px 5px;
}
.msie6 #votre-panier td.panier-supprimer a {
  background: #cccccc url(../images/c-btn-suppr-blanc-ie6.png) no-repeat 4px 5px;
}
.panier-titre-produit {
  font-size: 13px;
}
.panier-titre-produit a {
  text-decoration: none;
}
.panier-marque-produit {
  margin-bottom: 6px;
}
td.panier-sstot,
td.panier-prix {
  text-align: right;
  white-space: nowrap;
}
.panier-prix p strong {
  display: block;
  font-weight: normal;
}
.panier-prix p del,
.panier-sstot p del {
  font-size: 11px;
}
.panier-sstot p strong {
  display: block;
  color: #00afe4;
}
.ecopart {
  font-size: 10px;
}
.zone-qte {
  position: relative;
  width: 54px;
  height: 30px;
}
.zone-qte input,
.zone-qte a {
  position: absolute;
}
.zone-qte input {
  top: 4px;
  left: 0;
  width: 30px;
  padding: 3px 4px;
  border: 1px solid #ffffff;
}
.zone-qte a {
  right: 0;
}
.plus {
  top: 4px;
}
.moins {
  top: 18px;
}
#votre-panier tfoot td {
  background: none;
  white-space: nowrap;
}
#votre-panier tfoot th {
  padding: 4px 8px;
  font-weight: bold;
  color: #000000;
  background: none;
}
#votre-panier tfoot th,
#votre-panier tfoot td {
  border-top: 1px solid #00AFE4;
  padding: 8px;
}
#votre-panier tfoot td {
  font-size: 1.6em;
  font-weight: bold;
  font-family: Georgia, Times, Garamond, serif;
}
#votre-panier tfoot .total th,
#votre-panier tfoot .total td {
  border-top: 2px solid #00AFE4;
  font-family: Georgia, Times, Garamond, serif;
  padding: 12px 8px;
}
#votre-panier tfoot .total th {
  padding-right: 30px;
  font-size: 1.8em;
  font-style: italic;
  font-weight: bold;
  color: #000000;
}
#panier-validation {
  padding-top: 30px;
}
#panier-validation button {
  float: right;
  margin-left: 4px;
}
#votre-panier tfoot .total td {
  font-size: 2.4em;
  font-weight: bold;
  color: #00afe4;
}
#continuer span span span,
#retour-recap span span span {
  padding: 0 0 0 16px;
  border: none;
  font-size: 1em;
  background: transparent url(../images/c-fleches-noires-btn.png) no-repeat left 13px;
}
.msie6 #continuer span span span,
.msie6 #retour-recap span span span {
  background: transparent url(../images/c-fleches-noires-btn-ie6.png) no-repeat left 9px;
}
#infos-panier {
  overflow: hidden;
  margin-bottom: 20px;
  background: #00afe4;
  background: -moz-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #00afe4), color-stop(100%, #0089b2));
  background: -webkit-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -o-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -ms-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: linear-gradient(top, #00afe4 56%, #0089b2 100%);
}
.msie6 #infos-panier {
  height: 64px;
  overflow: visible;
}
#enregistrement-auto {
  float: left;
  width: 223px;
  border-right: 1px solid #006887;
}
#enregistrement-auto p {
  padding: 8px 8px 7px 55px;
  font-size: 1.2em;
  background: url(../images/c-illustration-info.png) no-repeat left 9px;
  color: #ffffff;
}
#boncommande {
  border-left: 1px solid #4ae6f6;
  float: right;
  width: 89px;
  text-align: center;
  padding: 3px 8px;
  margin: 0;
}
#w_btn-bon-commande {
  border: none;
  background: none;
  width: auto;
  height: auto;
}
#boncommande label {
  display: block;
  font-size: 1.2em;
  color: #ffffff;
}
#remise-panier {
  position: relative;
  padding: 33px 0 0 0;
}
#titre-remise {
  position: absolute;
  top: 12px;
  left: 50px;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 6px 0 26px;
  font-size: 1.4em;
  border: 1px solid #0094c1;
  z-index: 30;
  color: #ffffff;
  background: #00afe4;
  background: -moz-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #00afe4), color-stop(100%, #0089b2));
  background: -webkit-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -o-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: -ms-linear-gradient(top, #00afe4 56%, #0089b2 100%);
  background: linear-gradient(top, #00afe4 56%, #0089b2 100%);
}
#illus-remise {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 31;
}
#c1-remise-panier {
  border: 1px solid #0094c1;
  overflow: hidden;
  padding: 10px 6px 6px 6px;
}
#remise-panier label {
  display: none;
}
#remise-panier p,
#remise-panier label {
  color: #1b1b1b;
}
#bon-reduction * {
  vertical-align: middle;
}
.msie6 #reduc,
.msie7 #reduc {
  margin-right: 4px;
}
/* ---------------------------------- Commande --------------------------------- */
#ChoixLivraison,
#choix-paiement {
  overflow: hidden;
  margin-bottom: 20px;
}
.mode-livr {
  float: left;
  width: 290px;
  padding: 5px;
  border: 2px solid #cccccc;
  margin: 0 0 8px 8px;
  position: relative;
  cursor: pointer;
}
.picto-selected {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #1f8f08 url(../images/p-picto-v.png) no-repeat center center;
}
.msie6 .picto-selected {
  background: #1f8f08 url(../images/p-picto-v-ie6.png) no-repeat center center;
}
#ChoixLivraison .first {
  clear: both;
  margin-left: 0;
}
#ChoixLivraison .selected,
#choix-paiement .selected {
  border-color: #1f8f08;
}
.mode-livr label,
.mode-paiement label {
  display: block;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.mode-livr label *,
.mode-paiement * {
  vertical-align: middle;
}
.mode-livr label span {
  display: inline-block;
  margin-left: 6px;
  width: 264px;
}
.mode-livr label span * {
  vertical-align: baseline;
}
.mode-livr label span strong {
  display: block;
  text-transform: uppercase;
  color: #00afe4;
}
.mode-livr label span span {
  margin: 0;
  font-weight: bold;
  font-family: Georgia, Times, Garamond, serif;
}
/* Mondial Relay */
.choisir-relais span span span {
  border: none;
  background: url(../images/c-point-relais-puce.png) no-repeat left 8px;
  padding: 0 0 0 12px;
}
#frame-mondial-relay {
  display: none !important;
}
#simplemodal-container #frame-mondial-relay {
  display: block !important;
}
.LivrDesc {
  padding: 6px 28px 0 0;
  font-size: 1.1em;
  border-top: 1px solid #cccccc;
  color: #666;
}
#PapierKdo,
#MsgColis {
  margin-bottom: 20px;
}
#PapierKdo {
  clear: both;
  padding: 6px 6px 6px 60px;
  background: #e7e7e7 url(../images/c-illustration-cadeau.jpg) no-repeat 3px 6px;
}
#PapierKdo h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #00afe4;
}
#PapierKdo p strong,
#MsgColis p strong {
  font-family: Georgia, Times, Garamond, serif;
}
#MsgColis {
  padding: 6px 6px 6px 60px;
  background: #e7e7e7 url(../images/c-illustration-message.png) no-repeat 7px 7px;
}
.msie6 #PapierKdo,
.msie6 #MsgColis {
  width: 864px;
}
.msie6 #PapierKdo .regroupement {
  width: 834px;
}
#MsgColis h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #00afe4;
}
#MsgColis textarea {
  width: 476px;
  max-width: 476px;
}
.p-aj-option {
  padding: 10px 0 6px 0;
  overflow: hidden;
}
.p-aj-option .button {
  margin-left: 20px;
}
.p-aj-option .button span span {
  border: none;
  height: 22px;
  line-height: 21px;
  padding: 0 8px;
  font-size: 1em;
  background: #00afe4;
  color: #ffffff;
}
/* ------------------------- Récapitulatif panier ------------------------- */
/*Début Nouveau processus de commande*/
#div-deja {
  border: 1px dotted #444444;
  overflow: hidden;
  height: 80px;
  margin-bottom: 8px;
}
#div-deja ul {
  padding: 0;
  list-style: none;
}
#div-deja ul li {
  float: left;
  font-size: 1em;
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
}
#div-deja ul li.current,
#div-deja ul li:hover,
#div-deja ul li:focus {
  background: #b2e5ff;
}
#li-deja-oui {
  border-right: 1px dotted #444444;
}
#div-deja ul li input {
  position: absolute;
  top: 15px;
  left: 14px;
}
#div-deja ul li#li-deja-oui label {
  width: 224px;
}
#div-deja ul li label {
  position: relative;
  display: block;
  padding: 10px 10px 10px 40px;
  height: 60px;
  width: 223px;
  font-size: 1em;
}
#div-deja ul li label strong {
  font-size: 1.8em;
  text-transform: uppercase;
  display: block;
}
#div-deja ul li label em {
  font-weight: bold;
  font-style: normal;
}
#zone-form {
  border: 1px solid #444444;
  padding: 16px 14px;
}
#p-ou {
  font-size: 2.4em;
  font-weight: bold;
  font-style: italic;
  font-family: Georgia, Times, Garamond, serif;
  text-transform: uppercase;
  padding: 8px 0 0 50px;
  margin-bottom: 8px;
  background: url(../images/c-sep-ou.png) repeat-x left 24px;
  color: #cccccc;
}
#p-ou span {
  padding: 0 5px;
  background: #ffffff;
}
/*Fin Nouveau processus de commande*/
#menu-compte,
#infos-compte,
#AddFact,
#AddLivr,
#histo-link {
  margin-bottom: 20px;
}
#votre-panier.validation thead {
  display: none;
}
#votre-panier.validation tfoot td {
  font-family: Trebuchet MS, Arial, Geneva, Helvetica, Bitstream Charter, FreeSans, sans-serif;
  font-size: 1.3em;
  font-weight: normal;
}
#votre-panier.validation tfoot th {
  font-size: 1.3em;
  font-weight: normal;
  font-style: italic;
}
#votre-panier.validation .panier-sstot p strong {
  color: #000000;
}
#votre-panier.validation tfoot .total td {
  font-family: Georgia, Times, Garamond, serif;
  font-size: 2em;
  font-weight: bold;
  color: #00afe4;
}
#votre-panier.validation tfoot .total th {
  font-size: 1.4em;
  font-weight: bold;
  padding-right: 8px;
}
#choix-paiement {
  padding: 0;
  border: none;
}
.mode-paiement {
  float: left;
  width: 210px;
  padding: 5px;
  border: 2px solid #cccccc;
  margin: 0 8px 8px 0;
  position: relative;
  cursor: pointer;
}
.mode-paiement label img {
  max-width: 190px;
}
.mode-paiement label {
  text-align: center;
}
#contentCgv {
  display: none;
}
#form-cgv fieldset {
  border: none;
  margin-bottom: 1em;
}
#form-cgv fieldset#cgv {
  padding: 8px 8px 4px 8px;
}
#valid-pai {
  overflow: hidden;
}
#cgv {
  clear: none;
  float: right;
  width: 500px;
  text-align: right;
}
#cgv p {
  padding-top: 6px;
  font-size: 1.4em;
}
#cgv p strong {
  font-family: Georgia, Times, Garamond, serif;
  color: #00afe4;
}
#btn-paiement {
  margin-left: 30px;
  float: right;
}
#infocom {
  margin-bottom: 20px;
}
/* ---------------------------- Cnil, etc. ------------------------------ */
#PwdOk {
  margin-bottom: 1em;
}
#Cnil {
  clear: both;
  margin-top: 1em;
  color: #666;
}
#perdu {
  clear: both;
  float: right;
  margin-top: 1em;
  width: 33.8em;
}
/* -------------------------------------- Mon compte ------------------------------*/
#pass-oublie {
  margin-top: 1em;
  padding: 10px 0;
}
#pass-oublie * {
  vertical-align: middle;
}
#pass-oublie .textbox {
  width: 12em;
  margin-right: 4px;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// MODAL //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#simplemodal-container {
  background: #ffffff !important;
}
#simplemodal-container p,
#simplemodal-container li,
#simplemodal-container label,
#simplemodal-container address {
  color: #000000 !important;
}
#simplemodal-container a {
  color: #00afe4 !important;
}
#simplemodal-container #basicModal h4,
#simplemodal-container #basicModalCgv h4 {
  color: #000;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------// BANDEAUX FICHE //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#w_bandeau #pagepanier2 {
  border: none;
}
#w_bandeau #prod-nom,
#w_bandeau .price strong {
  color: #ffffff;
}
#w_bandeau .price del {
  color: #dddddd;
}
#w_dialog-message {
  overflow: hidden;
  padding-bottom: 10px;
}
#w_dialog-message #prix-fiche {
  font-size: 24px;
}
#w_dialog-message #prix-fiche strong {
  color: #f22c8e !important;
}
#w_dialog-message #w_pagepanier {
  clear: both;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------------// BLOG //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* ------------------------------ Billets du blog ---------------------------- */
.i-img {
  margin: 1em 0;
}
.i-leftimg {
  text-align: left;
}
.i-centerimg {
  text-align: center;
}
.i-rightimg {
  text-align: right;
}
.i-imgtxt {
  float: left;
  margin: 1em 3em 1em 0;
}
.i-txtimg {
  float: right;
  margin: 1em 0 1em 1em;
}
.billet {
  margin-bottom: 30px;
}
.billet img {
  border: 1px solid #dddddd;
}
.billet .block {
  clear: both;
}
.block .h1:first-child,
.block .h2:first-child,
.block .h3:first-child {
  margin-top: 0;
}
.block p,
.block ul,
.block ol {
  margin-bottom: 0.6em;
}
.infos-billet {
  padding-bottom: 4px;
  border-bottom: 1px solid #444444;
  margin-bottom: 1em;
}
.titre-billet {
  margin-bottom: 0.4em;
}
/* ------------------------------ Commentaires des billets du blog ---------------------------- */
.commentaires-billet {
  margin-top: 2em;
  padding-top: 7px;
  border-top: 1px solid #444444;
}
.nb-com {
  padding-left: 36px;
  background: url(../images/c-bulle-comments.png) no-repeat left top;
}
.msie6 .nb-com {
  background: url(../images/c-bulle-comments-ie6.png) no-repeat left top;
}
#zone-commentaires {
  margin-top: 1em;
  padding-top: 7px;
  border-top: 1px solid #444444;
}
#zone-commentaires .nb-com {
  margin-bottom: 2em;
}
#zone-commentaires ol {
  margin-left: 2em;
}
#zone-commentaires ol li {
  margin-bottom: 0.6em;
  padding: 6px;
  background: #f2f2f2;
}
#zone-commentaires ol li.alt {
  background: #dddddd;
}
#zone-commentaires ol li.admin {
  border: 1px dashed #00afe4;
  background: #b2e5ff;
}
#zone-commentaires ol li * {
  font-size: 1em;
}
#zone-add-com {
  margin-top: 2em;
}
.bloc-info {
  padding: 10px 0 10px 50px;
  margin: 1em 0 2em 0;
  background: url(../images/c-illustration-info.png) no-repeat left 1px;
}
.bloc-info div {
  border: 1px solid #2471a4;
  padding: 8px;
  background: #EFFAFF;
}
.bloc-info div p {
  color: #000000;
}
#div-img-raw {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
  z-index: -9999;
}
#div-img-raw img {
  visibility: hidden;
}
/* ----------------- Début Avis ----------------- */
.wizicss-commentaires .wizicss-prod-pres {
  width: 600px;
}
.wizicss-commentaires .wizicss-prod-pres h2 {
  width: 400px;
}
.wizicss-etoiles-bg,
.wizicss-etoiles-fg {
  background-image: url(../images/c-etoiles-rouges.png);
}
/*Confirmation de la commande*/
.wizicss-com-conf-titre {
  color: #00afe4;
  margin-top: 40px;
}
.wizicss-zone-btn-commande {
  padding-top: 20px;
}
.cont-bloc-lat-note {
  margin: 10px;
}
/* ----------------- Fin Avis ----------------- */
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.8;
  position: fixed;
  bottom: 50px;
  left: 0;
  display: none;
  text-indent: -9999px;
  background: url(../images/icon_top.png) no-repeat;
}
/*------------ vente flash ---------------*/
.range-h1 {
  margin-bottom: 6px;
}
.range-table {
  margin-bottom: 20px;
}
.range-th {
  background: #f22c8e ;
  color: #fff;
}
.range-td {
  background: #ecf6fd;
  color: #444444;
}
.flash-sale {
  position: absolute;
  top: 0;
  left: 0;
}
.flash-sale {
  width: 220px;
}
.flash-sale .flash-sale-h1 {
  font-size: 10px;
}
.flash-sale .countdown {
  width: 95px;
}
.flash-sale .flash-sale-h2 {
  display: none;
  font-size: 11px;
}
.flash-sale .dash .digit {
  font-size: 12px;
}
.flash-sale .dash .dash-ext {
  font-size: 12px;
}
#flash-sale {
  margin-bottom: 20px;
  width: 100%;
}
#flash-sale-h1 {
  font-size: 16px;
}
/*----------------- formulaire   ***************/
.w_form .field-ko .textbox,
.w_form .field-ko .date-input,
.w_form .field-ko textarea {
  background: #f6e6e6;
  border: 1px solid #a80e0e;
  color: #a80e0e;
}
.w_form .field-ko .date-input {
  background: #f6e6e6 url(/_t/_/images/images-sp1.png?2) no-repeat 63px -1183px;
}
.w_form .textbox:hover,
.w_form .textbox:focus,
.w_form .date-input:hover,
.w_form .date-input:focus,
.w_form textarea:hover,
.w_form textarea:focus {
  border-color: #db5449;
}
.success {
  color: #328b1a;
}
.success-group {
  background: #e7f5e4;
}
.success-group .success {
  color: #328b1a;
}
/*-------------- MISE AJOUR ALERT STOCK ------------------*/
.w_ajoutPanierKO #BtnAddCartSup {
  display: none !important;
}
#prod-add-cart {
  float: right;
  width: 260px;
  text-align: right;
}
#alert-btn {
  height: auto;
  width: 230px;
  text-transform: none;
}
#alert-btn span {
  background: #db5449;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #db3a2c), color-stop(1, #961d14));
  background-image: -moz-linear-gradient(center top, #db3a2c 0%, #961d14 100%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-color: #8f352d;
  color: #ffffff;
}
#alert-btn.btnT2 span {
  background: #7BD4FA;
  border-color: #40b4e5;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#alert-btn span span {
  padding: 2px 5px 4px 55px;
  line-height: 13px;
  height: auto;
  width: 140px;
  font-size: 12px;
  font-weight: normal;
  background: url(/_t/_/images/images-sp1.png) no-repeat 12px -236px;
}
#alert-modal .button {
  padding: 5px;
  width: auto;
  color: #fff;
  background: #40b4e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#alert-btn.btnT2 span span {
  background: url(/_t/_/images/images-sp1.png) no-repeat 12px -236px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// NOSTO //-------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.nosto-cart {
  margin-top: 30px;
}
