/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// RESET CSS //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
.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;
}
body {
  font: normal 62.5% Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  background: #e7e7e7 url(../images/bg-body-promo.jpg?3) no-repeat center 48px;
  color: #000000;
}
.page-accueil {
  background: #ddd;
}
/*.msie6, .msie7, .msie8 {
	background: #cccccc;
}*/
img {
  border: none;
}
a,
label,
button {
  cursor: pointer;
}
a {
  color: #a91d20;
}
a:hover,
a:focus {
  text-decoration: none;
}
p,
li,
label,
address,
td,
th {
  font-size: 12px;
  color: #000000;
}
label {
  color: #000000;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
}
ul {
  padding-left: 2em;
}
address {
  font-style: normal;
  margin: 0.6em 0;
}
input,
textarea,
select,
textarea,
button {
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, 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: #a91d20;
}
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: #62b8f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62b8f4), color-stop(100%, #479ad4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* IE10+ */
  background: linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* W3C */
  border: 1px solid #469ad5;
  color: #ffffff;
}
.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;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  border: 1px solid #d6d6d6;
  color: #212121;
}
.btnT3 span span {
  border: none;
  height: 22px;
  line-height: 21px;
  padding: 0 8px;
  font-size: 1.2em;
  background: #62b8f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62b8f4), color-stop(100%, #479ad4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* IE10+ */
  background: linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* W3C */
  color: #ffffff;
}
.btnT4 span {
  display: block;
  float: right;
  padding: 0;
  background: #62b8f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62b8f4), color-stop(100%, #479ad4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* IE10+ */
  background: linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* W3C */
  border: 1px solid #469ad5;
  color: #ffffff;
}
.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 #277fc3;
  color: #ffffff;
  background: none;
}
.msie6 .btnT4 span span span {
  background: none;
}
.btn-ajpan-fiche span {
  text-align: center;
  display: block;
  padding: 0 25px;
  /*	background: #e2343b; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #62b8f4 0%, #479ad4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62b8f4), color-stop(100%,#479ad4));
	background: -webkit-linear-gradient(top,  #62b8f4 0%,#479ad4 100%);
	background: -o-linear-gradient(top,  #62b8f4 0%,#479ad4 100%);
	background: -ms-linear-gradient(top,  #62b8f4 0%,#479ad4 100%);
	background: linear-gradient(top,  #62b8f4 0%,#479ad4 100%);   */
  border: none;
  color: #fff;
  -moz-border-radius: 6px 0px 0px 6px !important;
  -webkit-border-radius: 6px 0px 0px 6px !important;
  border-radius: 6px 0px 0px 6px !important;
}
.btn-ajpan-fiche span span {
  border: none;
  padding: 0;
  height: 28px;
  line-height: 28px;
  text-indent: 0;
  width: auto;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
}
.btn-ajpan-fiche span span span {
  float: none;
  display: inline;
  padding: 0 6px 0 0;
  border-right: 1px solid #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 6px;
  font-size: 1em;
  vertical-align: baseline;
}
#BtnAddCartSup span span span {
  background: none;
}
#btn-aller-pop span {
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  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: 12px;
}
.chzn-container .chzn-results .group-result {
  color: #000;
}
.chzn-container-single .chzn-single {
  font-size: 12px;
  color: #000;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// BLOCS //-------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.block p,
.block li,
.bloc address {
  margin-bottom: 6px;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITRES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.h1 {
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  border: 1px solid #d6d6d6;
  color: #212121;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.h1 strong {
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 16px 0;
  color: #a91d20;
}
.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: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 1.6em;
  margin: 1em 0;
  color: #a91d20;
}
.sous-titre-blocT1 {
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 1.4em;
  margin: 1em 0;
}
/* Titres des rubriques du processus de commande */
.titre-processus {
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #ffffff;
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  border: 1px solid #d6d6d6;
  color: #212121;
}
.titre-processus strong {
  display: block;
  padding: 6px 10px;
  text-transform: uppercase;
}
/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABLEAUX //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
table,
td,
th {
  border: none;
}
th {
  padding: 4px 8px;
  font-weight: normal;
  background: #666666;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #444444));
  background-image: -moz-linear-gradient(center 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: #c83f44;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c83f44), color-stop(100%, #c1272d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* IE10+ */
  background: linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* W3C */
  color: #ffffff;
}
.cadre-tableT2 {
  padding: 5px;
  background: #c83f44;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c83f44), color-stop(100%, #c1272d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* IE10+ */
  background: linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* W3C */
}
.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: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-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: #a91d20;
}
.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;
}
/* --------------------------- Listes des produits générales ----------------------------- */
.list-prod {
  clear: both;
  margin-bottom: 30px;
}
.list-tri {
  font-size: 11px;
  margin-bottom: 1em;
  font-family: Arial, Trebuchet MS, Geneva, Helvetica, 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: 26px;
}
.list-prod .prod {
  width: 210px;
  float: left;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  margin-right: 26px;
  background: #fff;
}
.msie6 .list-prod .prod {
  margin-right: 7px;
}
/*.list-prod .prod:hover, .list-prod .prod:focus {
	border-color: #e29a29;
}*/
.list-prod .ligne-prod .last {
  margin-right: 0;
}
.msie6 .list-prod .ligne-prod .last {
  margin-right: 0;
}
.list-prod .cont-prod {
  position: relative;
  padding: 5px;
}
.list-prod .haut-prod {
  /*text-align: center;  */
  padding: 10px;
  padding-top: 30px;
}
.list-prod .prod-livraison-gratuite .haut-prod {
  padding-bottom: 20px;
}
.list-prod a.photo {
  display: block;
  margin-bottom: 8px;
}
.list-prod a {
  text-decoration: none;
}
.list-prod .haut-prod .nom {
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 6px;
}
.list-prod .nom,
.list-prod .nom a {
  text-align: left;
  color: #1c1c1c;
}
.list-prod .brand {
  display: none;
}
.list-prod .brand a {
  font-size: 11px;
  display: block;
  text-transform: none;
  text-align: left;
  color: #2d2d2d;
}
.list-prod .prix {
  text-align: left;
  font-size: 1em;
}
.list-prod .prix a {
  color: #277fc3;
}
.list-prod .prix span {
  font-size: 1.1em;
  display: block;
  color: #2d2d2d;
}
.list-prod .prix strong {
  font-size: 1.8em;
  color: #277fc3;
  font-weight: normal;
}
.list-prod .prix a del {
  color: #666;
}
.list-prod .prix del {
  font-size: 1.1em;
}
.list-prod .bas-prod {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 100%;
  background: url(../images/c-prod-o.png) no-repeat center top;
  padding: 0;
  text-align: center;
  display: none;
}
.list-prod .c1-bas-prod {
  padding-top: 90px;
}
.list-prod .prod:hover .bas-prod,
.list-prod .prod:focus .bas-prod {
  display: block;
}
.list-prod .btn-ajpan span,
.list-prod .btn-voir-fiche span {
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
}
.firefox .list-prod .btn-ajpan {
  margin-left: -3px;
}
.list-prod .btn-ajpan span {
  background: url(../images/c-btn-ajpan-bord.png) repeat left top;
}
.list-prod .btn-ajpan span span {
  background: url(../images/c-btn-ajpan.png) repeat-x left top;
}
.list-prod .btn-voir-fiche {
  margin-bottom: 4px;
}
.list-prod .btn-voir-fiche span {
  background: url(../images/c-btn-voir-fiche-bord.png) repeat left top;
}
.list-prod .btn-voir-fiche span span {
  background: url(../images/c-btn-voir-fiche.png) repeat-x left top;
}
.list-prod .btn-ajpan span span,
.list-prod .btn-voir-fiche span span {
  color: #ffffff;
  display: block;
  padding: 0 10px;
  width: 140px;
  height: 25px;
  line-height: 24px;
  overflow: hidden;
  font-size: 1.2em;
  text-transform: uppercase;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.list-prod .prod .description,
.cross-sell .prod .description {
  display: none;
}
.etatPrix {
  color: #ffffff;
  font-size: 14px;
}
.promo,
.solde {
  padding: 4px 0 0 3px;
  height: 33px;
  width: 68px;
  background: url(../images/c-promo.png) no-repeat left top;
  color: #ffffff;
  font-weight: bold;
}
.etatPrix span {
  display: none;
}
.etatPrix strong {
  text-transform: none;
}
.list-prod .etatPrix {
  position: absolute;
  top: 0;
  left: 0;
}
.picto-livraison-gratuite {
  position: absolute;
  bottom: -12px;
  left: 0;
}
/* ---------------- Listes Cross Selling ----------------- */
.cross-sell .prod {
  /*margin-right: 19px;*/
}
.msie6 .cross-sell .prod {
  position: relative;
}
#cross-sell-pan .prod {
  margin-right: 17px;
}
#cross-sell-pan .last {
  margin-right: 0;
}
/* --------------------------------- 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;
  text-transform: uppercase;
  font-weight: normal;
}
#liste-tri {
  float: left;
}
#liste-tri .chzn-search {
  display: none;
}
#liste-tri strong,
.navig-page {
  padding-top: 6px;
}
/* ------------------------------------------- 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;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  border: 1px solid #d6d6d6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #212121;
}
.navig-page a.current,
.navig-page a:hover,
.navig-page a:focus {
  background: #62b8f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62b8f4), color-stop(100%, #479ad4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* IE10+ */
  background: linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* W3C */
  border-color: #469ad5;
  color: #fff;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// HEADER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#c2-header {
  width: 958px;
  height: 128px;
  /*overflow: hidden; */
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #f4f4f4 url(../images/h-header-bg-promo.png) no-repeat left top;
  border: 1px solid #d7d7d7;
  border-bottom: none;
}
#logo {
  font-size: 1em;
  margin-bottom: 0;
}
#logo a {
  display: block;
  text-decoration: none;
  padding: 1px;
  height: 126px;
  width: 460px;
  position: relative;
}
#logo a span {
  display: block;
}
#logo #nom-boutique {
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: bold;
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  color: #2b2b2b;
}
#logo #slogan {
  position: absolute;
  left: 120px;
  top: 76px;
  font-size: 13px;
  font-weight: normal;
  font-family: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
  color: #4d4d4d;
}
#logo #slogan em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
}
/* -------------- Compte / Panier ----------------- */
#compte-panier {
  position: absolute;
  right: 0;
  top: 0;
  width: 156px;
}
#mon-panier:hover,
#mon-panier:focus,
#mon-compte:hover,
#mon-compte:focus {
  background: url(../images/c-transparence-blanche.png) repeat left top;
}
#mon-panier a {
  display: block;
  padding: 20px 6px 0 61px;
  height: 57px;
  background: url(../images/h-panier-picto-promo.png) no-repeat 13px 19px;
  text-decoration: none;
  color: #000;
}
#mon-panier a strong {
  text-transform: uppercase;
  text-decoration: none;
}
#nb_prod {
  display: block;
  color: #e2343b;
  margin-bottom: 4px;
}
#mon-panier .voir-panier {
  display: inline-block;
  background: #e2343b;
  padding: 1px 4px;
  font-size: 10px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#mon-compte {
  font-size: 1.1em;
}
#mon-compte span {
  display: block;
  padding: 13px 6px 0 50px;
  height: 38px;
  background: url(../images/h-compte-picto.png) no-repeat 19px 17px;
}
#mon-compte a {
  color: #666666;
  display: block;
  text-decoration: none;
}
#mon-compte #lien-compte {
  text-transform: uppercase;
}
#mon-compte #lien-deconnexion {
  padding-left: 8px;
  background: url(../images/h-panier-puce.png) no-repeat left 3px;
}
.msie9 #mon-compte #lien-deconnexion {
  background-position: left 1px;
}
#svc-client {
  position: absolute;
  top: 13px;
  right: 198px;
}
/* -------------- Recherche ----------------- */
#form-recherche {
  position: absolute;
  right: 190px;
  top: 89px;
  padding: 0;
  background: none;
}
#form-recherche fieldset {
  position: relative;
  height: 23px;
  width: 252px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
}
#search {
  position: absolute;
  top: 0;
  left: 3px;
  padding: 0;
  height: 23px;
  width: 166px;
  line-height: 22px;
  font-size: 12px;
  border: none;
  background: none;
  color: #8d8d8d;
}
#search:hover,
#search:focus {
  color: #000000;
}
#btn-recherche {
  border: none;
  position: absolute;
  top: 2px;
  right: 2px;
}
.firefox #btn-recherche {
  top: 1px;
  right: -1px;
  background: none;
}
#btn-recherche span {
  display: block;
}
#btn-recherche span span {
  height: 17px;
  line-height: 16px;
  font-size: 12px;
  padding: 0 4px;
  background: #e3e3e3 url(../images/h-recherche-btn.png) repeat-x left top;
  color: #212121;
  border: 1px solid #d6d6d6;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------------// MENU //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#div-menu {
  margin: 0 auto 20px auto;
  background: url(../images/h-menu-bg.png) no-repeat left top;
  width: 960px;
  height: 52px;
  padding-top: 2px;
  position: relative;
  overflow: hidden;
}
.page-accueil #div-menu {
  margin: 0 auto;
}
ul#menu {
  overflow: hidden;
  list-style: none;
  list-style-image: none;
  padding-left: 0;
  border-left: none;
  border-right: none;
}
.msie6 #menu {
  width: 100%;
}
#menu li {
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  float: left;
  font-size: 1.2em;
}
#menu li a {
  float: left;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #303030;
  background: url(../images/h-menu-li-sep.png) repeat-y left top;
  padding-left: 2px;
}
#menu li.first a {
  background: none;
  padding-left: 0;
}
#menu li.first a {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
#menu li.first a span {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}
#menu li.last a {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
#menu li.last a span {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
#div-menu.first-over #menu li.first a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#div-menu.first-over #menu li.first a span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#div-menu.last-over #menu .ssm.last a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#div-menu.last-over #menu .ssm.last a span {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#menu li a span {
  float: left;
  display: block;
  height: 41px;
  width: 95px;
  line-height: 39px;
  padding: 0 5px;
  border-bottom: 2px solid #0074b9;
}
#menu li a span.double-ligne {
  line-height: 16px;
  height: 37px;
  padding: 4px 5px 0 4px;
}
#menu li#li19 a span {
  width: 96px;
}
.destockage-on #menu li a span {
  width: 84px;
}
.destockage-on #menu .cat-destockage a span {
  width: 84px;
  border-bottom: 2px solid #ec132b;
  background: #ec132b;
  color: #fff;
}
.destockage-on #menu .cat-destockage a:hover,
.destockage-on #menu .cat-destockage a:focus {
  background: none;
}
.destockage-on #menu .cat-destockage a:hover span,
.destockage-on #menu .cat-destockage a:focus span {
  background: #a91d20;
}
.destockage-on #menu #li69 a span {
  width: 78px;
}
.destockage-on #menu #li19 a span {
  width: 96px;
}
#menu li.cat-rouge a span {
  border-color: #ec132b;
}
#menu li.cat-verte a span {
  border-color: #1d7a36;
}
#menu li.cat-orange a span {
  border-color: #f0632f;
}
#menu li a:hover,
#menu li a:focus,
#menu li.current a,
#menu li.ssm a.over {
  background: #0074b9;
  color: #fff;
}
#menu li.cat-rouge a:hover,
#menu li.cat-rouge a:focus,
#menu li.cat-rouge.current a,
#menu li.cat-rouge.ssm a.over {
  background: #ec132b;
  color: #fff;
}
#menu li.cat-verte a:hover,
#menu li.cat-verte a:focus,
#menu li.cat-verte.current a,
#menu li.cat-verte.ssm a.over {
  background: #1d7a36;
  color: #fff;
}
#menu li.cat-orange a:hover,
#menu li.cat-orange a:focus,
#menu li.cat-orange.current a,
#menu li.cat-orange.ssm a.over {
  background: #f0632f;
  color: #fff;
}
#menu li a:hover span,
#menu li a:focus span,
#menu li.ssm a.over span {
  border: none;
  height: 50px;
}
#menu li a:hover span.double-ligne,
#menu li a:focus span.double-ligne,
#menu li.ssm a.over span.double-ligne {
  height: 46px;
}
#menu .li-lvl0 a:hover span,
#menu .li-lvl0 a:focus span,
#menu .li-lvl0 .over span {
  border: none !important;
  height: 43px !important;
}
#menu .li-lvl0 a:hover .double-ligne,
#menu .li-lvl0 a:focus .double-ligne,
#menu .li-lvl0 .over .double-ligne {
  height: 39px !important;
}
/* ----------------------- Sous menu ----------------------- */
#menu li ul,
#menu li div {
  display: none;
}
#menu li ul li {
  float: none;
  padding-top: 3px;
}
#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;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
#ssmenu div {
  padding: 10px 10px 10px 200px;
  min-height: 160px;
  border: 1px solid #0074b9;
  background-color: #ffffff;
  overflow: hidden;
}
#ssmenu div.cat-rouge {
  border-color: #ec132b;
}
#ssmenu div.cat-verte {
  border-color: #1d7a36;
}
#ssmenu div.cat-orange {
  border-color: #f0632f;
}
.ssm-h1 {
  margin-bottom: 6px;
}
.ssm-h1 a {
  display: block;
  padding: 4px 8px;
  color: #1c1c1c;
  background: #f0f0f0;
  text-transform: uppercase;
  text-decoration: none;
}
.ssm-h1 a:hover,
.ssm-h1 a:focus {
  color: #fff;
}
.cat-bleue .ssm-h1 a:hover,
.cat-bleue .ssm-h1 a:focus {
  background: #0074b9;
}
.cat-rouge .ssm-h1 a:hover,
.cat-rouge .ssm-h1 a:focus {
  background: #ec132b;
}
.cat-verte .ssm-h1 a:hover,
.cat-verte .ssm-h1 a:focus {
  background: #1d7a36;
}
.cat-orange .ssm-h1 a:hover,
.cat-orange .ssm-h1 a:focus {
  background: #f0632f;
}
#ssmenu ul,
.bloc-equipements ul {
  list-style: none;
  list-style-image: none;
  padding: 8px;
}
#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 ul li:first-child {
  background: none;
}
#ssmenu ul li a,
.bloc-equipements ul li a {
  display: block;
  float: none;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 4px 3px 21px;
  color: #000000;
  /*background: url(../images/h-ssm-puce.png) no-repeat 10px 7px;*/
}
#ssmenu ul li a#a6 {
  background: url(../images/pictos/h-rouge-taser.png) no-repeat top left;
}
#ssmenu ul li a#a3 {
  background: url(../images/pictos/h-rouge-gazeuse.png) no-repeat top left;
}
#ssmenu ul li a#a4 {
  background: url(../images/pictos/h-rouge-matraque.png) no-repeat top left;
}
#ssmenu ul li a#a14 {
  background: url(../images/pictos/h-rouge-tonfa.png) no-repeat top left;
}
#ssmenu ul li a#a63,
#ssmenu ul li a#a78 {
  background: url(../images/pictos/h-bleu-lunettes-balistiques.png) no-repeat top left;
}
#ssmenu ul li a#a17 {
  background: url(../images/pictos/h-rouge-poing-americain.png) no-repeat top left;
}
#ssmenu ul li a#a20 {
  background: url(../images/pictos/h-bleu-lampe-torche.png) no-repeat top left;
}
#ssmenu ul li a#a68 {
  background: url(../images/pictos/h-bleu-jumelles.png) no-repeat top left;
}
#ssmenu ul li a#a49,
#ssmenu ul li a#a39,
#ssmenu ul li a#a27 {
  background: url(../images/pictos/h-bleu-casquette.png) no-repeat top left;
}
#ssmenu ul li a#a24 {
  background: url(../images/pictos/h-bleu-gants.png) no-repeat top left;
}
#ssmenu ul li a#a9,
#ssmenu ul li a#a44,
#ssmenu ul li a#a53,
#ssmenu ul li a#a30,
#ssmenu ul li a#a22 {
  background: url(../images/pictos/h-bleu-pantalon.png) no-repeat top left;
}
#ssmenu ul li a#a8,
#ssmenu ul li a#a46,
#ssmenu ul li a#a55,
#ssmenu ul li a#a26 {
  background: url(../images/pictos/h-bleu-blouson.png) no-repeat top left;
}
#ssmenu ul li a#a15,
#ssmenu ul li a#a45,
#ssmenu ul li a#a32,
#ssmenu ul li a#a23 {
  background: url(../images/pictos/h-bleu-tee-shirt.png) no-repeat top left;
}
#ssmenu ul li a#a25,
#ssmenu ul li a#a48 {
  background: url(../images/pictos/h-bleu-chemise.png) no-repeat top left;
}
#ssmenu ul li a#a16,
#ssmenu ul li a#a54,
#ssmenu ul li a#a31 {
  background: url(../images/pictos/h-bleu-sweat-pull.png) no-repeat top left;
}
#ssmenu ul li a#a18 {
  background: url(../images/pictos/h-rouge-accessoire.png) no-repeat top left;
}
#ssmenu ul li a#a12,
#ssmenu ul li a#a52,
#ssmenu ul li a#a34,
#ssmenu ul li a#a38 {
  background: url(../images/pictos/h-bleu-accessoire.png) no-repeat top left;
}
#ssmenu ul li a#a60 {
  background: url(../images/pictos/h-vert-accessoire.png) no-repeat top left;
}
#ssmenu ul li a#a66,
#ssmenu ul li a#a35,
#ssmenu ul li a#a28 {
  background: url(../images/pictos/h-bleu-bagage.png) no-repeat top left;
}
#ssmenu ul li a#a37 {
  background: url(../images/pictos/h-bleu-sac.png) no-repeat top left;
}
#ssmenu ul li a#a36 {
  background: url(../images/pictos/h-bleu-porte-clef.png) no-repeat top left;
}
#ssmenu ul li a#a50,
#ssmenu ul li a#a47,
#ssmenu ul li a#a33,
#ssmenu ul li a#a85 {
  background: url(../images/pictos/h-bleu-ecusson.png) no-repeat top left;
}
#ssmenu ul li a#a13 {
  background: url(../images/pictos/h-rouge-alarme.png) no-repeat top left;
}
#ssmenu ul li a#a65 {
  background: url(../images/pictos/h-rouge-appareil-repulsif.png) no-repeat top left;
}
#ssmenu ul li a#a80 {
  background: url(../images/pictos/h-rouge-femme.png) no-repeat top left;
}
#ssmenu ul li a#a40 {
  background: url(../images/pictos/h-rouge-pack.png) no-repeat top left;
}
#ssmenu ul li a#a67 {
  background: url(../images/pictos/h-rouge-lots.png) no-repeat top left;
}
#ssmenu ul li a#a5 {
  background: url(../images/pictos/h-rouge-jet-protector.png) no-repeat top left;
}
#ssmenu ul li a#a87 {
  background: url(../images/pictos/h-equipement-airsoft.png) no-repeat top left;
}
#ssmenu ul li a#a88 {
  background: url(../images/pictos/h-bijoux-montres.png) no-repeat top left;
}
#ssmenu ul li a#a83 {
  background: url(../images/pictos/h-menottes.png) no-repeat top left;
}
#ssmenu ul li a#a84 {
  background: url(../images/pictos/h-radio.png) no-repeat top left;
}
#ssmenu ul li a#a82 {
  background: url(../images/pictos/h-bivouac.png) no-repeat top left;
}
#ssmenu ul li a#a92 {
  background: url(../images/pictos/h-parachute.png) no-repeat top left;
}
#ssmenu ul li a#a89 {
  background: url(../images/pictos/h-equip-sport-combat.png) no-repeat top left;
}
#ssmenu ul li a#a91 {
  background: url(../images/pictos/h-lunettes-protection.png) no-repeat top left;
}
#ssmenu ul li a#a90 {
  background: url(../images/pictos/h-arbalete.png) no-repeat top left;
}
#ssmenu ul li a#a81 {
  background: url(../images/pictos/h-gilet-balles-intervention.png) no-repeat top left;
}
#ssmenu ul li a#a86 {
  background: url(../images/pictos/h-gilet-balles-intervention.png) no-repeat top left;
}
#ssmenu ul li a#a57 {
  background: url(../images/pictos/h-vert-pistolet.png) no-repeat top left;
}
#ssmenu ul li a#a62 {
  background: url(../images/pictos/h-vert-lance-pierre.png) no-repeat top left;
}
#ssmenu ul li a#a58,
#ssmenu ul li a#a59,
#ssmenu ul li a#a61 {
  background: url(../images/pictos/h-vert-pistolet.png) no-repeat top left;
}
#ssmenu ul li a#a70 {
  background: url(../images/pictos/h-orange-couteau.png) no-repeat top left;
}
#ssmenu ul li a#a71 {
  background: url(../images/pictos/h-orange-pince-multifonction.png) no-repeat top left;
}
#ssmenu ul li a#a41 {
  background: url(../images/pictos/h-bleu-chaussures.png) no-repeat top left;
}
#ssmenu ul li a#a79,
#ssmenu ul li a#a43 {
  background: url(../images/pictos/h-bleu-holster.png) no-repeat top left;
}
#ssmenu ul li a#a64 {
  background: url(../images/pictos/h-bleu-accessoire-maitre-chien.png) no-repeat top left;
}
#ssmenu ul li a:hover,
#ssmenu ul li a:focus,
#ssmenu ul li.current2 a {
  background-position: left -100px !important;
  color: #c1272d;
}
#ssmenu ul li a:hover,
#ssmenu ul li a:focus,
#ssmenu ul li.current2 a {
  background-position: left -100px !important;
  color: #c1272d;
}
#ssmenu .cat-rouge ul li a:hover,
#ssmenu .cat-rouge ul li a:focus,
#ssmenu .cat-rouge ul li.current2 a {
  color: #ec132b;
}
#ssmenu .cat-bleue ul li a:hover,
#ssmenu .cat-bleue ul li a:focus,
#ssmenu .cat-bleue ul li.current2 a {
  color: #0074b9;
}
#ssmenu .cat-verte ul li a:hover,
#ssmenu .cat-verte ul li a:focus,
#ssmenu .cat-verte ul li.current2 a {
  color: #1d7a36;
}
#ssmenu .cat-orange ul li a:hover,
#ssmenu .cat-orange ul li a:focus,
#ssmenu .cat-orange ul li.current2 a {
  color: #f0632f;
}
.bloc-equipements ul li a:hover,
.bloc-equipements ul li a:focus,
.bloc-equipements ul li.current2 a {
  color: #c1272d;
}
.pub {
  clear: both;
  padding: 5px 0 20px 0;
  text-align: center;
}
/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// FOOTER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#footer {
  clear: both;
  -webkit-box-shadow: 0px 0px 6px 0px #777;
  -moz-box-shadow: 0px 0px 6px 0px #777;
  box-shadow: 0px 0px 6px 0px #777;
  background: #ededed url(../images/f-footer-bg.png) repeat-x left top;
}
.annonce_footer {
  background-color: #fff;
  padding: 15px 15px 5px;
}
/* ----------------- Bas footer ---------------- */
#c2-footer-b {
  width: 960px;
  margin: 0 auto;
  padding: 11px 0 14px 0;
  background: url(../images/f-illust-footer.png) no-repeat right -28px;
  position: relative;
}
.bloc-foot {
  float: left;
  margin-right: 30px;
  padding: 0 30px 0 0;
  width: 165px;
  background: url(../images/f-bloc-sep.png) repeat-y right top;
}
.c1-bloc-foot {
  min-height: 140px;
}
.titre-foot {
  font-size: 1.4em;
  padding: 8px 0 10px 0;
  text-transform: uppercase;
  color: #373737;
}
/* Menus du footer, contenant les menus principaux, secondaires, les derniers articles ou commentaires du blog */
.menu-foot {
  list-style: none;
  list-style-image: none;
  padding-left: 0;
}
.menu-foot li {
  font-size: 1.2em;
}
.menu-foot li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-decoration: none;
  color: #4d4d4d;
}
.menu-foot li a:hover,
.menu-foot li a:focus,
.menu-foot li.current {
  color: #000;
}
#bloc-partage-foot {
  float: right;
  width: 255px;
  padding: 0;
  background: none;
}
#facebook-foot,
#twitter-foot {
  margin-bottom: 10px;
}
#facebook-foot {
  float: left;
}
#twitter-foot {
  float: right;
}
#texte-partage-foot {
  clear: both;
  font-size: 10px;
  color: #fff;
}
/* ------------------------- Formulaire Newsletter ---------------------*/
#form-newsletter {
  clear: both;
  padding: 0;
  width: 255px;
}
#titre-newsletter {
  text-transform: uppercase;
  color: #bd2a30;
  font-size: 12px;
  padding-top: 8px;
  margin-bottom: 8px;
}
#form-newsletter fieldset {
  border: none;
}
#form-newsletter fieldset p {
  color: #4d4d4d;
  padding-right: 21px;
  margin-bottom: 8px;
}
#form-newsletter div {
  margin: 6px 0 20px 0;
  position: relative;
  height: 25px;
  width: 255px;
  background: #fff;
  -moz-box-shadow: inset 2px 2px 4px #ccc;
  -webkit-box-shadow: inset 2px 2px 4px #ccc;
  box-shadow: inset 2px 2px 4px #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#Newsletter {
  position: absolute;
  top: 0;
  left: 3px;
  height: 21px;
  width: 150px;
  line-height: 21px;
  padding: 2px 3px;
  font-size: 1.2em;
  background: none;
  border: none;
  color: #666;
}
#Newsletter:hover,
#Newsletter:focus {
  color: #000000;
}
#btn-newsletter {
  border: none;
  background: none;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 1em;
}
.msie6 #btn-newsletter,
.msie7 #btn-newsletter {
  width: 90px;
}
.firefox #btn-newsletter {
  top: 2px;
  right: 0px;
  background: none;
}
#btn-newsletter span {
  display: block;
  border: 1px solid #bd2a30;
  background: #bd2a30;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#btn-newsletter span span {
  height: 17px;
  line-height: 17px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 6px;
  background: #c83f44;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c83f44), color-stop(100%, #c1272d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* IE10+ */
  background: linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* W3C */
  border: none;
  color: #ffffff;
}
#nos-partenaires {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 60px;
  background: url(../images/f-paiement.png?3) no-repeat center bottom;
}
/*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 //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* ----------------------- Gauche ------------------------- */
#barre-laterale-g {
  float: left;
  width: 210px;
  padding: 0 0 0 15px;
}
.bloc-lat {
  margin-bottom: 20px;
}
/* Menus des blocs de la barre latérale, contenant le menu principal */
.titre-bloc-lat {
  font-size: 1.4em;
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(top, #333333 0%, #1e1e1e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #1e1e1e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #333333 0%, #1e1e1e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #333333 0%, #1e1e1e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #333333 0%, #1e1e1e 100%);
  /* IE10+ */
  background: linear-gradient(top, #333333 0%, #1e1e1e 100%);
  /* W3C */
  border: 1px solid #1e1e1e;
  color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.titre-bloc-lat strong {
  display: block;
  padding: 10px;
  text-transform: uppercase;
}
.titre-bloc-lat a {
  text-decoration: none;
  color: #ffffff;
}
.titre-bloc-lat a:hover,
.titre-bloc-lat a:focus {
  text-decoration: underline;
}
#barre-laterale-g .bloc-lat .Ttxt {
  padding: 6px 0 0 0;
}
.bloc-lat .Iimg {
  padding: 6px 0 0 0;
}
.bloc-lat .block .Iimg {
  overflow: hidden;
  width: 210px;
}
.menu-lat {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.menu-lat li {
  font-size: 1.2em;
}
.menu-lat li a {
  display: block;
  padding: 0 0 0 10px;
  background: url(../images/h-ssm-puce.png) no-repeat left 8px;
  text-decoration: none;
  color: #000;
}
.menu-lat li a:hover,
.menu-lat li a:focus,
.menu-lat li.current a {
  color: #a91d20;
}
.menu-lat li a span {
  display: block;
  padding: 4px 0 5px 0;
}
.menu-lat li ul li {
  border-bottom: none;
  font-size: 0.9em;
}
/* ------------------------- Flux RSS ---------------------*/
#rss-blog {
  padding: 0;
}
#rss-blog a {
  display: block;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
}
.picto-rss {
  display: block;
  background: #a91d20 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: #a91d20;
}
/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// 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: #666666;
}
#c1-panier-pop {
  border: 2px solid #666666;
  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: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 1.4em;
}
#total-panier-pop a {
  text-decoration: none;
  color: #000000;
}
#total-panier-pop a span {
  font-weight: bold;
  color: #a91d20;
}
#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: #666666;
}
#c1-compte-pop {
  border: 2px solid #666666;
  padding: 6px;
  background: #ffffff;
}
#compte-pop ul li {
  font-size: 11px;
  margin-bottom: 10px;
  color: #a91d20;
}
#compte-pop ul li a {
  text-decoration: none;
  color: #a91d20;
}
#compte-pop ul li a strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #a91d20;
}
.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 {
  width: 958px;
  margin: 0 auto;
  padding: 0 0 15px 0;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#contenu {
  float: right;
  width: 688px;
  padding: 0 15px 0 0;
}
#contenu.no-column,
.msie6 .no-column {
  float: none !important;
  width: 928px !important;
  padding: 0 15px !important;
}
/* ---------------------- Eléments de réassurances ----------------------- */
#reassurance {
  position: relative;
  height: 51px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  background: #f2f2f2 url(../images/c-rea-bg.png) no-repeat center top;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#titre-rea {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  padding-right: 30px;
  background: url(../images/c-rea-puce.png) no-repeat right center;
}
#titre-rea strong {
  display: block;
  font-size: 16px;
  color: #bd2930;
}
#reassurance ul {
  list-style: none;
  padding: 0;
}
#reassurance li {
  position: absolute;
  top: 0;
  padding-right: 2px;
  background: url(../images/c-rea-sep.png) no-repeat right center;
}
#reassurance #rea-paiement {
  left: 170px;
}
#reassurance #rea-livraison {
  left: 350px;
}
#reassurance #rea-stock {
  left: 552px;
}
#reassurance #rea-satisfait {
  left: 750px;
  background: none;
}
#reassurance li a {
  display: block;
}
#reassurance li a:hover,
#reassurance li a:focus {
  background: url(../images/c-transparence-blanche.png) repeat left top;
}
#rea-satisfait a {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
#reassurance li a span {
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  height: 51px;
}
#rea-paiement a span {
  width: 179px;
  background: url(../images/c-rea-paiement.png) no-repeat center 14px;
}
#rea-livraison a span {
  width: 200px;
  background: url(../images/c-rea-livraison.png) no-repeat center 15px;
}
#rea-stock a span {
  width: 197px;
  background: url(../images/c-rea-stock.png) no-repeat center 11px;
}
#rea-satisfait a span {
  width: 208px;
  background: url(../images/c-rea-satisfait.png) no-repeat center 17px;
}
.banniere-pub {
  margin: 0 auto 20px auto;
  width: 928px;
}
/* ---------------------------- Fil d'ariane -------------------------- */
#fil-ariane {
  padding: 0 15px 8px 15px;
  color: #424448;
}
#fil-ariane,
#fil-ariane * {
  vertical-align: middle;
}
#fil-ariane a {
  color: #424448;
}
#fil-ariane span {
  color: #a91d20;
  text-transform: uppercase;
}
#retour {
  margin-right: 30px;
  text-decoration: none;
}
/* ---------------------------------------------- Accueil -------------------------------------------- */
#titre-accueil {
  font-size: 1.2em;
  margin-bottom: 1em;
}
/* ------------------------- Slider ------------------------- */
.bg-slider {
  display: none;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-slider {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bg-slider-0 {
  background: #171717;
}
#bg-slider-1 {
  background: #faf9f9;
}
#bg-slider-2 {
  background: #f4f4f4;
}
#bg-slider-3 {
  background: #f4f4f4;
}
#bg-slider-4 {
  background: #f4f4f4;
}
#bg-slider-5 {
  background: #ffffff;
}
#bandeau-soldes {
  margin-left: -61px;
}
#bg-slider-0 .img-slider {
  background: url(/_t/6755/images/bg-slider-06.jpg) no-repeat center top;
}
#bg-slider-1 .img-slider {
  background: url(/_t/6755/images/bg-slider-05.jpg) no-repeat center top;
}
#bg-slider-2 .img-slider {
  background: url(/_t/6755/images/bg-slider-03.jpg?2) no-repeat center top;
}
#bg-slider-3 .img-slider {
  background: url(/_t/6755/images/bg-slider-03.jpg?2) no-repeat center top;
}
#bg-slider-4 .img-slider {
  background: url(/_t/6755/images/bg-slider-03.jpg?2) no-repeat center top;
}
#bg-slider-5 .img-slider {
  background: url(/_t/6755/images/bg-slider-01.jpg?4) no-repeat center top;
}
#slider {
  height: 320px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#slide {
  display: block;
  height: 320px;
  width: 960px;
  text-decoration: none;
}
#slider ul {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0;
  list-style: none;
  width: 960px;
  font-size: 0;
  text-align: center;
}
#slider li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  margin: 0 5px;
}
#slider li a {
  display: block;
  width: 15px;
  height: 13px;
  background: url(../images/h-slider-li.png?2) no-repeat center top;
}
#slider li a.current,
#slider li a:hover,
#slider li a:focus {
  background-position: center bottom;
}
#slider li a img {
  display: none;
}
#slider .btn-slider {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 127px;
  width: 20px;
  height: 66px;
  text-indent: -9000px;
}
#slider:hover .btn-slider,
#slider:focus .btn-slider {
  display: block;
}
#slider .prev-slide {
  left: 0;
  background: url(../images/h-slider-prev.png?2) no-repeat center top;
}
#slider .next-slide {
  right: 0;
  background: url(../images/h-slider-next.png?2) no-repeat center top;
}
#slider .btn-slider:hover,
#slider .btn-slider:focus {
  background-position: center bottom;
}
/* ------------------ Liste sélections -------------------- */
.bloc-acc {
  float: left;
  margin: 10px 0 20px 24px;
}
#bloc-acc-6 {
  margin-left: 0;
}
/* ------------------ Liste sélections -------------------- */
#liste-selections {
  height: 30px;
  width: 928px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#liste-selections li {
  float: left;
  margin-right: 20px;
}
#liste-selections #li-sel-nouveautes {
  margin-right: 0;
}
#liste-selections li a {
  float: left;
  display: block;
  color: #bd2a30;
  background: #efefef url(../images/c-onglet2.png) repeat-x left top;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  width: 274px;
  padding: 0 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 3px #666;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}
#liste-selections li a.current,
#liste-selections li a:hover,
#liste-selections li a:focus {
  background-color: #bd2a30;
  background-position: left bottom;
  font-weight: normal;
  border-color: #8a060b;
  color: #fff;
}
/* ------------------------------ 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;
}
.bloc-equipements {
  float: right;
  padding: 10px 10px 10px 170px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  width: 270px;
}
.bloc-equipements-g {
  clear: both;
  float: left;
}
.bloc-equipements:hover,
.bloc-equipements:focus {
  border-color: #bbb;
}
.bloc-equipements .ssm-h1 a:hover,
.bloc-equipements .ssm-h1 a:focus {
  background: #0074b9;
  color: #fff;
}
.bloc-equipements .cat-rouge a:hover,
.bloc-equipements .cat-rouge a:focus,
.bloc-equipements .cat-rouge.current a,
.bloc-equipements .cat-rouge.ssm a.over {
  background: #ec132b;
  color: #fff;
}
.bloc-equipements .cat-verte a:hover,
.bloc-equipements .cat-verte a:focus,
.bloc-equipements .cat-verte.current a,
.bloc-equipements .cat-verte.ssm a.over {
  background: #1d7a36;
  color: #fff;
}
.bloc-equipements .cat-orange a:hover,
.bloc-equipements .cat-orange a:focus,
.bloc-equipements .cat-orange.current a,
.bloc-equipements .cat-orange.ssm a.over {
  background: #f0632f;
  color: #fff;
}
/* --------------------------------------- Fiche -------------------------------------- */
#titre-fiche {
  font-size: 24px;
  text-transform: uppercase;
  color: #212121;
  font-weight: bold;
}
.brand a {
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  color: #868686;
}
.brand a:hover,
.brand a:focus {
  text-decoration: underline;
}
#zone-achat {
  position: relative;
  float: right;
  width: 555px;
}
#zone-achat-g {
  float: left;
  width: 555px;
}
#description-courte {
  margin-bottom: 16px;
}
#description.avec-logo {
  padding-left: 80px;
}
.logo-securite {
  background: url(../images/logo-securite-privee.jpg) no-repeat left top;
}
.logo-police-nationale {
  background: url(../images/logo-securite-privee.jpg) no-repeat left top;
}
.logo-police-municipale {
  background: url(../images/logo-police-municipale.jpg) no-repeat left top;
}
.logo-gendarmerie {
  background: url(../images/logo-gendarmerie.jpg) no-repeat left top;
}
.logo-armee-terre {
  background: url(../images/logo-armee-terre.jpg) no-repeat left top;
}
.logo-sapeurs {
  background: url(../images/logo-sapeurs-pompiers.jpg) no-repeat left top;
}
#description p,
#caracteristiques p {
  color: #424448;
}
.prod-titre-desc-strong {
  padding-right: 12px;
  background: #ffffff;
  font-weight: 700;
  font-size: 15px !important;
}
.prod-icon-des {
  background: url('../images/icon-prod-description.jpg') no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  padding-right: 10px;
  *display: inline;
  *zoom: 1;
}
.prod-icon-car {
  background: url('../images/icon-prod-caracteristique.jpg') no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  padding-right: 10px;
  *display: inline;
  *zoom: 1;
}
.prod-icon-avis {
  background: url('../images/c-bulle-comments3.jpg') no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 5px;
  *display: inline;
  *zoom: 1;
}
.section-target {
  display: none;
}
#description .titre-desc,
#caracteristiques .titre-desc,
#prod-com .titre-desc {
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 14px;
  background: url(../images/trait-prod.jpg) repeat-x left bottom;
  text-transform: uppercase;
}
#description,
#description * {
  font-size: 14px;
}
.prod-indisponible {
  margin: 0.4em 0 0 0;
  font-size: 1.8em;
  font-weight: bold;
}
#zone-achat-d,
#avis-boutique-fiche {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#avis-boutique-fiche {
  clear: right;
  font-size: 14px;
}
#avis-boutique-fiche a {
  display: block;
  padding: 0px 8px 8px 36px;
  background: url(../images/c-bulle-comments3.jpg) no-repeat 8px 0px;
  color: #537299;
  text-decoration: none;
}
/* --------------------------------------- Variations -------------------------------------- */
#variations,
#Personnalisation {
  padding-top: 12px;
  margin-bottom: 20px;
}
.bloc-variations,
.bloc-personnalisation {
  clear: both;
  margin-bottom: 1em;
}
.bloc-variations p,
.bloc-personnalisation p,
.bloc-variations label,
.bloc-personnalisation label {
  font-size: 14px;
}
.bloc-variations .titre-variation,
.titre-personnalisation {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 6px;
  color: #2A2A2A;
}
.variationRadio .thickbox,
#variations .thickbox,
#variations .lightbox {
  float: left;
  margin: 0 0.4em 1em 0;
}
#variations .comboBox {
  width: auto !important;
}
#variations select {
  width: 350px;
}
#variations .photo-variation {
  float: left;
  margin-right: 0.6em;
}
#variations .quantite-choix {
  float: left;
}
#variations img {
  border: 1px solid #e6e6e6;
}
.variationQuantiteRadio {
  display: block;
  padding-top: 0.4em;
}
.variationRadio {
  clear: both;
  margin-bottom: 0.6em;
  padding: 6px;
  overflow: hidden;
  background: #e7e7e7;
}
.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: 16px;
  font-style: italic;
  margin: 0.4em 0;
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  color: #857367;
}
#variations .qte-combo {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
#zone-achat .chzn-search {
  display: none;
}
/* Variation de couleurs */
.choix-couleur {
  margin-bottom: 14px;
}
.choix-couleur .titre-variation {
  margin-bottom: 6px;
}
.choix-couleur .variationOption {
  padding: 0;
  list-style: none;
}
.choix-couleur .variationRadio {
  clear: none;
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 6px 8px 0;
  background: none;
}
.choix-couleur .variationRadio label {
  clear: none;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 85px;
  width: 52px;
  margin: 0;
  background: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.choix-couleur .variationRadio label:hover,
.choix-couleur .variationRadio label:focus,
.choix-couleur .variationRadio label.current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.choix-couleur .variationRadio .texte-variation {
  display: none;
}
#variations .choix-couleur img {
  width: 50px;
  max-height: 75px;
  margin-bottom: 3px;
}
.couleur-variation {
  display: block;
  width: 52px;
  height: 5px;
}
/* Variation de tailles */
.choix-taille {
  margin-bottom: 14px;
}
.choix-taille .titre-variation {
  margin-bottom: 6px;
}
.choix-taille .variationOption {
  float: left;
  padding: 0;
  list-style: none;
}
.choix-taille .variationRadio {
  clear: none;
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 8px 8px 0;
  background: none;
}
.choix-taille .variationRadio label {
  clear: none;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 23px;
  width: 23px;
  line-height: 23px;
  background: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
  text-align: center;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.choix-taille .variationRadio label:hover,
.choix-taille .variationRadio label:focus,
.choix-taille .variationRadio label.current {
  border-color: #8d1f23;
  background: #bd2a30;
  color: #fff;
}
.choix-taille .variationRadio input,
.choix-taille .variationRadio span {
  display: none;
}
/* Stock */
.leStock {
  padding: 5px 0 5px 26px;
  height: 21px;
  position: relative;
  display: inline-block;
}
.stock-no-taille {
  margin-bottom: 14px;
  display: block;
}
.StockOK {
  background: url(../images/c-stock-on-ie6.png) no-repeat left 1px;
  color: #33a01a;
}
.StockKO {
  background: url(../images/c-stock-off-ie6.png) no-repeat left 1px;
  color: #ea292e;
}
.stock-var {
  display: none;
}
hr {
  height: 2px;
  margin: -0.5em 0;
  margin-bottom: 5px;
  padding: 0;
  color: #ededed;
  background-color: #ededed;
  border: 0;
}
/*
.stock-normal {
	margin-top: 12px;
}*/
#stock {
  text-align: left;
  padding-top: 10px;
  height: 20px;
  font-size: 14px;
}
.info-fidelite {
  position: absolute;
  height: 57px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  z-index: 2;
  right: -4px;
  top: 9px;
  background: url(../images/fidelite.png) no-repeat;
  width: 175px;
  font-style: italic;
  white-space: normal;
  vertical-align: top;
}
.list-prod .stock {
  text-align: left;
  margin-bottom: 4px;
}
.list-prod .stock span {
  padding: 0 0 0 16px;
  position: relative;
  display: inline-block;
  background: url(../images/c-stock-ok2.png) no-repeat left 1px;
  color: #33a01a;
}
.list-prod .stock-ko span {
  padding: 0 0 0 16px;
  position: relative;
  display: inline-block;
  background: url(../images/c-stock-ko2.png) no-repeat left 1px;
  color: #ea292e;
}
.texte-livraison {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.etoile-livraison {
  margin-top: 10px;
  font-size: 11px;
  margin-bottom: 20px;
}
/* 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: 472px;
}
.bloc-personnalisation textarea {
  max-width: 472px;
}
.dateForm {
  width: 80px;
  padding-right: 22px;
  background: #ffffff url(/_t/_/img/picto-calendrier.png) no-repeat right 1px;
}
.bloc-personnalisation .dateForm {
  width: 80px;
}
/* --------------------- Zone-achat-d -------------------- */
#bloc-achat {
  border-top: 1px solid #fff;
  padding: 10px 10px 0 0px;
}
/* --------------------- Prix -------------------- */
#prix-fiche {
  margin-right: 30px;
  padding: 0 0 10px 0;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
}
#prix-fiche .prix-barre {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
}
#prix-fiche .prix {
  display: block;
  padding: 10px 0px 10px 0;
  font-size: 33px;
  color: #277fc3;
  font-weight: bold;
}
#PrixPromo,
.promoPhrasePourc {
  font-size: 14px;
}
.promoPhrasePourc {
  padding-top: 10px;
}
#prod-quantity {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  position: relative;
  margin-right: 20px;
  padding-right: 14px;
  border: none;
}
#prod-quantity-h1 {
  display: block;
  margin: 0 0 3px 0;
  font-size: 14px;
}
#quantite {
  width: 30px;
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#prod-more,
#prod-less {
  display: block;
  position: absolute;
  left: 42px;
  width: 13px;
  height: 13px;
  background: #303030;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#prod-more .icon,
#prod-less .icon {
  display: block;
  position: absolute;
  left: 2px;
  top: -4px;
  line-height: normal;
  font-size: 16px;
  color: #ffffff;
}
#prod-more {
  bottom: 17px;
}
#prod-more .icon {
  font-weight: 700;
}
#prod-less {
  bottom: 0;
}
#prod-less .icon {
  left: 4px;
  top: -6px;
  font-size: 18px;
}
#bloc-achat .p-ajpan {
  vertical-align: top;
  text-align: left;
  z-index: 999;
  padding: 12px 0 10px 7px;
}
/* Zone photo */
#zone-photo {
  width: 352px;
  float: left;
  position: relative;
}
#principale {
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
#principale img {
  max-width: 350px;
  max-height: 400px;
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}
#principale a {
  display: block;
  border: 1px solid #ededed;
}
#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;
}
#miniatures {
  position: relative;
  width: 350px;
}
#miniatures a {
  margin-left: 4px;
}
#miniatures a.first {
  margin-left: 0;
}
#miniatures a img {
  border: 1px solid #f1f1f1;
}
.etatPrixFiche {
  position: absolute;
  top: 0;
  left: 0;
}
/* ---------------- Partage ---------------- */
#partage {
  clear: both;
  /*margin-top: 30px; */
  background: #f4f4f4;
  padding: 12px 20px;
}
.wizicss-partage-email-btn {
  display: block;
  float: left;
  text-decoration: none;
}
.wizicss-partage-email-btn span {
  display: block;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #e7e7e7 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e7e7e7));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wizicss-partage-email-btn:hover span,
.wizicss-partage-email-btn:focus span {
  background: #fff;
}
.wizicss-partage-email-btn span span {
  height: 18px;
  line-height: 18px;
  padding: 0 5px 0 26px;
  /*padding: 0;
	width: 28px;
	overflow: hidden;
	text-indent: -9000px;*/
  font-size: 1.1em;
  border: 1px solid;
  color: #666;
  border-color: #d7d6de;
  background: url(../images/c-picto-partage-mail.png) no-repeat 3px 3px;
}
.msie .wizicss-partage-email-btn span span {
  height: 19px;
  background: url(../images/c-picto-partage-mail.png) no-repeat 3px 4px;
}
.wizicss-partage-email-btn:hover span span,
.wizicss-partage-email-btn:focus span span {
  background: url(../images/c-picto-partage-mail.png) no-repeat 3px 3px;
  border-color: #aaa;
}
.wizicss-partage-facebook-btn,
.wizicss-partage-twitter-btn,
.wizicss-partage-google-btn,
.wizicss-partage-pinterest-btn {
  float: left;
  overflow: hidden;
  margin-left: 10px;
}
.wizicss-partage-facebook-btn {
  width: 104px;
}
.wizicss-partage-twitter-btn {
  width: 110px;
}
.wizicss-partage-google-btn {
  width: 74px;
}
.wizicss-partage-pinterest-btn {
  width: 84px;
}
.mgb-4px {
  margin-bottom: 4px;
}
/* Formulaire de partage en popup */
.wizicss-partage-form {
  display: none;
}
.wizicss-partage-form fieldset {
  border: none;
}
.wizicss-erreurs-liste {
  margin-bottom: 2em;
}
.wizicss-erreur {
  color: #c73030;
}
.wizicss-succes {
  color: #00a153;
  margin-bottom: 2em;
}
.wizicss-partage-form-txt {
  margin-bottom: 1em;
}
.wizicss-partage-form-sombre .wizicss-partage-form-txt {
  color: #fff;
}
.wizicss-partage-form .wizicss-regroupement {
  margin-bottom: 6px;
  text-align: right;
  vertical-align: top;
}
.wizicss-partage-form .wizicss-regroupement * {
  vertical-align: top;
}
.wizicss-partage-form label {
  display: inline-block;
  width: 200px;
  margin-right: 6px;
  padding-top: 6px;
  text-align: right;
  font-size: 1.2em;
}
.msie-old .wizicss-partage-form label {
  display: inline;
  zoom: 1;
}
.wizicss-partage-form .wizicss-label-chk {
  width: 274px;
  margin: 0 0 0 6px;
  padding-top: 0;
  text-align: left;
}
.wizicss-regroupement-chk,
.wizicss-regroupement-chk * {
  vertical-align: top;
}
.wizicss-partage-form .wizicss-checkbox {
  width: auto;
}
.wizicss-partage-form-sombre label {
  color: #fff;
}
.wizicss-partage-form .wizicss-textbox,
.wizicss-partage-form .wizicss-textarea {
  display: inline-block;
  width: 266px;
  font-size: 1.2em;
}
.msie-old .wizicss-partage-form .wizicss-textbox,
.msie-old .wizicss-partage-form .wizicss-textarea {
  display: inline;
  zoom: 1;
}
.wizicss-zone-btn {
  text-align: right;
}
.wizicss-zone-btn .wizicss-button {
  display: inline-block;
}
.msie-old .wizicss-zone-btn .wizicss-button {
  display: inline-block;
}
.wizicss-btnT1 span {
  background: #222222;
  background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #444444 0%, #222222 100%);
  background: -o-linear-gradient(top, #444444 0%, #222222 100%);
  background: -ms-linear-gradient(top, #444444 0%, #222222 100%);
  background: linear-gradient(top, #444444 0%, #222222 100%);
  border-color: #222222;
  color: #fff;
}
.wizicss-partage-form-sombre .wizicss-btnT1 span {
  border-color: #aaaaaa;
}
.wizicss-btnT2 span {
  background: #dcdcdc;
  background: -moz-linear-gradient(top, #ffffff 0%, #9f9fa6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #9f9fa6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #9f9fa6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #9f9fa6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #9f9fa6 100%);
  background: linear-gradient(top, #ffffff 0%, #9f9fa6 100%);
  border-color: #d8e4e6;
  color: #3b3a3b;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Note générale du produit */
#zone-achat .wizicss-zone-note {
  padding: 10px 10px 10px 0px;
}
#partage-avis .wizicss-zone-note p {
  margin-bottom: 6px;
  color: #424448;
}
#partage-avis .wizicss-ecrire-avis {
  font-weight: normal;
  font-size: 11px;
}
.wizicss-ecrire {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}
.wizicss-ecrire-avis {
  padding: 0px 8px 8px 36px;
  background: url(../images/c-edit.jpg) no-repeat 8px 0px;
  color: #537299;
  text-decoration: none;
}
#zone-achat .wizicss-zone-note p a {
  display: inline-block;
  text-decoration: none;
}
#zone-achat .wizicss-zone-note p a:hover,
.wizicss-zone-note p a:focus {
  text-decoration: none;
}
/* --------- Suite des infos (description, caractéristiques, cross-selling --------- */
#liste-infos {
  clear: both;
  overflow: hidden;
  float: left;
  width: 928px;
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.msie6 #liste-infos,
.msie7 #liste-infos {
  float: left;
  position: relative;
}
#liste-infos li {
  float: left;
  margin: 0 12px 0 0;
}
#liste-infos li {
  float: left;
  margin-right: 20px;
}
#liste-infos #li-commentaires {
  margin-right: 0;
}
#liste-infos li a {
  float: left;
  display: block;
  color: #ababab;
  background: #efefef url(../images/c-onglet.png) repeat-x left top;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  height: 23px;
  line-height: 23px;
  width: 432px;
  padding: 0 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#liste-infos li a.current,
#liste-infos li a:hover,
#liste-infos li a:focus {
  background-color: #479ad4;
  background-position: left bottom;
  border-color: #469ad5;
  color: #fff;
}
.cont-onglet {
  clear: both;
  padding: 20px 0 0 0;
}
.msie6 .cont-onglet,
.msie7 .cont-onglet {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#description {
  margin-top: 12px;
  min-height: 100px;
}
#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: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
  background: #f1f1f1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  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: #62b8f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62b8f4), color-stop(100%, #479ad4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* IE10+ */
  background: linear-gradient(top, #62b8f4 0%, #479ad4 100%);
  /* W3C */
  border: 1px solid #469ad5;
  color: #ffffff;
}
#processus-commande p span {
  font-size: 1.3em;
  text-align: center;
  display: block;
  color: #000000;
}
#processus-commande p.current span {
  color: #277fc3;
}
.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 {
  float: left;
  padding: 16px;
  text-align: center;
  width: 316px;
  background: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4b4b4b), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #4b4b4b 0%, #000000 100%);
}
#no-prod p {
  text-align: center;
}
#texte-no-prod {
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  margin-bottom: 16px;
  color: #ffffff;
}
#no-prod p strong {
  font-size: 36px;
}
#no-prod img {
  margin: 0 0 20px 40px;
}
#btn-commencer {
  margin-bottom: 16px;
}
.msie6 #btn-commencer span.pngfix div {
  margin-left: -6px;
}
.msie6 #btn-commencer span.pngfix span.pngfix div {
  margin-left: 0;
}
/* ----------------- 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;
}
.wizi-panier .tr-carte-pro td {
  background: #ffbcbc;
}
.image-panier {
  padding: 4px 0 4px 4px;
  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: #a91d20;
}
.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 #666;
  padding: 8px;
}
#votre-panier tfoot td {
  font-size: 1.6em;
  font-weight: bold;
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
}
#votre-panier tfoot .total th,
#votre-panier tfoot .total td {
  border-top: 2px solid #666;
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-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: #a91d20;
}
#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 9px;
}
.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: #212121;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4b4b4b), color-stop(1, #000000));
  background-image: -moz-linear-gradient(center top, #4b4b4b 0%, #000000 100%);
}
.msie6 #infos-panier {
  height: 64px;
  overflow: visible;
}
#enregistrement-auto {
  float: left;
  width: 223px;
  border-right: 1px solid #000;
}
#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 #666666;
  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;
  margin-bottom: 20px;
}
#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 #A91D20;
  z-index: 30;
  color: #ffffff;
  background: #c83f44;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c83f44), color-stop(100%, #c1272d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* IE10+ */
  background: linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* W3C */
}
#illus-remise {
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 31;
}
#c1-remise-panier {
  border: 1px solid #A91D20;
  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: #a91d20;
}
.mode-livr label span span {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-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: #a91d20;
}
#PapierKdo p strong,
#MsgColis p strong {
  font-family: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-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: #a91d20;
}
#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: #a91d20;
  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: Verdana, Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, 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: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-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: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, 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: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #a91d20;
}
#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: Helvetica, Geneva, Arial, Trebuchet MS, Bitstream Charter, FreeSans, sans-serif;
  color: #a91d20;
}
#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: #a91d20 !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: #8f352d !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 #a91d20;
  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-etoiles-bg {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.wizicss-com {
  border: 1px solid #ededed !important;
}
.wizicss-commentaires .wizicss-prod-pres {
  width: 600px;
}
.wizicss-commentaires .wizicss-prod-pres h2 {
  width: 400px;
}
/*Confirmation de la commande*/
.wizicss-com-conf-titre {
  color: #a91d20;
  margin-top: 40px;
}
.wizicss-zone-btn-commande {
  padding-top: 20px;
}
.bloc-note {
  overflow: hidden;
  margin: 0 auto;
  width: 587px;
  height: 50px;
  background: url(../images/f-avis-boutique.png) no-repeat center top;
}
.wizicss-etoiles-completes {
  float: left;
  overflow: hidden;
  padding: 15px 20px 0 20px;
  height: 23px;
  width: 318px;
}
.wizicss-etoiles-valeur {
  float: left;
  margin-right: 10px;
  font-size: 1.5em;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
.bloc-note .wizicss-etoiles-bg {
  float: left;
}
.wizicss-etoiles-fg {
  display: inline-block !important;
}
.bloc-note .wizicss-etoiles-bg,
.bloc-note .wizicss-etoiles-fg {
  background: url(../images/c-etoiles-2.png) no-repeat left bottom;
  height: 17px;
}
.bloc-note .wizicss-etoiles-bg {
  background-position: left top;
  width: 99px;
}
.bloc-note .wizicss-lire-avis {
  float: right;
  width: 200px;
  padding: 15px 20px 0 0;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 20px;
}
.bloc-note .wizicss-lire-avis a {
  color: #fff;
  text-decoration: none;
}
/* ----------------- Fin Avis ----------------- */
.wizi-npc-col-d #carte-pro {
  position: relative;
  padding: 33px 0 0 0;
  margin-bottom: 20px;
}
.wizi-npc-col-d #c1-carte-pro {
  padding: 10px 6px 6px 6px;
  border: 1px solid #A91D20;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.wizi-npc-col-d #titre-carte-pro {
  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 #A91D20;
  z-index: 30;
  color: #ffffff;
  background: #c83f44;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c83f44), color-stop(100%, #c1272d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* IE10+ */
  background: linear-gradient(top, #c83f44 0%, #c1272d 100%);
  /* W3C */
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.simplemodal-data #titre-carte-pro {
  text-transform: uppercase;
  color: #A91D20;
  margin-bottom: 10px;
}
#illus-carte-pro {
  display: none;
}
.wizi-npc-col-d #illus-carte-pro {
  display: inline;
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 31;
}
#promo-top {
  height: 36px;
  padding: 0 10px;
  width: 940px;
  margin: 0 auto;
  /*border-bottom: 1px solid #d7d7d7;*/
  text-align: center;
  background: #fff;
  color: #535353;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.page-accueil #promo-top {
  width: 938px;
  border: 1px solid #d7d7d7;
  border-top: none;
  border-bottom: none;
  background: #ddd;
}
#promo-top p {
  line-height: 30px;
}
.flash-sale {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1000;
}
.flash-sale {
  width: 210px;
}
.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: 350px;
}
#flash-sale-h1 {
  font-size: 12px;
}
#flash-sale-h2 {
  display: none;
}
#flash-sale-h1 {
  width: 50px;
}
#countdown {
  padding: 5px 0 5px 5px;
  width: 255px;
}
.dash {
  width: 60px;
}
.dash-ext {
  padding: 0;
  width: auto;
}
.range-h1 {
  margin-bottom: 6px;
}
.range-table {
  margin-bottom: 20px;
}
.range-th {
  background: #e2343b;
  color: #fff;
  font-weight: normal;
}
.range-td {
  background: #f1f1f1;
}
/*----------------- 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;
}
#share {
  margin-top: 30px;
  padding: 12px 5px 10px 20px;
  background: #f1f1f1;
}
.email-btn {
  position: relative;
  margin: 0;
  padding: 0 5px 0 10px;
  height: 18px;
  line-height: 16px;
  border: 1px solid;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #fff 0, #f4f4f4 100%);
  background: -o-linear-gradient(top, #fff 0, #f4f4f4 100%);
  background: -ms-linear-gradient(top, #fff 0, #f4f4f4 100%);
  background: linear-gradient(to bottom, #fff 0, #f4f4f4 100%);
  border-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  color: #212121;
}
.email-btn,
.facebook-btn,
.twitter-btn,
.google-btn,
.pinterest-btn {
  float: left;
  margin-left: 8px;
}
.pinterest-btn {
  width: 74px;
}
.facebook-btn {
  width: 96px;
}
.twitter-btn {
  width: 106px;
}
.icon-email {
  background: url(/_t/6755/images/icon-mess.jpg) no-repeat;
  width: 17px;
  height: 13px;
  padding: 2px;
  margin-top: 2px;
}
.bandeau-list {
  position: absolute;
  left: -5px;
  top: 7px;
  z-index: 1000;
  height: 37px;
  padding-left: 29px;
}
.bandeau-etat-prix-left {
  position: absolute;
  left: -5px;
  top: 10px;
  height: 37px;
  padding-left: 29px;
}
.bandeau-etat-prix-right {
  height: 37px;
  padding-right: 29px;
  max-width: 220px;
}
.bandeau-etat-Prix {
  margin: 0;
  color: #fff;
  padding: 8px 0px 5px 10px;
}
.bandeau-img-left-green {
  background: url(/_t/6755/images/bandeau-left-green.png) no-repeat;
}
.bandeau-img-right-green {
  background: url(/_t/6755/images/bandeau-right-green.png) no-repeat top right;
}
.bandeau-img-left-blue {
  background: url(/_t/6755/images/bandeau-left-blue.png) no-repeat;
}
.bandeau-img-right-blue {
  background: url(/_t/6755/images/bandeau-right-blue.png) no-repeat top right;
}
/*
#prod-com{border-top:2px solid #ededed;padding-top:20px;} */
#prod-video {
  width: 350px;
  margin-top: 20px;
}
#block-video-prod {
  border: 1px solid #dedede;
  width: 330px;
  padding: 10px;
  height: auto;
  margin-top: 10px;
}
.hproduct {
  margin-bottom: 10px;
}
#prix-ttc {
  font-size: 23px;
}
.btn-panier {
  -moz-border-radius: 3px 3px 3px 3px !important;
  -webkit-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  background: #e2343b;
  height: 40px;
}
.btn-panier:hover {
  background: #d9000b;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.7);
}
.achat-btn {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top !important;
  padding-top: 8px;
}
/**************************** mise ajour alert stock *****************************/
.w_ajoutPanierKO #BtnAddCartSup {
  display: none !important;
}
#alert-btn {
  height: auto;
  padding: 3px 5px 5px 0px;
  float: left;
  width: 200px;
  text-transform: none;
}
#alert-btn span {
  background: #db5449;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #db5449), color-stop(1, #b5443b));
  background-image: -moz-linear-gradient(center top, #db5449 0%, #b5443b 100%);
  border-color: #8f352d;
  color: #ffffff;
}
#alert-btn.btnT2 span {
  background: #e2343b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-color: #e2343b;
  color: #fff;
}
#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-btn.btnT2 span span {
  background: url(/_t/_/images/images-sp1.png) no-repeat 12px -236px;
}
#alert-modal .button {
  background: #e2343b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-color: #e2343b;
  padding: 5px;
  width: auto;
  color: #fff;
}
.not-buyable .info-fidelite {
  display: none;
}
/*--------------------------------------------------------------------------------------------
                COMPTEUR NOEL
----------------------------------------------------------------------------------------------*/
#compteur-noel {
  position: absolute;
  top: -26px;
  left: -160px;
  width: 155px;
  height: 112px;
  text-align: center;
  color: #fff;
}
.compteur-noel-top {
  margin-top: 25px;
}
.compteur-noel-notop {
  margin-top: 60px;
}
#compteur-noel-days,
#compteur-noel-tmp {
  font-size: 14px;
}
#compteur-noel-days strong {
  font-size: 30px;
}
#commentaires p {
  font-size: 14px;
}
.wizicss-com {
  background: #f0e3a5;
  border-color: #c8b03e !important;
}
.com-odd {
  background: #f5f1db;
  border-color: #d8c361 !important;
}
