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

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

img {
	border: none;
}

a, label, button {
	cursor: pointer;
}

a {
	color: #ca2952;
}

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

input, textarea, select, textarea {
	color: #524034;
	font-family: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
}

.textbox, textarea {
	border: 1px solid #bfbfbf;
	padding: 2px 3px;
	color: #524034;
}

textarea {
	height: 6em;
}

select {
	border: 1px solid #bfbfbf;
	color: #524034;
}

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

.comboBox, .comboBoxChild {
	cursor: default;
}

label, address {
	color: #14457d;
}

p, li, label, address {
	font-size: 1.3em;
	color: #524034;
}

.simplemodal-data p, .simplemodal-data  li, .simplemodal-data label, .simplemodal-data address {
	color: #fff !important;
}

ul {
	padding-left: 2em;
	list-style-image: url(http://www.bmdiffusion.com/_t/2362/images/puce.png);
}

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

address {
	font-style: normal;
	margin: 0.6em 0;
}

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

/* Bouton fond uni bordeaux, utilisé sur le moteur de recherche, la newsletter, etc. */
.btnT1 span {
	padding-left: 8px;
	background: #ca2952;
}

.btnT1 span span {
	padding: 0 8px 0 0;
	display: block;
	height: 20px;
	line-height: 18px;
	color: #fff;
	font-size: 1.3em;
}

/* Boutons formulaires généraux */
.btnT2 span, .btnT3 span, .btnT4 span {
	padding-right: 8px;
}

.btnT2 span span, .btnT3 span span, .btnT4 span span  {
	padding: 0 0 0 8px;
	display: block;
	height: 30px;
	line-height: 28px;
	font-size: 1.3em;
	font-weight: bold;
}

/* Bouton formulaires dégradé bordeaux */
.btnT2 span {
	background: #ca2952 url(http://www.bmdiffusion.com/_t/2362/images/btnT2-d.png) no-repeat right top;
}

.btnT2 span span {
	background: url(http://www.bmdiffusion.com/_t/2362/images/btnT2-g.png) no-repeat left top;
	color: #fff;
}

/* Bouton formulaires dégradé gris */
.btnT3 span {
	background: #e0ded5 url(http://www.bmdiffusion.com/_t/2362/images/btnT3-d.png) no-repeat right top;
}

.btnT3 span span {
	background: url(http://www.bmdiffusion.com/_t/2362/images/btnT3-g.png) no-repeat left top;
	color: #000;
}

/* Bouton formulaires dégradé gris sur fond blanc */
.btnT4 span {
	background: #e0ded5 url(http://www.bmdiffusion.com/_t/2362/images/btnT4-d.png) no-repeat right top;
}

.btnT4 span span {
	background: url(http://www.bmdiffusion.com/_t/2362/images/btnT3-g.png) no-repeat left top;
	color: #000;
}


/* Bouton panier */
.btnPanier span {
	padding-right: 8px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/btn-panier-d.png) no-repeat right top;
}

.btnPanier span span {
	padding: 0 0 0 34px;
	display: block;
	height: 28px;
	line-height: 24px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: url(http://www.bmdiffusion.com/_t/2362/images/btn-panier-g.png) no-repeat left top;
}

a.button {
	text-decoration: none;
}

.clear {
	clear: both;
}

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

.hidden {
	display: none;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// BLOCS //-------------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* Blocs du header */
.bloc-header {
	margin-top: 1em;
	background: #e8e6e2 url(http://www.bmdiffusion.com/_t/2362/images/ombre-bloc-header-droite.png) no-repeat right bottom;
}

.cont-bloc-header {
	padding-bottom: 3px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/ombre-bloc-header-gauche.png) no-repeat left bottom;
}

/* Blocs de la barre latérale */
.bloc-lat {
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-bloc-lat-repetition.png) repeat-y left top;
	width: 222px;
	margin-bottom: 1.4em;
}

.cont-bloc-lat {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-bloc-lat-bas.png) no-repeat left bottom;
}

.cont-cont-bloc-lat {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-bloc-lat-haut.png) no-repeat left top;
	padding: 4px 20px 18px 20px;
}

.bloc-lat-no-mef {
	background: #fff;
	width: 222px;
	margin-bottom: 1.4em;
}

.bloc-lat .block {
	margin-bottom: 0.6em;
}

/* Blocs du footer */
.bloc-foot {
	float: left;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-bloc-foot-repetition.png) repeat-y left top;
}

.cont-bloc-foot {
	background: url(http://www.bmdiffusion.com/_t/2362/images/ombre-bloc-foot-droite.png) no-repeat right bottom;
}

.cont-cont-bloc-foot {
	background: url(http://www.bmdiffusion.com/_t/2362/images/ombre-bloc-foot-gauche.png) no-repeat left bottom;
	padding: 16px 20px 20px 20px;
}

/* Blocs de l'accueil, des pages informatives, des listes de produits et de catégories, etc. , avec la décoration à gauche */
.blocT1 {
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT1-repetition.png) repeat-y left top;
	width: 722px;
	margin-bottom: 1.8em;
}

.cont-blocT1 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT1-bas.png) no-repeat left bottom;
}

.cont-cont-blocT1 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT1-haut.png) no-repeat left top;
	padding: 10px 26px 18px 26px;
	overflow: hidden;
}

#contenu.large .blocT1 {
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT2-repetition.png) repeat-y left top;
	width: 960px;
}

#contenu.large .cont-blocT1 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT2-bas.png) no-repeat left bottom;
}

#contenu.large .cont-cont-blocT1 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT8-haut.png) no-repeat left top;
}

/* Blocs de la fiche (partie haute) */
.blocT2 {
	clear: both;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT2-repetition.png) repeat-y left top;
	width: 960px;
	margin-bottom: 1.8em;
}

.cont-blocT2 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT2-bas.png) no-repeat left bottom;
}

.cont-cont-blocT2 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT2-haut.png) no-repeat left top;
	position: relative;
}

/* Blocs des descriptions, caractéristiques des fiches */
.blocT3 {
	clear: both;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT1-repetition.png) repeat-y left top;
	width: 722px;
	margin-bottom: 1.8em;
	float: left;
}

.cont-blocT3 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT1-bas.png) no-repeat left bottom;
}

.cont-cont-blocT3 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT3-haut.png) no-repeat left top;
	overflow: hidden;
}

/* Blocs du cross selling des fiches */
.blocT4 {
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT4-repetition.png) repeat-y left top;
	width: 208px;
	margin-bottom: 1.8em;
	float: right;
}

.cont-blocT4 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT4-bas.png) no-repeat left bottom;
}

.cont-cont-blocT4 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT4-haut.png) no-repeat left top;
	overflow: hidden;
	padding: 6px 0 10px 0;
}

/* Blocs du panier (avec le tableau du contenu du panier) */
.blocT5 {
	clear: both;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT2-repetition.png) repeat-y left top;
	width: 960px;
	margin-bottom: 1.8em;
}

.cont-blocT5 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT2-bas.png) no-repeat left bottom;
}

.cont-cont-blocT5 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT5-haut.png) no-repeat left top;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

/* Blocs des remises, du cross selling du panier et du choix du mode de paiement */
.blocT6 {
	float: left;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT6-repetition.png) repeat-y left top;
	width: 428px;
	margin-bottom: 1.8em;
}

.cont-blocT6 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT6-bas.png) no-repeat left bottom;
}

.cont-cont-blocT6 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT6-haut.png) no-repeat left top;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

/* Blocs du total du panier */
.blocT7 {
	float: right;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT7-repetition.png) repeat-y left top;
	width: 516px;
	margin-bottom: 1.8em;
}

.cont-blocT7 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT7-bas.png) no-repeat left bottom;
}

.cont-cont-blocT7 {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-blocT7-haut.png) no-repeat left top;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TITRES //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, Garamond, serif;
}

h1 {
	text-transform: uppercase;
	font-size: 1.6em;
	margin-bottom: 1em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 1em;
	color: #857367;
}

h5 {
	font-size: 1.3em;
	font-style: normal;
	text-decoration: underline;
	margin-bottom: 0.6em;
	color: #666;
}

h6 {
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 0.6em;
	color: #666;
}

/* Titres des blocs de la barre latérale */
.titre-bloc-lat {
	text-transform: uppercase;
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #da7b16;
	margin-bottom: 0.6em;
}

.sous-titre-bloc-lat {
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #CA2952;
	margin-bottom: 0.6em;
}

.sous-sous-titre-bloc-lat {
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.2em;
	color: #524034;
	margin-bottom: 0.6em;
	text-decoration: underline;
}

/* Titres des blocs du footer */
.titre-foot {
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.2em;
	color: #665f4f;
	margin-bottom: 1em;
}

.titre-foot strong {
	font-weight: normal;
}

/* Titres des blocs de l'accueil, des pages informatives, des listes de produits et de catégories, etc. , avec la décoration à gauche */
.titre-blocT1 {
	text-transform: uppercase;
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.6em;
	margin-bottom: 1em;
}

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

.sous-sous-titre-blocT1 {
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 1em;
	color: #857367;
}

/* Titres des fiches */
.titre-blocT2 {
	margin-top: 0.4em;
	margin-left: 14px;
	width: 710px;
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.6em;
	color: #ca2952;
	float: left;
}

.titre-blocT2 a {
	text-decoration: none;
	color: #524034;
	font-weight: normal;
}

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

/* Titres des blocs du cross selling des fiches */
.titre-blocT4 {
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 28px;
	margin-bottom: 1em;
	color: #524034;
}

/* Titres des onglets du panier et de la validation */
.titre-panier {
	font-size: 1em;
}

.titre-panier .titre {
	display: inline-block;
	height: 39px;
	font-size: 1.6em;
	font-family: Georgia, Times, Garamond, serif;
	text-transform: uppercase;
	color: #CA2952;
}

.titre-blocOnglet {
	display: inline-block;
	margin: 0 1px;
	padding: 8px 16px 0 14px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/onglet-bloc-pan-d.png) no-repeat right top;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// TABLEAUX //----------------------------------- //
 * -------------------------------------------------------------------------------------- */
table, td, th {
	border-collapse: collapse;
	border: 1px solid #a49d8d;
}

th {
	background: #B9B5A9;
	padding: 6px 10px;
	font-size: 1.3em;
}

td {
	background: #F0EDE4;
	font-size: 1.3em;
	padding: 10px;
}

table caption {
	font-size: 1.4em;
	padding-bottom: 8px;
}

.tdl {
	text-align: left;
}

.tdc {
	text-align: center;
}

.tdr {
	text-align: right;
}

/* -------------------------------------------------------------------------------------- //
 * -----------------------------------// FORMULAIRES //---------------------------------- //
 * -------------------------------------------------------------------------------------- */
.erreur {
	margin-bottom: 2em;
}

.success{
	color: green;
}

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

/* Formulaires généraux */
.formT1 {
	overflow: hidden;
}

.formT1 fieldset {
	padding: 10px 8px;
	border: 1px solid #CBC5C2;
	background: #EFEEE4;
	margin: 1em 0 2em 0;
}

.formT1 fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Georgia, Times, Garamond, serif;
	color: #524034;
}

.regroupement {
	margin-bottom: 0.6em;
	overflow: hidden;
	clear: both;
}

.formT1 label {
	float: right;
	margin-top: 0.2em;
}

.formT1 .textbox, .formT1 textarea, .formT1 select {
	float: right;
	width: 36em;
	margin-left: 0.4em;
}

.formT1 select {
	width: 36.6em;
}

.choix-horiz ul {
	margin-left: 0.5em;
	list-style: none;
	list-style-image: none;
	float: right;
	width: 44em;
	padding-left: 0;
}

.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;
	float: none;
	width: auto;
}

.formT1 .zone-button {
	width: 44.3em;
	float: right;
	clear: both;
}

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

/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// 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 ----------------------------- */
.ligne-prod {
	clear: both;
	overflow: hidden;
	margin-bottom: 0.2em;
}

.list-tri {
	font-size: 1.1em;
	margin-bottom: 1em;
}

.list-prod .ligne-prod {
	margin-bottom: 1.2em;
}

.voir-prod-cat {
	margin-left: 7px;
	margin-bottom: 2em;
}

.list-prod .prod {
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-prod-bas-2.png) no-repeat left bottom;
	width: 330px;
	margin-right: 0;
	float: left;
	position: relative;
}

.prod {
	cursor: pointer;
}

.list-prod .prod:hover, .list-prod .prod:focus {
	background-position: right bottom;
}

.list-prod .prod:hover .cont-prod, .list-prod .prod:focus .cont-prod {
	background-position: right top;
}

.list-prod .ligne-prod .last {
	float: right;
}

.list-prod .cont-prod {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-prod-haut-2.png) no-repeat left top;
	padding: 14px 14px 24px 14px;
	position: relative;
}

.list-prod .avec-etat {
	padding: 14px 14px 50px 14px;
}

.list-prod .prod {
	min-height: 214px;
}

.list-cat .prod {
	min-height: 194px;
}

.list-prod .prod .photo-prix {
	margin-bottom: 0.6em;
}

.list-prod .prod .nom {
	margin-bottom: 0.3em;
	font-size: 1.3em;
	font-family: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
}

.list-prod .prod .nom a {
	color: #000;
	text-decoration: none;
}

.list-prod .prod .marque {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

.list-prod .prod .marque a {
	text-decoration: none;
	color: #524034;
}

.list-prod .prod .nom, .list-prod .prod .marque {
	margin-left: 156px;
}

.list-prod .prod a.photo {
	position: absolute;
	top: 14px;
	left: 14px;
	display: block;
	padding-bottom: 11px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/ombre-photo-150.png) no-repeat left bottom;
}

.list-prod .prod a.photo img {
	border: 1px solid #dcdddf;
}

.list-prod .prod .prix {
	margin: 6px 0 4px 144px;
	font-size: 1em;
}

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

.list-prod .prod .prix span {
	padding-left: 12px;
	font-size: 1.1em;
	color: #3e2c20;
}

.list-prod .prod .prix strong {
	display: block;
	padding-left: 16px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-prix.png) no-repeat left bottom;
	height: 28px;
	line-height: 28px;
	color: #3e2c20;
	font-size: 1.5em;
}

.list-prod .prod .prix del {
	padding-left: 16px;
	font-size: 1.2em;
	color: #3e2c20;
}

.list-prod .prod .etatPrix {
	position: absolute;
	bottom: 14px;
	left: 7px;
	background: #CA2952/* url(http://www.bmdiffusion.com/_t/2362/images/fond-etat-prix2.png) no-repeat right top*/;
	color: #fff;
	height: 22px;
	line-height: 20px;
	padding: 0 6px;
	width: 304px;
	text-align: center;
}

.list-prod .prod .btn-ajpan, .list-prod .prod .btn-voir-fiche {
	margin-left: 150px;
	border: none;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-cont-btn-panier.png) no-repeat right top;
	height: 32px;
	padding-right: 3px;
}

.list-prod .prod .btn-voir-fiche {
	display: inline-block;
	padding: 2px 7px 0 0;
}

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

/* ------------------------------------------- Sélections --------------------------------------- */
.selection .prod {
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-prod-bas.png) no-repeat left bottom;
	width: 214px;
	margin-right: 1.4em;
}

.selection .ligne-prod .last {
	float: left;
	margin-right: 0;
}

.selection .cont-prod {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-prod-haut.png) no-repeat left top;
}

.selection .prod {
	min-height: 214px;
}

.selection .prod .photo-prix {
	height: 110px;
}

.selection .prod a.photo {
	padding-bottom: 13px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/ombre-photo-100.png) no-repeat left bottom;
}

.selection .prod .prix {
	margin: 6px 0 4px 94px;
}

.selection .prod .prix strong {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-prix.png) no-repeat right bottom;
}

.selection .prod .nom, .selection .prod .marque {
	margin-left: 0;
}

.selection .prod .etatPrix {
	bottom: 22px;
	width: 188px;
}

.selection .prod .btn-ajpan {
	margin-left: 100px;
}

/* ----------------------------------- Liste des sous-catégories ----------------------------------- */
.list-cat .ligne-prod {
	margin-bottom: 0.2em;
}

.list-cat .sous-titre-blocT1 {
	margin-bottom: 0.4em;
}

/* ---------------------------------------- Cross Selling ------------------------------------------ */
.cross-sell .prod {
	width: 208px;
	min-height: none;
}

.cross-sell-pan .prod {
	float: left;
	height: 126px;
}

.cross-sell .prod, .cross-sell .cont-prod {
	background: none;
}

.cross-sell .cont-prod {
	padding: 4px 14px 0 14px;
	position: relative;
}

.cross-sell .prod .photo-prix {
	height: 110px;
}

.cross-sell .prod a.photo {
	position: absolute;
	top: 4px;
	left: 14px;
	display: block;
	padding-bottom: 12px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/ombre-photo2-100.png) no-repeat center bottom;
}

.cross-sell .prod a.photo img {
	border: 1px solid #dcdddf;
}

.cross-sell .prod .prix {
	margin: 6px 0 4px 94px;
	font-size: 1em;
}

.cross-sell .prod .prix a {
	text-decoration: none;
}

.cross-sell .prod .prix span {
	padding-left: 12px;
	font-size: 1.1em;
	color: #3e2c20;
}

.cross-sell .prod .prix strong {
	display: block;
	padding-left: 16px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-prix2.png) no-repeat right bottom;
	height: 28px;
	line-height: 28px;
	color: #3e2c20;
	font-size: 1.5em;
}

.cross-sell .prod .prix del {
	padding-left: 16px;
	font-size: 1.2em;
	color: #3e2c20;
}

.cross-sell .prod .nom, .cross-sell .prod .marque {
	display: none;
}

.cross-sell .prod .etatPrix {
	position: absolute;
	bottom: 14px;
	left: 14px;
	background: #CA2952;
	color: #fff;
	padding: 2px 6px;
	width: 90px;
	text-align: center;
}

.cross-sell .prod .btn-ajpan {
	margin-left: 100px;
	border: none;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-cont-btn-panier2.png) no-repeat right top;
	height: 32px;
	padding-right: 3px;
}

/* ------------------------------------------- Pagination ---------------------------------------- */
#navig-page {
	text-align: center;
}

#navig-page a {
	padding: 2px 5px 2px 6px;
	background: #EFEEE4;
	color: #524034;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #cbc5c2;
}

#navig-page a.current, #navig-page a:hover, #navig-page a:focus {
	background: #524034;
	color: #EFEEE4;
}

/* -------------------------------------------------------------------------------------- //
 * --------------------------------------// HEADER //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#header {
	background: #fff;
}

#cont-header {
	width: 960px;
	min-height: 76px;
	overflow: hidden;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-top: 16px;
	font-size: 1em;
	margin-bottom: 0;
}

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

#logo a span {
	display: block;
}

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

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

/* ----------------------- Bloc avec le panier et le compte ----------------------- */
#compte-panier {
	float: right;
	margin-left: 1em;
}

#cont-compte-panier {
	width: 160px;
}

#lien-compte-connexion {
	padding: 4px 8px 6px 8px;
	font-size: 1.1em; 
	font-family: Georgia, Times, Garamond, serif;
}

#lien-deconnexion {
	color: #da7b16;
}

#lien-panier {
	font-size: 1em;
}

#lien-panier a {
	text-decoration: none;
	position: relative;
}

#lien-panier strong {
	padding: 0 8px;
	color: #524034;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: Georgia, Times, Garamond, serif;
}

#nb_prod {
	display: block;
	padding: 2px 8px;
	background: #ca2952;
	color: #fff;
	font-size: 1.3em;
}

#nb_prod strong {
	color: #fff;
	font-family: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	font-weight: normal;
}

/* ----------------------- Bloc avec la recherche ----------------------- */
#form-recherche {
	float: right;
}

#form-recherche fieldset {
	border: none;
	padding: 0 14px 12px 14px;
}

#form-recherche fieldset legend {
	padding: 10px 0 3px 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Georgia, Times, Garamond, serif;
	color: #524034;
}

#form-recherche fieldset * {
	vertical-align: middle;
}

#form-recherche #btn-recherche span {
	padding-left: 2px;
}

#form-recherche #btn-recherche span span {
	padding-right: 4px;
	font-size: 1.2em;
}

/* -------------------------------------------------------------------------------------- //
 * ---------------------------------------// MENU //------------------------------------- //
 * -------------------------------------------------------------------------------------- */
#div-menu {
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-bas-menu.png) repeat-x left bottom;
}

#div-cont-menu {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-haut-menu.png) repeat-x left top;
}

#div-cont-cont-menu {
	padding: 17px 0;
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

ul#menu {
	list-style: none;
	list-style-image: none;
	width: 960px;
	padding-left: 0;
}

ul#menu.blog-active {
	width: 900px;
}

#menu li {
	float: left;
	font-family: Trebuchet MS, Arial, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
}

.h-lvl0 {
	float: left;
	margin: 0;
	font-family: Trebuchet MS, Arial, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

#menu li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

/* Item du menu avec un sous menu */
#menu li.ssm a {
	background: url(http://www.bmdiffusion.com/_t/2362/images/triangle-menu.png) no-repeat right 12px;
	padding-right: 14px;
}

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

/* Item du menu avec un sous menu */
#menu li.ssm a:hover, #menu li.ssm a:focus, #menu li.ssm a.over {
	background: #F7F7F7 url('http://www.bmdiffusion.com/_t/2362/images/triangle-menu.png') no-repeat right center;
}

/* ----------------------- 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;
	color: #000;
	font-weight: normal;
	white-space: normal;
}

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

/* Zone dans laquelle est placée le sous menu */
#ssmenu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 9999;
	background: #F7F7F7;
	padding: 10px;
	border: 1px solid #bab5a9;
	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;
	padding-top: 3px;
}

.h-lvl1 {
	margin: 0;
	font-family: Arial, Trebuchet MS, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

#ssmenu ul li a {
	display: block;
	float: none;
	text-transform: none;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #bab5a9;
	text-decoration: none;
}
/*
#ssmenu.double ul li a, #ssmenu.triple li a {
	width: 100%;
}*/

#ssmenu ul li a, #ssmenu ul li a:hover, #ssmenu ul li a:focus, #ssmenu ul li.current2 a {
	padding: 0 4px 2px 14px;
}

#ssmenu ul li a {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fleche-ssm.png) no-repeat left 3px;
}

#ssmenu ul li a:hover, #ssmenu ul li a:focus, #ssmenu ul li.current2 a {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fleche-ssm-over.png) no-repeat left 3px;
}

#ssmenu ul li a:hover, #ssmenu ul li a:focus, #ssmenu ul li.current2 a {
	color: #CA2952;
	/*border-bottom:1px solid #CA2952;*/
}

#blog {
	position: absolute;
	top: 3px;
	right: 0;
	border: none;
	text-decoration: none;
}

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

#cont-footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 7px 0;
	overflow: hidden;
}

/* Menus du footer, contenant les menus principaux, secondaires, les derniers articles ou commentaires du blog */
.menu-foot {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

.menu-foot li {
	border-bottom: 1px solid #ced0d2;
	font-size: 1.2em;
}

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

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

#bloc-dern-com, #bloc-dern-billets {
	float: right;
}

#bloc-menu-sec, #bloc-menu-princ {
	width: 220px;
}

/*demi*/
#bloc-menu-sec.demi, #bloc-menu-princ.demi, #bloc-dern-com.demi, #bloc-dern-billets.demi {
	width: 470px;
}

#bloc-menu-sec.demi .divise, #bloc-menu-princ.demi .divise, #bloc-dern-com.demi .divise, #bloc-dern-billets.demi .divise {
	float: left;
	width: 204px;
}

#bloc-menu-sec.demi ul.last, #bloc-menu-princ.demi ul.last, #bloc-dern-com.demi ul.last, #bloc-dern-billets.demi ul.last {
	margin-left: 20px;
}

/*full*/
#bloc-menu-sec.full, #bloc-menu-princ.full, #bloc-dern-com.full, #bloc-dern-billets.full {
	width: 960px;
}

#bloc-menu-sec.full .divise, #bloc-menu-princ.full .divise, #bloc-dern-com.full .divise, #bloc-dern-billets.full .divise {
	float: left;
	width: 292px;
}

#bloc-menu-sec.full .divise2, #bloc-menu-princ.full .divise2, #bloc-dern-com.full .divise2, #bloc-dern-billets.full .divise2 {
	float: left;
	width: 448px;
}

#bloc-menu-sec.full ul, #bloc-menu-princ.full ul, #bloc-dern-com.full ul, #bloc-dern-billets.full ul {
	margin-right: 20px;
}

#bloc-menu-sec.full ul.last, #bloc-menu-princ.full ul.last, #bloc-dern-com.full ul.last, #bloc-dern-billets.full ul.last {
	margin-right: 0;
}

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

#bloc-dern-com {
	width: 350px;
	margin-left: 2em;
}

#bloc-dern-billets {
	width: 270px;
}

#bloc-dern-billets.billets-large {
	width: 470px;
}


.dern-com, #bloc-dern-com .menu-foot {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

.dern-com li, #bloc-dern-com .menu-foot li {
	margin-bottom: 0.6em;
	border-bottom: none;
	font-size: 1.3em;
}

.dern-com li a, #bloc-dern-com .menu-foot li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: inline;
}

.dern-com li a:hover, .dern-com li a:focus, #bloc-dern-com .menu-foot li a:hover, #bloc-dern-com .menu-foot li a:focus {
	color: #ca2952;
}

#footer2 {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	clear: both;
}

#footer2 a {
	color: #000;
	text-decoration: none;
}

#footer2 a:hover, #footer2 a:focus, #footer2 a.current {
	color: #ca2952;
}

/*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: #fff;
	color: #454545;
}

#stop, #resume {
	display: none;
}


/* -------------------------------------------------------------------------------------- //
 * ----------------------------------// BARRE LATERALE //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
#barre-laterale {
	float: right;
	width: 222px;
}

/* Menus des blocs de la barre latérale, contenant le menu principal */
.titre-bloc-lat a {
	text-decoration: none;
	color: #DA7B16;
}

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

.menu-lat {
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

.menu-lat li {
	/*border-bottom: 1px solid #ced0d2;*/
	font-size: 1.2em;
	background: url(http://www.bmdiffusion.com/_t/2362/images/puce3.png) no-repeat left 6px;
	padding-left: 14px;
}

.menu-lat li a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #000;
}

#menu-cat-lat li {
	border-bottom: none;
	list-style: none;
	list-style-image: none;
	margin-bottom: 0.6em;
	background: none;
	padding-left: 0;
}

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

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

#menu-cat-lat li {
	margin-bottom: 0;
}

#menu-cat-lat li a {
	background: transparent url(http://www.bmdiffusion.com/_t/2362/images/puce.png) no-repeat left 5px;
	padding: 3px 0 3px 14px;
}

.fushia {
	color: #ca2952;
}

/* ------------------------- Formulaire Newsletter ---------------------*/
#form-newsletter fieldset {
	border: none;
}

#form-newsletter fieldset p {
	margin-bottom: 0.6em;
}

#form-newsletter div * {
	vertical-align: middle;
}

#Newsletter {
	margin-top: 2px;
}

#btn-newsletter {
	margin-top: 1px;
}

#btn-newsletter span {
	padding-left: 2px;
}

#btn-newsletter span span {
	padding-top: 1px;
	padding-right: 4px;
	font-size: 1.2em;
}

/* ------------------------- Flux RSS ---------------------*/
#rss-blog {
	padding-top: 1em;
}

#rss-blog a {
	display: block;
	background: url(http://www.bmdiffusion.com/_t/2362/images/icone-rss.png) no-repeat left 1px;
	padding-left: 36px;
	text-decoration: none;
	color: #000;
}

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

/* -------------------------------------------------------------------------------------- //
 * ---------------------------------// PANIER DEPLIANT //-------------------------------- //
 * -------------------------------------------------------------------------------------- */
/* Pop-up du contenu du panier au survol du nombre d'articles dans le header */
#panier-pop {
	position: absolute;
	z-index: 9999;
	border: 2px solid #ca2952;
	background: #fff;
	width: 230px;
	display: none;
}

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

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

#diapo-panier {
	clear: both;
	overflow: hidden;
	margin: 0.4em 8px;
}

#diapo-panier ul {
	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;
	border-bottom: 1px solid #000;
}

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

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

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

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

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

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

#diapo-panier .prod .quantite {
	font-size: 1.1em;
}

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

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

#prevBtn, #nextBtn {
	display: inline-block;
	margin-left: 8px;
}

#total-panier-pop {
	margin-top: 4px;
	border-bottom: 1px solid #fff;
	background: #d1cec6;
	padding: 8px 12px;
}

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

#total-panier-pop a span {
	color: #ca2952;
	font-weight: bold;
	padding-right: 14px;
	margin-right: 6px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fleche-panier-pop.png) no-repeat right 4px;
}

#commander-panier-pop {
	background: #bab5a9;
	overflow: hidden;
	padding: 8px 12px;
}

#commander-panier-pop p a {
	color: #000;
	text-decoration: none;
}

#commander-panier-pop p a:hover, #commander-panier-pop p a:focus {
	text-decoration: underline;
}

#commander-panier-pop p a#btn-commander-pop:hover, #commander-panier-pop p a#btn-commander-pop:focus {
	text-decoration: none;
}

#btn-commander-pop {
	float: right;
}

#btn-commander-pop span {
	background: url(http://www.bmdiffusion.com/_t/2362/images/btn-commander-pop-d.png) no-repeat right top;
	padding-right: 8px;
}

#btn-commander-pop span span {
	display: block;
	height: 20px;
	padding: 2px 0 0 8px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/btn-commander-pop-g.png) no-repeat left top;
	color: #fff;
}

/* -------------------------------------------------------------------------------------- //
 * -------------------------------------// CONTENT //------------------------------------ //
 * -------------------------------------------------------------------------------------- */
#content {
	width: 960px;
	margin: 0 auto;
}

#contenu {
	float: left;
	width: 722px;
}

#contenu.large {
	float: none;
	width: 960px;
}

/* ---------------------------- Fil d'ariane -------------------------- */
#fil-ariane {
	margin-bottom: 0.8em;
}

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

#retour {
	margin-right: 1em;
}

#retour span {
	padding-right: 8px;
	background: #a49d8d url(http://www.bmdiffusion.com/_t/2362/images/btn-retour-d.png) no-repeat right top;
}

#retour span span {
	padding: 0 0 0 20px;
	display: block;
	height: 25px;
	line-height: 23px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/btn-retour-g.png) no-repeat left top;
	color: #000;
	font-size: 1em;
	font-weight: bold;
}

#retour:hover span span, #retour:focus span span {
	color: #fff;
}

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

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

.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 -------------------------------------- */
#w_bandeau #prod-nom, #w_bandeau .price strong {
	color: #fff;
}

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

#w_bandeau #pagepanier2 {
	border: none;
}

#partageOk, #infoEnvoyerAmi, #partageTwit {
	margin-bottom: 0.6em;
}

#partageFacebook p {
	margin-bottom: 1em;
	font-size: 1em;
}

#total-validation.blocT7 {
	float: left;
}

#choix-validation.blocT6 {
	float: right;
}

#zone-sup {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-zone-sup.png) repeat-x left bottom;
	margin: 0 2px;
	overflow: hidden;
	padding-bottom: 1.2em;
}

#BtnAddCartSup {
	float: right;
	margin: 12px 14px 0.6em 0;
}

#zone-photo {
	margin: 14px 20px 14px 14px;
	float: left;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-zone-photo-d.png) no-repeat right top;
}

#cont-zone-photo {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-zone-photo-g.png) no-repeat left top;
	height: 309px;
	padding: 1px 2px 4px 2px;
}

#principale {
	float: left;
	margin: 16px 12px 0 16px;
	text-align: center;
	background: url(http://www.bmdiffusion.com/_t/2362/images/ombre-photo-250.png) no-repeat center 252px;
	width: 257px;
}

#principale a {
	display: block;
	width: 250px;
	height: 250px;
	border: 1px solid #dcdddf;
	background: #fff;
}

#principale span {
	display: block;
	font-size: 1.2em;
	color: #524034;
	line-height: 3em;
}

#zone-photo .etatPrixFiche {
	display: block;
	height: 50px;
	/*padding: 10px 14px 0 268px;
	width: 144px;*/
	padding: 10px 16px 0 252px;
	width: 124px;
	
	margin-top: 22px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-etat-prix.png) repeat-x left top;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
}

#zone-photo .etatPrixFicheNo {
	display: block;
	height: 50px;
	margin-top: 22px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-etat-prix-no.png) repeat-x left top;
	padding: 10px 14px 0 264px;
	width: auto;
}

#zone-photo .etatPrixFiche span {
	font-size: 0.7em;
	display: block;
}

#miniatures {
	/*margin: 8px 50px 20px 323px;*/
	margin: 8px 37px 20px 303px;
	width: 52px;
	text-align: center;
}

#prec, #suiv {
	display: none;
}

#cont-miniatures {
	margin: 0.6em 0 0.3em 0;
	overflow: hidden;
	height: 178px;
}

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

#miniatures ul li {
	margin-bottom: 5px;
}

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

#zone-achat {
	float: right;
	width: 470px;
	margin-right: 20px;
	padding-bottom: 70px;
}

#zone-achat .resume {
	margin-top: 1em;
	color: #454246;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #a49d8d;
}

#zone-achat .resume {
	margin-top: 1em;
	color: #454246;
}

#zone-achat .resume .savoir-plus {
	color: #97979b;
	white-space: nowrap;
}

#zone-achat #prix-fiche {
	margin-top: 0.6em;
}

#zone-achat #prix-fiche .prix {
	display: inline-block;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-prix-fiche-d.png) no-repeat right top;
	padding-right: 6px;
}

#zone-achat #prix-fiche .prix .lePrix {
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-prix-fiche-g.png) no-repeat left top;
	display: block;
	height: 30px;
	color: #3e2c20;
	font-size: 1.8em;
	padding-left: 6px;
}

#zone-achat #prix-fiche del {
	font-style: italic;
}

#zone-achat #prix-fiche #ecopart {
	display: block;
	font-size: 0.9em;
	margin-top: 0.2em;
}

#zone-achat #PrixPromo {
	margin-top: 8px;
}

#zone-achat .periode-promo {
	font-style: italic;
	margin-bottom: 0.8em;
}

#zone-achat .prix-constat {
	color: #DA7B16;
}

.StockOK, .StockKO {
	margin-top: 0.6em;
	padding-left: 14px;
	padding-bottom: 1em;
	border-bottom: 1px solid #a49d8d;
	font-weight: bold;
}

.StockOK {
	background: url(http://www.bmdiffusion.com/_t/2362/images/stock-on.png) no-repeat left 3px;
}

.StockKO {
	background: url(http://www.bmdiffusion.com/_t/2362/images/stock-off.png) no-repeat left 3px;
}

.prod-indisponible {
	margin-top: 0.8em;
	padding-bottom: 1em;
	border-bottom: 1px solid #a49d8d;
	font-size: 1.8em;
	font-weight: bold;
	/*color: #CA2952;*/
}

/* --------------------------------------- Variations -------------------------------------- */
.variations, #Personnalisation {
	margin-top: 2em;
	background: #F0EDE4;
	border: 1px solid #CBC5C2;
	padding: 10px;
}

.block-variations, .bloc-personnalisation {
	clear: both;
	overflow: hidden;
	margin-bottom: 1em;
}

.block-variations .titre-variation, .titre-personnalisation {
	font-family: Georgia, Times, Garamond, serif;
	color: #524034;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.4em;
}

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

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

.variationRadio {
	background: #E1DED5;
	clear: both;
	margin-bottom: 0.6em;
	padding: 6px;
	overflow: hidden;
}

.variationImage .quantite-choix {
	width: 426px;
}

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

.variationRadio label, .variationRadio input {
	vertical-align: middle;
}

.block-variations .qtVariation {
	width: 3em;
	padding: 0.1em 0.2em;
}

.variationGroupeMenu {
	margin-bottom: 1em;
}

.variations h4 {
	font-size: 1.3em;
	font-style: italic;
	margin: 0.4em 0;
	font-family: Georgia, Times, Garamond, serif;
	color: #857367;
}

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

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

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

.dateForm {
	width: 80px;
	background: #fff url(http://www.bmdiffusion.com/_t/_/img/picto-calendrier.png) no-repeat right 1px;
	padding-right: 22px;
}

.bloc-personnalisation .dateForm {
	width: 80px;
}

/* Zone de partage (email à un ami, Facebook, Twitter) */
#zone-partage {
	display: none;
	padding: 8px;
	background: #EFEEE4;
	border: 1px solid #CBC5C2;
	color: #524034;
}

#zone-partage p, #zone-partage label {
	color: #524034 !important;
}

#jaimefb {
	float: left;
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #CBC5C2;
}

#zone-partage p, #zone-partage label {
	color: #524034;
}

#partage-nav {
	background: #efeee4;
	position: absolute;
	bottom: 4px;
	right: 2px;
	padding: 8px;
}

#p-partager {
	float: left;
	margin: 0;
}

#partage-nav ul {
	list-style: none;
	list-style-image: none;
	float: right;
	padding-left: 0;
	margin: 0;
}

#partage-nav ul li {
	float: left;
	margin-left: 0.8em;
}

/* Blocs avec les onglets pour les descriptions, caractéristiques, etc des fiches */
.list-onglets {
	margin-left: 1px;
	list-style: none;
	list-style-image: none;
	padding-left: 0;
}

.list-onglets li {
	float: left;
	margin-right: 5px;
}

.list-onglets li a {
	float: left;
	display: block;
	height: 20px;
	padding: 4px 10px 0 24px;
	background: #bab5a9 url(http://www.bmdiffusion.com/_t/2362/images/deco-onglet.png) no-repeat left 8px;
	font-family: Georgia, Times, Garamond, serif;
	font-weight: bold;
	color: #524034;
	text-decoration: none;
}

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

.cont-onglet {
	padding: 2em 20px 3em 20px;
}

#description p, #description ul {
	margin-bottom: 0.6em;
}

#description p {
	line-height: 1.4em;
}

#caracteristiques.cont-onglet ul li {
	margin-bottom: 0.4em;
}

/* --------------------------------------- Processus de commmande -------------------------------------- */
#processus-commande {
	text-align: center;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-processus-commande.png) repeat-x left 13px;
	margin-bottom: 2em;
}

#processus-commande p {
	display: inline-block;
	width: 120px;
	text-align: center;
	font-size: 1em;
	color: #3e2c20;
}

#processus-commande p strong {
	display: block;
	margin: 0 auto 3px auto;
	width: 32px;
	height: 32px;
	padding-top: 2px;
	font-size: 2em;
	font-family: Trebuchet MS, Arial, Bitstream Charter, FreeSans, Geneva, Helvetica, sans-serif;
	background: url(http://www.bmdiffusion.com/_t/2362/images/processus-etape.png) no-repeat left top;
}

#processus-commande p.current strong {
	background: url(http://www.bmdiffusion.com/_t/2362/images/processus-etape-current.png) no-repeat left top;
}

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

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

/* ----------------------------------- Panier et validation ---------------------------------- */
#titre-panier .titre {
	padding-left: 48px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/picto-panier.png) no-repeat left top;
}

#titre-remise .titre {
	height: 29px;
	padding-left: 52px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/picto-remise.png) no-repeat left top;
}

#titre-total .titre {
	padding-left: 42px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/picto-total.png) no-repeat left top;
}

#titre-cross .titre {
	height: 29px;
	padding-left: 52px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/picto-cross-sell.png) no-repeat left top;
	margin-bottom: 0.6em;
}

#titre-paiement .titre {
	padding-left: 54px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/picto-paiement.png) no-repeat left top;
	margin-bottom: 0.6em;
}

.titre-panier .nb-articles {
	display: inline-block;
	padding-left: 16px;
	margin-left: 1em;
	background: url(http://www.bmdiffusion.com/_t/2362/images/triangle-nb-articles.png) no-repeat left 0.3em;
	font-size: 1.3em;
	color: #DA7B16;
}

#no-prod p {
	margin: 1em 16px;
	text-align: center;
	color: #CA2952;
	font-size: 1.4em;
	font-weight: bold;
	border: 1px solid #A49D8D;
	background: #F0EDE4;
	padding: 8px 8px 8px 8px;
}

#votre-panier {
	width: 940px;
	margin-left: 16px;
	border: none;
	border-left: 1px solid #a49d8d;
}

#votre-panier.validation {
	width: 928px;
}

#RecapPanier #votre-panier {
	margin: 20px 0;
	width: 908px;
}

#RecapPanier #votre-panier.validation {
	width: 928px;
	margin: 0 16px;
}

#RecapPanier #votre-panier tfoot th {
	text-align: right;
	font-size: 1.6em;
	background: #F0EDE4;
	font-weight: normal;
}

#RecapPanier #votre-panier tfoot td {
	text-align: right;
	font-size: 2em;
	font-weight: bold;
	color: #3E2C20;
}

#RecapPanier #votre-panier tfoot td span {
	font-weight: normal;
}

#votre-panier th, #votre-panier td {
	border: 1px solid #a49d8d;
}

#votre-panier th {
	background: #B9B5A9;
}

#votre-panier thead th {
	border-top: none;
	color: #5c5b60;
	font-size: 1.3em;
	font-weight: normal;
	padding: 6px 10px;
}

#votre-panier td {
	background: #F0EDE4;
	padding: 10px;
	font-size: 1em;
}

#votre-panier th.panier-supprimer {
	padding: 0;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-col-supprimer-head.png) no-repeat bottom left;
	border: none;
}

#votre-panier td.panier-supprimer {
	padding: 0;
	background: #fff url(http://www.bmdiffusion.com/_t/2362/images/fond-col-supprimer.png) no-repeat bottom left;
	border: none;
}

#votre-panier td.image-panier, #votre-panier .panier-description {
	vertical-align: top;
}

#votre-panier td.image-panier {
	border-right: none;
	padding-right: 0;
	width: 64px;
}

#votre-panier .panier-description {
	border-left: none;
	width: 582px;
}

#votre-panier .panier-dispo .stock-ok {
	background: url(http://www.bmdiffusion.com/_t/2362/images/stock-on.png) no-repeat left 3px;
	padding-left: 15px;
}

#votre-panier .panier-dispo .stock-ko {
	background: url(http://www.bmdiffusion.com/_t/2362/images/stock-off.png) no-repeat left 3px;
	padding-left: 15px;
}

#votre-panier .panier-quantite {
	width: 90px;
}

#votre-panier .panier-prix {
	border-right: none;
	width: 120px;
}

#votre-panier tfoot td {
	border-right: none;
}

#votre-panier.validation .panier-prix, #votre-panier.validation tfoot td {
	border-right: 1px solid #a49d8d;
}

.image-panier img {
	border: 1px solid #d9d5ca;
}

.panier-titre-produit a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.panier-titre-produit a:hover, .panier-titre-produit a:focus {
	text-decoration: underline;
}

.panier-quantite .textbox {
	font-size: 1.4em;
	padding: 0.3em 0.2em;
	width: 3em;
	float: left;
}

.panier-quantite .moins, .panier-quantite .plus {
	margin-top: 0.6em;
	margin-left: 0.3em;
	float: left;
}

.panier-prix p {
	font-size: 1em;
	color: #3e2c20;
}

.panier-prix p del {
	font-size: 1.3em;
	color: #3e2c20;
}

.panier-prix p strong {
	font-size: 1.6em;
	display: block;
}

.texte-remise {
	padding-left: 16px;
	margin: 0 16px 1em 16px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/triangle-nb-articles.png) no-repeat left 0.3em;
	color: #DA7B16;
	font-weight: bold;
}

#bon-reduction {
	padding: 10px 8px;
	margin-left: 16px;
	border: 1px solid #cbc5c2;
	background: #efeee4;
	width: 378px;
}

#bon-reduction * {
	vertical-align: middle;
}

#bon-reduction .textbox {
	width: 12em;
}

#total-panier {
	width: 484px;
	margin-left: 16px;
	margin-bottom: 1em;
}

#total-panier th, #total-panier td {
	padding: 10px;
	font-size: 1.3em;
	color: #3e2c20;
}

#total-panier tbody th {
	background: #F0EDE4;
}

#total-panier tfoot th {
	text-transform: uppercase;
	font-size: 1.4em;
}

#total-panier tfoot td {
	background: #B9B5A9;
	color: #ca2952;
	font-size: 2.2em;
	font-weight: bold;
}

#total-panier select {
	font-size: 1em;
}

#total-panier tbody #td-remise {
	color: #ca2952;
}

#panier-validation {
	margin: 0 16px 0 14px;
}

#panier-validation .button span span {
	text-transform: uppercase;
	font-size: 1.2em;
}

.precautions {
	color: #665f4f;
	font-size: 1.2em;
	margin: 0 16px 1em 16px;
}

/* -------------------------------------- Mon compte ------------------------------*/
#histo-link, #info-perso, #AddFact, #AddLivr {
	margin-bottom: 2em;
}

#info-perso, #AddFact, #AddLivr {
	margin-bottom: 2em;
	padding: 10px 8px;
	border: 1px solid #CBC5C2;
	background: #EFEEE4;
}

#total-validation #AddFact, #total-validation #AddLivr {
	margin: 0 16px 1em 16px;
}

#histo-com td p {
	font-size: 1em;
}

#contentCgv {
	display: none;
}

#form-cgv {
	margin: 16px;
}

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

#form-cgv fieldset#cgv {
	border: 1px solid #A49D8D;
	background: #F0EDE4;
	padding: 8px 8px 4px 8px;
}

#form-cgv .mode-paiement * {
	vertical-align: middle;
}

#form-cgv .mode-paiement span {
	display: inline-block;
	width: 214px;
}

#form-cgv #div-cb-901 span {
	margin-left: 18px;
	width: auto;
}

#pass-oublie {
	margin-top: 1em;
	padding: 10px 8px;
	border: 1px solid #cbc5c2;
	background: #efeee4;
}

#pass-oublie * {
	vertical-align: middle;
}

#pass-oublie .textbox {
	width: 12em;
}

/* -------------------------- Choix livraison ---------------------------- */
#check-livraison label {
	float: left;
}

#PwdOk {
	margin-bottom: 1em;
}

#Cnil {
	clear: both;
	margin-top: 1em;
	color: #97979B;
}

#perdu {
	clear: both;
	float: right;
	margin-top: 1em;
	width: 33.8em;
}

#ChoixLivraison .regroupement {
	padding: 10px 8px;
	border: 1px solid #CBC5C2;
	background: #EFEEE4;
	margin-bottom: 1em;
}

#ChoixLivraison label {
	font-size: 1.6em;
	font-weight: bold;
}

#ChoixLivraison .LivrDesc {
	margin-top: 0.6em;
}

#ChoixLivraison label strong {
	background: url(http://www.bmdiffusion.com/_t/2362/images/puce.png) no-repeat left 5px;
	padding-left: 14px;
	margin-left: 0.4em;
	color: #CA2952;
}

#PapierKdo {
	margin-bottom: 1.5em;
}

#MsgColis textarea {
	width: 900px;
}

/* -------------------------- Fin Commande ---------------------------- */
#ThxCom {
	margin-bottom: 2em;
}

#NumCom {
	border: 1px solid #A49D8D;
	background: #F0EDE4;
	padding: 8px;
	margin-bottom: 2em;
}

.fin-commande table {
	margin-bottom: 1em;
}

.fin-commande table td {
	font-size: 1.3em;
}

#InfosTit {
	border: 1px solid #A49D8D;
	background: #F0EDE4;
	padding: 8px;
}

#InfosTit p {
	margin-bottom: 1em;
}

/* -------------------------------------------------------------------------------------- //
 * --------------------------------// MODAL AJOUT PANIER //------------------------------ //
 * -------------------------------------------------------------------------------------- */
#simplemodal-container {
	width: 600px;
	background: #333333 !important;
}

#w_dialog-message #prix-fiche {
	color: red !important;
}

#modal-ajpan {
	background: #EFEEE4;
	border: 1px solid #CBC5C2;
	padding: 10px;
	display: none;
	height: 200px;
}

#modal-ajpan #prod-ajout {
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	font-size: 1.3em;
	color: #524034;
	border-bottom: 1px solid #524034;
}

#modal-ajpan .photo {
	float: left;
	margin-right: 1.4em;
}

#modal-ajpan img {
	border: 1px solid #DCDDDF;
}

#modal-ajpan #zone-droite {
	float: left;
	width: 380px;
}

#modal-ajpan .infos {
	display: block;
	color: #000;
	text-decoration: none;
	width: 370px;
}

#modal-ajpan .infos span {
	display: block;
}

#modal-ajpan .infos .nom {
	font-size: 1.4em;
	font-weight: bold;
}

#modal-ajpan .infos .marque {
	font-size: 1.3em;
	color: #524034;
}

#modal-ajpan .infos .prix {
	font-size: 1.3em;
}

#modal-ajpan .infos .prix strong {
	font-size: 1.3em;
	color: #CA2952;
}

#modal-ajpan .zone-button {
	padding-top: 2em;
	text-align: center;
}

#modal-ajpan .zone-button #continuer-achats {
	margin-right: 3em;
}

/* -------------------------------------------------------------------------------------- //
 * ---------------------------------------// 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 img {
	border: 1px solid #D1CEC6;
}

.billet .block {
	clear: both;
}

.block p, .block ul, .block ol {
	margin-bottom: 0.6em;
}

.infos-billet {
	padding-bottom: 4px;
	border-bottom: 1px solid #A49D8D;
	margin-bottom: 1em;
}

.titre-billet {
	margin-bottom: 0.4em;
}

.blocT3 #navig-page {
	margin: 1.2em 0 1.6em 0;
}

/* ------------------------------ Commentaires des billets du blog ---------------------------- */
.commentaires-billet {
	margin-top: 2em;
	padding-top: 20px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-zone-sup.png) repeat-x left top;
}

.nb-com {
	padding-left: 36px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/bulle-comments.png) no-repeat left top;
}

#zone-commentaires {
	margin-top: 1em;
	padding-top: 12px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/fond-zone-sup.png) repeat-x left top;
}

#zone-commentaires .nb-com {
	margin-bottom: 2em;
}

#zone-commentaires ol {
	margin-left: 2em;
}

#zone-commentaires ol li {
	margin-bottom: 0.6em;
	padding: 6px;
	background: #f4f4f4;
}

#zone-commentaires ol li.alt {
	background: #efeee4;
}

#zone-commentaires ol li.admin {
	background: #ffebf0;
	border: 1px dashed #CA2952;
}

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

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

#zone-add-com .sous-titre-blocT1 {
	border-bottom: 1px solid #524034;
}

#boncommande {
	margin-bottom:10px;
	margin-left:12px;
	text-align:left;
}

.bloc-info {
	padding-left: 28px;
	background: url(http://www.bmdiffusion.com/_t/2362/images/info-bg-blanc.png) no-repeat left 1px;
	margin: 1em 0 2em 0;
}

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

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

/* ----------------- Début Avis ----------------- */
/* Note du produit sur les listes de produits */
.list-prod .wizicss-etoiles-bg {
	margin-left: 156px;
}

.selection .wizicss-etoiles-bg {
	margin-left: 0;
}

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

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

/* Note générale du produit */
#zone-achat .wizicss-zone-note {
    padding: 6px 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: #CA2952;
    margin-top: 40px;
}

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

#wizi-btn-ajout-com {
    border: none;
    background: none;
}

.wizicss-zone-btn-commande .wizicss-button {
    background: #C60535;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #D74F66),
        color-stop(1, #C60535)
    );
    background-image: -moz-linear-gradient(
        center top,
        #D74F66 0%,
        #C60535 100%
    );
    border: 1px solid #C60535;
    color: #ffffff;
}

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