body {
	width:100%;
	height: 100%;
	margin: 0px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
}
/*body#bg-right-bottom{
	background: url(../img/bg-right-bottom.jpg) no-repeat bottom right;
	background-attachment: scroll;
	
}*/
div#bg-left-top{
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	/*background: url(../img/bg-left-top.jpg) no-repeat top left;*/
	/* BG DE NOEL */
}
div#bg-right-top{
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	/*background: url(../img/bg-right-top.jpg) no-repeat top right;*/
	/* BG DE NOEL */
}
div#contenu-du-site{
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
}
form {
	margin: 0;
	padding: 0;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
div.clear {
	clear: both;
}
span.vert {
	color: #366869;
}
span.rouge {
	color: #671919;
}
a.lien {
	color: #4d0707;
}
a.lien:hover {
	color: #990000;
}
div#content {
	width: 947px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #fff;
	border: 1px solid #7a0404;
}
div#pages {
	text-align: center;
	margin-bottom: 20px;
}
div#pages a {
	color: #4d0707;
}
div#pages a:hover {
	color: #990000;
}
/*HEADER*/
div.compte_header {
	margin-top: 20px;
	font-size: 11px;
	padding-right: 10px;
	color: #4d0707;
	text-align: center;
}
div.menu_header {
	margin-top: 20px;
	font-size: 11px;
	padding-right: 10px;
	color: #4d0707;
}
div.menu_header a, div.compte_header a {
	color: #4d0707;
	text-decoration: none;
}
div.menu_header a:hover, div.compte_header a:hover {
	color: #990000;
}
div#menu_top {
	margin-top: 2px;
	vertical-align: top;
}
div#menu_top input.input_recherche {
	width: 125px;
	height: 25px;
	border: 1px solid #99bbbd;
	margin-right: 3px;
	padding-left: 5px;
}
div.recherche {
	display: inline-block;
}
div.logo {
	margin-left: 140px
}
/*FOOTER*/
div#footer {
	width: 947px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #000;
}
div#footer a {
	color: #000;
	text-decoration: none;
}
div#footer a:hover {
	color: #990000;
	text-decoration: underline;
}
div.menu_bottom {
	font-size: 11px;
	text-align: center;
	color: #4d0707;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.menu_bottom a {
	color: #4d0707;
	text-decoration: none;
}
div.menu_bottom a:hover {
	color: #990000;
}
/*MILIEU*/
div#col_left {
	float: left;
	width:150px;
	vertical-align: top;
	margin-top: 15px;
}
div.box_plus {
	width: 132px;
	height: 513px;
	background: url(../img/plus-de-produits.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.box_plus div.prod1 {
	padding-top: 75px;
}
div.box_plus div.prod2 {
	padding-top: 95px;
}
div.box_plus div.prod3 {
	padding-top: 95px;
}
div#col_right {
	float: right;
	width:150px;
	vertical-align: top;
	margin-top: 15px;
	text-align: center;
}
div.box_panier {
	width: 122px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/box_panier_bg.gif) repeat-y;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 11px;
}
div.box_panier a {
	color: #9c0403;
	text-decoration:none;
}
div.box_panier a:hover {
	color: #dd2400;
	text-decoration:none;
}
div#col_center {
	float: left;
	width:600px;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	text-align: justify;
}
/*HOME PAGE*/
div.titre_home {
	font-size: 16px;
}
div.btn_home {
	display: inline-block;
	width:110px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 18px;
}
div.btn_home a {
	color: #4d0707;
	text-decoration: none;
}
div.btn_home a:hover {
	color: #990000;
	text-decoration: none;
}
div.titre_page {
	font-size: 14px;
	color: #6a1210;
	font-weight: bold;
	margin-top: 10px;
}
/*FORMULAIRE*/
#col_center form p label {
	float: left;
	width: 270px;
	padding:0 10px 0 0;
	margin: 0;
	line-height: 15px;
	text-align: right;
}
#col_center form p input, #col_center form p select, #col_center form p textarea {
	float:left;
	margin: 0;
	width: 190px;
	padding-left: 3px;
	border:solid 1px #a9abad;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626164;
	background-color:#fff;
}
#col_center form input.input {
	margin: 0;
	width: 190px;
	padding-left: 3px;
	border:solid 1px #a9abad;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626164;
	background-color:#fff;
}
#col_center form input.codereduction {
	margin: 0;
	width: 150px;
	padding-left: 3px;
	border:solid 1px #a9abad;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626164;
	background-color:#fff;
}
#col_center form {
	padding:0;
	margin:0 0 20px 0;
}
#col_center form p {
	margin: 0;
	padding: 4px 0;
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	font-size: 12px;
	clear:both;
	float:left;
	width:100%;
}
#col_center fieldset legend {
	background: #f0f0f0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
button.bouton {
	background: #f0f0f0;
	border:solid 1px #a9abad;
	cursor: pointer;
}
span.obligatoire {
	font-size: 11px;
	color: #CC0000;
	font-style: italic;
}
.bouton {
	color: #4a0203;
}
.bouton:hover {
	color: #719597;
}
/*PANIER*/
tr.rouge {
	background: #cc3300;
	color: #fff;
}
tr.marron {
	background: #4b0d07;
	color: #fff;
}
tr.produit_item {
	background: #dcecee;
}
/*PRODUITS*/
div.thumb_produit {
	width: 164px;
	display: inline-block;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
div.thumb_produit_body {
	background: url(../img/bg_thumb_produit.gif) repeat-y;
	width: 162px;
	margin-left: 2px;
	height: 155px;
}
div.thumb_produit_bottom {
	background: url(../img/bg_thumb_produit_bottom.gif) repeat-y;
	width: 152px;
	margin-left: 2px;
	height: 45px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
div.thumb_produit_bottom div.titre_prod {
	height: 27px;
	line-height: 14px;
}
div.thumb_produit_bottom a {
	color: #4f0102;
	text-decoration: none;
}
div.thumb_produit_bottom a:hover {
	color: #990000;
	text-decoration: none;
}
div.thumb_produit_bottom a.nom_produit, div.thumb_produit_bottom span.prixProduit {
	font-weight: bold;
}
div#chemin {
	margin-top: 10px;
	padding-bottom: 10px;
}
div#chemin a {
	color: #4f0102;
	text-decoration: none;
}
div#chemin a:hover {
	color: #990000;
	text-decoration: none;
}
hr.separation {
	color: #bfbfbf;
	background-color: #bfbfbf;
	height: 1px;
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
span.ancien_prix {
	font-size: 11px;
	color: #999999;
}
/*MENU DEROULANT*/

#nav, #nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	font-size: 11px;
	line-height: 20px;
	z-index: 9400;
}
#nav ul {
	margin-top: 12px;
}
#nav a {
	display:block;
	color:#3b0000;
	text-decoration:none;
	background: #fff;
}
#nav a.rub_parent {
	display:block;
	color:#3b0000;
	text-decoration:none;
	background: url(../img/fleche_menu.png) no-repeat right #fff;
}
#nav li ul a {
	padding:0px 5px;
}
#nav a:hover {
	background-color: #4e0607;
	color:#fff;
}
#nav .ss_rub_active {
	background:url(../img/fleche_menu.png) no-repeat right #4e0607;
	color:#fff;
}
#nav li {
	float:left;
	position:relative;
}
#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.5em;
}
#nav li ul a {
	width:150px;
	height:auto;
	float:left;
}
#nav ul ul {
	top:auto;
}
#nav li ul ul {
	left:150px;
	margin:0px 0 0 10px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}
div.btn_ss_rubrique {
	display: inline-block;
	width:110px;
	height: 110px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 18px;
	vertical-align: top;
}
div.btn_ss_rubrique a {
	color: #4d0707;
	text-decoration: none;
}
div.btn_ss_rubrique a:hover {
	color: #990000;
	text-decoration: none;
}



















/* FOOTER V2
-------------------------------------------------------------- */
div.menu-footer{
	color: #787677;
	font-size: 12px;
	text-align: center;
}
div.menu-footer a{
	color: #787677;
	text-decoration: none;
}
div.menu-footer a:hover{
	color: #410000;
	text-decoration: none;
}



/* HOME
-------------------------------------------------------------- */
div.home-col-left{
	float: left;
	width: 249px;
	padding-left: 50px;
}
div.home-col-right{
	float: right;
	width: 249px;
	padding-right: 50px;
}
div.home-col-left a,
div.home-col-right a{
	display: block;
	margin-bottom: 3px;
}
div.txt-home{
	font-size: 12px;
	color: #585c5c;
	margin-top: 15px;
	margin-bottom: 25px;
	line-height: 14px;
}

/* SLIDER
-------------------------------------------------------------- */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 	
	width:645px;
	height:163px;
	overflow:hidden; 
}	
ol#controls{
	margin:0;
	padding:0;
	height:28px;	
	margin-top: -22px;
	margin-left: 10px;
	position: absolute;
	z-index: 999;
}
ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	font-size: 11px;
	font-weight: bold;
}
ol#controls li a{
	float:left;
	height:15px;
	background:#fff;
	color:#4c0707;
	padding: 1px 4px 1px 4px;
	text-decoration:none;
}
ol#controls li.current a{
	background:#000;
	color:#fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


/* BOX PROMO
-------------------------------------------------------------- */
div#box-promos{
	width: 132px;
	margin-bottom: 10px;
	font-size: 12px;
}
div.box-promos-body{
	width: 116px;
	padding-left: 8px;
	padding-right: 8px;
	min-height: 505px;
	background: url(../img/box-promo-bg.png) repeat-y;
}

div.box-item{
	padding-top: 10px;
	padding-bottom: 18px;
}
div.box-photos{
	text-align: center;
	padding-bottom: 5px;
}
.box-nom{
	color: #410000;
}
.box-prix{
	color: #e60dab;
	font-weight: bold;
}
.ancien-prix{
	text-decoration: line-through;
	color: #6c6c6c;
}


/* STRUCTURE
-------------------------------------------------------------- */
div#col_left2{
	float: left;
	width:137px;
	padding-left: 8px;
	vertical-align: top;
	margin-top: 15px;
}
div#col_right2 {
	float: right;
	width:150px;
	vertical-align: top;
	margin-top: 15px;
	text-align: center;
}
div#col_center2 {
	float: left;
	width:645px;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	text-align: justify;
}
div#box-logos{
	width: 130px;
	height: 90px;
	padding-top: 3px;
	text-align: center;
	background: url(../img/box-logos.png) no-repeat;
}

/* BOX NEWS
-------------------------------------------------------------- */
div#box-news{
	width: 132px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}
div.box-news-body{
	width: 116px;
	padding-left: 8px;
	padding-right: 8px;
	height: 357px;
	background: url(../img/box-nouveautes-bg.png) repeat-y;
}

/* BOX COUP COEUR
-------------------------------------------------------------- */
div#box-coeur{
	width: 900px;
	padding-left: 30px;
	height: 138px;
	padding-top: 45px;
	background: url(../img/box-coup-coeur-bg.png) no-repeat;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
div.item-coeur{
	width: 165px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
}



div.pourcent-promo{
	position: absolute;
	width: 47px;
	height: 35px;
	padding-top: 12px;
	margin-top: -18px;
	margin-left: 125px;
	background: url(../img/bg-promo.png) no-repeat;
	font-size: 15px;
	text-align: center;
	color: #fff;
}



































