/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// RESET CSS //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	background: #f9f9f9;
	color: #000000;
}

body.menu-pro {
	background: #f9f9f9 url(../images/bg-body.jpg?2) no-repeat center top;
}

img {
	border: none;
}

a, label, button {
	cursor: pointer;
}

a {
	color: #34b0e5;
}

a:hover, a:focus {
	text-decoration: none;
}

p, li, label, address, td, th {
	font-size: 1.2em;
	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: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, 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: #34b0e5;
}

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: #34b0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #3eb3e6 16%, #33abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(16%,#3eb3e6), color-stop(100%,#33abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* W3C */
	color: #fff;
	border: 1px solid #33ade1;
}

.btnT2 span, #w_dialog-message #w_pageretour span {
	display: block;
	padding: 0;
	background: none;
}

.btnT2 span span, #w_dialog-message #w_pageretour span span {
	padding: 0 8px;
	height: 25px;
	line-height: 23px;
	font-size: 13px;
	background: #f1f1f1;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #fff),
	    color-stop(1, #e2e2e2)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #fff 0%,
	    #e2e2e2 100%
	);
	border: 1px solid #d6d6d6;
	color: #212121;
}

.btnT3 span span {
	border: none;
	height: 22px;
	line-height: 21px;
	padding: 0 8px;
	font-size: 1.2em;
	background: #34b0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #3eb3e6 16%, #33abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(16%,#3eb3e6), color-stop(100%,#33abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* W3C */
	color: #fff;
}

.btnT4 span {
	display: block;
	float: right;
	padding: 0;
	background: #34b0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #3eb3e6 16%, #33abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(16%,#3eb3e6), color-stop(100%,#33abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* W3C */
	color: #fff;
	border: 1px solid #33ade1;
}

.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 #2998C7;
	color: #ffffff;
	background: none;
}

.msie6 .btnT4 span span span {
	background: none;
}

#BtnAddCartSup {
	float: right;
	margin: 0 0 0 30px;
}

#BtnAddCart {
	float: right;
	margin: 0 0 0 30px;
}

.btn-ajpan-fiche span {
	float: right;
	display: block;
	padding: 2px 10px;
	background: #34afe4; /* Old browsers */
	background: -moz-linear-gradient(top,  #34afe4 0%, #2ea1d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34afe4), color-stop(100%,#2ea1d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* IE10+ */
	background: linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* W3C */
	border: 1px solid #2998c7;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.btn-ajpan-fiche span span {
	border: none;
	padding: 0 0 0 26px;
	height: 26px;
	line-height: 24px;
	text-indent: 0;
	width: auto;
	background-position: 0 3px;
	font-size: 13px;
	color: #ffffff;
	background: url(../images/c-btn-ajpan2.png) no-repeat 0 3px;
}

.msie6 .btn-ajpan-fiche span span {
	background: url(../images/c-btn-ajpan2-ie6.png) no-repeat 0 3px;
}

.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;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #fff),
	    color-stop(1, #e2e2e2)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #fff 0%,
	    #e2e2e2 100%
	);
	border-color: #d6d6d6;
}

#btn-aller-pop span span {
	background: url(../images/p-btn-aller-panier-noir.png) no-repeat right 7px;
	color: #212121;
}

.msie6 #btn-aller-pop span span {
	background: url(../images/p-btn-aller-panier-noir-ie6.png) no-repeat right 7px;
}

.zone-btn {
	padding-top: 10px;
}

.images-panier {
    background: url("../images/pan-img.png") no-repeat scroll center 0 transparent;
    height: 205px;
    width: 340px;
	margin-top: 10px;
}

/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// COMBOBOX //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.comboBox, .comboBoxChild {
	cursor: default;
}

.comboBox {
    border: 1px solid #666666;
    height: 18px;
    background: #e7e7e7;
}

.comboBox input {
	height: 16px;
	font-size: 11px;
	padding: 1px 4px;
	background: transparent;
	color: #000000;
}

.comboBox .comboBoxSelect {
	cursor: pointer;
    height: 18px;
    width: 25px;
    background: #666666 url(../images/c-btn-combobox-blanc.png) no-repeat 8px 4px;
}

.msie6 .comboBox .comboBoxSelect {
    background: #666666 url(../images/c-btn-combobox-blanc-ie6.png) no-repeat 8px 4px;
}

.comboBoxList {
    border: 1px solid #000000 !important;
    background: #ffffff;
}

.comboBoxList li {
	font-size: 11px;
}

.comboBoxList .alt {
    background: #cccccc;
}

.comboBoxList .comboBoxChildHover {
	background: #666666 !important;
}

.comboBoxList .comboBoxChildHover a {
	color: #ffffff !important;
}

.comboBoxList .current {
	background: #444444 !important;
}

/* ------------- Chosen --------------- */
.chzn-container {
	font-size: 1em;
}

.chzn-container .chzn-results {
  max-height: 340px;
}

.chzn-container .chzn-results li {
	padding: 5px 7px 6px;
	font-size: 11px;
}

.chzn-container .chzn-results .group-result {
	color: #000;
}

.chzn-container-single .chzn-single {
	font-size: 11px;
	color: #000;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// BLOCS //-------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.block p, .block li, .bloc address {
	margin-bottom: 6px;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITRES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.h1 {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 16px;
	background: #34afe4; /* Old browsers */
	background: -moz-linear-gradient(top,  #34afe4 0%, #2ea1d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34afe4), color-stop(100%,#2ea1d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* IE10+ */
	background: linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* W3C */
	border: 1px solid #2998c7;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.h1 strong {
	display: block;
	padding: 6px 20px;
	text-transform: uppercase;
	border-top: 1px solid #67c4ec;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 16px 0;
	color: #34b0e5;
}

.h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 10px 0;
	color: #666666;
}

.h1 a {
	color: #333333;
}

.h1 a, .h2 a {
	text-decoration: none;
	color: #fff;
}

.h1 a:hover, .h1 a:focus {
	text-decoration: underline;
	color: #fff;
}



/* Titres des blocs de l'accueil, des pages informatives, des listes de produits et de catégories, etc. */
.titre-blocT1 {
	text-transform: uppercase;
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.6em;
	margin: 1em 0;
	color: #34b0e5;
}

.sous-titre-blocT1 {
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.4em;
	margin: 1em 0;
}

/* Titres des rubriques du processus de commande */
.titre-processus {
	font-size: 1.4em;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #ffffff;
	background: #f1f1f1;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #66C2EB),
	    color-stop(1, #358FD2)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #66C2EB 0%,
	    #358FD2 100%
	);
	border: 1px solid #216596;
	color: #fff;
}

.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: #212121;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #F8A16B),
	    color-stop(1, #EF8848)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #F8A16B 0%,
	    #EF8848 100%
	);
	color: #ffffff;
}

.cadre-tableT2 {
	padding: 5px;
	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%
	);
}

.c1-cadre-tableT2 {
	padding: 5px;
	background: #ffffff;
}

.tableT2, .tableT2 th, .tableT2 td {
	border-collapse: collapse;
}

.tdl {
	text-align: left;
}

.tdc {
	text-align: center;
}

.tdr {
	text-align: right;
}

/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// FORMULAIRES //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
.success{
	color: green;
}

.erreur {
	margin-bottom: 2em;
}

.erreur * {
	font-weight: bold;
	color: red;
}

/* Formulaires généraux */
.formT1 {
	overflow: hidden;
	margin-bottom: 10px;
}

.formT1 .titre-form {
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, Garamond, serif;
	margin-bottom: 12px;
}

.formT1 fieldset {
	margin: 1em 0 2em 0;
	padding: 6px 0;
	border: none;
}

.formT1 fieldset legend {
	padding: 0 4px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

.formT1 fieldset legend em {
	font-size: 11px;
	font-weight: normal;
}

.regroupement {
	padding-right: 30px;
	margin-bottom: 0.6em;
	overflow: hidden;
	clear: both;
	position: relative;
}

.msie6 .no-column .formT1 .regroupement {
	width: 900px;
}

.verif-champ {
	position: absolute;
	top : 4px;
	right: 0;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	height: 12px;
	width: 12px;
}

.champ-ko .textbox, .champ-ko textarea, .champ-ko select {
	border-color: #34b0e5;
}

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

.list-prod .prod {
	width: 238px;
	float: left;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	margin-right: 12px;
	background: #fff;
	-moz-border-radius: 6px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.msie6 .list-prod .prod {
	margin-right: 12px;
}

.list-prod .prod:hover, .list-prod .prod:focus {
	-moz-box-shadow: 0 0 5px #666666;
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}

.list-prod .ligne-prod .last {
	margin-right: 0;
}

.msie6 .list-prod .ligne-prod .last {
	margin-right: 0;
}

.list-prod .cont-prod {
	position: relative;
}

.list-prod .haut-prod {
	text-align: center;
	padding: 10px 10px 0 10px;
}

.list-prod a.photo {
	display: block;
	margin-bottom: 8px;
}

.list-prod a.photo img {
}

.list-prod a {
	text-decoration: none;
}

.list-prod .haut-prod .nom {
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}

.list-prod .nom, .list-prod .nom a {
	text-align: left;
	color: #000000;
}

.list-prod .brand a {
	font-size: 11px;
	display: block;
	text-transform: none;
	text-align: left;
	color: #404040;
}

.list-prod .bas-prod {
	overflow: hidden;
	width: 232px;
	padding: 0 2px 6px 2px;
	margin-top: 8px;
}

.list-prod .bas-prod .prix {
	margin-left: 8px;
}

.list-prod .prix {
	font-size: 1em;
}

.list-prod .prix a {
	color: #34b0e5;
}

.list-prod .prix span {
	font-size: 1.1em;
	display: block;
	color: #000;
}

.list-prod .prix strong {
	font-size: 1.5em;
}

.list-prod .prix a del {
	color: #333333;
}

.list-prod .prix del {
	font-size: 1.1em;
}

.list-prod .btn-ajpan, .list-prod .btn-voir-fiche {
	float: right;
	border: none;
	background: none;
	margin-right: 4px;
}

.list-prod .btn-ajpan span, .list-prod .btn-voir-fiche span {
	display: block;
}

.list-prod .btn-ajpan span span, .list-prod .btn-voir-fiche span span {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #f8f8f8 80%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(80%,#f8f8f8), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* W3C */
	border: 1px solid #e1e1e1;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #d3d3d3;
	color: #a0a0a0;
	height: 23px;
	line-height: 22px;
	padding: 0 6px;
	font-size: 1.2em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.list-prod .prod:hover .btn-ajpan span span, .list-prod .prod:focus .btn-ajpan span span {
	background: #34b0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #3eb3e6 16%, #33abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(16%,#3eb3e6), color-stop(100%,#33abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* W3C */
	color: #fff;
	border: 1px solid #33ade1;
}

.list-prod .prod .description, .cross-sell .prod .description {
	display: none;
}

.etatPrix {
	padding: 3px 6px;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	background: #a10f0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #a10f0f 0%, #bb1212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a10f0f), color-stop(100%,#bb1212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* IE10+ */
	background: linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* W3C */
	color: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow:inset 0 -2px 3px #a20f0f;
    -webkit-box-shadow:inset 0 -2px 3px #a20f0f;
    box-shadow:inset 0 -2px 3px #a20f0f;
}

.list-prod .etatPrix {
	position: absolute;
	top: 10px;
	left: 10px;
}

.promo {
	background: #a10f0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #a10f0f 0%, #bb1212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a10f0f), color-stop(100%,#bb1212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* IE10+ */
	background: linear-gradient(top,  #a10f0f 0%,#bb1212 100%); /* W3C */
	color: #ffffff;
}

.nouveaute {
	background: #34afe4; /* Old browsers */
	background: -moz-linear-gradient(top,  #34afe4 0%, #2ea1d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34afe4), color-stop(100%,#2ea1d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* IE10+ */
	background: linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* W3C */
	color: #fff;
	-moz-box-shadow:inset 0 -2px 3px #358dd2;
    -webkit-box-shadow:inset 0 -2px 3px #358dd2;
    box-shadow:inset 0 -2px 3px #358dd2;
}

.etatPrix span {
	white-space: nowrap;
	display: block;
}

.etatPrix strong {
	text-transform: none;
	font-size: 1.2em;
}

/* ---------------- Listes Cross Selling ----------------- */
#cross-sell-pan .ligne-prod {
	padding: 0 98px;
}

/* --------------------------------- 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: #f1f1f1;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #fff),
	    color-stop(1, #e2e2e2)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #fff 0%,
	    #e2e2e2 100%
	);
	border: 1px solid #d6d6d6;
	color: #212121;
}

.navig-page a.current, .navig-page a:hover, .navig-page a:focus {
	background: #34b0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #3eb3e6 16%, #33abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(16%,#3eb3e6), color-stop(100%,#33abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* W3C */
	color: #fff;
	border-color: #33ade1;
}

/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// HEADER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#c2-header {
	background: url("../images/bg-header.png?2") no-repeat scroll 10px 15px transparent;
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	height: 111px;
	position: relative;
}

#logo {
	font-size: 1em;
	text-indent: -9000px;
	margin-bottom: 0;
	width: 625px;
	float: left;
}

#logo a {
	display: block;
	text-decoration: none;
	width: 625px;
	height: 110px;
}

#logo a span {
	display: block;
}

#logo #nom-boutique {
	text-transform: uppercase;
	font-size: 2.4em;
	font-weight: bold;
	font-family: Georgia, Times, Garamond, serif;
	color: #2b2b2b;
}

#logo #slogan-boutique {
	font-size: 1.8em;
	font-style: italic;
	font-family: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	color: #000000;
}

/* -------------- Compte / Panier ----------------- */
#compte-panier {
	padding: 20px 0 10px 0;
	float: right;
	width: 295px;
}

#mon-compte {
	background: url("../images/icone-compte.png") no-repeat scroll left center transparent;
    float: left;
    font-size: 1.1em;
    padding: 5px 5px 5px 30px;
}

#mon-compte a {
	display: block;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
	color: #EE8542;
}

#mon-compte #lien-deconnexion {
	text-transform: none;
	display: inline-block;
	padding-left: 5px;
	background: url(../images/puce-compte.png) no-repeat scroll left center transparent;
}

#mon-panier {
	overflow: hidden;
    float: right;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #358ED2; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #33abe2 21%, #358ed2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(21%,#33abe2), color-stop(100%,#358ed2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#33abe2 21%,#358ed2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#33abe2 21%,#358ed2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#33abe2 21%,#358ed2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#33abe2 21%,#358ed2 100%); /* W3C */
}

#mon-panier a {
    display: block;
	line-height: 32px;
    padding: 0 6px 2px 10px;
    text-decoration: none;
	color: #fff;
}

#lien-panier {
	text-transform: uppercase;
	font-weight: normal;
}

#mon-panier #nb_prod {
	margin-left: 8px;
	display: inline-block;
	line-height: 32px;
	padding-right: 20px;
	background: url(../images/puce-panier.png) no-repeat right 10px;
	text-transform: lowercase;
}

#mon-panier #nb_prod strong {
	font-size: 18px;
}

/* -------------- Recherche ----------------- */
#form-recherche {
	float: right;
	clear: right;
}

#form-recherche fieldset {
	border: none;
}

#form-recherche legend {
	text-indent: -9000px;
	font-size: 1px;
}

#form-recherche div {
	position: relative;
	height: 25px;
	width: 296px;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
	color: #8d8d8d;
	-moz-box-shadow:inset 0 1px 3px #d0d0d0;
    -webkit-box-shadow:inset 0 1px 3px #d0d0d0;
    box-shadow:inset 0 1px 3px #d0d0d0;
}

#search {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 260px;
	line-height: 25px;
	padding: 0 5px;
	font-size: 12px;
	border: none;
	background: none;
}

#search:hover, #search:focus {
	color: #000000;
}

#btn-recherche {
	border: none;
	position: absolute;
	top: 3px;
	right: 3px;
}

.firefox #btn-recherche, .safari #btn-recherche {
	top: 2px;
	right: 0;
	background: none;
}

#btn-recherche span {
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#btn-recherche span span {
	font-size: 12px;
    height: 19px;
    line-height: 19px;
    padding: 0 4px;
    text-transform: uppercase;
	background: #ee8442; /* Old browsers */
	background: -moz-linear-gradient(top,  #ee8442 0%, #f9a46f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee8442), color-stop(100%,#f9a46f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ee8442 0%,#f9a46f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ee8442 0%,#f9a46f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ee8442 0%,#f9a46f 100%); /* IE10+ */
	background: linear-gradient(top,  #ee8442 0%,#f9a46f 100%); /* W3C */
	color: #ffffff;
}

/* -------------------------------------------------------------------------------------- //
 * ---------------------------------------// MENU //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#div-menu {
	margin: 0 auto 20px auto;
	width: 960px;
	height: 83px;
	position: relative;
	overflow: hidden;
	background: url(../images/h-menu-bg.png?2) no-repeat left top;
}

#div-menu.menu-pro {
	background-position: right top;
}

#menu {
	list-style: none;
	padding: 0;
	overflow: hidden;
	height: 31px;
	width: 960px;
}

#menu li {
	font-size: 1.4em;
}

#menu li a {
	display: block;
	text-transform: uppercase;
	color: #3d3d3d;
	text-decoration: none;
	background: url(../images/h-menu-bg.png) no-repeat left top;
}

.menu-part #a-pro {
	background-position: -485px top;
}

.menu-part #a-part {
	background-position: left top;
}

.menu-pro #a-part {
	background-position: -960px top;
}

.menu-pro #a-pro {
	background-position: right top;
}

.menu-pro #a-part:hover, .menu-pro #a-part:focus {
	background-position: left top;
}

.menu-part #a-pro:hover, .menu-part #a-pro:focus {
	background-position: right top;
}

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

#menu li a span {
	display: block;
	padding: 0 28px;
	height: 30px;
	width: 419px;
	line-height: 30px;
	background: url(../images/h-puce-onglet.png) no-repeat 15px 11px;
}

#menu li a.current span, #menu li a:hover span, #menu li a:focus span {
	background-position: 15px -58px;
}

#li-part, #li-part a, #li-part a span {
	float: left;
}

#li-pro, #li-pro a, #li-pro a span {
	float: right;
}

#menu li a span strong {
	font-size: 16px;
}

#c1-div-menu {
	height: 48px;
	width: 930px;
	padding: 4px 15px 0 15px;
}

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

.menu-part #menu-pro {
	display: none;
}

.menu-pro #menu-part {
	display: none;
}

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

.menu li.first {
	padding: 0;
	background: none;
}

.menu li a {
	float: left;
	display: block;
	text-decoration: none;
	white-space: nowrap;
	color: #1e1e1e;
	padding: 1px 1px 0 1px;
}

.menu li .ssm-classique {
	display: none;
}

.menu li a span {
	float: left;
	display: block;
	height: 46px;
	line-height: 35px;
	padding: 1px 8px 0 8px;
}

.menu li a:hover, .menu li a:focus, .menu li.current a, .menu li.ssm a.over {
	padding: 0;
	background: #21789d; /* Old browsers */
	background: -moz-linear-gradient(top,  #21789d 0%, #2a96c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21789d), color-stop(100%,#2a96c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #21789d 0%,#2a96c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #21789d 0%,#2a96c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #21789d 0%,#2a96c4 100%); /* IE10+ */
	background: linear-gradient(top,  #21789d 0%,#2a96c4 100%); /* W3C */
	border: 1px solid #2f9bc8;
	border-bottom: none;
	color: #fff;
}

.menu li.current a span {
	border-top: none !important;
	height: 39px;
}

.menu li.current a.over span {
	height: 46px;
}

.menu-pro .menu li a:hover, .menu-pro .menu li a:focus, .menu-pro .menu li.current a, .menu-pro .menu li.ssm a.over {
	background: #d6651c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6651c 0%, #ec803a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6651c), color-stop(100%,#ec803a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* IE10+ */
	background: linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* W3C */
	border-color: #d7661d;
	color: #fff;
}

.menu li a:hover span, .menu li a:focus span, .menu li.current a span, .menu li.ssm a.over span {
	padding: 0 8px;
	border-top: 1px solid #61b1d4;
	background: none;
}

.menu-pro .menu li a:hover span, .menu-pro .menu li a:focus span, .menu-pro .menu li.current a span, .menu-pro .menu li.ssm a.over span {
	border-color: #e18d57;
}

/* ----------------------- Sous menu ----------------------- */
.menu li ul {
	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;
	padding: 10px;
	border: 1px solid #21799e;
	background: #ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#ssmenu.menu-pro {
	border-color: #d7661d;
}

.ssm-classique {
	padding: 0 160px 30px 0;
	min-height: 160px;
	width: 660px;
	position: relative;
}

.ssm-presentation {
	margin-bottom: 10px;
}

.ssm-presentation .h1-ssm {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #1e1e1e;
	padding-bottom: 2px;
	border-bottom: 1px solid #38c1ed;
}

.menu-pro .ssm-presentation .h1-ssm {
	border-color: #d7661d;
}

.ssm-presentation .h1-ssm a {
	text-decoration: none;
	color: #1e1e1e;
}

.ssm-presentation p {
	color: #1e1e1e;
	font-size: 10px;
}

.ssm-classique ul {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

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

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

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

.ssm-classique ul {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
	max-width: 200px;
}

.ssm-classique ul li {
	float: none;
	padding-top: 1px;
	background: url(../images/h-pointillets.png) repeat-x left top;
}

.ssm-classique ul li:first-child {
	background: none;
}

.ssm-classique ul li a {
	display: block;
	float: none;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 4px 6px 14px;
	color: #000000;
	background: url(../images/c-puce.png) no-repeat 3px 10px;
}

.msie6 .ssm-classique ul li a {
	display: inline-block;
}

.ssm-classique ul li a:hover, .ssm-classique ul li a:focus, .ssm-classique ul li.current2 a {
	color: #38c1ed;
}

.menu-pro .ssm-classique ul li a:hover, .menu-pro .ssm-classique ul li a:focus, .menu-pro .ssm-classique ul li.current2 a {
	color: #ee8542;
}

.ssm-voir-tous {
	position: absolute;
	bottom: 4px;
	right: 4px;
	background: #2a94c2; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a94c2 0%, #227a9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a94c2), color-stop(100%,#227a9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a94c2 0%,#227a9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a94c2 0%,#227a9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a94c2 0%,#227a9f 100%); /* IE10+ */
	background: linear-gradient(top,  #2a94c2 0%,#227a9f 100%); /* W3C */
	border: 1px solid #2998c7;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.menu-pro .ssm-voir-tous {
	background: #d6651c; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6651c 0%, #ec803a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6651c), color-stop(100%,#ec803a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* IE10+ */
	background: linear-gradient(top,  #d6651c 0%,#ec803a 100%); /* W3C */
	border-color: #d7661d;
	color: #fff;
}

.ssm-voir-tous strong {
	display: block;
	height: 25px;
	padding: 0 10px;
	line-height: 24px;
	border-top: 1px solid #5fb0d2;
	font-weight: normal;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.menu-pro .ssm-voir-tous strong {
	border-color: #e18d57;
}

/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// FOOTER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	border-top: 1px solid #fff;
	background: #fcfcfc;
	width: 940px;
	margin: 0 auto;
	padding: 16px 10px 10px 10px;
	overflow: hidden;
}

.bloc-foot {
	float: left;
	margin-bottom: 24px;
}

.titre-foot {
	font-size: 1.5em;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #34b0e5;
}

#bloc-menu-foot {
	width: 380px;
}

#bloc-menu-foot .menu-foot {
	float: left;
	width: 180px;
}

#bloc-menu-foot #menu-cat-foot2 {
	margin-left: 20px;
}

#bloc-propos {
	float: right;
	width: 500px;
}

.c1-bloc-foot p {
	color: #909090;
	margin-bottom: 6px;
}

.c1-bloc-foot p strong {
	color: #272727;
	text-transform: uppercase;
	font-weight: normal;
}

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

.menu-foot li {
	font-size: 1.2em;
	padding-bottom: 1px;
	background: url(../images/h-pointillets.png) repeat-x left bottom;
}

.menu-foot li a {
	display: block;
	width: 100%;
	padding: 5px 0;
	text-decoration: none;
	color: #272727;
}

.menu-foot li a:hover, .menu-foot li a:focus, .menu-foot li.current {
	color: #34b0e5;
}

#bloc-menu-princ {
	margin-right: 1.4em;
}

#bas-footer {
	padding: 0;
}

#menu-footer {
	text-align: center;
	clear: both;
	color: #272727;
}

#menu-footer a {
	text-decoration: none;
	color: #272727;
}

#menu-footer a:hover, #menu-footer a:focus, #menu-footer a.current {
	color: #cccccc;
}

/*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: 184px;
	padding: 0;
}

.bloc-lat {
	margin-bottom: 20px;
}

.c1-bloc-lat {
	padding: 0 2px 2px 2px;
	background: #33abe2;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

/* Menus des blocs de la barre latérale, contenant le menu principal */
.titre-bloc-lat {
	font-size: 1.4em;
	background: #34b0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #3eb3e6 16%, #33abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(16%,#3eb3e6), color-stop(100%,#33abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* W3C */
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	color: #fff;
}

.titre-bloc-lat strong {
	display: block;
	padding: 6px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-transform: uppercase;
	text-align: center;
}

.titre-bloc-lat a {
	text-decoration: none;
	color: #fff;
}

.titre-bloc-lat a:hover, .titre-bloc-lat a:focus {
	text-decoration: underline;
}

#barre-laterale-g .bloc-lat .Ttxt {
	padding: 6px 0 0 10px;
}

.c1-bloc-lat .Ttxt p, .c1-bloc-lat .Ttxt li {
	color: #fff;
}

.c1-bloc-lat .Ttxt a {
	color: #fff;
}

.bloc-lat .Iimg {
	padding: 6px 0 0 0;
}

.bloc-lat .block .Iimg {
	overflow: hidden;
	width: 184px;
}

.menu-lat {
	list-style: none;
	list-style-image: none;
	padding: 0;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #f8f8f8 80%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(80%,#f8f8f8), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* W3C */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-top: 1px solid #e1e1e1;
	border-top: none;
}

.menu-lat li {
	font-size: 1.2em;
	border-top: 1px solid #e1e1e1;
}

.menu-lat li.first {
	border-top: none;
}

.menu-lat li a {
	display: block;
	padding: 0 6px 0 16px;
	text-decoration: none;
	color: #2d2d2d;
	background: url(../images/c-puce.png) no-repeat 6px 9px;  
}

.menu-lat li.first a {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.menu-lat li.last a {
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.menu-lat li.first.last a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.menu-lat li a:hover, .menu-lat li a:focus, .menu-lat li.current a {
	background-color: #fff;
}

.menu-lat li a span {
	display: block;
	padding: 4px 0 5px 0;
}

.menu-lat li ul li {
	border-bottom: none;
	font-size: 0.9em;
}

/* ------------------------- Formulaire Newsletter ---------------------*/
#form-newsletter {
	background: #f2a471; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2a471 0%, #ee8644 8%, #eb7d36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2a471), color-stop(8%,#ee8644), color-stop(100%,#eb7d36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2a471 0%,#ee8644 8%,#eb7d36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2a471 0%,#ee8644 8%,#eb7d36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2a471 0%,#ee8644 8%,#eb7d36 100%); /* IE10+ */
	background: linear-gradient(top,  #f2a471 0%,#ee8644 8%,#eb7d36 100%); /* W3C */
	padding: 0 10px 10px 0;
	border: 1px solid #EB7B33;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#form-newsletter strong {
	background: transparent;
}

#form-newsletter p.titre-bloc-lat {
	border-bottom: none;
	font-size: 14px;
	padding-bottom: 0;
	background: none;
}

#form-newsletter fieldset {
	border: none;
	padding: 6px 0 0 10px;
}

#form-newsletter fieldset p {
	margin-bottom: 6px;
	font-style: italic;
	color: #FFFFFF;
}

#form-newsletter div {
	position: relative;
	height: 24px;
	width: 160px;
	border: 1px solid #d97432;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#Newsletter {
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 120px;
	line-height: 23px;
	padding: 0 5px;
	font-size: 1.2em;
	background: none;
	border: none;
}

#btn-newsletter {
	border: none;
	background: none;
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 1em;
}

.msie6 #btn-newsletter, .msie7 #btn-newsletter {
	width: 22px;
}

.firefox #btn-newsletter, .safari #btn-newsletter {
	top: 1px;
	right: -1px;
	background: none;
}

#btn-newsletter span {
	display: block;
}

#btn-newsletter span span {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	padding: 0 4px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #f8f8f8 80%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(80%,#f8f8f8), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#f8f8f8 80%,#eeeeee 100%); /* W3C */
	border: 1px solid #e1e1e1;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #d3d3d3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* ------------------------- Flux RSS ---------------------*/
#rss-blog {
	padding: 0;
}

#rss-blog a {
	display: block;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
}

.picto-rss {
	display: block;
	background: #34b0e5 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: #34b0e5;
}

/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// 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: #358ed2;
}

#c1-panier-pop {
	border: 2px solid #358ed2;
	background: #ffffff;
}

#fermer-panier {
	float: right;
	margin: 6px;
}

#p-cont-panier {
	margin: 6px 0 6px 8px;
}

#diapo-panier {
	clear: both;
	overflow: hidden;
	margin: 0.4em 6px 0 6px;
	border-bottom: 1px solid #2b2b2b;
}

#diapo-panier ul {
	display: block;
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

#diapo-panier ul li {
	font-size: 1em;
	overflow: hidden;
	width: 214px;
}

#diapo-panier .prod {
	padding: 0.6em 0;
}

#diapo-panier .prod .photo {
	float: left;
}

#diapo-panier .prod .photo img {
	border: 1px solid #ffffff;
}

#diapo-panier .prod p {
	margin-left: 58px;
}

#diapo-panier .prod p a {
	text-decoration: none;
}

#diapo-panier .prod .nom {
	font-size: 1.2em;
	font-weight: bold;
}

#diapo-panier .prod .nom a {
	color: #000000;
}

#diapo-panier .prod .marque {
	font-size: 1.1em;
	margin-bottom: 0.4em;
}

#diapo-panier .prod .prix {
	font-size: 1.4em;
	font-weight: bold;
}

#diapo-panier .prod .quantite {
	font-size: 1.1em;
	float: right;
	margin-left: 0;
}

#diapo-panier .prod .marque a, #diapo-panier .prod .quantite a {
	color: #000000;
}

#diapo-panier .prod .quantite a strong {
	color: #000000;
}

#prevBtn, #nextBtn {
	float: left;
	margin-bottom: 10px;
}

#prevBtn {
	margin-left: 6px;
}

#prevBtn a, #nextBtn a {
	float: left;
	display: block !important;
	overflow: hidden;
	text-indent: -9000px;
	width: 35px;
	height: 25px;
	outline: none;
}

#prevBtn a {
	background: #2b2b2b url(../images/p-img-pan-prec-o.png) no-repeat center center;
}

#prevBtn a.disable {
	background: #2b2b2b url(../images/p-img-pan-prec.png) no-repeat center center;
}

#nextBtn a {
	background: #2b2b2b url(../images/p-img-pan-suiv-o.png) no-repeat center center;
}

#nextBtn a.disable {
	background: #2b2b2b url(../images/p-img-pan-suiv.png) no-repeat center center;
}

#total-panier-pop {
	width: 120px;
	float: right;
	margin: 4px 6px 0 0;
	padding: 2px 0;
	text-align: right;
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.4em;
}

#total-panier-pop a {
	text-decoration: none;
	color: #000000;
}

#total-panier-pop a span {
	font-weight: bold;
	color: #34b0e5;
}

#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: #ef8745;
}

#c1-compte-pop {
	border: 2px solid #ef8745;
	padding: 6px;
	background: #ffffff;
}

#compte-pop ul li {
	font-size: 11px;
	margin-bottom: 10px;
	color: #34b0e5;
}

#compte-pop ul li a {
	text-decoration: none;
	color: #34b0e5;
}

#compte-pop ul li a strong {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #34b0e5;
}

.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 //------------------------------------ //
 * -------------------------------------------------------------------------------------- */

#corps {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	-moz-box-shadow: 0 0 5px #666666;
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}

#content {
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
}

#content.avec-fil-ariane {
	padding: 10px;
}

#contenu {
	float: right;
	width: 745px;
	padding: 0 0 20px 0;
}

#contenu.no-column, .msie6 .no-column {
	float: none !important;
	width: 940px;
}

/* ---------------------------- Fil d'ariane -------------------------- */
#fil-ariane {
	padding: 0 15px 8px 10px;
}

#fil-ariane a {
	color: #000000;
}

#fil-ariane span {
	color: #34b0e5;
}

#retour {
	margin-right: 30px;
	padding: 0 0 0 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/c-puce-ariane.png) no-repeat left 5px;
}

#retour:hover, #retour:focus {
	color: #34b0e5;
}

/* ---------------------------------------------- Accueil -------------------------------------------- */
#titre-accueil {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.slider {
	margin: 0 auto 20px auto;
	width: 950px;
	height: 290px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border: 5px solid #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 5px #666666;
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}

.c1-slider {
	width: 950px;
	height: 290px;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.menu-part #slider-pro {
	display: none;
}

.menu-pro #slider-part {
	display: none;
}

.nivo-imageLink, .nivo-imageLinkimg, .nivo-slice {
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.nivo-controlNav {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding-left: 0;
	list-style: none;
}

.nivo-controlNav a {
	margin-left: 5px;
	float: left;
	display: block;
	width: 15px;
	height: 14px;
	background: url(../images/h-slider-li.png) no-repeat left top;
	overflow: hidden;
	text-indent: -9000px;
	outline: none;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover, .nivo-controlNav a:focus {
	background-position: left bottom;
}

.nivo-directionNav a {
	display: block;
	position: absolute;
	top: 125px;
	width: 20px;
	height: 40px;
	overflow: hidden;
	text-indent: -9000px;
}

.nivo-directionNav .nivo-prevNav {
	left: 0;
	background: url(../images/navig-prec.png) no-repeat right top;
}

.nivo-directionNav .nivo-nextNav {
	right: 0;
	background: url(../images/navig-suiv.png) no-repeat left top;
}

/* ------------------------------ Pages informatives et blocs de contenu ---------------------------- */
.Iimgtxt img, .Itxtimg img {
	border: 1px solid #d0d0d0;
}

.Iimgtxt {
	margin: 0 1em 1em 0;
	float: left;
}

.Itxtimg {
	margin: 0 0 1em 1em;
	float: right;
}

.Ileftimg {
	text-align: left;
}

.Icenterimg {
	text-align: center;
}

.Irightimg {
	text-align: right;
}

/* --------------------------------------- Fiche -------------------------------------- */
#zone-sup {
	border-bottom: 1px solid #444444;
	padding-bottom: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

#titre-fiche {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #000000;
}

.brand a {
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

.brand a:hover, .brand a:focus {
	text-decoration: underline;
}

#formProd {
	padding-bottom: 20px;
}

#zone-achat {
	float: right;
	width: 480px;
}

#description-courte {
	margin-bottom: 16px;
}

.prod-indisponible {
	margin: 0.4em 0 0 0;
	font-size: 1.8em;
	font-weight: bold;
}

/* --------------------------------------- Variations -------------------------------------- */
#variations, #Personnalisation {
	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: 1.2em;
}

.bloc-variations .titre-variation, .titre-personnalisation {
	padding: 4px 10px;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
	background: #f2a471; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2a471 0%, #ee8644 18%, #eb7d36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2a471), color-stop(18%,#ee8644), color-stop(100%,#eb7d36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2a471 0%,#ee8644 18%,#eb7d36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2a471 0%,#ee8644 18%,#eb7d36 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2a471 0%,#ee8644 18%,#eb7d36 100%); /* IE10+ */
	background: linear-gradient(top,  #f2a471 0%,#ee8644 18%,#eb7d36 100%); /* W3C */
	border: 1px solid #EB7B33;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.variationRadio .thickbox, #variations .thickbox, #variations .lightbox {
	float: left;
	margin: 0 0.4em 1em 0;
}

#variations .comboBox {
	width: auto !important;
}

#variations .photo-variation {
	float: left;
	margin-right: 0.6em;
}

#variations .quantite-choix {
	float: left;
}

#variations img {
	border: 1px solid #d0d0d0;
}

.variationQuantiteRadio {
	display: block;
	padding-top: 0.4em;
}

.variationRadio {
	clear: both;
	margin-bottom: 0.6em;
	padding: 6px;
	overflow: hidden;
	background: #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: 1.3em;
	font-style: italic;
	margin: 0.4em 0;
	font-family: Georgia, Times, Gramond, serif;
	color: #857367;
}

#variations .qte-combo {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

.p-ajpan {
	font-size: 1em;
}

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

/* --------------------- Prix -------------------- */
#prix-fiche {
	float: left;
	padding-right: 20px;
}

#prix-fiche del {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

#prix-fiche span {
	font-size: 30px;
	margin-right: 8px;
	color: #34b0e5;
}

#prix-fiche strong {
	font-weight: normal;
}

/*Colonne de droite de la #zone-achat de la fiche produit*/
.StockOK, .StockKO {
	margin-top: 10px;
	padding: 2px 0 14px 28px;
	clear: both;
}

.StockOK {
	background: url(../images/c-stock-on.png) no-repeat left top;
}

.msie6 .StockOK {
	background: url(../images/c-stock-on-ie6.png) no-repeat left top;
}

.StockKO {
	background: url(../images/c-stock-off.png) no-repeat left top;
}

.msie6 .StockKO {
	background: url(../images/c-stock-off-ie6.png) no-repeat left top;
}

/* Zone photo */
#zone-photo {
	width: 250px;
	float: left;
	position: relative;
}

#principale {
	width: 250px;
	height: 250px;
	text-align: center;
	position: relative;
	margin-bottom: 16px;
}

#principale a {
	display: block;
}

#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: 250px;
}

#c1-miniatures {
	overflow: hidden;
	width: 210px;
	height: 114px;
}

#prec, #suiv {
	position: absolute;
	right: 0;
	height: 35px;
	width: 26px;
	padding: 10px 0 0 4px;
	background: #666666;
}

#prec.disable, #suiv.disable {
	background: #cccccc;
}

#prec {
	top: 0;
}

#suiv {
	top: 55px;
}

#miniatures ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	width: 10000px;
}

#miniatures ul li {
	height: 112px;
	margin-left: 6px;
	float: left;
}

#miniatures ul li.first {
	margin-left: 0;
}

#miniatures ul li a {
	display: block;
	outline: none;
	padding-bottom: 10px; 
}

#miniatures ul li a.current {
	background: url(../images/c-triangle-img.png) no-repeat center bottom;
}

.msie6 #miniatures ul li a.current {
	background: url(../images/c-triangle-img-ie6.png) no-repeat center bottom;
}

#miniatures ul li a img {
	border: 1px solid #ffffff;
}

#miniatures ul li a.current img {
	border-color: #666666;
}

.etatPrixFiche {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* ---------------- Partage ---------------- */
#zone-partage {
	display: none;
}

#partage-avis {
	clear: both;
	margin-bottom: 20px;
}

#partage-avis .wizicss-zone-note {
	float: left;
	margin-right: 30px;
}

#partage-avis .wizicss-zone-note p a {
	display: block;
	text-decoration: underline;
}

#partage-reseaux {
	position: relative;
	float: left;
	width: 400px;
	height: 42px;
}

#partage-email {
	float: left;
	width: 100px;
	height: 42px;
	margin-right: 10px;
}

#partage-reseaux p, #partage-email p, #partage-avis .wizicss-zone-note p {
	margin-bottom: 6px;
	font-weight: bold;
	color: #424448;
}

#partage-avis .wizicss-ecrire-avis {
	font-weight: normal;
	font-size: 11px;
}

#btn-facebook, #btn-like, .twitter-share-button, #btn-plusone {
	position: absolute;
	top: 22px;
}

#btn-plusone {
	left: 0;
}

.twitter-share-button {
	left: 90px;
}

#btn-facebook {
	left: 224px;
}

#btn-like {
	left: 270px;
}

#sendFriend {
	margin: 1px 0 0 0;
	display: inline-block;
}

#sendFriend span {
	display: block;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff, #e7e7e7 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e7e7e7));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#sendFriend span span {
	height: 18px;
	line-height: 18px;
	font-size: 1.1em;
	border: 1px solid #d9d9d9;
	padding: 0 5px 0 26px;
	color: #666666;
	background: url(../images/c-picto-partage-mail.png) no-repeat 3px 3px;
}

.msie #sendFriend span span {
	background: url(../images/c-picto-partage-mail.png) no-repeat 3px 4px;
}

.msie6 #sendFriend span span {
	background: url(../images/c-picto-partage-mail-ie6.png) no-repeat 3px 4px;
}

.msie #sendFriend span span {
	height: 19px;
}

#sendFriend:hover span, #sendFriend:focus span {
	background: #ffffff;
}

#sendFriend:hover span span, #sendFriend:focus span span {
	background: url(../images/c-picto-partage-mail.png) no-repeat 3px 3px;
	border-color: #cccccc;
}

/* --------- Suite des infos (description, caractéristiques, cross-selling --------- */
#liste-infos {
	clear: both;
	overflow: hidden;
	float: left;
	width: 745px;
	list-style: none;
	list-style-image: none;
	padding: 0;
	border-bottom: 1px solid #2998c7;
}

.msie6 #liste-infos, .msie7 #liste-infos {
	float: left;
	position: relative;
}

#liste-infos li {
	float: left;
	margin: 0 12px 0 0;
}

#liste-infos li a {
	display: block;
	float: left;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #d7d7d7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#d7d7d7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#d7d7d7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1f1f1 0%,#d7d7d7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1f1f1 0%,#d7d7d7 100%); /* IE10+ */
	background: linear-gradient(top,  #f1f1f1 0%,#d7d7d7 100%); /* W3C */
	border: 1px solid #e1e1e1;
	border-bottom: none;
	color: #303030;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

#liste-infos li a.current, #liste-infos li a:hover, #liste-infos li a:focus, #liste-infos li#li-cross-sell a.current, #liste-infos li#li-cross-sell a:hover, #liste-infos li#li-cross-sell a:focus {
	background: #34afe4; /* Old browsers */
	background: -moz-linear-gradient(top,  #34afe4 0%, #2ea1d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34afe4), color-stop(100%,#2ea1d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* IE10+ */
	background: linear-gradient(top,  #34afe4 0%,#2ea1d2 100%); /* W3C */
	border-color: #2998c7;
	color: #fff;
}

.cont-onglet {
	clear: both;
	padding: 12px 0 0 0;
}

.msie6 .cont-onglet, .msie7 .cont-onglet {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#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;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #fff),
	    color-stop(1, #e2e2e2)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #fff 0%,
	    #e2e2e2 100%
	);
	border: 1px solid #d6d6d6;
	/*-moz-box-shadow: 0 3px 3px #666;
	-webkit-box-shadow: 0 3px 3px #666;
	box-shadow: 0 2px 3px #666;*/
}

#processus-commande p.current strong {
	background: #34b0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #72c8ed 0%, #3eb3e6 16%, #33abe2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72c8ed), color-stop(16%,#3eb3e6), color-stop(100%,#33abe2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* IE10+ */
	background: linear-gradient(top,  #72c8ed 0%,#3eb3e6 16%,#33abe2 100%); /* W3C */
	color: #fff;
	border: 1px solid #33ade1;
}

#processus-commande p span {
	font-size: 1.3em;
	text-align: center;
	display: block;
	color: #000000;
}

#processus-commande p.current span {
	color: #34b0e5;
}

.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: Georgia, Times, Garamond, 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;
}

.image-panier {
    padding: 4px 0;
    width: 52px;
}

.panier-description {
    font-size: 1.2em;
}

.panier-quantite {
    width: 55px;
}

#votre-panier td.panier-supprimer {
    padding-right: 0;
    width: 23px;
}

#votre-panier td.panier-supprimer a {
    display: block;
	width: 21px;
	height: 21px;
	overflow: hidden;
	text-indent: -9000px;
	background: #cccccc url(../images/c-btn-suppr-blanc.png) no-repeat 4px 5px;
}

.msie6 #votre-panier td.panier-supprimer a {
	background: #cccccc url(../images/c-btn-suppr-blanc-ie6.png) no-repeat 4px 5px;
}

.panier-titre-produit {
	font-size: 13px;
}

.panier-titre-produit a {
	text-decoration: none;
}

.panier-marque-produit {
	margin-bottom: 6px;
}

td.panier-sstot, td.panier-prix {
	text-align: right;
	white-space: nowrap;
}

.panier-prix p strong {
	display: block;
	font-weight: normal;
}

.panier-prix p del, .panier-sstot p del {
	font-size: 11px;
}

.panier-sstot p strong {
	display: block;
	color: #34b0e5;
}

.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: Georgia, Times, Garamond, serif;
}

#votre-panier tfoot .total th, #votre-panier tfoot .total td {
	border-top: 2px solid #666;
	font-family: Georgia, Times, Garamond, serif;
	padding: 12px 8px;
}

#votre-panier tfoot .total th {
	padding-right: 30px;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

#panier-validation {
	padding-top: 30px;
}

#panier-validation button {
	float: right;
	margin-left: 4px;
}

#votre-panier tfoot .total td {
	font-size: 2.4em;
	font-weight: bold;
	color: #34b0e5;
}

#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, #F8A16B),
	    color-stop(1, #EF8848)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #F8A16B 0%,
	    #EF8848 100%
	);
}

.msie6 #infos-panier {
	height: 64px;
	overflow: visible;
}

#enregistrement-auto {
	float: left;
	width: 223px;
	border-right: 1px solid #F76816;
}

#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 #F76816;
	float: right;
	width: 89px;
	text-align: center;
	padding: 3px 8px;
	margin: 0;
}

#w_btn-bon-commande {
	border: none;
	background: none;
	width: auto;
	height: auto;
}

#boncommande label {
	display: block;
	font-size: 1.2em;
	color: #ffffff;
}

#remise-panier {
	position: relative;
	padding: 33px 0 0 0;
}

#titre-remise {
	position: absolute;
	top: 12px;
	left: 50px;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 6px 0 26px;
	font-size: 1.4em;
	border: 1px solid #F76816;
	z-index: 30;
	color: #ffffff;
	background: #212121;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #F8A16B),
	    color-stop(1, #EF8848)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #F8A16B 0%,
	    #EF8848 100%
	);
}

#illus-remise {
	position: absolute;
	top: 0;
	left: 8px;
	z-index: 31;
}

#c1-remise-panier {
	border: 1px solid #F76816;
	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: #34b0e5;
}

.mode-livr label span span {
	margin: 0;
	font-weight: bold;
	font-family: Georgia, Times, Garamond, serif;
}

.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: #34b0e5;
}

#PapierKdo p strong, #MsgColis p strong {
	font-family: Georgia, Times, Garamond, serif;
}

#MsgColis {
	padding: 6px 6px 6px 60px;
	background: #e7e7e7 url(../images/c-illustration-message.png) no-repeat 7px 7px;
}

.msie6 #PapierKdo, .msie6 #MsgColis {
	width: 864px;
}

.msie6 #PapierKdo .regroupement {
	width: 834px;
}

#MsgColis h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 4px;
	color: #34b0e5;
}

#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: #34b0e5;
	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: Georgia, Times, Garamond, serif;
	text-transform: uppercase;
	padding: 8px 0 0 50px;
	margin-bottom: 8px;
	background: url(../images/c-sep-ou.png) repeat-x left 24px;
	color: #cccccc;
}

#p-ou span {
	padding: 0 5px;
	background: #ffffff;
}

/*Fin Nouveau processus de commande*/
#menu-compte, #infos-compte,  #AddFact, #AddLivr, #histo-link {
	margin-bottom: 20px;
}

#votre-panier.validation thead {
	display: none;
}

#votre-panier.validation tfoot td {
	font-family: 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: Georgia, Times, Garamond, serif;
	font-size: 2em;
	font-weight: bold;
	color: #34b0e5;
}

#votre-panier.validation tfoot .total th {
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 8px;
}

#choix-paiement {
	padding: 0;
	border: none;
}

.mode-paiement {
	float: left;
	width: 210px;
	padding: 5px;
	border: 2px solid #cccccc;
	margin: 0 8px 8px 0;
	position: relative;
	cursor: pointer;
}

.mode-paiement label img {
	max-width: 190px;
}

.mode-paiement label {
	text-align: center;
}

#contentCgv {
	display: none;
}

#form-cgv fieldset {
	border: none;
	margin-bottom: 1em;
}

#form-cgv fieldset#cgv {
	padding: 8px 8px 4px 8px;
}

#valid-pai {
	overflow: hidden;
}

#cgv {
	clear: none;
	float: right;
	width: 500px;
	text-align: right;
}

#cgv p {
	padding-top: 6px;
	font-size: 1.4em;
}

#cgv p strong {
	font-family: Georgia, Times, Garamond, serif;
	color: #34b0e5;
}

#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: #34b0e5 !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 #34b0e5;
	background: #b2e5ff;
}

#zone-commentaires ol li * {
	font-size: 1em;
}

#zone-add-com {
	margin-top: 2em;
}

.bloc-info {
	padding: 10px 0 10px 50px;
	margin: 1em 0 2em 0;
	background: url(../images/c-illustration-info.png) no-repeat left 1px;
}

.bloc-info div {
	border: 1px solid #2471a4;
	padding: 8px;
	background: #EFFAFF;
}

.bloc-info div p {
	color: #000000;
}

#div-img-raw {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 1px;
	z-index: -9999;
}

#div-img-raw img {
	visibility: hidden;
}

/* ----------------- Début Avis ----------------- */
.wizicss-commentaires .wizicss-prod-pres {
    width: 600px;
}

.wizicss-commentaires .wizicss-prod-pres h2 {
    width: 400px;
}

/* Note générale du produit */
/*#zone-achat .wizicss-zone-note {
    padding: 0 0 6px 6px;
    margin: 0 0 6px 16px;
    float: right;
    text-align: center;
}

#zone-achat .wizicss-zone-note #back {
    display: inline-block;
}

#zone-achat .wizicss-zone-note p {
    font-size: 1em;
}

#zone-achat .wizicss-zone-note p a {
    display: block;
    text-decoration: underline;
}

#zone-achat .wizicss-zone-note p a:hover, .wizicss-zone-note p a:focus {
    text-decoration: none;
}*/

/*Confirmation de la commande*/
.wizicss-com-conf-titre {
    color: #34b0e5;
    margin-top: 40px;
}

.wizicss-zone-btn-commande {
    padding-top: 20px;
}

.cont-bloc-lat-note {
    margin: 10px;
}

/* ----------------- Fin Avis ----------------- */
