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

body {
	font: normal 62.5% Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	background: #f0f5f8 url(../images/bg-body.png) repeat-x left top;
	color: #000000;
}

img {
	border: none;
}

strong {
	font-weight: bold;
}

a, label, button {
	cursor: pointer;
}

a {
	color: #ff8d01;
}

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

p, li, label, address, td, th {
	font-size: 1.2em;
	color: #000000;
}

label {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

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 #ccc;
	padding: 2px 3px;
	color: #000000;
}

.textbox:hover, .textbox:focus, textarea:hover, textarea:focus {
	border-color: #ff8d01;
}

textarea {
	height: 6em;
}

select {
	border: 1px solid #ccc;
	color: #000000;
}

.textbox:hover, .textbox:focus, textarea:hover, textarea:focus {
	border: 1px solid #ccc;
}

.clear {
	clear: both;
}

.clear1px {
	clear: both;
	font-size: 1px;
}

/* ---------------------------------- 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;
	border: 1px solid #ff8101;
	height: 25px;
	line-height: 23px;
	font-size: 13px;
	background: #ff8d01;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ffb100),
	    color-stop(1, #ff8101)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #ffb100 0%,
	    #ff8101 100%
	);
	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;
	border: 1px solid #d0d0d0;
	height: 25px;
	line-height: 23px;
	font-size: 13px;
	background: #e3decf;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #e3decf),
	    color-stop(0.47, #f2f2f2),
	    color-stop(0.53, #e3decf),
	    color-stop(1, #e3decf)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #e3decf 0%,
	    #f2f2f2 47%,
	    #e3decf 53%,
	    #e3decf 100%
	);
	color: #333333;
}

.btnT3 span span {
	border: none;
	height: 22px;
	line-height: 21px;
	padding: 0 8px;
	font-size: 1.2em;
	background: #ff8d01;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ffb100),
	    color-stop(1, #ff8101)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #ffb100 0%,
	    #ff8101 100%
	);
	color: #ffffff;
}

.btnT4 span {
	display: block;
	float: right;
	padding: 0;
	border: 1px solid #ff8d01;
	background: #ff8d01;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ffb100),
	    color-stop(1, #ff8101)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #ffb100 0%,
	    #ff8101 100%
	);
	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 #ff8d01;
	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;
	border: 1px solid #ff8d01;
	background: #ff8d01;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ff8d01),
	    color-stop(1, #ff8101)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #ff8d01 0%,
	    #ff8101 100%
	);
	color: #ffffff;
}

.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 #ff8d01;
	-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: #e3decf;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #e3decf),
	    color-stop(0.47, #f2f2f2),
	    color-stop(0.53, #e3decf),
	    color-stop(1, #e3decf)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #e3decf 0%,
	    #f2f2f2 47%,
	    #e3decf 53%,
	    #e3decf 100%
	);
	border-color: #d0d0d0;
}

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

.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 #e1e1e1;
    height: 23px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    background: #e1e1e1 url(../images/c-bg-combobox.png) repeat-x left top;
}

.comboBoxOpened {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

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

.comboBox .comboBoxSelect {
	cursor: pointer;
	height: 23px;
	width: 28px;
	background: url(../images/c-combobox-btn.png) no-repeat 0 0;
}

.comboBoxList {
    border: 1px solid #e1e1e1 !important;
	border-top: none !important;
    background: #ffffff;
}

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

.comboBoxList .alt {
    background: #ccc;
}

.comboBoxList li a {
	display: block;
}

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

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

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

.comboBoxList .comboBoxParent {
	background: #aaa;
	font-size: 12px;
	display: block;
}

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

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITRES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
.h1 {
	font-size: 2em;
	margin-bottom: 16px;
	color: #fff;
	background: #1a1a1a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
}

.h1 strong {
	display: block;
	padding: 1px 12px 3px 12px;
	background: #1a1a1a url(../images/c-h1.png) repeat-x left top;
	border: 1px solid #4d4d4d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

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

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

.h1 a {
	color: #e4ab3e;
}

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

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

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

.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 {
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #a92525;
	color: #fff;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABLEAUX //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
table, td, th {
	border: none;
}

th {
	padding: 4px 8px;
	font-weight: normal;
	background: #222;
	background: -moz-linear-gradient(top, #444, #222 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	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: #222;
	background: -moz-linear-gradient(top, #444, #222 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	color: #ffffff;
}

.cadre-tableT2 {
	padding: 5px;
	background: #222;
	background: -moz-linear-gradient(top, #444, #222 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
}

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

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

#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;
	overflow: hidden;
	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;
	overflow: hidden;
	margin-bottom: 10px;
}

.list-prod .prod {
	width: 168px;
	float: left;
	cursor: pointer;
	border: 1px solid #e9e9e9;
	margin-right: 10px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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

.list-prod .prod:hover, .list-prod .prod:focus {
	border-color: #ff8d01;
}

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

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

.list-prod .cont-prod {
	position: relative;
	padding-bottom: 51px;
}

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

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

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

.list-prod .haut-prod .nom {
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	margin-bottom: 4px;
}

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

.list-prod .prix {
	margin-bottom: 4px;
}

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

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

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

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

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

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

.dispo {
	font-size: 10px;
}

.stock-ok {
	color: #4b950f;
	font-size: 11px;
}

.stock-ko {
	color: #971f1f;
	font-size: 11px;
}

.list-prod .bas-prod {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 168px;
	text-align: center;
	padding-bottom: 8px;
}

.list-prod .btn-ajpan, .list-prod .btn-voir-fiche {
	margin-left: 3px;
	border: none;
	background: none;
}

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

.etatPrix {
	border: 1px solid #ce8025;
	padding: 3px 6px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	background: #e4a326;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #e4a326),
	    color-stop(1, #ce8025)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #e4a326 0%,
	    #ce8025 100%
	);
	color: #ffffff;
}

.promo {
	background: #ff8d01;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ff8d01),
	    color-stop(1, #ff8101)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #ff8d01 0%,
	    #ff8101 100%
	);
	border-color: #ff8d01;
	color: #ffffff;
}

.nouveaute {
	background: #33ade0;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #33ade0),
	    color-stop(1, #198ab9)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #33ade0 0%,
	    #198ab9 100%
	);
	border-color: #198ab9;
	color: #ffffff;
}

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

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

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

.etatPrix strong {
	text-transform: none;
}

/* ---------------- Sélections ----------------- */
.selection {
	margin-bottom: 10px;
}

/* ---------------- 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: 25px;
	line-height: 25px;
	margin-right: 6px;
	text-transform: uppercase;
	font-weight: normal;
}

#liste-tri {
	float: left;
}

/* ------------------------------------------- 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;
	border: 1px solid #c5c5c5;
	background: #eee url(../images/c-bg-pagination.png) repeat-x left top;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #fafafa),
	    color-stop(1, #c5c5c5)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #fafafa 0%,
	    #c5c5c5 100%
	);
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.navig-page a.current, .navig-page a:hover, .navig-page a:focus {
	background-color: #8c141a;
	background-position: left bottom;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #c6000a),
	    color-stop(1, #8c141a)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #c6000a 0%,
	    #8c141a 100%
	);
	border-color: #8c141a;
	color: #fff;
}

/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// HEADER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#c2-header {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	height: 116px;
	position: relative;
}

#logo {
	font-size: 1em;
	margin-bottom: 0;
}

#logo a {
	display: block;
	text-decoration: none;
}

#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 {
	position: absolute;
	left: 294px;
	top: 38px;
	width: 244px;
	text-align: center;
	font-size: 1.4em;
	font-family: Trebuchet MS, Arial, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	color: #934245;
}

#svc-client {
	position: absolute;
	right: 196px;
	top: 24px;
	width: 206px;
	text-align: right;
	font-family: Trebuchet MS, Arial, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
}

#svc-client strong {
	text-transform: uppercase;
	color: #4f4f4f;
	display: block;
}

#svc-client a {
	color: #ff8d01;
	text-decoration: none;
}

/* -------------- Compte / Panier ----------------- */
#compte-panier {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/h-compte-panier.png) no-repeat left top;
	height: 96px;
	width: 175px;
}

#mon-panier a {
	position: relative;
	display: block;
	height: 61px;
	width: 175px;
	text-decoration: none;
	color: #fff;
}

#nb_prod {
	position: absolute;
	right: 10px;
	top: 8px;
	line-height: 30px;
	display: block;
	color: #ff8d01;
	font-size: 12px;
}

#nb_prod strong {
	font-size: 30px;
}

#voir-panier {
	position: absolute;
	right: 10px;
	top: 38px;
	font-size: 10px;
}

#mon-compte {
	height: 21px;
	padding: 10px 10px 0 10px;
	font-size: 1.2em;
}

#mon-compte a {
	color: #fff;
	text-decoration: none;
}

#mon-compte #lien-deconnexion {
	margin-left: 10px;
	color: #ff8d01;
	padding-left: 5px;
	background: url(../images/h-fleche-compte.png) no-repeat left 4px;
	font-size: 10px;
}

/* -------------- Recherche ----------------- */
#form-recherche {
	position: absolute;
	right: 195px;
	bottom: 20px;
	background: none;
}

#form-recherche fieldset {
	width: 206px;
	height: 23px;
	background: #fff;
	border: 1px solid #e1e1e1;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#search {
	position: absolute;
	top: 2px;
	left: 4px;
	height: 19px;
	width: 170px;
	line-height: 19px;
	padding: 0;
	font-size: 1.2em;
	color: #666;
	border: none;
	background: none;
}

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

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

.firefox #btn-recherche {
	top: 1px;
	right: -1px;
	background: none;
}

.chrome #btn-recherche, .msie9 #btn-recherche {
	top: 3px;
	right: 3px;
	background: none;
}

#btn-recherche span {
	display: block;
}

#btn-recherche span span {
	height: 17px;
	line-height: 16px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 4px;
	text-transform: uppercase;
	background: #303030 url(../images/h-btn-recherche.png) repeat-x left top;
	border: 1px solid #ebeaf0;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.msie9 #btn-recherche span span, .chrome #btn-recherche span span {
	border: none;
}

/* -------------------------------------------------------------------------------------- //
 * ---------------------------------------// MENU //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#div-menu {
	margin: 0 auto 20px auto;
	width: 960px;
	position: relative;
	overflow: hidden;
}

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

#menu li {
	float: left;
	font-size: 1.2em;
}

#menu li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #4d4d4d;
	border-left-color: #909090;
	border-right-color: #202020;

	text-align: center;
	background: #4d4d4d url(../images/h-menu-li-bordeau.png) repeat-x left top;
}

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

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

#menu .last a {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	background: #4d4d4d url(../images/h-menu-li-jaune.png) repeat-x left top;
}

#menu #li465 a {
	background: #4d4d4d url(../images/h-menu-li-bleu.png) repeat-x left top;
}

#menu li a span {
	float: left;
	display: block;
	padding: 4px 6px;
	width: 123px;
	height: 35px;
	line-height: 34px;
}

#menu #li465 a span {
	line-height: 15px;
	padding: 4px 26px;
	width: 83px;
}
#menu #li462 a span {
    line-height: 15px;
    padding: 4px 26px;
    width: 83px;
}

#menu .last a span {
	width: 124px;
}

#menu li a:hover, #menu li a:focus, #menu li.current a, #menu li.ssm a.over {
	background-position: left bottom !important;
}
/*
#menu li a:hover span, #menu li a:focus span, #menu li.current a span, #menu li.ssm a.over span {

}*/

/* ----------------------- Sous menu ----------------------- */
#menu li ul {
	display: none;
}

#menu li ul li {
	float: none;
}

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

/* Zone dans laquelle est placée le sous menu */
#ssmenu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 9999;
	background: #631216;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	border: 1px solid #909090;
	border-top: none;
}

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

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

.chrome #ssmenu ul li {
	float: none;
	padding: 0 !important;
}

#ssmenu ul li:first-child a {
	border-top: none;
}

#ssmenu ul li:last-child a {
	border-bottom: none;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#ssmenu ul li a {
	display: block;
	float: none;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 6px;
	color: #fff;
	border-top: 1px solid #b48d8f;
	border-bottom: 1px solid #681a1e;
}

.msie6 #ssmenu ul li a {
	display: inline-block;
}

#ssmenu ul li a:hover, #ssmenu ul li a:focus, #ssmenu ul li.current2 a {
	background: #dc5f66;
}

/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// FOOTER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	background: #474747;
}

#haut-footer {
	background: #474747 url(../images/f-bg-haut-footer.png) repeat-x left top;
	padding: 0 30px;
}

.bloc-foot {
	float: left;
	background: url(../images/h-menu-sep.png) repeat-y left top;
	padding: 16px 20px 16px 30px;
}

.msie6 .bloc-foot {
	position: relative;
}

#cats-foot {
	width: 164px;
	padding-left: 0;
	background: none;
}

.titre-foot {
	font-family: "Arial Black", Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #b12c32;
	text-shadow: 1px 1px 2px #000;
}

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

#bloc-menu-foot .menu-foot {
	float: left;
	margin-left: 20px;
}

#bloc-menu-foot ul.first {
	margin-left: 0;
}

.menu-foot li {
	font-size: 1.2em;
}

.menu-foot li a {
	display: block;
	padding: 2px 0;
	text-decoration: none;
	color: #c6c6c6;
}

.msie6 .menu-foot li a {
	display: inline-block;
}

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

#bas-footer {
	background: #474747 url(../images/f-bg-bas-footer-gauche.png) repeat-x left top;
}

.msie6 #bas-footer {
	height: 230px;
}

#gauche-footer {
	padding: 16px 30px;
	width: 540px;
	float: left;
	background: none;
}

.msie6 #gauche-footer {
	position: relative;
}

#bloc-qsn {
	border-bottom: 1px solid #878787;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

.msie6 #bloc-qsn {
	position: relative;
}

#bloc-qsn p {
	font-size: 1.1em;
	color: #e8e8e8;
}

#bloc-qsn #titre-qsn {
	font-family: "Arial Black", Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #fff;
}

#tags-foot {
	font-size: 0.8em;
	color: #6c6c6c;
}

#droite-footer {
	padding: 0;
	width: 360px;
	float: right;
	background: #474747 url(../images/f-bg-bas-footer-droite.png) repeat-x left top;
}

/* ------------------------- Formulaire Newsletter ---------------------*/
#form-newsletter {
	padding: 16px 30px 0 30px;
	width: 300px;
	background: url(../images/f-newsletter.png) no-repeat 247px -9px;
}

.msie6 #form-newsletter {
	position: relative;
}

#titre-newsletter {
	padding-top: 2px;
	font-size: 1.2em;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #ff8d01;
}

#form-newsletter fieldset {
	border: none;
	border-bottom: 1px solid #878787;
	padding: 0 0 10px 0;
}

#form-newsletter fieldset p {
	margin-bottom: 6px;
	color: #acacac;
	font-size: 1.1em;
}

#form-newsletter div {
	position: relative;
	height: 23px;
	width: 298px;
	border: 1px solid #ededed;
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#Newsletter {
	position: absolute;
	top: 2px;
	left: 4px;
	height: 19px;
	width: 200px;
	line-height: 19px;
	padding: 0;
	font-size: 1.2em;
	border: none;
	background: none;
	color: #666;
}

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

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

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

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

#btn-newsletter span {
	display: block;
}

#btn-newsletter span span {
	height: 21px;
	line-height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 8px;
	background: #ff8001 url(../images/f-btn-newsletter.png) repeat-x left top;
	border: none;
	color: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#partage-foot {
	padding: 16px 0px 16px 120px;
	background: url(../images/f-nous-suivre_03.png) no-repeat 30px 16px;
}

#facebook-foot {
	margin-right: 5px;
	margin-left: 5px;
}

/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// BARRE LATERALE //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* ----------------------- Gauche ------------------------- */
#barre-laterale-g {
	float: left;
	width: 220px;
	padding: 0;
}

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

/* Menus des blocs de la barre latérale, contenant le menu principal */
.titre-bloc-lat {
	font-size: 1.4em;
	color: #ffffff;
	background: #ff8101 url(../images/s-bg-titre-lat.png) repeat-x left top;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.titre-bloc-lat strong {
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
}

#bloc-lat-16 .titre-bloc-lat strong {
	background: url(../images/s-picto-nos-garanties.png) no-repeat 10px 1px;
	padding: 6px 10px 5px 44px;
	text-shadow: 0px 0px 3px #ffe5bd;
}

#bloc-lat-16 .block {
	cursor: pointer;
	background: #eee;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    right top,
	    color-stop(0, #fff),
	    color-stop(1, #eee)
	);
	background-image: -moz-linear-gradient(
	    left center,
	    #fff 0%,
	    #eee 100%
	);
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #e9e9e9;
	margin: 0;
}

#bloc-lat-16 .block:hover, #bloc-lat-16 .block:focus {
	background: #fff;
}

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

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

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

#bloc-lat-16 .block .sous-titre-bloc-lat {
	padding: 5px 0 10px 60px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
	font-size: 12px;
}

#bloc-lat-16 .block .sous-titre-bloc-lat a {
	color: #000;
	text-decoration: none;
}

#bloc-lat-16 .block:hover .sous-titre-bloc-lat, #bloc-lat-16 .block:focus .sous-titre-bloc-lat {
	color: #ff8d01;
}

#bloc-lat-16 .block:hover .sous-titre-bloc-lat a, #bloc-lat-16 .block:focus .sous-titre-bloc-lat a {
	color: #ff8d01;
}

#bloc-lat-16 .sous-titre-bloc-lat strong {
	display: block;
}

.garantie-0 .sous-titre-bloc-lat {
	background: url(../images/s-rea-paiement.png) no-repeat left top;
}

.garantie-1 .sous-titre-bloc-lat {
	background: url(../images/s-rea-livraison.png?2) no-repeat left top;
}

.garantie-2 .sous-titre-bloc-lat {
	background: url(../images/s-rea-commentaires.png) no-repeat left top;
}

.garantie-3 .sous-titre-bloc-lat {
	background: url(../images/s-rea-svc-client.png) no-repeat left top;
}

.garantie-3 {
	-moz-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}

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

.bloc-lat .block p, .bloc-lat .block ul, .bloc-lat .block ol {
	font-size: 11px;
}

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

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

.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 6px;
	text-decoration: none;
	color: #666;
	background: #eee;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    right top,
	    color-stop(0, #fff),
	    color-stop(1, #eee)
	);
	background-image: -moz-linear-gradient(
	    left center,
	    #fff 0%,
	    #eee 100%
	);
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #e9e9e9;
}

.msie6 .menu-lat li a {
	display: inline-block;
	width: 207px;
}

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

.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 0 0 10px;
}

#rss-blog a {
	display: block;
	padding-left: 36px;
	text-decoration: none;
	background: url(../images/s-picto-rss.png) no-repeat left 2px;
	color: #000000;
}

.msie6 #rss-blog a {
	background: url(../images/s-picto-rss-ie6.png) no-repeat left 2px;
}

.msie #rss-blog a {
	padding-bottom: 4px;
}

#rss-blog a strong {
	display: block;
	color: #ff8d01;
}

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

#c1-panier-pop {
	border: 2px solid #272727;
	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: #ff8d01;
}

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

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

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

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

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

.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 {
	background: url(../images/bg-pneux.jpg) no-repeat center 98px;
}

#c1-corps {
	background: url(../images/c-specialiste2.png) no-repeat center 37px;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #ffffff;
	-moz-box-shadow: 0 0 8px #bbb;
	-webkit-box-shadow: 0 0 8px #bbb;
	box-shadow: 0 0 8px #bbb;
	border: 1px solid #e9e9e9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

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

#contenu.no-column/*, .msie6 .no-column*/ {
	float: none !important;
	width: 930px !important;
	padding: 0 15px 20px 15px !important;
}

.pre-content {
	width: 930px;
	padding: 0 15px 20px 15px;
}

/* ------------------------- Bloc dimensions -------------------------- */
#bloc-dimensions {
	width: 958px;
	height: 52px;
	background: #92292e url(../images/h-bandeau-choix-dimensions.jpg) no-repeat left top;
	position: relative;
	margin: 0 auto 20px auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e9e9e9;
	-moz-box-shadow: 0 0 8px #bbb;
	-webkit-box-shadow: 0 0 8px #bbb;
	box-shadow: 0 0 8px #bbb;
}

.msie6 #bloc-dimensions, .msie7 #bloc-dimensions {
	z-index: 60;
}

#expli-dimensions {
	position: absolute;
	left: 16px;
	top: 10px;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
}

#div-combo-dimensions {
	position: absolute;
	left: 360px;
	top: 12px;
}

#sel-dimensions, #div-combo-dimensions .comboBox {
	width: 262px !important;
}

#sel-dimensions .comboBoxSelect, #div-combo-dimensions .comboBox .comboBoxSelect {
	background: url(../images/c-combobox-btn2.png) no-repeat 0 0;
}

#infos-dimensions {
	position: absolute;
	width: 174px;
	left: 776px;
	top: 10px;
	color: #d3d3d3;
	text-transform: uppercase;
	font-weight: bold;
}

#infos-dimensions a {
	text-decoration: none;
	color: #d3d3d3;
}

#infos-dimensions a * {
	vertical-align: bottom;
}

/* -------------------------- Balais Essuie Glaces --------------------------- */
#bloc-balais {
	width: 930px;
	height: 98px;
	position: relative;
	background: #822227 url(../images/c-bandeau-essuies-glaces.jpg) no-repeat left top;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#expli-balais {
	position: absolute;
	left: 100px;
	top: 24px;
	width: 280px;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
}

#div-combo-marque {
	position: absolute;
	left: 462px;
	top: 20px;
}

#sel-marque, #div-combo-marque .comboBox {
	width: 262px !important;
}

#sel-marque .comboBoxSelect, #div-combo-marque .comboBox .comboBoxSelect {
	background: url(../images/c-combobox-btn2.png) no-repeat 0 0;
}

#div-combo-modele {
	position: absolute;
	left: 462px;
	top: 52px;
}

#sel-modele, #div-combo-modele .comboBox {
	width: 262px !important;
}

#sel-modele .comboBoxSelect, #div-combo-modele .comboBox .comboBoxSelect {
	background: url(../images/c-combobox-btn2.png) no-repeat 0 0;
}

/* ---------------------------- Fil d'ariane -------------------------- */
#fil-ariane {
	padding: 0 15px 20px 15px;
	font-weight: bold;
}

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

#fil-ariane span {
	color: #822227;
}

#version-mobile {
	position: absolute;
	left: -91px;
	top: 40px;
}

/* ---------------------------------------------- Accueil -------------------------------------------- */
#slider {
	height: 270px;
	width: 960px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	position: relative;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#c1-slider {
	height: 270px;
	width: 960px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

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

.nivo-controlNav a {
	margin-left: 10px;
	float: left;
	display: block;
	width: 19px;
	height: 20px;
	background: url(../images/c-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;
}

.bloc-accueil {
	display: block;
	float: left;
	margin-left: 33px;
	width: 125px;
	border: 1px solid #dcdcdc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #e9e9e9;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #1f1e1e;
	text-transform: uppercase;
}

.bloc-accueil span {
	display: block;
	float: left;
	width: 113px;
	padding: 124px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#bloc-accueil-0 {
	margin-left: 0;
}

.bloc-accueil:hover, .bloc-accueil:focus {
	background: #ffb100 url(../images/c-bg-type-chaine.png) repeat-x left bottom;
	border-color: #ff8d01;
	color: #fff;
	-moz-box-shadow: 0 0 5px #ff8d01;
	-webkit-box-shadow: 0 0 5px #ff8d01;
	box-shadow: 0 0 5px #ff8d01;
}

.bloc-accueil strong {
	font-weight: normal;

}

#liste-selections {
	height: 25px;
	width: 710px;
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

#liste-selections li {
	float: left;
	margin-right: 8px;
}

#liste-selections #li-sel-promotions {
	margin-right: 0;
}

#liste-selections li a {
	float: left;
	display: block;
	height: 25px;
	line-height: 25px;
	width: 210px;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #e9e9e9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#liste-selections li a.current, #liste-selections li a:hover, #liste-selections li a:focus {
	background: #a92525;
	color: #fff;
}

/*carrousel des marques*/
#cadre-marques {
	padding: 10px;
	background: #eeeeee;
	width: 690px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#titre-marques {
	text-transform: uppercase;
	color: #8a3135;
	font-size: 14px;
}

.carrouselContainer {
	margin: 10px 0 0 0;
}

#MenuMarque {
	width: 690px;
	height: 102px;
}

.carrouselContainer #MenuMarque ul {
	padding-left: 0;
}

#MenuMarque ul {
	padding-left: 0;
	text-align: center;
}

.carrouselContainer #MenuMarque ul li {
	float: left;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

#MenuMarque ul li {
	display: inline-block;
	text-align: center;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

#MenuMarque ul li a {
	float: left;
}

.marque-simg {
	display: block;
	height: 92px;
	width: 92px;
	padding: 4px;
	line-height: 92px;
	text-align: center;
	font-weight: bold;
	background: #ffffff;
	color: #666;
}

#stop, #resume {
	display: none;
	cursor: pointer;
}

/* ------------------------------ 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 #4f3f40;
	padding-bottom: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

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

#formProd {
	padding-bottom: 30px;
	position: relative;
}

#zone-photo {
	width: 300px;
	float: left;
	position: relative;
}

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

#principale .photo {
	display: block;
}

#principale .photo img {
	width: 300px;
}

#clic-zoom {
	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;
}

.etatPrixFiche {
	position: absolute;
	left: 0;
	top: 0;
}

#marque-img {
	position: absolute;
	left: 0;
	bottom: 0;
}
/*
#marque-img img {
	height: 50px;
}*/

#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: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#prec:hover, #prec:focus, #suiv:hover, #suiv:focus {
	background: #ff8d01;
}

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

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

#zone-achat {
	position: relative;
	float: right;
	width: 386px;
	padding-bottom: 80px;
}

#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;
	overflow: hidden;
	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 16px;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 4px;
	color: #ffffff;
	background: #666;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #666),
	    color-stop(1, #4f3f40)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #666 0%,
	    #4f3f40 100%
	);
}

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

.etatPrixFiche {
	display: inline-block;
	margin-bottom: 6px;
}

.msie6 .etatPrixFiche, .msie7 .etatPrixFiche {
	float: left;
}

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

/*Colonne de droite de la #zone-achat de la fiche produit*/
.dispo-fiche {
	padding: 8px 0 20px 0;
	clear: both;
}

#infos-comp {
	padding: 5px 0;
	border: 1px dotted #000;
	border-left: none;
	border-right: none;
}

.info-comp {
	font-size: 10px;
	color: #3d3c3c;
}

.info-comp a {
	text-decoration: none;
	color: #3d3c3c;
}

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

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

#partage-avis {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 386px;
}

#partage-reseaux {
	position: relative;
	float: right;
	width: 232px;
	height: 42px;
}

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

#partage-reseaux p, #partage-email p {
	margin-bottom: 6px;
	color: #424448;
	font-family: Georgia, Times, Garamond, serif;
	font-weight: bold;
}

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

#btn-like {
	left: 0;
}

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

#sendFriend {
	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));
}

#sendFriend span span {
	height: 18px;
	line-height: 18px;
	font-size: 1.1em;
	border: 1px solid #d7d6de;
	padding: 0 5px 0 26px;
	color: #666;
	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: #ccc;
}

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

.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: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #e9e9e9;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #f4f4f4),
	    color-stop(1, #e9e9e9)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #f4f4f4 0%,
	    #e9e9e9 100%
	);
	color: #c4c4c4;
	color: #000;
	-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: #822227;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #982a30),
	    color-stop(1, #822227)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #982a30 0%,
	    #822227 100%
	);
	color: #fff;
}

.onglet-fiche {
	clear: both;
	border: 1px solid #e9e9e9;
	border-top: 1px solid #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	background: #f5f5f5;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #f5f5f5),
		color-stop(0.1, #fff),
		color-stop(0.9, #fff),
	    color-stop(1, #f5f5f5)
	);
	background-image: -moz-linear-gradient(
		center top,
		#f5f5f5 0%,
		#fff 10%,
		#fff 90%,
		#f5f5f5 100%
	);
}

.msie6 .onglet-fiche, .msie7 .onglet-fiche {
	float: left;
	width: 670px;
	overflow: hidden;
	position: relative;
}

#description p, #description li {
	margin-bottom: 6px;
}

#description :first-child {
	margin-top: 0;
}

#caracteristiques li {
	margin-bottom: 6px;
}

#titre-cross {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #a92525;
	color: #fff;
}

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

.msie6 #processus-commande p, .msie7 #processus-commande p {
	display: block;
	float: left;
}

#processus-commande p a {
	text-decoration: none;
	color: #ffffff;
}

#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: #222;
	background: -moz-linear-gradient(top, #444, #222 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	-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: #ff8d01;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #ffb100),
	    color-stop(1, #ff8101)
	);
	background-image: -moz-linear-gradient(
	    center top,
	    #ffb100 0%,
	    #ff8101 100%
	);
	border-color: #ff8d01;
	color: #ffffff;
}

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

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

.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: #1b1b1b;
	background: -moz-linear-gradient(top, #2b2b2b, #1b1b1b 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2b2b2b), to(#1b1b1b));
}

#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: 550px;
	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: #ccc url(../images/c-btn-suppr-blanc.png) no-repeat 4px 5px;
}

.msie6 #votre-panier td.panier-supprimer a {
	background: #ccc 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: #ff8d01;
}

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

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

#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: #222;
	background: -moz-linear-gradient(top, #444, #222 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
}

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

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

#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 #444;
	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 #443637;
	z-index: 30;
	color: #ffffff;
	background: #222;
	background: -moz-linear-gradient(top, #444, #222 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
}

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

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

.mode-livr label span * {
	vertical-align: baseline;
}

.mode-livr label span strong {
	display: block;
	text-transform: uppercase;
	color: #ff8d01;
}

.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 #ccc;
	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: #ff8d01;
}

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

#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: #ff8d01;
	color: #ffffff;
}

/* ------------------------- Récapitulatif panier ------------------------- */
/*Début Nouveau processus de commande*/
#div-deja {
	border: 1px dotted #4f3f40;
	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 #4f3f40;
}

#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 #4f3f40;
	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: #ccc;
}

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

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

#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: #ff8d01 !important;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------// BANDEAUX FICHE //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
#w_bandeau #pagepanier2 {
	border: none;
}

#w_bandeau #prod-nom, #w_bandeau .price strong {
	color: #ffffff;
}

#w_bandeau .price del {
	color: #e3decf;
}

#w_dialog-message {
	overflow: hidden;
	padding-bottom: 10px;
}

#w_dialog-message #prix-fiche {
	font-size: 24px;
}

#w_dialog-message #prix-fiche strong {
	color: #ff8d01 !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 #e3decf;
}

.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 #4f3f40;
	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 #4f3f40;
}

.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 #4f3f40;
}

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

#zone-commentaires ol li.admin {
	border: 1px dashed #ff8d01;
	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;
}

.titre-billet a, .titre-billet a:hover {
	color: #fff;
}

/* ----------------- Début Avis ----------------- */

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

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

#content .ListProd .BlockProd .wizicss-etoiles-bg {
    display: inline-block;
    float: none ;
    margin: 0 ;
    width: 77px ;
}

.wizicss-etoiles-fg {
    margin: 0 !importa
}

#content .ListProd .BlockProd .etoiles-list {
    float: none;
    text-align: center;
    width: auto;
}

/* Note générale du produit */
#zone-achat .wizicss-zone-note {
    padding: 6px 0 6px 6px;
    margin: 0 0 0 10px;
    float: right;
    text-align: center;
    font-family: Georgia, Times, Garamond, serif;
}

#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 {
    color: #FF8D01;
    display: block;
    text-decoration: underline;
}

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

#commentaires .wizicss-com-tous a {
    color: #000;
}

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

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

.note_wrapper {
    padding: 0.3em 0.5em;
    background: #eee;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #fff),
        color-stop(1, #eee)
    );
    background-image: -moz-linear-gradient(
        left center,
        #fff 0%,
        #eee 100%
    );
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #e9e9e9;
    margin: 0;
}

#commentaires h1.h1 a {
    color: #FF8D01;
}


/* ----------------- Fin Avis ----------------- */
/* prix decressif */
.range-h1 { padding-top: 20px; margin-bottom: 6px; }
.range-table { margin-bottom: 20px; }
.range-th { background: #881319; color:#fff;border-radius:0;}
.range-td { background: #eee; }
/* vente flash */
.flash-sale { position: absolute; top: 0; left: 0; }
.flash-sale { width: 169px; }
.flash-sale .flash-sale-h1 { font-size: 10px; }
.flash-sale .countdown { width: 90px; }
.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: 386px; }
#flash-sale-h1 { font-size: 16px; }
/*----------------- formulaire   ***************/
.w_form .field-ko .textbox,
.w_form .field-ko .date-input,
.w_form .field-ko textarea {
    background: #f6e6e6; border: 1px solid #a80e0e; color: #a80e0e;
}
.w_form .field-ko .date-input{
    background: #f6e6e6 url(/_t/_/images/images-sp1.png?2) no-repeat 63px -1183px;
}
.w_form .textbox:hover,
.w_form .textbox:focus,
.w_form .date-input:hover,
.w_form .date-input:focus,
.w_form textarea:hover,
.w_form textarea:focus {
    border-color: #db5449;
}
.success { color: #328b1a; }
.success-group { background: #e7f5e4; }
.success-group .success { color: #328b1a; }



.w_ajoutPanierKO #BtnAddCartSup {
    display: none !important;
}
#prod-add-cart {
    float: right;
    width: 250px;
    text-align: right;
}
#alert-btn {
    height: auto;
    width: 200px;
    text-transform: none;
}
#alert-btn span {
    background: #822227;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #982a30),
        color-stop(1, #822227)
    );
    background-image: -moz-linear-gradient(
        center top,
        #982a30 0%,
        #822227 100%
    );
    border-color: #8f352d;
    color: #ffffff;
}
#alert-btn.btnT2 span {
    background: #e9e9e9;

    border-color: #d0d0d0;
    color: #333333;
}
#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{
    padding: 5px;
     width:auto;
    border: 1px solid #ff8d01;
    background: #ff8d01;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ff8d01),
        color-stop(1, #ff8101)
    );
    background-image: -moz-linear-gradient(
        center top,
        #ff8d01 0%,
        #ff8101 100%
    );
    color: #ffffff;
}

/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// Badge //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
.prod-badge,
#prod-badge {
	display: inline-block;
	width: auto;
	margin: 7px auto;
	padding: 5px 15px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#prod-badge {
	margin: 5px 0;
}
.prod-price .prod-badge span {
	color: #fff !important;
}
.wrapper-badge {
	text-align: center;
}
#wrapper-badge {
	display: block;
	margin-bottom: 20px;
}

.haut-prod .prod-badge {
	padding: 4px 6px;
	font-size: 12px;
}


