/**
 * Coherent Light
 * @category   design_socef
 * @package    Mage
 * @subpackage stylesheet
 * @copyright  Coherent Light (C) 2009 All rights reserved.
 * @author Youssef EL MONTASER
 * @version 1.0
 */

/*--------------- Importation -----------------*/
/*- @import url(menubar.css);
@import url(page.css);
@import url(column_right.css);
@import url(column_left.css);
@import url(tag.css); -*/
/*@import url(search_engine.css);*/
/*- @import url(cms.css); -*/
/*@import url(product.css);
@import url(product_color.css);*/
/* @import url(boxes.css); */
/*- @import url(account.css); -*/
/*EOF------------ Importation -----------------*/


/*--------------- Menubar -----------------*/
/* ------------------- menubar ------------------- */
#menubar{
	height:68px;
	width : 964px;
	padding : 0px;
	margin : 0px;
	background: url(../images/main_menu.png) 0 0 no-repeat;
}
#menubar .menubar2{
	margin: 0;
	padding: 0px 10px 0px 10px;
	position: relative;
}

#menubar .menubar2 div.menubar-m {
	height: 68px;
	width:auto;
	background: #ff0033;
}

#menubar .menubar2 div.menubar-l {
	top: 0px;
	left: 0px;
	width: 10px;
	height: 68px;
	position: absolute;
	background: url(../images/menubar_l.gif) 0 0 no-repeat;
}

#menubar .menubar2 div.menubar-r {
	top: 0px;
	right: 0px;
	width: 10px;
	height: 68px;
	position: absolute;
	background: url(../images/menubar_r.gif) 0 0 no-repeat;
}

#menubar div#menu2{
	position:relative;
	top:0px;
}

#menubar #panier-container{
	width:355px;
	height : 60px;
	top: -32px;
	left:600px;
	position:relative;
}

/* EOF--------------- menubar ------------------- */

/* ------------------- Navigation ------------------- */
#menubar #menu2{
	width:670px;
}

#menubar div#menu2 ul#nav {
 	top:0px;
	left:0px;
	position:relative;
}

#menubar div#menu2 ul#nav li{
	list-style:none;
	float:left;
}

#menubar div#menu2 ul#nav a{
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#menubar div#menu2 ul#nav a:hover{
	text-decoration:underline;
}

#menubar div#menu2 ul#nav li.level0{
 	height:40px;
	text-align:center;
}

#menubar div#menu2 ul#nav li.level0 ul.level0 li.level1{
	padding:0 4px;
}

#menubar div#menu2 ul#nav li.level0 ul.level0 li.level1 a:hover{
	text-decoration:underline;
}

#menubar div#menu2 ul#nav li.level0 ul.level0{
	top:38px;
	left:0px;
	position:absolute;
	display:none;
	background: url(../images/menu2.png) 0 0 no-repeat;
	padding:2px 0px;
	height : 26px;
	line-height : 26px;
	width : 587px;
}

#menubar div#menu2 ul#nav li.level0:hover ul{
	/*display:block;*/
}

#menubar div#menu2 ul#nav li.nav-jet-d-encre{
	width:58px;
	height:38px;
	padding : 0px 5px 0px 5px ;
}

#menubar div#menu2 ul#nav li.nav-jet-d-encre:hover{
	background:#000000 url(../images/jet_encre_bg.gif) no-repeat 0 0;
}

#menubar div#menu2 ul#nav li.nav-laser-toner{
	width:68px;
	height:38px;
}

#menubar div#menu2 ul#nav li.nav-laser-toner:hover{
	background:#000000;
}

#menubar div#menu2 ul#nav li.nav-ruban-thermique{
	width:97px;
	height:38px;
}

#menubar div#menu2 ul#nav li.nav-ruban-thermique:hover{
	background:#000000;
}

#menubar div#menu2 ul#nav li.nav-imprimantes{
	width:116px;
	height:38px;
	padding : 0px 0px 0px 0px ;
}

#menubar div#menu2 ul#nav li.nav-imprimantes:hover{
	background:#000000;
}

#menubar div#menu2 ul#nav li.nav-fournitures-de-bureau{
	padding:0px 0px;
	width:118px;
	height:38px;
}

#menubar div#menu2 ul#nav li.nav-fournitures-de-bureau:hover{
	background:#000000;
}

#menubar div#menu2 ul#nav li.nav-fournitures-de-bureau>a{
}

/*
/* 0 Level * /
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li { float:left; }
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li.active a { color:#2a2824; }
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li a { float:left; padding:5px 12px 6px 8px; color:#898885; font-weight:bold; }
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li.over a,
#nav a:hover { color:#2a2824; }

/* 1st Level * /
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li,
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; }
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li.over {}
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li.last { background:#656461; padding-bottom:0; }

#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li a,
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li a:hover { float:none; padding:0; background:none; }
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li a { font-weight:normal !important; }

/* 2nd leven * /
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul li { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; }

/* 3rd+ Level * /
#menubar div#menu ul#nav li.nav-fournitures-de-bureau ul ul { top:5px; }

*/

#menubar div#menu2 ul#nav li.nav-promotions-et-destockages{
	width:115px;
	height:38px;
}#menubar div#menu2 ul#nav li.nav-promotions-et-destockages:hover{
	background:#000000;
}

#menubar div#menu2 ul#nav li.separator-subcategory{
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

#menubar div#menu2 ul#nav li.separator-category{
	width:1px;
	height:40px;
	background:#ffffff;
	top:-2px;
}
/* EOF--------------- Navigation ------------------- */

/* ------------------ Panier ------------------- */
div#devisbar{
	top: 0px;
	left:55px;
	position:absolute;
}
div#devisbar div.devisbar-r{
	left:125px;
	width:11px;
	height:22px;
	position:absolute;
	background:url(../images/devis_r.gif) no-repeat 0 0;
}
div#devisbar div.devisbar-m{
	height:22px;
	width:125px;
	background:url(../images/devis_m.gif) repeat-x 0 0;
}
div#devisbar div.devisbar-l{
	width:11px;
	height:22px;
	position:absolute;
	background:url(../images/devis_l.gif) no-repeat 0 0;
}
div#devisbar a#demande-devis{
	top:0px;
	left:0px;
	font-size:12px;
	font-weight:bold;
	color:#ff0033;
	text-decoration:none;
	display:block;
	position:absolute;
	width:125px;
	height:22px;
	text-align:center;
	padding-left:5px;
	padding-top:2px;
}

div#devisbar a:hover#demande-devis{
	text-decoration:underline;
}

div#inscrirebar{
	top:34px;
	left:24px;
	position:absolute;
}
div#inscrirebar div.inscrirebar-r{
	left:157px;
	width:10px;
	height:22px;
	position:absolute;
	background:url(../images/inscrire_r.gif) no-repeat 0 0;
}
div#inscrirebar div.inscrirebar-m{
	width:157px;
	height:22px;
	background:url(../images/inscrire_m.gif) repeat-x 0 0;
}
div#inscrirebar div.inscrirebar-l{
	width:10px;
	height:22px;
	position:absolute;
	background:url(../images/inscrire_l.gif) no-repeat 0 0;
}
div#inscrirebar a#vip-inscrire {
	top:0px;
	left:0px;
	font-size:12px;
	font-weight:bold;
	color:#ffff00;
	text-decoration:none;
	display:block;
	position:absolute;
	width:157px;
	height:22px;
	text-align:center;
	padding-left:8px;
	padding-top:2px;
}

div#inscrirebar a:hover#vip-inscrire {
	text-decoration:underline;
}

div#inscrirebar span#vip-inscrire {
	top:0px;
	left:0px;
	font-size:12px;
	display:block;
	position:absolute;
	width:157px;
	height:22px;
	text-align:center;
	padding-left:0px;
	padding-top:2px;
	color:#ffff00;
	font-weight:bold;
}

div#inscrirebar span#vip-inscrire:hover {
	color:#ff0033;
}

span#vip-inscrire a{
	color:#ffff00;
	text-decoration:none;
	font-weight:bold;
}

span#vip-inscrire a:hover{
	text-decoration:underline;
	color:#ffffff;
}

div#panierbar{
	top:0px;
	left:200px;
	position:absolute;
}
div#panierbar div.panierbar-r{
	left:69px;
	width:85px;
	height:55px;
	position:absolute;
	background:url(../images/panier_r.gif) no-repeat 0 0;
}
div#panierbar div.panierbar-m{
	width:144px;
	height:55px;
	background:url(../images/panier_m.gif) repeat-x 0 0;
}
div#panierbar div.panierbar-l{
	width:14px;
	height:55px;
	position:absolute;
	background:url(../images/panier_l.gif) no-repeat 0 0;
}

#panier-container #panier{
	top:0px;
	left:200px;
	height:55px;
	width:155px;
	position:absolute;
	/* background:url(../images/panier.jpg) no-repeat 15px 20px;
	cursor : pointer; */
}
#panier-container #panier span{
	font-family:arila;
	font-size:0.9em;
}

#panier-container #panier span.panier-vide-data{
	top:2px;
	left:12px;
	position:absolute;
	font-family:arila;
	font-size:1em;
	font-weight:bold;
	color:#ff0033;
}
#panier-container #panier img{
	top:20px;
	left:15px;
	position:absolute;
}

#panier-container #panier span.article-data{
    font-weight:bold;
	font-size:10px;
	top:2px;
	left:84px;
	position:absolute;
}
#panier-container #panier span.subtotalht-data{
	top:14px;
	left:84px;
	position:absolute;
}#panier-container #panier span.subtotalht-data,

#panier-container #panier   span.subtotalht-data .price{
    font-weight:bold;
	font-size:10px;
}

#panier-container #panier span.subtotalttc-data{
    font-weight:normal;
	font-size:9px;
	top:26px;
	left:84px;
	font-size:0.8em;
	position:absolute;
}
#panier-container #panier span.subtotalttc-data span{font-size:0.8em;}
#panier-container #panier a#panier-detail{
	top:41px;
	left:100px;
	position:absolute;
	display:block;
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	height:15px;
}

#panier-container #panier a:hover#panier-detail{
	text-decoration:underline;
}


/* EOF--------------- Panier ------------------- */
/*EOF------------ Menubar -----------------*/



/*--------------- Page -----------------*/
div.col-main{
	top:0px;
	left:0px;
	position:absolute;
}


div.col-main div#blocs{
	margin-top:10px;
	width:810px;
	position:absolute;
	/* border:1px solid black; */
}

/* -------------------- Search & Newsletter -------------------- */
div.col-main div#search-newsletter-container{
	position:relative;
	/* border:1px solid black;
	width:800px; */
}

/* ---------- Search Bar ---------- */
div#search-newsletter-container div#searchbar{
 position : relative;
 margin-bottom:-18px;
}
div#search-newsletter-container div#searchbar div.searchbar-t{
 position : relative;
	width:800px;
	height:10px;
	background:url(../images/searchbar_t.jpg) no-repeat 0 0;
}div#search-newsletter-container div#searchbar div.searchbar-m{
 position : relative;
	width:800px;
	height:13px;
	background:url(../images/searchbar_m.jpg) repeat-y 0 0;
}div#search-newsletter-container div#searchbar div.searchbar-b{
 position : relative;
	width:800px;
	height:10px;
	background:url(../images/searchbar_b.jpg) no-repeat 0 0;
}
/* EOF------- Search Bar ---------- */

/* ---------- Search ---------- */
div.col-main div#search{
	top:19px;
	left:10px;
	position:absolute;
}
div#search input#search{
	width:174px;
	height:21px;
	margin-left:4px;
	border:1px solid #9f9f9f;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	color:gray;
}div#search input#submit{
	width:35px;
	height:14px;
	margin-left:4px;
	vertical-align:middle;
}div#search label{
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}

div.col-main div#search-mini-box{
	top:22px;
	left:5px;
	position:absolute;
}


/* EOF------- Search ---------- */
/* ---------- Newsletter ---------- */
div.col-main div.newsletter{
	top:19px;
	left:372px;
	position:absolute;
}
div.newsletter input#newsletter{
	width:131px;
	height:21px;
	line-height:21px;
	margin-left:5px;
	border:1px solid #9f9f9f;
	vertical-align:middle;
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	color:black;
}div.newsletter input#submit{
	width:35px;
	height:14px;
	margin-left:10px;
	vertical-align:middle;
}div.newsletter label{
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
}
/* ---------- Newsletter ---------- */
/* EOF----------------- Search & Newsletter -------------------- */


/* -------------------- Blocks marques & cadeau -------------------- */
div.col-main div.marque{
	width:125px;
	height:285px;
	float:left;
	position:relative;
	margin-right:10px;
	overflow:hidden;
}div.col-main div.marque a#lien{
}div.col-main div.marque div.marquebar{

}div.col-main div.marque div.marquebar div.marquebar-l{
	width:10px;
	height:285px;
	position:absolute;
	background:url(../images/bloc_marque_l.jpg) no-repeat 0 0;
}div.col-main div.marque div.marquebar div.marquebar-m{
	width:115px;
	height:285px;
	background:url(../images/bloc_marque_m.jpg) repeat-x 0 0;
}div.col-main div.marque div.marquebar div.marquebar-r{
	width:10px;
	height:285px;
	top:0px;
	left:115px;
	position:absolute;
	background:url(../images/bloc_marque_r.jpg) no-repeat 0 0;
}div.col-main div.marque div.fleche{
	width:23px;
	height:22px;
	top:18px;
	left:20px;
	position:absolute;
	background:url(../images/fleche_bloc_marque.jpg) no-repeat 0 0;
}div.col-main div.marque div.logo{
	width:57px;
	height:31px;
	top:14px;
	left:61px;
	position:absolute;
}
div.col-main div.marque div.image{
	top:-240px;
	position:relative;
	text-align:center;
}

div.col-main div.marque img{
	border:none;
}div.col-main div.marque div.texte, div#all div.texte{
	width:125px;
	height:50px;
	top:220px;
	left:0px;
	position:absolute;
	background:#ff0033;
}
div.col-main div.marque .texte p, div#all div.texte p{
	width:125px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
	text-align:center;
	margin-top:0px;
}

div.col-main div.marque .texte p a:hover, div#all div.texte p a:hover{
	text-decoration:underline;
}

div.col-main div.marque div.hypertext div{
	width:125px;
	height:285px;
	background:url(../images/transparent.png);
	position:absolute;
	top:0px;
	left:0px;
}div.col-main div.marque div.hypertext a{
	width:125px;
	height:285px;
	position:absolute;
	top:0px;
	left:0px;
}

/* ---------- Block toutes les marques ---------- */
div.col-main div#all{
	width:125px;
	height:285px;
	float:left;
	position:relative;
	margin-right:10px;
}div.col-main div#all a#all{
	/* width:125px;
	height:285px;
	top:0px;
	position:absolute; */
}
div.col-main div#all div#allbar{
	top:0px;
	left:0px;
	position:relative;
	background:#d40029;
}div.col-main div#all div#allbar div.allbar-l{
	width:12px;
	height:285px;
	position:absolute;
	background:url(../images/bloc_allmarque_l.jpg) no-repeat 0 0;
}div.col-main div#all div#allbar div.allbar-m{
	width:113px;
	height:285px;
	background:url(../images/bloc_allmarque_m.jpg) repeat-x 0 0;
}div.col-main div#all div#allbar div.allbar-r{
	width:12px;
	height:285px;
	top:0px;
	left:113px;
	position:absolute;
	background:url(../images/bloc_allmarque_r.jpg) no-repeat 0 0;
}
div.col-main div#all div.logo{
	top:0px;
	left:0px;
	position:absolute;
	margin-left:25px;
	margin-top:25px;
}div.col-main div#all img{
	display:block;
	margin-bottom:3px;
	border:none;
}div.col-main div#point{
	width:22px;
	height:5px;
	top:205px;
	left:52px;
	position:absolute;
	background:url(../images/point.gif) no-repeat 0 0;
}
/* EOF------- Block toutes les marques ---------- */

/* ---------- Block cadeau ---------- */
div.col-main div#cadeau{
	width:125px;
	height:285px;
	float:left;
	position:relative;
	margin-right:10px;
}
div.col-main div#cadeau div#cadeaubar{
	top:0px;
	left:0px;
	position:relative;
	background:#d2d2d2;
}div.col-main div#cadeau div#cadeaubar div.cadeaubar-l{
	width:12px;
	height:285px;
	position:absolute;
	background:url(../images/bloc_cadeau_l.jpg) no-repeat 0 0;
}div.col-main div#cadeau div#cadeaubar div.cadeaubar-m{
	width:113px;
	height:285px;
	background:url(../images/bloc_cadeau_m.jpg) repeat-x 0 0;
}div.col-main div#cadeau div#cadeaubar div.cadeaubar-r{
	width:12px;
	height:285px;
	top:0px;
	left:113px;
	position:absolute;
	background:url(../images/bloc_cadeau_r.jpg) no-repeat 0 0;
}div.col-main div#cadeau div#image{
	top:-260px;
	position:relative;
	text-align:center;
}div.col-main div#cadeau div#image img{
	border:none;
}div.col-main div#cadeau a.hypertext{
/* 	width:125px;
	height:285px;
	top:0px;
	position:absolute; */
}div.col-main div#cadeau div.texte{
	top:140px;
	left:8px;
	position:absolute;
}
div.col-main div#cadeau div.texte p a {
	text-decoration:none;
	width:110px !important;
	height:140px;
	color:#666666;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
div.col-main div#cadeau div.texte p a:hover {
	text-decoration:underline;
}
div.col-main div#cadeau div.texte p{
	width:110px;
	height:140px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}div.col-main div#cadeau div.texte span.cadeaux{
	font-size:16px;
	font-family:"arial black";
	color:#ff0033;
}
/* EOF------- Block cadeau ---------- */
/* EOF----------------- Blocks marques & cadeau -------------------- */

/* -------------------- Blocks promotions -------------------- */
div#block-promotions{
	top:350px;
	left:0px;
	position:absolute;
}
/* ---------- Block 2 impimantes ---------- */
div#block-promotions div#imprimantes{
	top:20px;
	left:0px;
	position:absolute;
}
div#block-promotions div#imprimantes p.title{
	top:-20px;
	left:0px;
	position:absolute;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	width:365px;
	text-align : center;
	background:url(../images/ruler.png) repeat-x 0 0;
}

div#block-promotions div#imprimantes p.title span{
	background:white;
	padding : 0px 5px 0px 5px; 
}

div#block-promotions div#imprimantes hr.hr-left{
	top:-12px;
	left:0px;
	position:absolute;
	height:1px;
	color:#666666;
}div#block-promotions div#imprimantes hr.hr-right{
	top:-12px;
	left:230px;
	position:absolute;
	height:1px;
	width:135px;
	color:#666666;
}

div#imprimantes div.two-printers div.imprimantesabr{}
div#imprimantes div.two-printers div.imprimantesbar-l{
	width:10px;
	height:227px;
	position:absolute;
	background:url(../images/block_imprimante_l.jpg) no-repeat 0 0;
}
div#imprimantes div.two-printers div.imprimantesbar-c{
	width:175px;
	height:227px;
	background:url(../images/block_imprimante_c.jpg) repeat-x 0 0;
}
div#imprimantes div.two-printers div.imprimantesbar-r{
	width:10px;
	height:227px;
	top:0px;
	left:165px;
	position:absolute;
	background:url(../images/block_imprimante_r.jpg) no-repeat 0 0;
}div#imprimantes div.two-printers div.last{
	top:0px;
	left:190px;
	position:absolute;
}div#imprimantes div.two-printers div.container{
	top:0px;
	left:0px;
	position:absolute;
	text-align:center;
	line-height:normal;
}

div#imprimantes div.two-printers div.container p.product-title{
	width:171px;
	top:5px;
	left:0px;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	position:relative;
	padding: 0px 2px 0px 2px;
}

div#imprimantes div.two-printers div.container p.description{
	width:171px;
	color:#000000;
	font-family:arial;
	font-size:11px;
	padding:10px 2px 0px 2px;
}

div#imprimantes div.two-printers div.container p.detail{
	width:175px;
	color:#6b6a6a;
	font-family:arial;
	font-size:10px;
	padding-top:5px;
}

div#imprimantes div.two-printers div.container p.detail a,
div#imprimantes div.two-printers div.container p.detail a:visited {
	color:#6b6a6a;
	text-decoration:underline;
}

div#imprimantes div.two-printers div.container p.detail a:hover {
	color:#333;
	text-decoration:underline;
}

div#imprimantes div.two-printers div.container p.text-pxb{
    position : absolute;
    top : 160px;
    left : 46px;
    color : black;
    font-size : 10px;

}
div#imprimantes div.two-printers div.container p.prix-barre{
	position:absolute;
	top:176px;
	left:7px;
	width:175px;
	color:#000000;
	font-family:arial;
	font-size:14px;
	padding-top:5px;
}

div#imprimantes div.two-printers div.container div.barre{
	position:absolute;
	top:180px;
	left:50px;
	width:22px;
	height:20px;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

div#imprimantes div.two-printers div.container div.pourcent{
	top:90px;
	left:95px;
	width:50px;
	height:28px;
	position:absolute;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

div#imprimantes div.two-printers div.container div.euros{
	top:90px;
	left:95px;
	width:29px;
	height:29px;
	position:absolute;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

div#imprimantes div.two-printers div.container div.bon_achat{
	top:90px;
	left:95px;
	width:40px;
	height:40px;
	position:absolute;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

div#imprimantes div.two-printers div.container div.prix_special{background:url(../images/prix_special.png)  no-repeat 0 0;
	top:90px; left:95px; width:77px; 	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.two-printers div.container div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	top:90px; left:95px; width:77px; 	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.two-printers div.container div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	top:90px; left:95px; width:77px; 	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.two-printers div.container div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	top:90px; left:95px; width:77px; 	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.two-printers div.container div.destockage{
	top:90px;
	left:95px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#imprimantes div.two-printers div.container div.nouveaute{
	top:90px;
	left:95px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#imprimantes div.two-printers div.container div.exclusivite{
	top:90px;
	left:95px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#imprimantes div.two-printers div.container div.aucune{
	top:90px;
	left:95px;
	width:77px;
	height:40px;
	position:absolute;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}



div#imprimantes div.two-printers div.container p.prix{
	position:absolute;
	top:195px;
	left:5px;
	width:175px;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	padding-top:10px;
}
div#imprimantes div.two-printers div.container p.prix span.ttc{
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:10px;
}

div#imprimantes div.two-printers div.container p.prix span.apartirde{
	font-size:10px;
    font-style: italic;
}

/* EOF------- Block 2 impimantes ---------- */

/* ---------- Block 1 impimante ---------- */
div#block-promotions div#imprimantes div.one-printer{
	top:0px;
	left:0px;
	position:absolute;
}
div#imprimantes div.one-printer div.imprimantesbar div.imprimantesbar-l{
	width:10px;
	height:227px;
	position:absolute;
	background:url(../images/block_imprimante_l.jpg) no-repeat 0 0;
}
div#imprimantes div.one-printer div.imprimantesbar div.imprimantesbar-c{
	width:352px;
	height:227px;
	background:url(../images/block_imprimante_c.jpg) repeat-x 0 0;
}
div#imprimantes div.one-printer div.imprimantesbar div.imprimantesbar-r{
	width:10px;
	height:227px;
	top:0px;
	left:352px;
	position:absolute;
	background:url(../images/block_imprimante_r.jpg) no-repeat 0 0;
}

div#imprimantes div.one-printer div.container{
	top:10px;
	left:10px;
	position:absolute;
	text-align:center;
	line-height:normal;
	padding : 0px;
	margin : 0px;
}

div#imprimantes div.one-printer div.container img{
	position:absolute;
	top:0px;
	left:0px;
}

div#imprimantes div.one-printer div.container p.product-title{
	position:absolute;
	width:160px;
	top:40px;
	left:190px;
	color:#000000;
	font-family:arial;
	font-size:12px;
	padding: 0px ;
}

div#imprimantes div.one-printer div.container p.product-title span.marque{
	font-weight : bold;
}

div#imprimantes div.one-printer div.container p.description{
	position:absolute;
	width:160px;
	top:60px;
	left:190px;
	color:#000000;
	font-family:arial;
	font-size:11px;
	padding:0px;
	display: none;
}

div#imprimantes div.one-printer div.container p.detail{
	position:absolute;
	width:123px;
	height : 22px;
	line-height : 22px;
	top:118px;
	left:208px;
	color:#6b6a6a;
	font-family:arial;
	font-size:13px;
	padding:0px;
	margin : 0px;
	background:url(../images/detail.png) no-repeat 0 0;
}
div#imprimantes div.one-printer div.container p.text-pxb{
    position : absolute;
	top:141px;
	left:208px;
    color : black;
    font-size : 10px;
	width:123px;

}
div#imprimantes div.one-printer div.container p.detail a,
div#imprimantes div.one-printer div.container p.detail a:visited

{
	text-decoration:none;
	color:#ffffff;
	font-weight : bold;
}

div#imprimantes div.one-printer div.container p.detail a:hover

{
	text-decoration:underline;
	color:#eee;
	font-weight : bold;
}

div#imprimantes div.one-printer div.container p.prix-barre{
	position:absolute;
	width:123px;
	top:160px;
	left:208px;
	padding:0px;
	margin : 0px;

	color:#000000;
	font-family:arial;
	font-size:14px;
}

div#imprimantes div.one-printer div.container div.barre{
	position:absolute;
	width:123px;
	top:160px;
	left:238px;
	padding:0px;
	margin : 0px;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

div#imprimantes div.one-printer div.container p.prix{
	position:absolute;
	width:360px;
	top:195px;
	left:0px;
	padding:0px;
	margin : 0px;

	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
}

div#imprimantes div.one-printer div.container p.prix span.ttc{
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:10px;
}
div#imprimantes div.one-printer div.container p.prix span.apartirde{
	font-size:10px;
    font-style: italic
}

div#imprimantes div.one-printer div.container div.pourcent{
	top:30px;
	left:145px;
	width:50px;
	height:28px;
	position:absolute;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

div#imprimantes div.one-printer div.container div.euros{
	top:30px;
	left:145px;
	width:29px;
	height:29px;
	position:absolute;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

div#imprimantes div.one-printer div.container div.bon_achat{
	top:30px;
	left:145px;
	width:40px;
	height:40px;
	position:absolute;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

div#imprimantes div.one-printer div.container div.prix_special{ background:url(../images/prix_special.png)  no-repeat 0 0;
	top:30px;	left:145px;	width:77px;	height:40px;	position:absolute; text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.one-printer div.container div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	top:30px;	left:145px;	width:77px;	height:40px;	position:absolute; text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.one-printer div.container div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	top:30px;	left:145px;	width:77px;	height:40px;	position:absolute; text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.one-printer div.container div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	top:30px;	left:145px;	width:77px;	height:40px;	position:absolute; text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#imprimantes div.one-printer div.container div.destockage{
	top:30px;
	left:145px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#imprimantes div.one-printer div.container div.nouveaute{
	top:30px;
	left:145px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#imprimantes div.one-printer div.container div.exclusivite{
	top:30px;
	left:145px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#imprimantes div.one-printer div.container div.aucune{
	top:30px;
	left:145px;
	width:77px;
	height:40px;
	position:absolute;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}


/* EOF------- Block 1 impimante ---------- */

/* ---------- Block fournitures de bureau ---------- */


div#block-promotions div#fournitures-bureau{
	position:absolute;
	top:20px;
	left:408px;
	width : 400px;
	height : 234px;
	text-align : center;
}

div#block-promotions div#fournitures-bureau p.title{
	top:-20px;
	left:0px;
	position:absolute;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	width:390px;
	text-align : center;
	background:url(../images/ruler.png) repeat-x 0 0;
}

div#block-promotions div#fournitures-bureau p.title span{
	background:white;
	padding : 0px 5px 0px 5px; 
}
div#fournitures-bureau div.four_office div.bloc0{
	position:absolute;
	top:0px;
	left:0px;
	width : 190px;
	height : 112px;
	padding : 0px;
	margin : 0px;
	background:url(../images/office.png)  no-repeat 0 0;
}

div#fournitures-bureau div.four_office div.bloc1{
	position:absolute;
	top:0px;
	left:200px;
	width : 190px;
	height : 112px;
	padding : 0px;
	margin : 0px;
	background:url(../images/office.png) no-repeat 0 0;
}

div#fournitures-bureau div.four_office div.bloc2{
	position:absolute;
	top:122px;
	left:0px;
	width : 190px;
	height : 112px;
	padding : 0px;
	margin : 0px;
	background:url(../images/office.png) no-repeat 0 0;
}

div#fournitures-bureau div.four_office div.bloc3{
	position:absolute;
	top:122px;
	left:200px;
	width : 190px;
	height : 112px;
	padding : 0px;
	margin : 0px;
	background:url(../images/office.png) no-repeat 0 0;
}


div#fournitures-bureau img{
}

div#fournitures-bureau div.image-wrapper{
	position:absolute;
	top:17px;
	left:5px;
	text-align : left;
	width : 68px;
	height : 68px;
}

div#fournitures-bureau  p.product-title{
	position:absolute;
	width:190px;
	top:0px;
	left:0px;
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight : bold;
	padding: 0px ;
}

div#fournitures-bureau  p.product-title span.marque{
	font-weight : bold;
}


div#fournitures-bureau  p.detail{
	position:absolute;
	width:100px;
	top:70px;
	left:85px;
	color:#908f8f;
	font-family:arial;
	font-size:10px;
	padding:0px;
	margin : 0px;
	text-align : right;
	/* background:url(../images/detail.png) no-repeat 0 0; */
}

div#fournitures-bureau  p.detail a,
div#fournitures-bureau  p.detail a:visited

{
	text-decoration:underline;
	color:#908f8f;
	font-weight : bold;
}

div#fournitures-bureau  p.detail a:hover

{
	text-decoration:underline;
	color:#666;
	font-weight : bold;
}

div#fournitures-bureau p.text-pxb{
    position : absolute;
	top:45px;
	left:125px;
	width:60px;
    color : black;
    font-size : 8px;
	text-align : center;

}

div#fournitures-bureau  p.prix-barre{
	position:absolute;
	width:100px;
	top:27px;
	left:80px;
	padding:0px;
	margin : 0px;
	text-align : right;

	color:#000000;
	font-family:arial;
	font-size:10px;
}

div#fournitures-bureau  div.barre{
	position:absolute;
	width:123px;
	height : 30px;
	top:26px;
	left:127px;
	padding:0px;
	margin : 0px;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

div#fournitures-bureau  p.prix{
	position:absolute;
	width:190px;
	top:90px;
	left:0px;
	padding:0px;
	margin : 0px;

	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
}

div#fournitures-bureau  p.prix span.ttc{
	color:#000;
	font-family:arial;
	font-weight:bold;
	font-size:10px;
}
div#fournitures-bureau p.prix span.apartirde{
	font-size:10px;
    font-style: italic
}

div#fournitures-bureau  div.pourcent{
	top:24px;
	left:57px;
	width:50px;
	height:28px;
	position:absolute;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

div#fournitures-bureau  div.euros{
	top:24px;
	left:57px;
	width:29px;
	height:29px;
	position:absolute;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

div#fournitures-bureau div.bon_achat{
	top:24px;
	left:57px;
	width:40px;
	height:40px;
	position:absolute;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

div#fournitures-bureau  div.prix_special{background:url(../images/prix_special.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	 position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#fournitures-bureau div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	 position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#fournitures-bureau div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	 position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#fournitures-bureau div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	 position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}



div#fournitures-bureau  div.destockage{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#fournitures-bureau  div.nouveaute{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#fournitures-bureau div.exclusivite{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#fournitures-bureau  div.aucune{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}


/* EOF------- Block fournitures de bureau ---------- */

/* ---------- Block promotions en cours ---------- */
div#block-promotions div#promo-encours{
	top:285px;
	left:0px;
	position:absolute;
	width : 600px;
	height : 185px;
	text-align : center;
	background:url(../images/promos.png) repeat-x 0 0;

}

div#block-promotions div#promo-encours p.title{
	top:-20px;
	left:0px;
	position:absolute;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	width:545px;
	text-align : center;
	background:url(../images/ruler.png) repeat-x 0 0;
}

div#block-promotions div#promo-encours p.title span{
	background:white;
	padding : 0px 5px 0px 5px; 
}

div#promo-encours div.four-promos div.bloc0{
	position:absolute;
	top:10px;
	left:6px;
	width : 111px;
	height : 166px;
	padding : 0px;
	margin : 0px;
	background:url(../images/promo.png)  no-repeat 0 0;
}

div#promo-encours div.four-promos div.bloc1{
	position:absolute;
	top:10px;
	left:121px;
	width : 111px;
	height : 166px;
	padding : 0px;
	margin : 0px;
	background:url(../images/promo.png) no-repeat 0 0;
}

div#promo-encours div.four-promos div.bloc2{
	position:absolute;
	top:10px;
	left:236px;
	width : 111px;
	height : 166px;
	padding : 0px;
	margin : 0px;
	background:url(../images/promo.png) no-repeat 0 0;
}

div#promo-encours div.four-promos div.bloc3{
	position:absolute;
	top:10px;
	left:350px;
	width : 111px;
	height : 166px;
	padding : 0px;
	margin : 0px;
	background:url(../images/promo.png) no-repeat 0 0;
}

div#promo-encours  p.detail a{
	color:#FFFFFF ;
	text-decoration:none;
}

div#promo-encours  p.detail a:hover{
	text-decoration:underline;
}

div#promo-encours  p.product-title a{
	color:#000 ;
	text-decoration:none;
}

div#promo-encours  p.product-title a:hover{
	text-decoration:underline;
}

div#promo-encours img{
}

div#promo-encours div.image-wrapper{
	position:absolute;
	top:30px;
	left:15px;
	width : 80px;
	height : 80px;
}

div#promo-encours  p.product-title{
	position:absolute;
	width:107px;
	top:0px;
	left:0px;
	color:#000000;
	font-family:arial;
	font-size:9px;
	font-weight : bold;
	padding: 0px 2px 0px 2px ;
}

div#promo-encours  p.product-title span.marque{
	font-weight : bold;
}


div#promo-encours  p.detail{
	position:absolute;
	width:111px;
	top:150px;
	left:0px;
	color:white;
	font-family:arial;
	font-size:10px;
	padding:0px;
	margin : 0px;
	text-align : center;
	/* background:url(../images/detail.png) no-repeat 0 0; */
}

div#promo-encours  p.detail a,
div#promo-encours  p.detail a:visited

{
	text-decoration:none;
	color:white;
	font-weight : bold;
}

div#promo-encours  p.detail a:hover

{
	text-decoration:underline;
}

div#promo-encours p.text-pxb{
    position : absolute;
	top:114px;
	left:5px;
	width:60px;
    color : black;
    font-size : 8px;
	text-align : left;

}

div#promo-encours  p.prix-barre{
	position:absolute;
	width:111px;
	top:114px;
	left:50px;
	padding:0px;
	margin : 0px;
	text-align : left;

	color:#000000;
	font-family:arial;
	font-size:11px;
}

div#promo-encours  div.barre{
	position:absolute;
	width:71px;
	height : 30px;
	top:113px;
	left:50px;
	padding:0px;
	margin : 0px;
	text-align : left;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

div#promo-encours  p.prix{
	position:absolute;
	width:111px;
	top:134px;
	left:0px;
	padding:0px;
	margin : 0px;

	color:#ff0000;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
}

div#promo-encours  p.prix span.ttc{
	color:#000000;
	font-family:arial;
	font-weight:bold;
	font-size:8px;
}
div#promo-encours  p.prix span.apartirde{
	font-size:10px;
    font-style: italic
}
div#promo-encours  div.end-link a{
	position:absolute;
	width:78px;
	top:10px;
	left:462px;
	padding:64px 0px 0px 0px ;
	margin : 0px;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	text-decoration : none;
	cursor : pointer;


}

div#promo-encours  div.end-link a:hover{
	text-decoration : underline;
}

div#promo-encours  div.pourcent{
	top:80px;
	left:38px;
	width:50px;
	height:28px;
	position:absolute;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

div#promo-encours  div.euros{
	top:80px;
	left:33px;
	width:29px;
	height:29px;
	position:absolute;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

div#promo-encours div.bon_achat{
	top:80px;
	left:33px;
	width:40px;
	height:40px;
	position:absolute;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

div#promo-encours  div.prix_special{ background:url(../images/prix_special.png)  no-repeat 0 0;
	top:80px;	left:33px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#promo-encours  div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	top:80px;	left:33px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#promo-encours  div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	top:80px;	left:33px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#promo-encours  div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	top:80px;	left:33px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#promo-encours  div.destockage{
	top:80px;
	left:33px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#promo-encours  div.nouveaute{
	top:80px;
	left:33px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#promo-encours div.exclusivite{
	top:80px;
	left:33px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#promo-encours  div.aucune{
	top:80px;
	left:33px;
	width:77px;
	height:40px;
	position:absolute;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}


/* EOF------- Block promotions en cours ---------- */

/* ---------- Block accès rapide ---------- */
div#acces-rapide{
	position:absolute;
	top:567px;
	left:608px;
}
div#acces-rapide div.block-bg{
	position:absolute;
	top:0px;
	left:0px;
	width:195px;
	height:213px;
	background:url(../images/home-page_26.png) no-repeat 0 0;
}

div#acces-rapide div.image-wrapper{
	position:absolute;
	top:56px;
	left:14px;
	width:80px;
	height:29px;
}


/* EOF------- Block accès rapide---------- */
/* EOF----------------- Blocks promotions -------------------- */

/********************** Catalog Listing */
#category-items span.colored{
    color : red;
}

#category-items span.bigger{
    font-size : 14px;
    font-weight : bold;
}

#category-items span.heavy{
    font-weight : bold;
}

#category-items a{
    text-decoration : none;
    color : black;
    font-size : 10px;
}

#category-items a:hover{
    text-decoration : underline;
    color : #666666;
}

#category-items table{
    width : 100%;
}

#category-items table tr.row-odd{
    height : 111px;
	background:url(../images/category-item-odd.png) repeat-x 0 0;
	color : black;
}


#category-items table tr.row-even{
    height : 111px;
	background:url(../images/category-item-even.png) repeat-x 0 0;

}

#category-items table tr div.image-box{
    height : 93px;
    width : 78px;
    padding : 17px 0px 0px 14px;
	background:url(../images/image-box.png) no-repeat 10px 10px;
	position : relative;
	top : 0px;
	left : 0px;
    z-index: 30; 
}

#category-items  div.zoom{
    top:-15px; 
    left:100px; 
}

#category-items table tr td{
    height : 69px;
    padding : 42px 5px 0px 5px;
    color : black;
    font-size : 10px;
}

#category-items table tr td.product-name{
    padding : 30px 5px 0px 5px;
    height : 60px;
}

#category-items table tr td.product-sku{
    height : 93px;
    padding : 0px 0px 0px 0px;
    vertical-align : middle;
    font-weight : bold;
}

#category-items div.sku a{
    line-height : 100%;
    vertical-align : middle;
    font-weight : bold;
}

#category-items table tr td.product-name span.name{
    font-size : 11px;
    font-weight : bold;
}


#category-items table tr td.product-image{
    height : 111px;
    padding : 0px 0px 0px 0px;

}

#category-items table tr td.product-price{
    height : 69px;
    padding : 42px 5px 0px 5px;
    line-height : 12px;
    text-align : center; 

}

#category-items table tr td.product-pxb{
    text-align : center; 
}

#category-items table tr td.product-disponibility{
    height : 74px;
    padding : 37px 5px 0px 5px;
    line-height : 12px;

}

#category-items table tr td.product-cart{
    height : 54px;
    padding : 17px 5px 0px 5px;
    line-height : 12px;

}

#category-items div.product-voir{
	background:url(../images/voir.png) no-repeat 0px 0px;
    padding : 0px;
    margin : 10px 0px 0px 0px;
    width : 43px;
    height : 14px;
    line-height : 14px;
    text-align : center; 
    color : white;
    font-size : 10px;
    cursor : pointer;
}


#category-items table tr td.product-tier-price{
    font-size : 9px;
    text-align : center; 
}


#category-items div.prix-barre-wrapper{
	position:relative;
	top:0px;
	left:0px;
	text-align : left;
}

#category-items div.prix-barre{
	position:relative;
	top:0px;
	left:20px;
	font-weight : bold;
}

#category-items div.prix-barre-text{
	position:relative;
	top: -20px;
	left:0px;
}

#category-items div.barre{
	top: -17px;
	left:25px;
	width:22px;
	height:20px;
	position:relative;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}


#category-items  div.pourcent{
	width:50px;
	height:28px;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

#category-items  div.euros{
	width:29px;
	height:29px;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

#category-items div.bon_achat{
	width:40px;
	height:40px;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

#category-items  div.prix_special{ background:url(../images/prix_special.png)  no-repeat 0 0;
	width:77px;	height:24px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

#category-items  div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	width:77px;	height:24px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

#category-items  div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	width:77px;	height:24px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

#category-items div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	width:77px;	height:24px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

#category-items  div.destockage{
	width:77px;
	height:24px;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

#category-items  div.nouveaute{
	width:77px;
	height:24px;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

#category-items div.exclusivite{
	width:77px;
	height:24px;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

#category-items  div.aucune{
	width:77px;
	height:0px;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

#category-items td.product-quantity{
    margin : 0px 0px 0px 0px ;
    width : 40px;
}
#category-items td.product-quantity-buttons{
    margin : 0px 0px 0px 0px ;
    width : 36px;
    text-align : left;
}

#category-items input.input-text {
    border : 1px solid #7f7f7f;
    text-align : right;
}


#category-items div.quantite{
    float : left;
}
#category-items div.button-quantite{
    float : left;
	margin: -6px 0px 0px 9px;
}

#category-items div.button-quantite button.plus{
	width:13px;
	height:14px;
	border:none;
	cursor:pointer;
	background:url(../images/button_plus.png) no-repeat 0 0;
}
#category-items div.button-quantite button.moins{
	width:13px;
	height:14px;
	border:none;
	cursor:pointer;
	background:url(../images/button_moins.png) no-repeat 0 0;
}


/******************************* Notre selection *************************************/
#selections {
    height : 165px;
    width : 100%;
    margin : 0px 0px 20px 0px ;
    padding : 0px;
	font-size:10px;
}

#selections a{
    text-decoration : none;
    color : white;
}
#selections a:hover{
    text-decoration : underline;
}

#selections div.centered {
    margin : auto;
	width : 823px;
	padding : 0px;
    }

#selections div.selection {
    position :relative;
    width : 261px;
    height : 164px;
    float : left;
    margin : 0px 5px 0px 5px; 
	background:url(../images/selection.png)  no-repeat 0 0; 
}


#selections div.image-box{
    position : absolute;
    top : 10px;
    left : 10px;
    height : 130px;
    width : 130px;
    padding : 0px;
    z-index: 30; 
    cursor : pointer;
}

 div.zoom{
    display : none; 
    position : absolute; 
    top:0px; 
    left:0px; 
    z-index: 1000; 
	background:url(../images/zoom260.png)  no-repeat 0 0; 
	width : 260px;
	height : 260px;
}

#selections  div.zoom{
    top:-15px; 
    left:-15px; 
}




img.zoom-image{
    position : relative; 
    top:5px;  
    left:5px;  
    width :250px;
    height : 250px;
    z-index: 100; 
}

.upfront{
    z-index: 30000; 
}


#selections p.product-title {
    position : absolute;
    top : 20px;
    left : 155px;
    width : 100px;
    text-align : center;
	font-size:9px;
	line-height : 11px;
    padding : 0px;
    font-weight : bold;
    color : black;
    height:22px;
    overflow:hidden;
}

#selections p.product-title2 {
    position : absolute;
    top : 20px;
    left : 150px;
    width : 100px;
    text-align : center;
	font-size:9px;
	line-height : 11px;
    padding : 0px;
    font-weight : bold;
    color : black;
    height : 22px;
    overflow:hidden;

}

#selections p.product-title a{
    text-align : center;
	font-size:9px;
	line-height : 11px;
    padding : 0px;
    font-weight : bold;
    color : black;
}

#selections p.product-title2 a{
    text-align : center;
	font-size:9px;
	line-height : 11px;
    padding : 0px;
    font-weight : bold;
    color : black;
}

#selections  p.product-title a:hover{
    text-decoration : underline;
    color : black;
    font-weight : bold;
}

#selections p.description {
    position : absolute;
    top : 53px;
    left : 155px;
    width : 100px;
    text-align : center;
	font-size:9px;
	line-height : 11px;
    padding : 0px;
    height : 33px;
    overflow:hidden;
}

#selections p.prix{
    position : absolute;
    top : 145px;
    left : 0px;
    width : 261px;
    text-align : center;
	padding:0px;
	margin : 0px;

	color:#ffffff;
	font-weight:bold;
	font-size:11px;
}


#selections p.prix span.ttc{
	font-size:10px;
}
#selections p.prix span.apartirde{
	font-size:10px;
    font-style: italic
}

#selections div.cart{
    position : absolute;
    top : 85px;
    left : 146px;
	width:107px;
	height:29px;
    color : white;
    font-size : 9px;
    cursor : pointer;
    padding : 7px 0px 0px 30px;
	background:url(../images/cart.png)  no-repeat 0 0; 
}

#selections p.link{
    position : absolute;
    top : 85px;
    left : 146px;
	width:107px;
	height:29px;
    color : white;
    font-size : 10px;
    cursor : pointer;
	background:url(../images/cart.png)  no-repeat 0 0; 
    padding : 7px 0px 0px 25px;

}
#selections p.text-pxb{
    position : absolute;
    top : 110px;
    left : 156px;
    color : black;
    font-size : 10px;

}


#selections p.prix-barre{
    position : absolute;
    top : 123px;
    left : 164px;
}

#selections div.barre{
    position : absolute;
    top : 123px;
    left : 172px;
	width:22px;
	height:20px;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}


#selections  div.pourcent{
    position : absolute;
    top : 42px;
    left : 108px;
	width:50px;
	height:28px;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
    z-index: 40; 
}

#selections  div.euros{
    position : absolute;
    top : 42px;
    left : 118px;
	width:29px;
	height:29px;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
    z-index: 40; 
}

#selections div.bon_achat{
    position : absolute;
    top : 42px;
    left : 113px;
	width:40px;
	height:40px;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
    z-index: 40; 
}

#selections  div.prix_special{ background:url(../images/prix_special.png)  no-repeat 0 0;
    position : absolute;    top : 22px;    left : 0px;	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;    z-index: 40; 
}
#selections div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
    position : absolute;    top : 22px;    left : 0px;	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;    z-index: 40; 
}

#selections div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
    position : absolute;    top : 22px;    left : 0px;	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;    z-index: 40; 
}

#selections  div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
    position : absolute;    top : 22px;    left : 0px;	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;    z-index: 40; 
}



#selections  div.destockage{
    position : absolute;
    top : 22px;
    left : 0px;
	width:77px;
	height:40px;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
    z-index: 40; 
}

#selections  div.nouveaute{
    position : absolute;
    top : 22px;
    left : 0px;
	width:77px;
	height:40px;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
    z-index: 40; 
}

#selections div.exclusivite{
    position : absolute;
    top : 22px;
    left : 0px;
	width:77px;
	height:40px;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
    z-index: 40; 
}

#selections  div.aucune{
    position : absolute;
    top : 22px;
    left :0px;
	width:77px;
	height:40px;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
    z-index: 40; 
}

/* ---------- Block recherche1 ---------- */


div#recherche1{
	position:relative;
	top:0px;
	left:0px;
	width : 800px;
	height : 393px;
	text-align : center;
	margin : 30px 0px 0px 0px;
}

div#recherche1 p.title{
	top:0px;
	left:0px;
	position:absolute;
	width:800px;
	text-align : center;
	background:url(../images/ruler.png) repeat-x 0 0;
}

div#recherche1 p.title img{
	vertical-align: middle;
}

 div#recherche1 p.title span{
	background:white;
	padding : 0px 5px 0px 5px; 
	color:#ff0033;
	font-size:12px;
	font-weight:bold;
}
                                    /***************** The six blocks ************/

div#recherche1 div.hexaplex div.bloc0{
	position:absolute;
	top:30px;
	left:0px;
	background:url(../images/recherche1_vertical.png)  no-repeat 0 0;
}

div#recherche1 div.hexaplex div.bloc1{
	position:absolute;
	top:30px;
	left:205px;
	width : 184px;
	height : 168px;
	padding : 0px;
	margin : 0px;
	background:url(../images/recherche1_small.png) no-repeat 0 0;
}

div#recherche1 div.hexaplex div.bloc2{
	position:absolute;
	top:30px;
	left:410px;
	background:url(../images/recherche1_small.png) no-repeat 0 0;
}

div#recherche1 div.hexaplex div.bloc3{
	position:absolute;
	top:30px;
	left:616px;
	background:url(../images/recherche1_small.png) no-repeat 0 0;
}

div#recherche1 div.hexaplex div.bloc4{
	position:absolute;
	top:225px;
	left:205px;
	background:url(../images/recherche1_small.png) no-repeat 0 0;
}

div#recherche1 div.hexaplex div.bloc5{
	position:absolute;
	top:225px;
	left:410px;
	padding : 0px;
	margin : 0px;
	background:url(../images/recherche1_horizontal.png) no-repeat 0 0;
}

/****************** SMALL ********************************/

div#recherche1 div.hexaplex div.small{
	width : 390px;
	height : 168px;
	padding : 0px;
	margin : 0px;
}

div#recherche1 div.small div.image-wrapper {
	position:absolute;
	top:15px;
	left:10px;
	text-align : left;
	width : 100px;
	height : 100px;
}

div#recherche1  div.small p.product-title {
	position:absolute;
	width:80px;
	overflow : hidden;
	top:21px;
	left:100px;
	padding: 0px ;
	font-weight : normal;
	font-size:9px;
}


div#recherche1  div.small p.product-title span.marque{
	font-weight : bold;
	font-size:9px;
}


div#recherche1  div.small p.product-title a,
div#recherche1  div.small p.product-title a:visited

{
    display : block;
	color:#000000;
	font-family:arial;
	font-size:9px;
	text-decoration:none;
	color:#000000;
	padding: 0px ;
	margin : 0px;
}

div#recherche1  div.small p.product-title a:hover,
div#recherche1  div.small p.product-title a:visited:hover

{
	text-decoration:underline;
	color:#999999;
}


div#recherche1  p.text-pxb{
    position : absolute;
	top:108px;
	left:107px;
	width:60px;
    color : black;
    font-size : 8px;
	text-align : center;

}

div#recherche1 div.small p.prix-barre{
	position:absolute;
	width:184px;
	top:89px;
	left:102px;
	text-align : left;
	color:#000000;
	font-family:arial;
	font-size:12px;
}

div#recherche1  div.small div.barre{
	position:absolute;
	width:30px;
	height : 30px;
	top:86px;
	left:102px;
	text-align : left;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

div#recherche1 div.small p.prix{
	position:absolute;
	width:184px;
	top:135px;
	left:0px;
	padding:0px;
	margin : 0px;
	color:#ff0033;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	text-align : center;
}

div#recherche1  div.small p.prix span.ttc{
	color:#000000;
	font-family:arial;
	font-weight:normal;
	font-size:11px;
}
div#recherche1  div.small  p.prix span.apartirde{
    display : block;
	color:#000000;
	font-size:10px;
    font-style: italic;
	font-weight:normal;
}
div#recherche1  div.small div.pourcent{
	top:24px;
	left:57px;
	width:50px;
	height:28px;
	position:absolute;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

div#recherche1 div.small div.euros{
	top:24px;
	left:57px;
	width:29px;
	height:29px;
	position:absolute;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

div#recherche1 div.small div.bon_achat{
	top:24px;
	left:57px;
	width:40px;
	height:40px;
	position:absolute;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

div#recherche1 div.small div.prix_special{ background:url(../images/prix_special.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.small div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.small div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.small div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	top:24px;	left:37px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}


div#recherche1 div.small div.destockage{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.small div.nouveaute{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.small div.exclusivite{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.small div.aucune{
	top:24px;
	left:37px;
	width:77px;
	height:40px;
	position:absolute;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}


/****************** VERTICAL ********************************/

div#recherche1 div.hexaplex div.vertical{
	width : 184px;
	height : 363px;
	padding : 0px;
	margin : 0px;
}


div#recherche1 div.vertical div.image-wrapper {
	position:absolute;
	top:55px;
	left:10px;
	text-align : left;
	width : 165px;
	height : 165px;
}

div#recherche1  div.vertical p.product-title {
	position:absolute;
	width:143px;
	top:233px;
	left:0px;
	padding: 0px 20px 0px 20px ;
	font-weight : normal;
}


div#recherche1  div.vertical p.product-title span.marque{
	font-weight : bold;
}


div#recherche1  div.vertical p.product-title a,
div#recherche1  div.vertical p.product-title a:visited

{
	color:#000000;
	font-family:arial;
	font-size:9px;
	text-decoration:none;
	color:#000000;
}

div#recherche1  div.vertical p.product-title a:hover,
div#recherche1  div.vertical p.product-title a:visited:hover

{
	text-decoration:underline;
	color:#999999;
}


div#recherche1 div.vertical  p.text-pxb{
    position : absolute;
	top:296px;
	left:5px;
	width:60px;
    color : black;
    font-size : 8px;
	text-align : center;

}

div#recherche1 div.vertical p.prix-barre{
	position:absolute;
	width:184px;
	top:298px;
	left:77px;
	text-align : left;
	color:#000000;
	font-family:arial;
	font-size:12px;
}

div#recherche1  div.vertical div.barre{
	position:absolute;
	width:30px;
	height : 30px;
	top:295px;
	left:77px;
	text-align : left;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

div#recherche1 div.vertical p.prix{
	position:absolute;
	width:184px;
	top:329px;
	left:0px;
	padding:0px;
	margin : 0px;
	color:#ff0033;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	text-align : center;
}

div#recherche1  div.vertical p.prix span.ttc{
	color:#000000;
	font-family:arial;
	font-weight:normal;
	font-size:12px;
}




div#recherche1  div.vertical  p.prix span.apartirde{
    display : block;
	color:#000000;
	font-size:10px;
    font-style: italic;
	font-weight:normal;
}


div#recherche1  div.vertical div.pourcent{
	top:8px;
	left:64px;
	width:50px;
	height:28px;
	position:absolute;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

div#recherche1 div.vertical div.euros{
	top:8px;
	left:64px;
	width:29px;
	height:29px;
	position:absolute;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

div#recherche1 div.vertical div.bon_achat{
	top:8px;
	left:64px;
	width:40px;
	height:40px;
	position:absolute;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

div#recherche1 div.vertical div.prix_special{ background:url(../images/prix_special.png)  no-repeat 0 0;
	top:8px;	left:64px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.vertical div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	top:8px;	left:64px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.vertical div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	top:8px;	left:64px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.vertical div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	top:8px;	left:64px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}



div#recherche1 div.vertical div.destockage{
	top:8px;
	left:64px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.vertical div.nouveaute{
	top:8px;
	left:64px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.vertical div.exclusivite{
	top:8px;
	left:64px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.vertical div.aucune{
	top:8px;
	left:64px;
	width:77px;
	height:40px;
	position:absolute;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}
/****************** HORIZONTAL ********************************/

div#recherche1 div.hexaplex div.horizontal{
	position:absolute;
	width : 390px;
	height : 168px;
	padding : 0px;
	margin : 0px;
	background:url(../images/recherche1_horizontal.png) no-repeat 0 0;
}

div#recherche1 div.horizontal div.image-wrapper {
	position:absolute;
	top:10px;
	left:5px;
	text-align : left;
	width : 100px;
	height : 100px;
}

div#recherche1  div.horizontal p.product-title {
	position:absolute;
	width:140px;
	top:33px;
	left:125px;
	padding: 0px ;
	font-weight : normal;
}


div#recherche1  div.horizontal p.product-title span.marque{
	font-weight : bold;
}


div#recherche1  div.horizontal p.product-title a,
div#recherche1  div.horizontal p.product-title a:visited

{
	color:#000000;
	font-family:arial;
	font-size:9px;
	text-decoration:none;
	color:#000000;
}

div#recherche1  div.horizontal p.product-title a:hover,
div#recherche1  div.horizontal p.product-title a:visited:hover

{
	text-decoration:underline;
	color:#999999;
}


div#recherche1 div.horizontal  p.text-pxb{
    position : absolute;
	top:102px;
	left:127px;
	width:60px;
    color : black;
    font-size : 8px;
	text-align : center;

}

div#recherche1  div.horizontal  p.prix span.apartirde{
	color:#000000;
	font-size:10px;
    font-style: italic;
	font-weight:normal;
}
div#recherche1 div.horizontal p.prix-barre{
	position:absolute;
	width:140px;
	top:106px;
	left:200px;
	text-align : left;
	color:#000000;
	font-family:arial;
	font-size:12px;
}

div#recherche1  div.horizontal div.barre{
	position:absolute;
	width:30px;
	height : 30px;
	top:103px;
	left:200px;
	text-align : left;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

div#recherche1 div.horizontal p.prix{
	position:absolute;
	width:390px;
	top:145px;
	left:0px;
	padding:0px;
	margin : 0px;
	color:#ff0033;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	text-align : center;
}

div#recherche1  div.horizontal p.prix span.ttc{
	color:#000000;
	font-family:arial;
	font-weight:normal;
	font-size:11px;
}


div#recherche1  div.horizontal div.pourcent{
	top:58px;
	left:274px;
	width:50px;
	height:28px;
	position:absolute;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

div#recherche1 div.horizontal div.euros{
	top:58px;
	left:274px;
	width:29px;
	height:29px;
	position:absolute;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

div#recherche1 div.horizontal div.bon_achat{
	top:58px;
	left:274px;
	width:40px;
	height:40px;
	position:absolute;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

div#recherche1 div.horizontal div.prix_special{ background:url(../images/prix_special.png)  no-repeat 0 0;
	top:58px;	left:274px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.horizontal div.qualite_premium{background:url(../images/qualite_premium.png)  no-repeat 0 0;
	top:58px;	left:274px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.horizontal div.livraison_gratuite{background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	top:58px;	left:274px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

div#recherche1 div.horizontal div.ecologique{background:url(../images/ecologique.png)  no-repeat 0 0;
	top:58px;	left:274px;	width:77px;	height:40px;	position:absolute;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}


div#recherche1 div.horizontal div.destockage{
	top:58px;
	left:274px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.horizontal div.nouveaute{
	top:58px;
	left:274px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.horizontal div.exclusivite{
	top:58px;
	left:274px;
	width:77px;
	height:40px;
	position:absolute;
	background:url(../images/exclusivite.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

div#recherche1 div.horizontal div.aucune{
	top:58px;
	left:274px;
	width:77px;
	height:40px;
	position:absolute;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}
/* EOF------- Block recherche& hexaplex ---------- */
















/*EOF------------ Page -----------------*/



/*--------------- Column Right -----------------*/
/* ---------- Block livraison ---------- */
div#block-right-livraison{
    margin-top:10px;position:relative;
}

/* EOF------- Block livraison ---------- */


/* ---------- Block garantie ---------- */
div#block-right-garanties{margin-top:10px;position:relative;}
div#block-right-garanties div.garantiesbar-t{
	width:152px;
	height:10px;
	background:url(../images/block_right_t.gif) no-repeat 0 0;
}div#block-right-garanties div.garantiesbar-m{
	width:152px;
	height:319px;
	background:url(../images/block_right_m.gif) repeat-y 0 0;
}div#block-right-garanties div.garantiesbar-b{
	width:152px;
	height:10px;
	background:url(../images/block_right_b.gif) no-repeat 0 0;
}
div#block-right-garanties div.container{
	top:0px;
	left:0px;
	position:absolute;
	text-align:center;
}
div#block-right-garanties div.container, div#block-right-garanties div.container a{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000; 
}


div#block-right-garanties div.container { 
	text-decoration:none;
}

div#block-right-garanties div.container a:hover{
	text-decoration:underline;
}

div#block-right-garanties div.container .red, div#block-right-garanties div.container .red a, div#block-right-garanties div.container .red a:hover {
	color:#ff0033;
}


div#block-right-garanties div.hypertext{
	width:152px;
	height:150px;
	top:0px;
	left:0px;
	position:absolute;
	background:url(../images/transparente.gif);
}
div#block-right-garanties div.hypertext a{
	width:152px;
	height:150px;
	top:0px;
	left:0px;
	position:absolute;
}

div#block-right-garanties div.hypertext a:hover{
	text-decoration:underline;
}
/* EOF------- Block garantie ---------- */

/* ---------- Block publicités ---------- */
div#block-right-publicites{margin-top:10px;position:relative;}
div#block-right-publicites div.publicitesbar-t{
	width:152px;
	height:10px;
	background:url(../images/block_right_t.gif) no-repeat 0 0;
}div#block-right-publicites div.publicitesbar-m{
	width:152px;
	height:165px;
	background:url(../images/block_right_m.gif) repeat-y 0 0;
}div#block-right-publicites div.publicitesbar-b{
	width:152px;
	height:10px;
	background:url(../images/block_right_b.gif) no-repeat 0 0;
}div#block-right-publicites div.container{
	width:152px;
	top:0px;
	left:0px;
	position:absolute;
	text-align:center;
}div#block-right-publicites div.container p{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}div#block-right-publicites div.hypertext{
	width:152px;
	height:185px;
	top:0px;
	left:0px;
	position:absolute;
	background:url(../images/transparente.gif);
}
div#block-right-publicites div.hypertext a{
	width:152px;
	height:185px;
	top:0px;
	left:0px;
	position:absolute;
}div#block-right-publicites div.container p.parrainage-txt{
	font-size:12px;
	color:#ff0033;
}div#block-right-publicites div.container p.palcecine-msg{
	font-size:13px !important;
	line-height:normal;
	color:#000000;
}div#block-right-publicites div.container p.savoirplus-txt{
	color:#666666;
	font-size:9px;
	text-decoration:underline;
	top:165px;
	left:80px;
	position:absolute;
}div#block-right-publicites div.container p.reference-txt{
	font-size:12px;
	color:#000000;
	padding-top:10px;
	padding-bottom:7px;
}
/* EOF------- Block publicités ---------- */


/* ---------- Block publicités THOMAS ---------- */
div.droite div.publicite {
    padding : 0px;
    margin : 10px 0px 0px 0px;
}

div.bas div.publicite {
    float : left;
    padding : 0px;
    margin : 20px 10px 0px 0px;
}

div#search-engine div.bas div.publicite {
    float : left;
    padding : 0px;
    margin : 20px 10px 0px 0px;
}

div.publicites_wrapper {
    text-align : center; 
    width : 805px; 
    margin : auto;
}

/*EOF------------ Column Right -----------------*/



/*--------------- Column Left -----------------*/
div.block-info *{
	margin:0;
	padding:0;
	line-height:18px;
	font-family:arial;
	font-size:11px;
}
div.block-info a{
	text-decoration:none;
	color:#000000;
}
div.block-info a:hover{
	text-decoration:underline;
}

div.block-info {
	margin-bottom:20px;
}
div.block-info div.top{
	width:135px;
	background:url(../images/block_info_t.png) no-repeat 0 0;
}
div.block-info div.top h1{
	padding-top:8px;
	padding-bottom:8px;
	color:#ffffff;
	font-size:13px;
	width:135px;
	text-align:center;
	line-height:14px;
}
div.block-info div.middle{
	width:135px;
	background:url(../images/block_info_m.gif) repeat-y 0 0;
}
div.block-info div.bottom{
	width:135px;
	height:10px;
	background:url(../images/block_info_b.gif) no-repeat 0 0;
}

div.block-info div.middle ul{
	list-style-type:disc !important;
	padding-top:10px;
	padding-left:25px;
	width:100px;
}
div.block-info div.middle ul li.selected a{
    font-weight : bold;
}

div.active div.top{
	width:135px !important;
	background:url(../images/block_info_t_active.png) no-repeat 0 0 !important;
}div.active div.middle{
	width:135px !important;
	background:url(../images/block_info_m_active.gif) repeat-y 0 0 !important;
}div.active div.bottom{
	width:135px !important;
	height:10px !important;
	background:url(../images/block_info_b_active.gif) no-repeat 0 0 !important;
}


/********************** THOMAS ACCOUNT NAVIGATION ****************************************/

div.account-navigation *{
	margin:0;
	padding:0;
	line-height:18px;
	font-family:arial;
	font-size:11px;
	font-weight : bold;
}
div.account-navigation a{
	text-decoration:none;
	color:#000000;
	font-weight : normal;
}

div.account-navigation a:hover{
	text-decoration:underline;
	color:#666666;
}

div.account-navigation {
	margin-bottom:20px;
}
div.account-navigation div.top{
	width:135px;
	height:28px;
	background:url(../images/block_info_t.gif) no-repeat 0 0;
}
div.account-navigation div.top h1{
	padding-top:8px;
	padding-bottom:8px;
	color:#ffffff;
	font-size:13px;
	width:135px;
	text-align:center;
	line-height:14px;
}
div.account-navigation div.middle{
	width:135px;
	background:url(../images/block_info_m.gif) repeat-y 0 0;
}
div.account-navigation div.bottom{
	width:135px;
	height:10px;
	background:url(../images/block_info_b.gif) no-repeat 0 0;
}

div.account-navigation div.middle ul{
	list-style-type:disc !important;
	padding-top:10px;
	padding-left:25px;
	width:100px;
}
div.account-navigation div.middle ul li{
}
div.satisfaire-vos-exigences div.top h1{
	padding-top:6px !important;
	padding-bottom:4px !important;
}div.satisfaire-vos-exigences div.top{
	height:40px !important;
}
/*EOF------------ Column Left -----------------*/



/*--------------- Tag -----------------*/
 /* ---------- Block accès rapide Tags ---------- */
div#block-tags{
	top:871px;
	left:0px;
	position:absolute;
}

div#search-engine div#block-tags2{
    padding : 32px 0px 0px 0px ;
    margin : 0px 0px 0px 0px ;
}


div#search-engine div.block-tags-content ,
div.block-tags-content {
	width:780px;
	height:140px;
	background:url(../images/tag_bg.gif) no-repeat 0 0;
	overflow: hidden !important;
	padding : 10px 10px 10px 10px ;
}
div#search-engine div.block-tags-content ul,
div.block-tags-content ul
{
	display:block;
	width:780px;
	height:140px;
}

div.block-tags-content ul
{
	display:inline;
	float : left;
	line-height : 24px !important;
}

div.block-tags-content li   
{
	display:block;
	height : 24px;
	float : left;
	line-height : 24px !important;
}

div#search-engine div.block-tags-content ul, 
div#search-engine div.block-tags-content li   
{
	display:inline;
	float : left;
	line-height : 24px !important;
}

div#search-engine div.block-tags-content a,
div.block-tags-content a
{
	font-family:arial;
	text-decoration:none;
	font-size:10px;
	color:#000000;
	white-space: nowrap;
}
div#search-engine div.block-tags-content a:hover,
div.block-tags-content a:hover
{
	text-decoration:underline;
}

div#search-engine div.block-tags-content a.level0,
div.block-tags-content a.level0
{
	font-size:7px !important;
	color:#000000;
}

div#search-engine div.block-tags-content a.level1,
div.block-tags-content a.level1
{
	font-size:8px !important;
	color:#cc0033;
}

div#search-engine div.block-tags-content a.level2,
div.block-tags-content a.level2
{
	font-size:10px !important;
	font-weight:bold;
	color:#999999;
}

div#search-engine div.block-tags-content a.level3,
div.block-tags-content a.level3
{
	font-size:12px !important;
	font-weight:bold;
	color:#cc0033;
}

div#search-engine div.block-tags-content a.level4,
div.block-tags-content a.level4
{
	font-size:12px !important;
	font-weight:bold;
	color:#000000;
}


/* EOF------- Block accès rapide Tags ---------- */

/*EOF------------ Tag -----------------*/



/*--------------- Cms -----------------*/
div#cms {
    position:relative;
    left : 150px;
}

div#cms-content * {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:arial;
}

div#cms-content {
	width:803px;
	top:0px;
	left:0px;
	position:relative;
}

div#cms-content	div.header p.logo{
    margin :0px 0px 0px 50px ;
}

div#cms-content	div.header p.title-cms{
    font-size:14px;
    color:#000000;
    width:350px;
    text-align:center;
}

div#cms-content	div.header h1.title{
    font-size:18px;
    font-weight:bold;
    color:#000000;
    text-align:center;
    position : relative;
    top : 60px;
}

div#cms-content	div.header 	image{

}

div#cms-content	div.header 	table  {
    margin : 20px 0px 0px 0px;
    width : 100%;
}

div#cms-content	div.header 	table  tr td{
    text-align : right;
}

div#cms-content div.content{
    margin-bottom:30px;
}
	
div.content h1{
    font-size:14px;
    color:#ff0033;
}

div#cms-content	div.content	hr{
    height:1px;
    width:803px;
    color:#000000;
}

div#cms-content div.content	p{
    color:#000000;
    font-size:11px;
    line-height:16px;
}

/*EOF------------ Cms -----------------*/



/*--------------- Account -----------------*/
.contents-account div.left2-account {
    float : left;
    width : 150px;
    margin : 30px 20px 0px 0px;
}

.contents-account div.main2-account {
    float : left;
    width : 750px;
    margin : 30px 0px 0px 0px;
}

.page-title-parrainage { 
    border-bottom:1px solid #ddd; 
    padding:0 0 5px; 
    margin:0 0 10px; 
}

.page-title-parrainage h2 { 
   float : left; 
}
.page-title-parrainage div.actions { 
   float : right; 
}
.page-title-parrainage div.clr { 
   clear : both;; 
}

.page-title-parrainage img
{
vertical-align:text-bottom;
}


#my-parrainage-table  th, #my-parrainage-table  td
{
text-align:center;
}
/*EOF------------ Account -----------------*/



/* **************** THOMAS links ******************************/
a {
	text-decoration:none;
	color:#ff0033;
	font-weight : normal;
}

a:hover{
	color:#666666;
    text-decoration : underline;
}

/* Layout ================================================================================= */
.wrapper {}
.page { width:964px; margin:0 auto; padding:0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { /*width:964px; margin:10px 0;*/ }

/* Base Columns */
.col-left { /*float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0;*/ }
.col-main { /*float:left; width:800px; border:1px solid #ddd; padding:5px;*/ }
.col-right { /*float:right; width:150px; border:1px solid #ddd; padding:5px 5px 0;*/ }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
div.col2-right-layout {

}


div.col2-right-layout div.col-right {
	width:150px;
	float:right;
	/* border:1px solid black; */
}
div.col2-right-layout div.col-main{
	width:800px;
	position:relative;
	/* border:1px solid black; */
}div.col2-right-layout div.col-main div.welcome-msg{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
}

/* 1 column Cart */
div#page-cart div.col-main{
	width:964px;
	position:relative;
}div#page-cart div.col-main div.welcome-msg{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
}
/* 1 column Cart */
div#page-checkout div.col-main{
	width:964px;
	position:relative;
}div#page-checkout div.col-main div.welcome-msg{
	text-align:center;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
}


/* 2 Columns Layout */
div.col2-left-layout div.col-left {
	width:140px;
	top:400px;
	position:absolute;
	z-index : 1000;
	/* border:1px solid black; */
}
div.col2-left-layout div.col-main{
	width:800px;
	position:relative;
	/* border:1px solid black; */
}div.col2-left-layout div.col-main div.welcome-msg{
	text-align:center;
	position:relative;
	top : 0;
	left : 0;
	font-size:11px;
	font-weight:bold;
	font-family:arial;
}


.col2-left-layout .col-main { /*float:right;*/ }
.col2-right-layout .col-main {/*width:800px;*/}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* ------------------- headerbar ------------------- */

.header-container {
/* height : 179px;*/
}

#headerbar{
	position: relative;

}

#headerbar #toolbar{
	height:26px;
	width:auto;
}

#headerbar #toolbar #menubar-tool{
	position: relative;
	left:660px;
	top:-26px;
	width: 270px;
	height:26px;
	margin: 0;
	padding: 0px 10px 0px 10px;
}

 #headerbar #toolbar div.search-engine-seo {
    height : 26px;
    width : 650px ;
    overflow : hidden;
 }

#headerbar #toolbar div#menubar-tool div.menubar-m {
	height: 26px;
	width:auto;
	background: #000000;
}

#headerbar #toolbar div#menubar-tool div.menubar-l {
	top: 0px;
	left: 0px;
	width: 10px;
	height: 26px;
	position: absolute;
	background: url(../images/toolbar_menubar_l.gif) 0 0 no-repeat;
}

#headerbar #toolbar div#menubar-tool div.menubar-r {
	top: 0px;
	right: 0px;
	width: 10px;
	height: 26px;
	position: absolute;
	background: url(../images/toolbar_menubar_r.gif) 0 0 no-repeat;
}

#headerbar #toolbar div#menu {
	position:absolute;
	left : 650px;
	top:-3px;
	padding:8px 20px;
	text-align:right;
}

#headerbar #toolbar div#menu a, #headerbar #toolbar div#menu span{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#headerbar #toolbar div#menu a:hover {
	text-decoration:underline;
}

#headerbar #logobar{
	height:85px;
	width:auto;
	margin : 0px;
	padding : 0px;
}

#headerbar  #logobar div.logo{
	width:510px;
	float:left;
}

div#headerbar #logobar div.logo span.logo{
	width:502px;
	height:85px;
	text-indent:-999em;
	background-repeat:no-repeat;
	background-position:0 0;
}
div#headerbar #logobar div.logo .logo a {
	width:502px;
	height:85px;
	display:block;
}

#headerbar #logobar #flash{
	text-align:right;
	padding-top:12px;
}
/* EOF-------------- headerbar ------------------- */

/* #headerbar .welcome-msg { font-weight:bold; text-align:right; } */
#headerbar .links { float:right; }
#headerbar .form-search { text-align:center; }
#headerbar .form-search .search-autocomplete { z-index:999; }
#headerbar .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
#headerbar .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
#headerbar .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
#headerbar .form-search .search-autocomplete li.selected {}
#headerbar .form-language { text-align:center; }

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
/*button::-moz-focus-inner { padding:0; border:0; }*/
button.button { overflow:visible; width:auto; background:#f6f6f6; border:1px solid #717171; cursor:pointer; /*-webkit-border-fit:lines;*/ }
button.button span { display:block; margin:0; padding:0 8px 1px; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#000; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}
.highlight {}*/

/* Form lists */
.form-list li { margin:0 0 5px; }
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }

p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
div#global-messages{width:800px;margin-top:10px;}
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }

.messages li li { margin:5px 0px 3px 3px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg { 
    margin : 30px 0px 0px 0px;
    border-style:none !important;  
    background-position:10px 10px !important; 
    background-repeat:no-repeat !important; 
    min-height:50px !important; 
    padding: 48px 8px 8px 132px !important; 
    font-size:14px !important; 
    font-weight:bold !important; 
}
.error-msg { border-color:#fff; background-color:#fff; background-image:url(../images/error_msg_icon.gif); color:#da0000; }
.success-msg { border-color:#fff; background-color:#fff; background-image:url(../images/success_msg_icon.gif); color:#1bda00; }
.note-msg,
.notice-msg { border-color:#fff; background-color:#fff; background-image:url(../images/note_msg_icon.gif); color:#93922e; }

p.recherche-msg {
    font-size : 12px;
    color : #999999;
}

/* BreadCrumbs */
.breadcrumbs { padding:5px 0 5px 10px; margin:0 0 10px;}
.breadcrumbs li {
	display:inline;
	color:#999999;
	font-family:arial;
	font-size:11px;
}
.breadcrumbs li a,.breadcrumbs li strong{
	display:inline;
	color:#999999;
	font-family:arial;
	font-size:11px;
	text-decoration:none;
}

.breadcrumbs li a:hover{
	text-decoration:underline;
}

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */
.pager {
    text-align:left;
    color : black;
    font-size : 12px;
    font-weight : normal;
    padding:0px;
    margin:5px 0px 10px 0px ;
}

.pager .amount { }


.pages {
}
.pager .pages a {
    color : #7f7f7f;
    text-decoration : none;
}

.pager .pages a:hover {
    text-decoration : underline;
}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current { font-weight : bold;}

.pager span.limit,.pager span.limit, .pager span.order {
    cursor : pointer;
}

.pager span.selected {
    font-weight : bold;
}

/* Sorter */
.sorter {

    font-size : 10px;
    border:1px solid #7f7f7f;
    padding:5px;
    margin:5px 10px 5px 0px ;

}

.thomas-sorter {
    font-size : 10px;
    border:1px solid #7f7f7f;

    padding:5px;
    margin:5px 10px 5px 0px ;

}

.limiter{
    font-size : 10px;
    border:1px solid #7f7f7f;
    padding:5px;
    margin:5px 10px 5px 0px ;

}

.pager span.title{
    padding:5px;
    margin:5px 0px 5px 0px ;

}


.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #666; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #666; background-color:#dedede;}
.data-table td textarea {  background-color:#dedede;}
.data-table td h3 {  font-size: 12px;}
.data-table thead { background-color:#9c9a9b; color : #fff; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {background-color:#dedede; }
.data-table tr.even { background-color:#dedede; }
.data-table tbody.odd {background-color:#dedede;}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#dedede; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#dedede; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#dedede; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { background-color:#fefefe; }
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#fefefe; }

/* Class: std - styles for admin-controlled content */
.std,
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:0 10px; }
.block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.block h3 { font-size:14px; line-height:1.5; }
.block .block-content { padding:10px; }
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {
    background : #f0f0f0;
}

.block-reorder li.even {
    background-color:#f0f0f0;
}

.block-reorder li { 
padding:5px 0; 
}

.block-reorder input.checkbox {
     float:left; 
     margin:3px -20px 0 0; 
 }
 
.block-reorder .label { 
    display:block; 
    margin-left:20px; 
}

div.block-reorder div.block-title h2{
    font-size : 12px;
}

div.block-reorder div.block-content h3{
    font-size : 12px;
}

div.block-reorder div.block-content {
    font-size : 10px;
}

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#dedede; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
/* THOMAS */
.category-title {
    /* border-bottom:1px solid #ddd; margin:0 0 10px; */

    }
.category-title h2{
    /* border-bottom:1px solid #ddd; margin:0 0 10px; */
    color : #000000;
    text-transform: uppercase ;
    font-weight : bold;
    font-size : 14px;
    text-align : center;
    margin : 30px 0px 26px 0px ;
}
.category-children{
    text-align : center;
}

.category-children a{
    text-decoration : none;
    color :black;
}

.category-children a:hover{
    text-decoration : underline;
    color : #333333;
}

.category-children table{
    margin : auto;
}
.category-children table tr td{
	background: url(../images/child-category.png) no-repeat 100px 0px;
	width : 300px;
	height : 29px;
	line-height : 19px;
    text-align : center;
    font-size : 10px;
    color : #000000;
    padding : 0px 50px;
}

.category-list-title{
    width : 800px;
	color:#000000;
	font-family:arial;
	font-size:14px;
	font-weight : bold;
	text-align : center;
	background:url(../images/ruler.png) repeat-x 0px 3px;
    margin : 20px 0px 5px 77px ;
}

.category-list-title span{
	background:white;
	padding : 0px 15px 0px 15px;
}


.category-image { display:block; margin:0 auto; }
.category-products {}

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd { background-color:#dedede;}
.products-grid tr.even { background-color:#dedede; }
.products-grid td { width:33%; border:1px solid #ddd; padding:5px; }
.products-grid td.empty {}

/* View Type: List */
.products-list li.item { border:1px solid #ddd; padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
div.product-pub-wrapper {
    margin : 0px;
    padding : 0px;
    width : 874px;
    height : 142px;
}

div.product-pub {
    float : right;
    height : 142px;

}

.product-view {
    position : relative;
    top : 0px;
    left : 0px;
    margin : 0px 0px 0px 126px;
    padding : 20px 20px 20px 20px;
    width : 691px;
    height : 526px;
	background:  url(../images/page_produit.png) no-repeat 0px 0px;

}


.product-essential {}
.product-collateral {}

/* Product Images */
.product-view .product-img-box { 
    position:absolute;
    top : 16px;
    left : 457px; 
    width:267px; 
}

.product-view .product-img-box .product-image { 
    /* border:1px solid #ddd; */
}
.product-view .product-img-box .product-image-zoom { 
    position:relative; 
    width:165px; 
    height:165px; 
    overflow:hidden; 
    z-index:9;
}

.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }

.product-view .product-img-box .more-views li { 
    float:left; 
    padding:1px; 
    background-color:#fff; 
    margin:0 0 8px 4px ;
    border : 1px solid #ddd; 
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .short-description {}

/* Rating */
.ratings {}
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }


/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
div.add-to-box {
    width : 450px;
    height : 90px;
}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags button.button { float:left; }
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */

.product-view table.product-infos {
    color : #f40031;
    margin : 0px;
    padding : 0px;
    height : 200px;
    position : relative;
    top : 0px;
    left : 0px;
}
.product-view td.product-name {
    color : #f40031;
    font-weight : bold;
    font-size : 15px;
    line-height : 17px;
    text-align : left;
    margin : 0px;
    padding : 0px;
}
.product-view td.product-name div{
    width : 210px;
    height : 80px;
    overflow : hidden;
}

.product-view td.product-name h1 {
    color : #f40031;
    font-weight : bold;
    font-size : 15px;
    text-align : left;
    margin : 0px;
    padding : 0px;
}

.product-view div.product-name h2{
    font-size : 14px;
    font-weight:bold;
    line-height:14px;
    margin : 40px 0px 0px 0px;
}

.product-view div.product-name h3{
    padding : 0px 0px 0px 0px ;
    font-size : 14px;
    font-weight:bold;
    text-align : left;
    color :#ffffff;
}


.product-view table.icons {
    text-align : center;
    margin : auto ;
    margin-bottom : 20px;
}

.product-view table.icons td {
    vertical-align: middle;
    padding : 0px 20px 0px 20px;
}

.product-view table.cart-box {
    text-align : center;
    margin : auto ;
    margin-bottom : 20px;
    float : right;
}

.product-view table.cart-box td {
    vertical-align: middle;
    padding : 0px 20px 0px 20px;
	font-weight : bold;
	font-size:14px;
}

.product-view table.cart-box td input.input-text  {
	font-weight : bold;
	font-size:14px;

}

.product-view  div.prix-barre-wrapper{
	position:relative;
	top:5px;
	left:0px;
}
.product-view  div.prix-barre{
	position:relative;
	top:0px;
	left:0px;
	font-weight : normal;
    font-size : 10px;
	color : black;
}

.product-view div.prix-barre-text{
	position:relative;
	top: -20px;
	left:0px;
}

.product-view div.barre{
	top: -17px;
	left:10px;
	width:22px;
	height:20px;
	position:relative;
	background:url(../images/prix_barre.png) no-repeat 0 0;
}

.price-box .price { font-weight:bold; }

.price-box-bundle {}

.product-view   div.price-box{
    height : 88px;
    padding : 20px 20px 0px 20px;
    margin : 0px 10px 0px 0px;
    text-align : center;
}
.product-view   p.prix{

	color:#ff0000;
	font-family:arial;
	font-weight:bold;
	font-size:20px;
    text-align : center;
}

.product-view   p.prix span.ttc{
display : block;
	color:#000000;
	font-family:arial;
	font-weight:normal;
	font-size:11px;
    text-align : center;
}

.product-view  div.tierprices{
    width : 100px;
    height : 100px;
    overflow : hidden;
    font-size : 11px;
    font-weight:normal; 
    color : #ff0033;
    text-align : center;


}

/* Tier Prices */
.product-view div.tierprices .price { 
    font-size : 12px;
    font-weight:normal; 
    color : black;
}
.product-view div.tierprices .benefit {
    display : block;
    font-weight:normal;
    font-size : 10px;
    color : black;
}

.product-view div.cart-bar-wrapper{
    padding : 0px 0px 0px 0px ;
    position : relative;
    top : 48px;
    left : 0px;
}
.product-view table.cart-bar{
    padding : 0px 0px 0px 0px ;
    margin : 0px 0px 0px 0px ;
    color : #fff;
    font-size : 12px; 
/*    border : 1px solid black; */

}

.product-view table.cart-bar div.sku{
    margin : 12px 0px 0px 0px ;
    width : 250px;
}

.product-view table.cart-bar div.qty{
    margin : 10px 0px 0px 0px ;
    width : 130px;
    color : #000;
    font-size : 10px; 
}

.product-view table.cart-bar div.quantity-buttons {
    margin : 7px 0px 0px 0px ;
    padding : 0px 0px 0px 0px ;
    width : 70px;
    
}

.product-view table.cart-bar div.button-quantite button.plus{
	width:13px;
	height:14px;
	border:none;
	cursor:pointer;
	background:url(../images/button_plus.png) no-repeat 0 0;
}
.product-view table.cart-bar div.button-quantite button.moins{
	width:13px;
	height:14px;
	border:none;
	cursor:pointer;
	background:url(../images/button_moins.png) no-repeat 0 0;
}

.product-view table.cart-bar div.cart{
    margin : 9px 0px 0px 0px ;
    width : 164px;
    color : #fff;
    font-size : 17px; 
    font-weight : normal;
    cursor : pointer;
}

.product-view table.cart-bar div.cart:hover{
    text-decoration : underline;
}

.product-view table.cart-bar a.wishlist{
    display : block;
    margin : 10px 0px 0px 0px ;
    width : 40px;
    color : #fff;
    font-size : 20px; 
    font-weight : bold;
    font-family: courier, serif

}

.product-view table.cart-bar a.wishlist:hover{
    text-decoration : none;
}

.product-view div.hidden{
    display : none;
}

.product-view   div.description{
    padding : 30px 0px 0px 0px ;
    margin : 0px 0px 0px 0px;
    color : black;
    font-size : 12px;
    position : relative;
    top : 48px;
    left : 0px;
}

.product-view   div.description h3{
    margin : 0px 0px 0px 0px;
    color : black;
    font-size : 12px;
	font-weight:bold;
}
.product-view   div.description div.scroller{
    width : 660px;
    height : 127px;
    overflow : auto;
}


.product-view xxbutton.cart{
	width:107px;
	height:29px;
    color : white;
    font-size : 9px;
    cursor : pointer;
    padding : 7px 0px 0px 30px;
	background:url(../images/cart.png)  no-repeat 0 0;
}

.product-view  div.pourcent{
	width:50px;
	height:28px;
	background:url(../images/pourcent.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 28px;
}

.product-view  div.euros{
	width:29px;
	height:29px;
	background:url(../images/euros.png) no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-weight : bold;
	font-size:12px;
	padding: 1px;
	line-height : 29px;
}

.product-view div.bon_achat{
 	width:40px;
	height:40px;
	background:url(../images/bon_achat.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:12px;
	padding: 3px 1px 1px 1px;
	font-weight : bold;
	line-height : 12px;
}

.product-view  div.prix_special{
	width:77px;
	height:40px;
	background:url(../images/prix_special.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

.product-view  div.destockage{
	width:77px;
	height:40px;
	background:url(../images/destockage.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

.product-view  div.nouveaute{
	width:77px;
	height:40px;
	background:url(../images/nouveaute.png)  no-repeat 0 0;
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}

.product-view div.exclusivite{ background:url(../images/exclusivite.png)  no-repeat 0 0;
	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

.product-view div.qualite_premium{ 	background:url(../images/qualite_premium.png)  no-repeat 0 0;
	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

.product-view div.livraison_gratuite{ 	background:url(../images/livraison_gratuite.png)  no-repeat 0 0;
	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

.product-view div.ecologique{ 	background:url(../images/ecologique.png)  no-repeat 0 0;
	width:77px;	height:40px;	text-align : center;	color : #000000;	font-family:arial;	font-size:10px;	padding: 2px;
}

.product-view  div.aucune{
	width:77px;
	height:40px;
	/* background:url(../images/aucune.png)  no-repeat 0 0; */
	text-align : center;
	color : #000000;
	font-family:arial;
	font-size:10px;
	padding: 2px;
}















/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left; width:700px; }
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.opc { /*border-bottom:1px solid #ddd;*/ position:relative; }
.opc li.section { /*border:1px solid #ddd;*/ border-bottom:0;}
.opc .step-title { /*background-color:#f6f6f6;*/ padding:0 5px; text-align:right; color:#c9c9c9;}
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h3 { float:left; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { /*background-color:#ccc;*/ cursor:default; color:#000000;}
.opc .step { /*border-top:1px solid #ddd;*/ padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {padding-top:10px;text-align:center;}
.footer address { text-align:right; }
.footer ul { float:left; padding:0 20px 0 0; }
.footer p.referencement-msg{
	font-family:arial;
	font-size:10px;
	color:#666666;
	text-align:left;
}.footer p.footer-links{
	font-family:arial;
	font-weight:bold;
	font-size:10px;
	text-align:center;
	padding:10px 0px;
}
.footer p.footer-links a{
	text-decoration:none;
	color:#000000;
}
.footer p.footer-links a:hover{
	text-decoration:underline;
}

.footer p.footer-partenaires{
	font-family:arial;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	padding:10px 0px;
	color:#666666;
}
.footer p.footer-partenaires a{
	text-decoration:none;
	color:#666666;
}
.footer p.footer-partenaires a:hover{
	text-decoration:underline;
}
/* ======================================================================================= */

/* Login - THOMAS ================================================================================ */


.login-tl {
    background: transparent url(../images/box_tl.png) 0 0 no-repeat;
}
.login-tr {
    background: transparent url(../images/box_tr.png) 100% 0% no-repeat;

}
.login-br {
    background:  transparent url(../images/box_br.png) 100% 100% no-repeat;
}
.login-bl {
    background: transparent url(../images/box_bl.png) 0% 100% no-repeat;
    padding : 15px 15px 15px 15px ;
}

.login-bl div.buttons-set {
    border : 0px;
}
/* =====================  IE6 LIGHT BOX =========================================== */

div#ie6-lightbox {
    position : absolute;
    top : -1000px;
    left : -1000px;
    z-index : 20000;
    height: 3000px; 
    width: 4000px;
	background: url(../images/IE6.jpg) no-repeat 1000px 1000px;
    text-align: left;
    padding: 0px; 
    margin: 0px; 
}

div#ie6-box {
    position : absolute;
    top : 1100px;
    left : 1100px;
    z-index : 30000;
    height: 197px; 
    width: 393px;
	background: url(../images/ie6.png) no-repeat 0 0;
    text-align: left;
    padding: 110px 0px 0px 145px; 
    margin: 0px; 
    color : #000;
}
div#ie6-box div.ie6-title {
    position : absolute;
    top : 27px;
    left : 34px;
    width : 295px;
    text-align: left;
    color : #000;
    font-weight : bold;
}

/* =====================  IE5 LIGHT BOX =========================================== */

div#ie5-lightbox {
    position : absolute;
    top : 0px;
    left : 0px;
    z-index : 20000;
    height: 1000px; 
    width: 2000px;
	background: url(../images/IE6.jpg) no-repeat 0px 0px;
    text-align: left;
    padding: 0px; 
    margin: 0px; 
}

div#ie5-box {
    position : absolute;
    top : 100px;
    left : 100px;
    z-index : 30000;
    height: 197px; 
    width: 393px;
	background: url(../images/ie6.png) no-repeat 0 0;
    text-align: left;
    padding: 110px 0px 0px 145px; 
    margin: 0px; 
    color : #000;
}
div#ie5-box div.ie5-title {
    position : absolute;
    top : 27px;
    left : 34px;
    width : 295px;
    text-align: left;
    color : #000;
    font-weight : bold;
}

    
/* =====================  ADD TO PANIER LIGHT BOX =========================================== */

div#message-lightbox {
    position : absolute;
    top : -1000px;
    left : -1000px;
    z-index : 20000;
    height: 3000px; 
    width: 4000px;
	background: url(../images/lightcart.png)  0 0;
    text-align: left;
    padding: 0px; 
    margin: 0px; 
}

div#message-box {
    position : absolute;
    top : 1100px;
    left : 1288px;
    z-index : 30000;
    height: 197px; 
    width: 393px;
	background: url(../images/addcart.png) no-repeat 0 0;
    text-align: left;
    padding: 0px 0px 0px 0px; 
    margin: 0px; 
    color : #000;
}
div#message-box div.message-title {
    position : absolute;
    top : 27px;
    left : 34px;
    width : 295px;
    text-align: left;
    color : #000;
    font-weight : bold;
}

    
    
div#message-box div.gotopanier {
    position : absolute;
    top : 110px;
    left : 193px;
    text-align: left;
    color : #9b9b9b;
    font-weight : bold;
    font-size : 15px;
}
div#message-box div.gotopanier a{
    color : #9b9b9b;
    font-weight : bold;
    text-decoration : none;
}
    
div#message-box div.gotopanier a:hover{
    color : #9b9b9b;
    font-weight : bold;
    text-decoration : underline;
}
    
div#message-box div.continue {
    position : relative;
    top : 161px;
    left : 0px;
    text-align: center;
    color : #fff;
    font-weight : bold;
    font-size : 15px;
    width: 363px;
}

div#message-box div.continue a{
    color : #fff;
    font-weight : bold;
    text-decoration : none;
}
    
div#message-box div.continue a:hover{
    color : #fff;
    font-weight : bold;
    text-decoration : underline;
}
    
    /* ======================================================================================= */

    

form#contactForm, form#login-form {
     color :#3c3c3c;
     font-size : 15px;
}

form#login-form label{
     font-weight : normal;
}

form#login-form div.col-1 h3{
     color :#f40031;
     margin : 0px 0px 6px 0px;
     font-size : 19px;
}

form#login-form div.col-2 h3{
     color :#f40031;
     margin : 0px 0px 0px 0px;
     font-size : 15px;
     font-weight : normal;
}

form#contactForm div.invite {
     color :#5f5f5f;
     width : 510px;
}

form#login-form  div.invite {
     color :#5e5e5e;
     width : 320px;
     line-height:1.2;
     margin : 0px 0px 70px 0px;
}

form#contactForm textarea  {
     border : 1px solid #f40031;
     margin : 0px 0px 50px 0px;

}
form#contactForm input{
     border-bottom : 1px solid #f40031;

}
form#login-form input{
     border : none;
     border-bottom : 1px solid #f40031;
     background : transparent;
     width : 170px;

}
form#login-form table.return-login{
     border : none;
     width : 417px;
}

form#login-form table.return-login td.label{
     width : 147px;
     text-align : right;
}

form#login-form table.return-login td.head{
    width : 100px;
    text-align : right;
}

form#login-form table.return-login td.head div.head{
    width : 71px;
    height : 78px;
    background: transparent url(../images/head.png) no-repeat 0 0 ;
}

form#login-form table.return-login td.head div.head:hover{
    background: transparent url(../images/head.png) no-repeat 0 -78px ;
}

form#contactForm button.button, form#login-form button.button{
     color :#3c3c3c;
     font-size : 15px;
     background:#dedede; 
     border:0px;
    margin : 0px;
    padding : 0px;
}

form#contactForm div.footer  {
     position : relative;
     top : 0px;
     left : 0px;
}

form#login-form div.col-2 div.footer  {
     position : relative;
     top : 0px;
     left : 0px;
}

form#contactForm div.form-submit {
     position : absolute;
     top : -55px;
     left : 447px;
     height : 64px;
     line-height : 20px;
     cursor : pointer;
     
}

form#login-form div.form-submit {
     position : absolute;
     top : -120px;
     left : 280px;
     height : 64px;
     line-height : 20px;
     cursor : pointer;
     
}

form#contactForm div.required-notice {
     position : absolute;
     top : -20px;
     left : 810px;
     color :#8b8b8b;
     font-size : 12px;
}
form#contactForm span.detail {
     color :#8b8b8b;
     font-size : 12px;
}

form#login-form  div.col-1 button.button {
    background: transparent url(../images/red_button.png) no-repeat 0 0 ;
    width : 283px;
    height : 27px;
    float : none;
}
form#login-form  div.col-1 button.button span{
    color :#fff;
    font-size : 15px;
    font-weight : normal;
}
form#login-form  div.col-1 button.button:hover{
    background: transparent url(../images/red_button.png) no-repeat 0 -27px;
}

form#login-form  div.col-1 div.content {
    padding : 26px 60px 40px 60px;
    height : 190px;
}

form#login-form  div.col-2 div.content{
    padding : 26px 28px 40px 10px;
    height : 181px;
}

form#login-form  .col2-set .col-1 { float:left; width:450px; }
form#login-form  .col2-set .col-2 { float:right; width:450px; }

div.wish-link {
    width : 100%;
    text-align : center;
}

div.contact-details{
padding : 0px 0px 0px 10px;
}

.success-button
{
    float:right;
	width:145px;
	height:23px;
	border:none;
	cursor:pointer;
	background:url(../images/cart/success.png) no-repeat 0 0;
}


/*--------------- Plan Site -----------------*/

.plan-site{
    text-align : center;
}

.plan-site a{
    text-decoration : none;
    color :black;
    cursor: pointer;
}

.plan-site a:hover{
    text-decoration : underline;
    color : #333333;
}

.plan-site table{
    margin : auto;
    
}
.plan-site table tr td{
	width : 400px;
	height : 21px;
	line-height : 19px;
    font-size : 10px;
    padding : 0px 10px;
    margin-right:  15px;
}

.plan-site .separator{
	background-image: none;
}

.plan-site .subItem{
	position: absolute; 
	border: solid thin black; 
	margin-left: 50px;
	padding: 5px;
}

.plan-site strong{
	font-weight: bold;
}

.plan-site .printer{
	background-color: rgb(216,216,216);
}

.plan-site .ink{
	background-color: rgb(219,229,241);
}

.plan-site .nav{
	margin-bottom: 15px;
}

.plan-site .nav li{
	float: left;
	margin-right: 15px;
	font-size: 10px;
}

/*EOF------------ Plan Site -----------------*/
div#block-tags3{
    padding : 10px ;
    margin : auto ;
}

div#block-tags3 div.block-tags-content{
    margin : auto ;
}

