/*
 * ------------ templates/defaut/themes/1/css/style_layout.css ---------- 
 *
 */

@charset "utf-8";
/*
 * Style layout
 * Mise en page du template et positionnement des éléments
 * Customisation des éléments de la page
 */
 
/*
 * CUSTOMISATION DES TAGS PRINCIPAUX ------------------------------
 */
 
/***************
FONTS
***************/
@font-face {
	font-family: 'ImpactRegular';
	src: url('../fonts/impact-webfont.eot');
	src: local('☺'), url('../fonts/impact-webfont.woff') format('woff'), url('../fonts/impact-webfont.ttf') format('truetype'), url('../fonts/impact-webfont.svg#webfonta6f7vwPW') format('svg');
	font-weight: normal;
	font-style: normal;
} 

.Impact {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'ImpactRegular', sans-serif;
	font-size-adjust: 0.65;
}

@font-face {
	font-family: 'HelveticaNarrowRegular';
	src: url('../fonts/helr47w-webfont.eot');
	src: local('☺'), url('../fonts/helr47w-webfont.woff') format('woff'), url('../fonts/helr47w-webfont.ttf') format('truetype'), url('../fonts/helr47w-webfont.svg#webfontnJWwAv0z') format('svg');
	font-weight: normal;
	font-style: normal;
}

.HelveticaNarrow {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'HelveticaNarrowRegular', sans-serif;
	font-size-adjust: 0.52;
}

@font-face {
	font-family: 'HelveticaNarrowBold';
	src: url('../fonts/helr67w-webfont.eot');
	src: local('☺'), url('../fonts/helr67w-webfont.woff') format('woff'), url('../fonts/helr67w-webfont.ttf') format('truetype'), url('../fonts/helr67w-webfont.svg#webfontgN9EESjH') format('svg');
	font-weight: normal;
	font-style: normal;
}

.HelveticaNarrowBold {
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'HelveticaNarrowBold', sans-serif;
	font-size-adjust: 0.53;
}
/***************
FIN FONTS
***************/


html,body{
	margin:0; padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#403e3e;
}
body{
	/*font: 76% arial,sans-serif; text-align:center;*/
	/*background: center bottom fixed url("/medias/images/background.jpg");*/
	background: center bottom fixed url("../img/background.jpg");
	
}
p {
	margin:0 10px 10px;
}

a 			{ color:#403e3e; text-decoration:none; }
a:visited 	{ color:#403e3e;  }
a:hover 	{ text-decoration:underline; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'HelveticaNarrowBold', sans-serif;
	font-size-adjust: 0.53; 
	margin-bottom:8px;
	clear:both;
	height:auto;
}
h1 { font-size:27px; color:#3E8704; }
h2 { font-size:24px; color:#EF9700; }
h3 { font-size:22px; }
h4 { font-size:20px; }
h5 {  }
h6 {  }

hr { margin-bottom:5px; }
p img { margin: 5px 5px 5px 0px; }

/*
 * CONTENEURS (de haut en bas) ------------------------------------
 */
/* conteneur de la page */
div#container {
	width:980px; /* 62em */
	/* max-width:100%; */
	margin:0 auto;
	padding:0;
	padding-left:137px;
	padding-right:24px;
	width:818px;
	text-align:left;
}

div#header{
	padding:0;
	border:0;
	background:url("/medias/images/background-header.jpg") center top;
	width: 100%;
	height: 153px; 
	/*position: absolute; 
	top:0;*/
}

div#contenu-header {
	margin-left:auto;
	margin-right:auto;
	width:818px;
	padding-left:136px;
	padding-right:24px;
}

div#logo {
	float:left;
}

div#logo h1 {
	display:inline;
}

div#logo h1 strong {
	font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
	display:none;
}

/* second conteneur de la page */
div#wrapper {
	clear:both;
	width: 817px;
}

/* contenu de la page */
div#contenu {
	display:block;
	clear:both;
	margin:0;
	width:818px;
}
div#contenu .textepage {
	/*margin:10px;*/
}

div#center {
	float:left;
	width:544px;
	padding:0px 25px;
}

div#contenu table td#td-center {
	background:url("../img/bg-body.png") repeat left top;
	behavior: url("../../../../../common/iepngfix/iepngfix.htc");
	padding:0;
	vertical-align:top;
}

div#right {
	width:173px;
	float:right;
	padding:25px;
	height:100%;
}

div#contenu table td#td-right {
	background:url("../img/bg-col-right.jpg") repeat-x left bottom;
	background-color:#FFF;
	padding:0;
	border-left:solid 1px #c9cdbb; 
	vertical-align:top;
}

td.block_title{
	color:#fff;
	font-weight:bold;
	font-weight: normal;
	font-style: normal;
	/*line-height:normal;*/
	font-family: 'HelveticaNarrowBold', sans-serif;
	font-size-adjust: 0.53;
	font-size:17px;
	padding:0 10px 0 5px;
	height:26px;
	vertical-align:top;
}

/* bas de page */
div#footer {	
	margin-top:15px;
}
div#copyrights {
	clear:both;
	text-align:center;
	font-size:0.9em;
}

div#user {
	float:right;
	position:relative;
	top:15px;
	width:195px;
	height:83px;
}
div#user label {
	color:#cbd76a;
}

div#user table {
	margin-bottom:0px;
	width:auto;
}

div#user table td {
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
}

div#user div.inner-user {
	color:#FFF;
}

div#user div.inner-user ul li a {
	color:#CBD76A;
}

/*
 * MENUS ----------------------------------------------------------
 */
div#menuhaut {
	float:right;
}
div#menuhaut ul { list-style-type:none; margin:0; padding:0; }
div#menuhaut ul li { display:inline; float:left; color:#cccccc; margin:0 0.5em 0 0; line-height:1.4em; }
div#menuhaut ul li a 			{ text-decoration:none; display:inline; font-size:0.9em; color:#999999; }
div#menuhaut ul li a:visited 	{ text-decoration:none; }
div#menuhaut ul li a:hover 		{ text-decoration:underline; color:#000000; }

div#fil-ariane {
	display:block;
	margin:0.5em 0;
	padding:0.3em 0em;
	font-size:0.8em;
}
div#fil-ariane ul {
	list-style-type:none;
	list-style-position:outside;
	padding:0; margin:0;
}
div#fil-ariane ul li {
	float:left; display:inline;
}
div#fil-ariane ul li a {
	
}

div#menu {
	display:block;	
	width:817px;
	height:36px;
	margin-top:34px;
}
/* Propriétés du conteneur de navigation -----------------------------*/
#navigation			{ position:relative; display:block; height:34px; padding:0; margin:0;  }
#navigation li		{ float:left; display:inline;  list-style: none; padding:0; margin:0; }
#navigation li a	{ float:left; display:block; border:0; text-decoration:none; font-weight:bold; vertical-align:middle; /*padding:0px 16px;*/ color:#fff; margin:0px -1px 0 0; white-space: nowrap; line-height:34px; border:1px solid #fff; background-color:#b2c42c; text-align:center;
font-size:16px;
font-weight: normal;
font-style: normal;
font-family: 'HelveticaNarrowRegular', sans-serif;
font-size-adjust: 0.52;

}
#navigation li a:hover	{ background-color:#838F2A; }
#navigation li.current a
,#navigation li.jd_menu_hover_toolbar a    		{ background:url("") #838f2a top left repeat-x; }
#navigation li.current ul li a
,#navigation li.jd_menu_hover_toolbar ul li a 	{ background:url(""); }
#navigation li ul { display:none; position:absolute; background-color:#ffffff; clear:left; height:auto; padding:0; margin:0px 0 0 0px;  border-top:1px solid #cccccc; z-index:1000; }
#navigation li ul li { display:block; float:none; padding:0; margin:0; list-style-position:outside;  }
#navigation li ul li a { display:block; float:none; background:#ffffff url(""); background-color:#FFFFFF; background-image:none; margin:0; padding:0.2em 0.5em; line-height:normal; color:#666666; border:1px solid #cccccc; border-top:0; font-size:0.9em;}
#navigation li ul li a:hover
,#navigation li.jd_menu_hover_toolbar ul li a:hover
,#navigation li ul li.current a { background:#eeeeee url(""); color:#000000; }

#tab-navigation, #tab-navigation td {
	height:34px; padding:0; margin:0;
	vertical-align:middle;
}

#tab-navigation td  a { 
	display:block; 
	text-decoration:none; 
	color:#fff; 
	margin:0px -1px 0 0; 
	white-space: nowrap; 
	line-height:34px; 
	border:1px solid #fff; 
	background-color:#b2c42c; 
	text-align:center;
	font-size:16px;
	font-weight: normal;
	font-style: normal;
	font-family: 'HelveticaNarrowRegular', sans-serif;
	font-size-adjust: 0.52;
	width:100%;
}

#tab-navigation td a:hover, #tab-navigation td a.current {
	background-color:#838F2A;
}

#tab-navigation td  a.marron {
	 background-color:#A77401;
}


#tab-navigation td  a.jaune {
	 background-color:#DDAE00;
}

#tab-navigation td  a.orange {
	 background-color:#D87800;
}

#tab-navigation td  a.vert-clair {
	 background-color:#92b300;
}



div#menubas {
	display:block;
	margin:0;
	font-size:0.9em;
}
div#menubas ul { list-style-type:none; margin:0 auto; padding:0; width:470px; }
div#menubas ul li { display:inline; margin:0 0.2em 0 0; color:#879f46; font-weight:bold; }
div#menubas ul li a 			{ text-decoration:none; display:inline; color:#879f46; }
div#menubas ul li a:visited 	{ text-decoration:none; }
div#menubas ul li a:hover 		{ text-decoration:underline; }

div#searchbox { width:173px; border:0px #ff0000 solid; margin-bottom:20px; }
div#searchbox fieldset { padding:0; margin:0; border:0; }
div#searchbox fieldset legend { padding:0; margin:0; border:0; font-size:0.8em; display:none; }
div#searchbox fieldset input.text { width:127px; font-size:0.8em; padding:0.2em 0.3em; vertical-align:middle; color:#999999; }
div#searchbox fieldset input.text:focus { color:#000000; }
div#searchbox fieldset button.submit { font-size:0.8em; padding:0.1em; vertical-align:middle; border:0px; background-color:transparent; color:#999999; }

div#newsletter { 
	border:0 solid #FF0000;
	margin-bottom:20px;
	width:173px; 
}

div#salons {
	border:0 solid #FF0000;
	margin-bottom:20px;
	width:173px;
}

div#salons ul {
	margin:0;
	list-style:none;
}

div#fb {
	border:0 solid #FF0000;
	margin-bottom:20px;
	width:173px;
}

div#right div#infos span {
	display:block;
	font-weight:bold;
}

div#right div#infos p {
	margin:0;
}

div#right div#div-livraison {
	width:174px;
	height:80px;
	background:url("../img/bg-livraison.jpg") center center no-repeat;
	margin-bottom:20px;
}

div#right div#div-livraison p { 
	margin:0px;
	font-size:0.93em;
	text-align:center;
}

div#right div#div-livraison h3 {
	margin:0px;
	color:#5b6c2c;
	font-size:16px;
	text-align:center;
	padding-right:5px;
	padding-top:5px;
	padding-left:37px;
}

div#right div#div-livraison ul {
	width:174px;
	margin:0px;
	list-style:none;
}

div#right div#div-livraison ul li {
	padding-left:70px;
}

div#right div#div-livraison ul li p {
	text-align:center;
	padding:0px;
	font-size: 0.93em;
	line-height:1.2em;
	margin:0px;
	display:block;
	width:100px;
}

div#right div#div-cadeaux {
	width:174px;
	height:80px;
	background:url("../img/bg-cadeau.jpg") center center no-repeat;
	margin-bottom:20px;
}

div#right div#div-cadeaux h3 {
	margin:0px;
	color:#8f4c00;
	font-size:16px;
	text-align:center;
	padding-right:5px;
	padding-top:5px;
	padding-left:60px;
}

div#right div#div-cadeaux ul {
	width:174px;
	margin:0px;
	list-style:none;
}

div#right div#div-cadeaux ul li {
	padding-left:50px;
	height:50px;
	overflow:hidden;
}

div#right div#div-cadeaux ul li p {
	text-align:center;
	padding:0px;
	font-size: 0.93em;
	line-height:1.2em;
	margin:0px;
	display:block;
	width:123px;
}
/*
 * STYLES PERSONNALISES ----------------------------------------------------------
 */
 
/* Logo Animaweb */
.logo_animaweb {
	float:right;
	position:relative;
	margin:0px;
}

/*
* TABLES */
table.data { width:100%; }
table.data th { font-weight:bold; font-size:1em; color:#333333; white-space:nowrap; padding:0.2em 0.5em; border:1px #eeeeee solid; vertical-align:middle; }
table.data td { padding:0.2em 0.5em; font-size:1em; border:1px #eeeeee solid; vertical-align:middle; }

table.normal { width:100%; }
table.normal th { font-weight:bold; font-size:1em; padding:0; vertical-align:top; }
table.normal td { font-weight:normal; font-size:1em; padding:0; vertical-align:top; }
div#container table { margin-bottom:0;}
/*
* FORMULAIRES */
fieldset .required { font-size:1.2em; color:#CC0000; }
fieldset.normal { /*margin:10px auto; border:1px #cacaca solid; padding:1em 2em; background:#ffffff;*/ margin:0; border:none; display:block; text-align:left; }
fieldset.normal legend { font-size:1.5em; background-color:transparent; margin:0 0 0 -0.3em; }
fieldset.normal legend.img{ margin:0 0 0 -0.7em; }
fieldset.normal p { text-align:center; margin-bottom:5px; }
fieldset.normal ul { }
fieldset.normal ul li { list-style-type:none; margin-bottom:0.2em; }
fieldset.normal legend img { display:inline; }
fieldset.normal label { display:block; margin:0 0 0 0; font-weight:bold; }
fieldset.normal .inline { display:inline; }
fieldset.normal input { vertical-align:middle; }
fieldset.normal input[type=text], fieldset input[type=password] { display:block; width:97%; vertical-align:middle; }
fieldset.normal input[type=file] { display:block; }
fieldset.normal input[type=text]:focus, fieldset.normal textarea:focus {  }
fieldset.normal select { width:100%; display:block; }
fieldset.normal textarea { display:block; width:97%; height:6em; line-height:1.3em; }
fieldset.normal textarea.big { height:12em; }


/*
* PLAN Sitemap */
table.sitemap td { vertical-align:top; }
div.sitemap { }
div.sitemap ul { }
div.sitemap ul li { list-style-type:none; }
div.sitemap ul li a { color:#000000; font-weight:bold; font-size:1.3em; line-height:1.3em; }
div.sitemap ul li ul { margin-left:2em; }
div.sitemap ul li ul li { list-style:inside disc; }
div.sitemap ul li ul li a { color:#333333; font-weight:normal; font-size:1em; }
div.sitemap ul li ul li ul { margin-left:2em; }
div.sitemap ul li ul li ul li { list-style:inside lower-latin; font-size:0.8em; }

/*
* Bloc actualités */
.block_actualites {  }
.block_actualites ul { list-style-type:none; list-style-position:outside; margin:0; padding:0; }
.block_actualites li { display:block; margin:0 5px 1em 0; padding:0.5em; background-color:#F6F6F6; width:45%; float:left; }
.block_actualites a.link_rss { float:right; margin:-3.0em 0 0 0; font-size:9px; text-transform:uppercase; color:#FF9E00; padding:3px 5px; } 
.block_actualites a.link_rss:hover { background-color:#FF9E00; color:#ffffff; } 
.block_actualites h3 { display:block; border-bottom:1px #00CCCC dotted; padding:0.5em; margin:0;  }
.block_actualites .img { float:right; margin:0 0.5em 0 1em; clear:left; }
.block_actualites .texte { background-color:#ffffff; padding:1em; text-align:justify; }
.block_actualites .date { display:block; font-size:9px; color:#cccccc; text-transform:uppercase; text-align:right; padding:0 1em; background-color:#FFFFFF; }

.block_actualites.mini { clear:both; width:35%; float:right; background-color:#EFF4FA; padding:1em; }
.block_actualites.mini li { width:100%;  }
.block_actualites.mini h2 { margin:0; padding:0 0.5em;  }
.block_actualites.mini h3 a { display:block; padding:0.5em; text-decoration:none; }
.block_actualites.mini h3 a:hover { background-color:#ffffff; }
.block_actualites.mini .img { height:5em; position:relative; }
.block_actualites.mini .texte { font-size:11px; }



/********
	Bloc de la page d'accueil
********/
table.box-categ {
	height:100%;
	width:247px;
	padding:0px;
}

table.box-categ tr td.block_title {
	text-align:left;
	padding:0px;
	padding-left:35px;
	padding-right:2px;
	height:26px;
	/height:26px;
	vertical-align:top;
	background-repeat:no-repeat;
}

table.box-categ tr td.block_title h1, table.box-categ tr td.block_title h2  {
	margin-bottom:0px;
	color:#FFF;
	font-size:18px;
	font-size:16px\9;
	text-align:left;
	font-weight: normal;
	font-style: normal;
	line-height:26px;
	font-family: 'HelveticaNarrow', sans-serif;
	font-size-adjust: 0.53;
}

table.box-categ tr td.block_title h2 a {
	color:#FFF;
}

table.box-categ tr td.block_contenu {
	text-align:left;
	padding:11px;
	color:#403e3e;
	vertical-align:top;
}

table.box-categ tr td.block_contenu p {
	margin:0px;
}

table.box-categ tr td.block_contenu h3 {
	color:#403e3e;
	font-size:12px;
	margin-bottom:7px;
}

table.box-categ tr td img {
	max-height:80px;
	max-width:120px;
	_width: expression((this.offsetWidth>=this.offsetHeight) ? 
      Math.min(parseInt(this.offsetWidth), 120 ) : true); 
 	_height: expression((this.offsetHeight>this.offsetWidth) ? 
      Math.min(parseInt(this.offsetHeight), 80 ) : true);
}

table.box-categ tr td.block_contenu h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}


table.box-categ td .div-prix, table#meilleures-ventes td .div-prix, table#top-produits td .div-prix {
	height:52px;
	width:57px;
	position:absolute;
	margin-left:85px;
	/margin-left:0px;
	margin-top:15px;
}

table#meilleures-ventes td .div-prix, table#top-produits td .div-prix {
	margin-left:110px;
}

table.box-categ td .div-prix center, table#meilleures-ventes td .div-prix, table#top-produits td .div-prix {
	padding-top:22px;
}

table.box-categ td .div-prix center span, table#meilleures-ventes td .div-prix, table#top-produits td .div-prix {
	color:#FFF;
	/*font-size:16px;
	font-weight:bold;*/
	font-size:11px;
	line-height:11px;
	font-weight:normal;
}

table.box-categ td .div-prix center del, table#meilleures-ventes td .div-prix, table#top-produits td .div-prix {
	font-size:9px;
	line-height:9px;
	color:#FFF;
	display:block;
}

table.box-categ tr#tr-loading {
	display:none;
}

/***** box-vert ****/
div.block_vert div  {
 	background-image:url("/medias/images/head-block-vert.png");
	height:27px;
}

table.box-vert {
	width:247px; 
	border:solid 1px #93a94d
}

table.box-vert td {
	background-color:#FFF;
}

table.box-vert td.block_title {
	background-repeat:no-repeat;
	background-image:url("/medias/images/head-block-vert.png");
}

table.box-vert td.block_title.grand-step3 {
	background-image:url("/medias/images/head-block-vert-grand-step3.png");
}

table.box-vert td.block_title a.shop_href {
	font-size:13px;
	font-size-adjust:0.56;
}

table.box-vert td.block_title h2 {
	color: #FFFFFF;
    font-family: 'HelveticaNarrowBold',sans-serif;
    font-size: 17px;
    font-size-adjust: 0.53;
    font-style: normal;
    font-weight: normal;
	display:block;
	height:26px;
	line-height:26px;
	margin:0px;
}

table.box-vert td img {
	max-height:85px;
	max-width:100px;
	_width: expression((this.offsetWidth>=this.offsetHeight) ? 
      Math.min(parseInt(this.offsetWidth), 100 ) : true); 
 	_height: expression((this.offsetHeight>this.offsetWidth) ? 
      Math.min(parseInt(this.offsetHeight), 85 ) : true);
	padding:5px;
	padding-right:0px;
}

table.box-vert td p {
	width:125px;
}

table.box-vert td a {
	color:#687e2c;
}
/***** fin box-vert ****/

/***** box-marron ****/
table#box-marron {
	border:solid 1px #bfb8a1;
	background:url("../img/bg-box-marron.jpg") repeat-x bottom center;
	background-color:#FFF;
}

table#box-marron td {
	/*text-align:center;*/
}

table#box-marron .trhead td {
	/*text-align:left;*/
	background-color:#bfb8a1;
	font-weight:bold;
	color:#FFF;
}

table#box-marron td.block_title {
	background:url("../img/head-box-marron.jpg") repeat-x top left;
	background-color:#FFF;
	font-family: 'HelveticaNarrowBold', sans-serif;
	font-size-adjust: 0.53;
	padding-left:5px;
}

table#box-marron td.block_title.grand {
	background:url("../img/head-box-marron-grand.jpg") repeat-x top left;
}

table#box-marron td.block_title.sans {
	background:url("../img/head-box-marron-sans.jpg") repeat-x top left;
}


table#box-marron td table td {
	background:none;
	background-color:none;
	text-align:inherit;
}

table#box-marron td img.img-promo {
	border:solid 1px #d2c4b1;
	/*max-height:85px;
	max-width:160px;
	_width: expression((this.offsetWidth>=this.offsetHeight) ? 
      Math.min(parseInt(this.offsetWidth), 160 ) : true); 
 	_height: expression((this.offsetHeight>this.offsetWidth) ? 
      Math.min(parseInt(this.offsetHeight), 85 ) : true);*/
}

table#box-marron.grand td img {
	border:none;
}

table#box-marron td div.div-prix {
	background:url("../img/bg-prix-marron.png") repeat-x bottom center;
	behavior: url("../../../../../common/iepngfix/iepngfix.htc");
	/*margin-left:155px;
	/margin-left:55px;*/
}

table#box-marron td h3{
	border-bottom: solid 1px #d2c4b1;
}
/***** fin box-marron ****/

/***** box-vert-clair ****/
table#box-vert-clair {
	border:solid 1px #b3c630;
	background:url("../img/bg-box-vert-clair.jpg") repeat-x bottom center;
	background-color:#FFF;
}

table#box-vert-clair .trhead td {
	/*text-align:left;*/
	background-color:#b3c630;
	font-weight:bold;
	color:#FFF;
}

table#box-vert-clair td.block_title {
	background:url("../img/head-box-vert-clair.jpg") repeat-x top left;
	background-color:#FFF;
}

table#box-vert-clair td.block_title.grand {
	background:url("../img/head-box-vert-clair-grand.jpg") repeat-x top left;
}

table#box-vert-clair td.block_title.sans {
	background:url("../img/head-box-vert-clair-sans.jpg") repeat-x top left;
}

table#box-vert-clair td h3{
	border-bottom: solid 1px #b3c630;
}

table#box-vert-clair td img {
	border:none;
}

table#box-vert-clair td div.div-prix, table#meilleures-ventes td .div-prix, table#top-produits td .div-prix {
	background:url("../img/bg-prix-vert-clair.png") repeat-x bottom center;
	/*height:52px;
	width:57px;
	position:relative;*/
}
/***** fin box-vert-clair ****/

/***** box-jaune ****/
table#box-jaune {
	border:solid 1px #c99f1d;
	background:url("../img/bg-box-jaune.jpg") repeat-x bottom center;
	background-color:#FFF;
}

table#box-jaune td {
	/*text-align:center;*/
}

table#box-jaune .trhead td {
	/*text-align:left;*/
	background-color:#c99f1d;
	font-weight:bold;
	color:#FFF;
}

table#box-jaune td.block_title {
	background:url("../img/head-box-jaune.jpg") repeat-x top left;
	background-color:#FFF;
	height:26px;
}

table#box-jaune td.block_title.grand {
	background:url("../img/head-box-jaune-grand.jpg") repeat-x top left;
}

table#box-jaune td.block_title.sans {
	background:url("../img/head-box-jaune-sans.jpg") repeat-x top left;
}

table#box-jaune td h3{
	border-bottom: solid 1px #c6a84b;
}

table#box-jaune td img {
	border:none;
}

table#box-jaune td div.div-prix {
	background:url("../img/bg-prix-jaune.png") repeat-x bottom center;
}
/***** fin box-jaune ****/

/***** box-orange ****/
table#box-orange {
	border:solid 1px #c7ac54;
	background:url("../img/bg-box-orange.jpg") repeat-x bottom center;
	background-color:#FFF;
}

table#box-orange td {
	/*text-align:center;*/
}

table#box-orange .trhead td {
	/*text-align:left;*/
	background-color:#c7ac54;
	font-weight:bold;
	color:#FFF;
}

table#box-orange td.block_title {
	background:url("../img/head-box-orange.jpg") repeat-x top center;
	background-color:#FFF;
}

table#box-orange td.block_title.grand {
	background:url("../img/head-box-orange-grand.jpg") repeat-x top center;
}

table#box-orange td.block_title.sans {
	background:url("../img/head-box-orange-sans.jpg") repeat-x top center;
}

table#box-orange td h3{
	border-bottom: solid 1px #c7ac54;
}

table#box-orange td img {
	border:none;
}

table#box-orange td .div-prix {
	background:url("../img/bg-prix-orange.png") repeat-x bottom center;
}
/***** fin box-orange ****/


table#articles-vus {
	width:100%;
	margin:0 auto;
	border:solid 1px #918c7e;
	margin-top:10px;
}

table#articles-vus td.block_title {
	background:none;
	background:#e9e6e1;
	color:#655d44;
}

table#articles-vus td {
	background:url("../img/bg-box-gris.jpg") repeat-x bottom center;
	background-color:#fdfdfd;
}

table#articles-vus td ul {
	margin-bottom:0px;
	float:left;
	width:210px;
}


table.shop_table_data {
	background-color:#FFF;
	background:none;
	width:100%;
}

table.shop_table_data td.td_ref {
	background-color:#efede8;
}

table.shop_table_data#box-vert-clair, table.shop_table_data#box-marron, table.shop_table_data#box-orange, table.shop_table_data#box-jaune {
	background:none;
	background-color:#FFF;
}

table.shop_table_data#box-vert-clair td.td_pic, table.shop_table_data#box-vert-clair td.td_nom, table.shop_table_data#box-vert-clair td.td_ref, table.shop_table_data#box-vert-clair td.td_prixttc, table.shop_table_data#box-vert-clair td.stock {
	border-top:solid 1px #B3C630;
}

table.shop_table_data#box-marron td.td_pic, table.shop_table_data#box-marron td.td_nom, table.shop_table_data#box-marron td.td_ref, table.shop_table_data#box-marron td.td_prixttc, table.shop_table_data#box-marron td.stock {
	border-top:solid 1px #BFB8A1;
}

table.shop_table_data#box-orange td.td_pic, table.shop_table_data#box-orange td.td_nom, table.shop_table_data#box-orange td.td_ref, table.shop_table_data#box-orange td.td_prixttc, table.shop_table_data#box-orange td.stock {
	border-top:solid 1px #C7AC54;
}

table.shop_table_data#box-jaune td.td_pic, table.shop_table_data#box-jaune td.td_nom, table.shop_table_data#box-jaune td.td_ref, table.shop_table_data#box-jaune td.td_prixttc, table.shop_table_data#box-jaune td.stock {
	border-top:solid 1px #C99F1D;
}

table.shop_table_data del, table.prodtable del, table.shop_panier_table del {
    background: url("../img/bg_prix_promo.gif") no-repeat scroll 55% center transparent;
    color: #993300;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 2px 0 0;
    text-align: right;
    text-decoration: none;
}

table.shop_table_data td.td_pic {
	max-height:60px;
	max-width:110px;
	_width: expression((this.offsetWidth>=this.offsetHeight) ? 
      Math.min(parseInt(this.offsetWidth), 110 ) : true); 
 	_height: expression((this.offsetHeight>this.offsetWidth) ? 
      Math.min(parseInt(this.offsetHeight), 60 ) : true);
}

table.shop_table_data td.td_prixttc, table.shop_table_data td.td_ref {
	text-align:center;
}

table.shop_table_data td.td_prixttc {
	font-weight:bold;
	white-space:nowrap;
}

table.shop_table_data td.stock input {
	width:25px;
	float:left;
	display:none;
}

table.shop_table_data td.stock button {
	width:16px;
	height:16px;
	margin:0;
	border:none;
	padding:0;
	background:none;
	cursor:pointer;
}

table.shop_table_data td.stock button img {
	width:16px;
	height:16px;
	border:none;
}

#caka {
	display:block;
	text-align:center;
}

table tr td.block_contenu #textplus, .shop_fiche_prod .body .proddiv #textplus {
	display:none;
}

#caja, #textplus {
	text-align:justify;
	max-width:700px;
	_width: expression((this.offsetWidth>=this.offsetHeight) ? 
      Math.max(parseInt(this.offsetWidth), 700 ) : true); 
}

table.prodtable h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

table.prodtable .htc {
	float:left;
}

table.prodtable .htc .htc-prix .prixttc {
	font-size:16px;
	font-weight:bold;
}

table.prodtable .htc .htc-prix .promo_differentiel_big, table.shop_table_data .promo_differentiel {
	background:url("../imgshop/icon_promo_mini.png") no-repeat left center;
	padding-left:10px;
	display:block;
	width:40px;
	height:27px;
	line-height:27px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
}

table.box-categ.grand .shop_fiche_prod h3 {
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

table.box-categ.grand .shop_fiche_prod .caracs_content {
	margin-bottom:5px;
}

table#box-orange .shop_fiche_prod h3 {
	color:#E07F04;
	border:none;
}

table#box-jaune .shop_fiche_prod h3 {
	color:#C6A84B;
	border:none;
}

table#box-marron .shop_fiche_prod h3 {
	color:#A77900;
	border:none;
}

table#box-vert-clair .shop_fiche_prod h3 {
	color:#B3C630;
	border:none;
}

table#box-orange table.prodtable .col2 {
	border-bottom:solid 1px #E07F04;
}

table#box-jaune table.prodtable .col2 {
	border-bottom:solid 1px #C6A84B;
}

table#box-marron table.prodtable .col2 {
	border-bottom:solid 1px #A77900;
}

table#box-vert-clair table.prodtable .col2 {
	border-bottom:solid 1px #B3C630;
}

table.prodtable td.col1 {
	width:120px;
	height:80px;
}

table.prodtable td.col1 a.pop_pic img {
	border:1px solid #D2C4B1 !important;
	max-height:80px;
	max-width:120px;
}


table.box-categ.grand div.shop_fiche_prod div.body table.prodtable .shop_form_addpanier, table.box-categ.grand div.shop_fiche_prod div.body table.prodtable .shop_form_addpanier_ajax {
	float:right;
}

table.prodtable .shop_form_addpanier input, table.prodtable .shop_form_addpanier_ajax input {
	width:25px;
}

table.prodtable .shop_form_addpanier form button, table.prodtable .shop_form_addpanier_ajax button {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	margin:0;
	outline:0 none;
	padding:0;
	position:relative;
	vertical-align:middle;
	width:110px;
	height:32px;
}


form#user-form-inscription , form#user-form-connection, form#user-form-lostpass, div#lst_result_search, div#div_code_coupon, div.list_salon, form#form_contact, div#lstPartenaires, div.sitemap, div#qui, div.cherche, div#cadeaux, div.div_rss {
	background-color:#FFF;
	border:solid 1px #3E8704;
}

div#lst_result_search {
	padding:5px;
}

div.list_salon, div#lstPartenaires, div.sitemap, div#qui, div.cherche, div#cadeaux, div.div_rss {
	padding:10px;
}

div.list_salon ul li {
	margin:5px 0px;
}

div.list_salon ul li p{
	margin:0px;
}

/* FILTRE */
div.div-filtre {
	padding:10px;
	margin-right:5px;
	float:left;
	/*width:150px;*/
	_height: expression((this.offsetHeight>this.offsetWidth) ? 
      Math.min(parseInt(this.offsetHeight), 90 ) : true);
	min-height:90px;
}

div.div-filtre ul.lstFiltre {
	margin:0px;
	list-style:none;
}

div.div-filtre ul.lstFiltre li {
	width:auto;
}

div.div-filtre h4 {
	display:inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:13px;
}

div.div-filtre ul.lstFiltre li .lnk-filtre.selected {
	display:block;
	height:16px;
	background:url("/medias/images/delete.gif") no-repeat left center;
	background-color:#FFF;
	border:solid 1px #000;
	padding-left:20px;
}

/* FILTRE ORANGE */
div.div-filtre.orange {
	border:solid 1px #c7ac54;
	border-top:none;
	background:url("../img/bg-box-orange.jpg") repeat-x bottom center;
	background-color:#FFF;
}

div.div-filtre.orange h4{
	color:#c7ac54;
}

div.div-filtre.orange ul.lstFiltre li {
	border-bottom:solid 1px #c7ac54;
}
/* FIN FILTRE ORANGE */

/* FILTRE JAUNE */
div.div-filtre.jaune {
	border:solid 1px #c99f1d;
	border-top:none;
	background:url("../img/bg-box-jaune.jpg") repeat-x bottom center;
	background-color:#FFF;
}

div.div-filtre.jaune h4{
	color:#c99f1d;
}

div.div-filtre.jaune ul.lstFiltre li {
	border-bottom:solid 1px #c99f1d;
}
/* FIN FILTRE JAUNE */

/* FILTRE MARRON */
div.div-filtre.marron {
	border:solid 1px #BFB8A1;
	border-top:none;
	background:url("../img/bg-box-marron.jpg") repeat-x bottom center;
	background-color:#FFF;
}

div.div-filtre.marron h4{
	color:#A77900;
}

div.div-filtre.marron ul.lstFiltre li {
	border-bottom:solid 1px #A77900;
}
/* FIN FILTRE MARRON */

/* FILTRE VERT CLAIR */
div.div-filtre.vert-clair {
	border:solid 1px #B3C630;
	border-top:none;
	background:url("../img/bg-box-vert-clair.jpg") repeat-x bottom center;
	background-color:#FFF;
}

div.div-filtre.vert-clair h4{
	color:#B3C630;
}

div.div-filtre.vert-clair ul.lstFiltre li {
	border-bottom:solid 1px #B3C630;
}
/* FIN FILTRE VERT CLAIR */

/* FIN FILTRE */

div#lstPartenaires ul, div#lstPartenaires p {
	margin:0;
}

div#lstPartenaires ul {
	list-style:none;
	margin-top:5px;
}

div#lstPartenaires ul li a {
	font-weight:bold;
}

p img {
	float:none;
}

table.box-categ tr td div.shop_fiche_prod table td {
	padding:3px;
}

table.box-categ tr td div.shop_fiche_prod ul {
	margin-left:14px;
}

table.box-categ tr td div.shop_fiche_prod p{
	display:inline;
	margin-left:0px;
	margin-right:0px;
}

table.box-categ tr td div.shop_fiche_prod img {
	max-height:none;
	max-width:none;
}


div.liens-externes{height:36px;margin:0 auto; background:url("../img/liens-externes.png") top center no-repeat;}
div.liens-externes table tr td{background-color:transparent;padding:0;border:0;}
div.liens-externes table tr td a{color:#FFFFFF;font-size:16px;text-decoration:none;text-align:center;line-height:35px; background:url("../img/feuille.png") top left no-repeat;padding:0 10px 0 20px;float:left;font-family:Tahoma;border-bottom:0;}
div.liens-externes table tr td a.first{background:none;padding:0 10px 0 0;}
div.liens-externes table tr td a:hover{text-decoration:underline;}




