h1{
	text-align:center;
}

#bandeau{
    -webkit-border-radius:15px;
    -webkit-border-top-left-radius:0;
    -moz-border-radius:15px;
    -moz-border-radius-topleft:0;
    border-radius:15px;
    border-top-left-radius:0;
    margin:10px 15px 60px 15px;
    
    background:#004C84;
    background: -moz-linear-gradient(180deg, #081b2d 0%, #004C84 100%);
    background: -webkit-linear-gradient(180deg, #081b2d 0%, #004C84 100%);
    background: linear-gradient(180deg, #081b2d 0%, #004C84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#081b2d",endColorstr="#004c84",GradientType=1);
}

#bandeau img {
	display:block;
	margin:0;
	padding:0;
}

#logo_container{
    float:left;
    position:relative;
    top:-10px;
    left:-15px;
}

#boutons_nav{
    text-align:right;
    padding-right:35px;
    padding-left: 320px;
}
#boutons_nav > a,
#boutons_nav > span{
    background:white;
    padding: 10px 7px;
    margin-left: 10px;
    display: inline-block;
    font-weight:bold;
    color:#004C84;
    
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#form_container{
    border:3px solid white;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:#004C84;
    padding:10px 30px;
    margin-left:320px;
    margin-right:15px;
    position:relative;
    top:25px;
    text-align:center;
    
    border-collapse:separate;
    -webkit-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 10px 3px rgba(0,0,0,0.5);
    box-shadow:0px 0px 10px 3px rgba(0,0,0,0.5);
}

#form_container form{
    display:flex;
    justify-content:center;
    align-items:center;
}

#form_container form > *{
    margin:5px;
}

#form_container form > select,
#form_container form > input{
    height:30px;
}

#form_container #request{
    max-width:1000px;
    flex-grow:1;
}

#suggests{
	position:absolute;
	left:470px;
	top:115px;
	width:333px;
	z-index:1010;
	display:none;
	border:1px solid black;
	background-color:white;
	overflow:auto;
}
#suggests div{
	cursor:default;
	height:1.2em;
	overflow:hidden;
    font-size:16px;
    margin:4px 0;
    padding:0 3px;
}
#suggests div.select{
	color:white;
	background-color:#E4600D;
}

#tooltipP,
#tooltipC{
	font-size:11pt;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	margin:0;
}

#tooltipP .l{
	position:static;
}

#listingTop #tooltipC{
	color:white;
	font-weight:normal;
	padding-top:0px;
	padding-right:5px;
}

#tooltipI,
#tooltipIS{
	cursor:help;
	vertical-align:top;
}

#tooltipS,
#tooltip{
	display:none;
	position:absolute;
	width:500px;
	text-align:left;
	border:2px solid #D0D0D0;
	color:black;
	background:white;
	padding:5px;
	z-index:2000;
	font-weight:normal;
	font-size:10pt;
}

html,body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
}

h1 + h2{
	margin-top:-15px;
}

h1 + h2,
h1 + h3,
h2 + h3{
		text-align:center;
}

A,.VIOLET,.BLUEL ,.BLUEA,.ORANGE,.l{
  color:#162B56;
  font-size:9pt;
}
.BLUE{
  color:#162B56;
  font-size:10pt;
}
.l{
	cursor:pointer;
	text-decoration:underline;
}

.BLUEL{
  font-weight:bold;
}

.BLUEA{
  font-size:12pt;
}

.BLUEB{
  color:#EFF6FE;
  font-weight:bold;
  text-decoration:none;
}

.VIOLETBOLD,.ORANGEBOLD ,.LINK{
  color:#FFFFFF;
  font-size:10pt;
  font-weight:bold;
}

.TEXT{ 
  font-size:9pt;
}

.OR{
  font-size:10pt;
  color:#FFCE31;
  font-weight:bold;
  text-decoration:none;
}

.DOSSIER{
  font-size:11pt;
}

.SERVICES{
 text-decoration:none;
 color:black;
}

a:hover{
text-decoration:underline overline;
font-family:arial,helvetica;
color:#ff0000;
}

.img{
	border:0px;
	background-color:white;
}
.img.v{
	width:150px;
	height:150px;
	text-align:left;
}

.img.s,
.img.r.s{
	width:150px;
	height:150px;
	text-align:center;
}

ul.centre{
	color:#162B56;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin:0pt 0pt 0pt 20px;
	padding:0pt 0pt 1em;
}
.centre .d > .l{
	font-weight:bold;
}
.centre .d{
	padding:3px 0;
}
.menuLeft ul.centre li li{
	padding-top:5px;
	padding-left:10px;
	text-indent:-10px;
}

#tax{
	z-index:999;
	font-weight:normal;
	background-color:#DEE0E7;
	border:1px solid #162B56;
}

.total_price{
    display:block;
}
.delivry{
	display:block;
	/* color:orange; */
}
.no.delivry{
	color:red;
}
.free.delivry{
	color:green;
}

.etax{
	display:block;
	color:black;
}

.itax{
	vertical-align:middle;
	cursor:help;
}

.sold{
	color:gray;
	text-decoration:line-through;
	font-size:75%;
}

.debugproduct .sold{
	color:white;
}

#menu{
	width:175px;
	position:absolute;
	left:5px;
	top:125px;
	margin:0px;
}

#page-header{
	margin-left:185px;
	padding-left:10px;
	padding-right:10px;
}

#content{
	margin-left:185px;
	padding-left:10px;
	padding-right:10px;
	min-height:100%;
	min-width:775px;
	_margin-left:195px;
	_width:790px;
	_width:expression(document.body.clientWidth>1100?"auto":"775px");
}

#tabContent{
	padding-top:6px;
	padding-left:20px;
	padding-right:20px;
	width:100%;
}

a img,a br{
	border:0px;
}

#top td,#footer td{
	padding:0;
	margin:0;
}

.cleaner,
#cleaner{
	clear:both;
	display:block;
}

#copy{
	text-align:center;
	font-weight:bold;
	width:100%;
	height:35px;
	padding-top:10px;
	border-top:1px solid #112A82;
}

.topSpacer{
	left:173px;
	right:180px;
	height:53px;
	background:url(/images/top_spacer.gif) repeat-x;
}

.menuSearch{
	top:11px;
	left:0px;
	width:190px;
	height:23px;
}

.toSearch{
	position:absolute;
	top:12px;
	left:191px;
	right:145px;
	vertical-align:middle;
	border:1px solid #DCDCDD;
}

.cherchons{
	top:7px;
	right:6px;
}

#corpsIndex{
	padding-top:10px;
	height:200px;
}

.noSpace{
	padding:0px;
	margin:0px;
	vertical-align:top;
}

.menuLeft{
	padding-top:10px;
	vertical-align:top;
}
.menuLeft.m_promo{
    padding:0;
    width:180px;
}

.menuLeft ul{
	/*width:158px;*/
	width:165px;
	margin:0px;
	/*padding-left:15px;*/
	padding-left:9px;
	/*list-style-image:url(/images/puce_blue.gif);*/
	list-style:none;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}
.menuLeft .popSearch ul{
	list-style-type:decimal;
	list-style-image:none;
	padding-left:30px;
	*padding-top:0;
	width:144px;
}
.menuLeft .popSearch ul li.g	{
	list-style:decimal;
	list-style-image:none;
	padding-left:0;
	font-size:9pt;
	color:#444444;
}

.menuLeft a,
.menuLeft .l,
#menuRight a,
#menuRight .l{
	text-decoration:none;
}
.menuLeft a:hover,
.menuLeft .l:hover,
#menuRight a:hover,
#menuRight .l:hover{
	text-decoration:underline overline;
}

.menuLeft ul h2,
.menuLeft ul h3{
	font-size:9pt;
	font-weight:normal;
	margin:0;
}

td.menuLeft ul{
	/* width:184px; */
	width:190px;
	*margin-right:10px;
}

.menuLeft ul li{
	padding-top:2px;
	*position:relative;
	*left:10px;
	*padding-right:5px;
}

.menuLeft ul li.g{
	/*list-style-image:url(/images/puce_pleine.gif);*/
	font-weight:bold;
	padding-top:5px;
}

#popularSearch li.g{
	padding:3px 0;
	font-weight:normal;
}
#popularSearch li.g.even{
	background-color:lightgray;
}

.menuLeft .popSearch ul li.g a{
	font-size:9pt;
	color:#444444;
	position:relative;
	left:-5px;
	*left:-12px;
}

.menuLeft ul li a{
	position:relative;
	*top:-5px;
}
/*
.menuLeft ul li a:hover > input[type="checkbox"]::after{
    content:'';
    position:absolute;
    display:block;
    left:.6rem;
    top:-.12rem;
    width:.25rem;
    height:.6rem;
    border:solid rgba(196, 94, 41, 1);
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}
*/
.menuLeft .popSearch ul li a{
	*top:0;
}

.menuLeft ul ul{
	width:auto;
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
	background:none;
	border:0px;
}

.menuLeft ul ul li{
	*position:relative;
	*top:-5px;
	padding-top:0px;
	display:inline;
}
.menuLeft ul ul li a{
	position:static;
	font-size:7pt;
}

ul .d{
	margin-right:5px;
	margin-left:10px;
}

.g a{
	*position:relative;
	*left:-5px;
}

/*.d a{
	position:relative;
	left:-5px;
	*left:-10px;
}*/

.topMenu{
	background:url(/images/menu_top_V2.png) no-repeat;
	height:18px;
	width:191px;
	color:white;
	font-size:10pt;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	margin:0;
}

.gads .topMenu{
	width:100%;
	padding:0;
	height:23px;
	background:url(/images/menu_pop_spacer.gif);
}
.gads .topMenu a,
.gads .topMenu span{
	position:relative;
	top:5px;
}

.topMenu.pop{
	background:url(/images/menu_pop_V2.gif) no-repeat;
	width:175px;
}

.gads .title{
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	color:#162B56;
}
.gads .desc{
	font-size:13px;
	line-height:16px;
	font-weight:400;
	color:#000000;
}
.gads .link{
	font-weight:bold;
	color:#828282;
	font-size:9px;
	line-height:13px;
}

.bottomMenu{
	background:url(/images/menu_bottom.gif) no-repeat;
	height:10px;
	width:175px;
}

td .bottomMenu{
	background:url(/images/menu_bottomL.gif) no-repeat;
	height:10px;
	width:201px;
}

.gads .bottomMenu{
	background:url(/images/menu_bottom_spacer.gif);
	width:100%;
}

.box{
	margin-bottom:10px;
}

.box .footer{
	height:10px;
	background:url(/images/box_bottomspacer.gif) repeat-x;
	clear:both;
}

.footer .left{
	_position:relative;
	_top:-3px;
}

.floatR,
.right{
	float:right;
}

.box .header{
	height:10px;
}

.footer.topProduct{
	height:10px;
	background:url(/images/topProduct_footerspacer.gif) repeat-x;
}

.float,
.left{
	float:left;
}

#topProduct .right{
	_top:-31px;
}

#topProduct .footer .right,
.footer .right{
	_position:relative;
	_top:-16px;
}

.productBox{
	clear:left;
}

.topTitle{
	text-align:left;
	font-weight:bold;
	font-size:11pt;
	height:28px;
	color:white;
	background:url(/images/box_topspacer.gif) repeat-x;
	width:100%;
	float:none;
	margin:0px;
	_overflow:hidden;
}

.topTitle h2,
.topTitle span,
.topTitle a{
	font-size:11pt;
	color:#004C84;
	position:relative;
	left:10px;
	top:6px;
	_top:-5px;
}

#searchTop > span.msg,
.productTop > span.msg,
.topTitle > span.msg{
    position:relative;
    font-size:9pt;
    font-weight: normal;
}
.topTitle > span.msg{
    top:-6px;
}
#searchTop > span.msg,
.productTop > span.msg{
    top:6px;
    margin-left:5px;
}
#sponsoredProducts .topTitle > span.msg{
    top:6px;
}

.topTitle input{
	color:#004C84;
	position:relative;
	left:10px;
}

.topTitle .right{
	_position:relative;
	_top:-27px;
}

.category .topTitle a{
	position:relative;
	top:2px;
	_top:-8px;
	left:10px;
	color:white;
}
.category .topTitle a{
	_top:2px;
}

#monthShop .case,
.productBox .case{
	min-height:153px;
	_height:153px;
}

.productBox.close .case{
	display:none;
}

.productBox .topTitle{
	height:28px;
	font-style:italic;
	color:#0F2774;
	cursor:pointer;
}

.productBox .topTitle span{
	top:0;
	_top:-7px;
}
.productBox .topTitle.top span{
	_top:-12px;
}

.productBox .top{
	background:url(/images/topProduct_topspacer.gif) repeat-x;
	height:37px;
}
.productBox .middle{
	background:url(/images/topProduct_middlespacer.gif) repeat-x;
}
.productBox .bottom{
	background:url(/images/topProduct_bottomspacer.gif) repeat-x;
}

.productBox .opener{
	position:relative;
	top:3px;
	margin-left:5px;
	margin-right:5px;
}

.case{
	padding-bottom:10px;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	min-height:90px;
	_height:90px;
}

.case.gray{
	background-color:#F7F7F7;
	background-image:url(/images/topProduct_productspacer.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
}

#archive .case{
	min-height:0px;
	padding:5px 10px;
}

.sitemap .case{
	min-height:0px;
	padding:5px 10px;
}
.sitemap .case img{
	position:relative;
	top:5px;
}

.productBox .back{
	border-top:1px solid #E7E7E7;
	border-left:1px solid #E7E7E7;
	border-right:2px solid #E7E7E7;
	border-bottom:2px solid #E7E7E7;
	margin-right:15px;
}

#dayProduct .topTitle{
	background:url(/images/dayProduct_topspacer.gif) repeat-x;
}

#dayProduct .case{
	min-height:130px;
}

.case.interior{
	border-top:1px dashed #D0D0D0;
	border-bottom:1px dashed #D0D0D0;
}

.case.topborder{
	border-top:1px dashed #D0D0D0;
}

.ligne .case{
	width:50%;
}

.bestSales{
	width:100%;
	border:0px;
}

.bestSales td{
	width:50%;
}

.case .catName{
	font-weight:bold;
	color:#112A82;
}

.case .title{
	font-weight:bold;
	color:#555555;
}

#menuRight{
	padding-left:10px;
	width:310px;
	vertical-align:top;
}

td#menuRight{
	padding-top:10px;
}

#mail{
	background:url(/images/mail.png) no-repeat;
	height:116px;
	width:192px;
	margin-bottom:10px;
}

#mailen{
	background:url(/images/mailen.png) no-repeat;
	height:116px;
	width:192px;
	margin-bottom:10px;
}

#mailus{
	background:url(/images/mailen.png) no-repeat;
	height:116px;
	width:192px;
	margin-bottom:10px;
}

#mailInput{
	position:relative;
	left:8px;
	top:53px;
	height:21px;
	width:152px;
	background:#F5F5F5;
}

#mailSend{
	position:relative;
	height:22px;
	width:152px;
	left:10px;
	top:60px;
}

#littleThumb{
	min-height:50px;
	background-color:#FDFEFE;
	background-image:url(/images/cat_spacer.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:left;
}

#littleThumb .header{
	background:url(/images/cat_topspacer.gif) repeat-x;
	_margin-bottom:-16px;
}

.header .left{
	_position:relative;
	_top:-3px;
}

.header .right{
	_position:relative;
	_top:-16px;
}

#littleThumb .footer{
	background:url(/images/cat_bottomspacer.gif) repeat-x;
}

#littleThumb .case{
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	min-height:0px;
	_height:0px;
	vertical-align:middle;
	padding-top:0px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

#littleThumb .case div{
	display:inline;
}

.filter ul{
	list-style-type:none;
	padding-left:0px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
}

.filter .case{
	min-height:0px;
	padding:0px 10px;
	overflow:hidden;
	max-height:6.2em;
	_height:8.8em;
}
.filter .case.photos{
	max-height:455px;
}

.filter .case.long{
	min-height:0px;
	padding:0px 10px;
	overflow:auto;
	max-height:none;
	_height:auto;
}

.filter ul li{
	float:left;
	background:url(/images/puce_blue.gif) no-repeat 0 6px;
	width:33%;
	padding-top:2px;
	overflow:hidden;
}

.filter li.photo{
	background:none;
	text-align:center;
	overflow:visible;
}
.filter li.photo img{
	height:90px;
}

.filter ul li a,
.filter ul li .l{
	padding-left:10px;
}

.filter br{
	clear:left; /* stop the floating after the list */
}

#littleThumb .case.last,
.filter .case.last{
	text-align:right;
	_height:auto;
	_overflow:display;
}

#littleThumb .case.last span,
.filter .case.last span{
	padding-right:5px;
	font-size:x-small;
	cursor:pointer;
}

#filter .case{
	min-height:0px;
	_height:auto;
	text-align:center;
}

#filter h3{
	margin-top:0px;
	margin-bottom:5px;
	font-size:10pt;
}

.case.first{
	padding-bottom:0px;
}

.case.last{
	padding:0px;
}

#listFiltre{
	position:relative;
	width:100%;
	height:170px;
	overflow:hidden;
	text-align:left;
}

#listFiltre h4{
 margin:0;
}

#content .menuFiltre{
	position:absolute;
	text-align:center;
	border-left:1px solid #C0C3C6;
	border-right:0px;
	height:165px;
	width:20%;
}

.menuFiltre.scroll ul{
	height:180px;
	overflow:auto;
}

#content .menuFiltre.first{
	border-left:0px;
}

.menuFiltre.m{
    display:none;
}
.menuFiltre .manage{
	cursor:pointer;
}

.menuFiltre .nomanage{
	height:15px;
}


#content .menuFiltre ul{
	position:relative;
	overflow:hidden;
	height:112px;
	text-align:left;
	margin:0;
	padding-left:5px;
}

#content .menuFiltre ul li{
	height:14pt;
	margin:0px;
	overflow:hidden;
}

.menuLeft .menuFiltre li{
	padding-left:20px;
	text-indent:-20px;
}

#productContainer{
	text-align:center;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}

.product{
	/*border:1px solid #D0D0D0;*/
	box-shadow:0 1px 5px rgba(34,25,25,0.4);
	-moz-box-shadow:0 1px 5px rgba(34,25,25,0.4);
	-webkit-box-shadow:0 1px 5px rgba(34,25,25,0.4);
	display:inline-block;
	margin:8px;
	padding:0;
	width:365px;
	height:227px;
	text-align:left;
}

.product .l.v_link{
	float:left;
	height:175px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:150px;
}

.product .topTitle a,
.product .topTitle ,
.product .seller a,
.product .seller{
	height:22px;
	overflow:hidden;
	text-align:center;
	padding:3px 0;
	color:#444444;
	font-size:11pt;
	text-decoration:none;
}

.product .title,
.product .name{
	/* height:15px; */
	height:30px;
	font-size:12px;
	overflow:hidden;
	font-weight:bold;
	color:#1a0dab;
	font-weight:bold;
}

.product .description{
	height:145px;
	overflow:hidden;
	margin:0;
	padding:0;
}

.product .cp{
	height:20px;
	margin:0;
	padding:2px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

.product .price,
.product .cp .l,
.product .cp a,
.product .cp{
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	color:#006400;
}

.product .oldPrice a,
.product .oldPrice,
.product .sold a,
.product .sold{
	color:red;
	text-decoration:line-through;
}

.menu .price{
	font-weight:bold;
	color:#006400;
}
.menu .oldPrice{
	color:red;
	text-decoration:line-through;
	padding-right:5px;
}

.product .promo{
	background-image:url(/images/en_promoV2.png);
	position:absolute;
	width:60px;
	height:60px;
}
.product .soldes{
	background-image:url(/images/corner-solde.png);
	position:absolute;
	width:60px;
	height:60px;
}

.category .topTitle{
	text-align:left;
	font-weight:normal;
	height:28px;
	padding:0px;
	background:url(/images/cat2_topspacer.gif) repeat-x;
}

#searchTop,
.productTop,
#promoProducts,
#categoryTop{
	background:url(/images/box_topspacer.gif) repeat-x;
	height:28px;
	width:100%;
	color:#004C84;
}
#searchTop .floatR,
.productTop .floatR,
#categoryTop  .floatR{
	position:relative;
	left:2px;
}

.productTop{
	text-align:right;
}

.productTop.left{
	float:none;
	text-align:left;
	font-size:11pt;
	font-weight:bold;
}

.category .left{
	_float:left;
}

.productTop.left span{
	left:10px;
	position:relative;
	top:2px;
}

#categoryTop{
	text-align:left;
}

#categoryTop span{
	position:absolute;
	font-size:13px;
	padding-top:3px;
	color:white;
}

#categoryTop div{
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.productTop a,
.productTop .l{
	position:relative;
	top:3px;
	font-size:11pt;
	color:#004C84;
}

#searchTop span{
	font-size:11pt;
}
#searchTop .sort_price,
#searchTop .sort_list{
    ;color:#004C84;
    position:relative;
    top:3px;
}
#searchTop .num_page{
    position:relative;
    top:3px;
}

#searchTop span img{
	padding-right:5px;
	position:relative;
	top:3px;
}

#searchEnd,
.productEnd,
#categoryEnd{
	background-image:url(/images/productEnd_bottomspacer.gif);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
	margin-bottom:10px;
	clear:both;
}
#searchEnd .floatR,
.productEnd .floatR,
#categoryEnd  .floatR{
	position:relative;
	left:2px;
}


.category .product{
	height:100%;
	width:100%;
}

#categoryTable,
.categoryTable{
	width:100%;
}

#categoryTable a:focus ,
#categoryTable a:hover,
.categoryTable a:focus ,
.categoryTable a:hover,
.menuLeft ul ul a:focus ,
.menuLeft ul ul a:hover{
	text-decoration:underline overline;
}

#categoryTable a,
.categoryTable a{
	position:static;
}

.menuLeft ul ul a{
	text-decoration:none;
}

.category{
	border:0px;
	width:50%;
	height:100%;
	padding-bottom:10px;
	margin:auto;
	vertical-align:top;
}

#categoryTable .category,
.categoryTable .category{
	width:50%;
}

.category .topTitle a{
	color:#1C4499;
	font-size:11pt;
	font-weight:bold;
	position:relative;
	text-decoration:none;
}

.category div{
	height:100%;
	overflow:hidden;
	position:relative;
}

.category .case{
	text-align:center;
	background-color:white;
	height:115px;
	overflow:hidden;
	padding:10px;
}

.category .case.list{
	text-align:left;
}

.category .case.list img{
	float:left;
	padding-right:10px;
}

.category .case img{
	width:90px;
	height:90px;
}

.category .case ul img{
	width:auto;
	height:auto;
}

.category .case ul{
	list-style-type:none;
	text-align:left;
	margin:0 100px 0 0;
	padding:0px;
	height:95px;
	overflow:hidden;
	text-decoration:none;
}

.category .case ul li a{
	font-size:10pt;
}
.category .case ul li a:hover{
	text-decoration:underline overline;
}

.category .case ul.b li,
.category .case ul.b li a{
	color:#555555;
	text-decoration:none;
	font-size:9pt;
}

.category .case ul.b{
	clear:both;
	padding:0px;
	margin:0px;
	height:1.15em;
	overflow:hidden;
}

.category .case ul.b li{
	display:inline;
	list-style-image:none;
}

.case ul.d li a{
	color:#1C4499;
	padding-left:5px;
	text-decoration:none;
}

.category .footer{
	background-image:url(/images/dossier_bottomspacer.gif);
	height:10px;
	width:100%;
	bottom:0px;
	position:absolute;
}

.bloc{
	height:25px;
	background:url(/images/bloc_spacer.gif);
}

.bloc div{
	padding:3px 0px;
	font-weight:normal;
	text-align:center;
}

.bloc  a{
	color:#444444;
}

.category.first,
.bloc.first{
	padding-left:0px;
	padding-right:6px;
}

.category.mid,
.bloc.mid{
	padding-left:3px;
	padding-right:3px;
}

.category.last,
.bloc.last{
	padding-left:6px;
	padding-right:0px;
}

.suggestion{
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}

#cheaper{
	float:left;
	margin-right:5px;
	width:49%;
}

#cheaper .footer .right{
	_top:0px;
}

#newProduct{
	float:right;
	width:49%;
}

#rightPub{
	width:310px;
}

#rightPub .case{
	padding:10px 5px 0px;
	height:250px;
}

#rightPub iframe{
	position:absolute;
}

.pub,
.sponsoredLinks,
.listSites,
.adSmall{
	margin-bottom:10px;
	text-align:left;
}

.pub .topTitle,
.sponsoredLinks .topTitle,
.adSmall .topTitle{
	text-align:center;
	font-weight:bold;
	font-size:11pt;
	height:27px;
	color:#0F2774;
	background:url(/images/pub_topspacer.gif) repeat-x;
	width:100%;
}

.pub .topTitle span,
.pub .topTitle a,
.sponsoredLinks .topTitle span,
.adSmall .topTitle a,
.adSmall .topTitle span{
	position:relative;
	top:6px;
	_top:10px;
	color:#004C84;
}

.pub .title,
.sponsoredLinks .title{
	background:url(/images/pub_spacer.gif) repeat-x;
	height:24px;
	padding-left:5px;
	border:1px solid #D0D0D0;
}

.pub .title img{
	position:relative;
	top:5px;
	padding-right:5px;
}

.pub .text,
.sponsoredLinks .text{
	padding-left:15px;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	text-decoration:none;
}

.pub .text a,
.sponsoredLinks .text a{
	text-decoration:none;
}

.pub .text a:hover, 
.sponsoredLinks .text a:hover{
	color:#162B56;
	text-decoration:none;
}

.adSmall .text{
	padding:5px 15px 5px 15px;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}

.sponsoredLinks .text.min{
	min-height:70px;
}

.listSites .text.min,
.adSmall .text.min{
	min-height:80px;
}

.listSites .text img,
.adSmall .text img{
	max-height:80px;
}

.sponsoredLinks .text img{
	position:relative;
	top:5px;
	max-height:53px;
	max-width:53px;
	_height:53px;
	_width:53px;
}

.pub .footer,
.sponsoredLinks .footer,
.adSmall .footer{
	height:10px;
	background:url(/images/pub_bottomspacer.gif) repeat-x;
}

.listSites .topTitle{
	height:10px;
	background:url(/images/listsites_topspacer.gif) repeat-x;
}

.listSites .footer{
	height:10px;
	background:url(/images/listsites_bottomspacer.gif) repeat-x;
}

.listSites .title{
	background:url(/images/pub_spacer.gif) repeat-x;
	height:24px;
	padding-left:5px;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}

.listSites .title img{
	position:relative;
	top:5px;
	padding-right:5px;
}

.listSites .text{
	padding-left:25px;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}

.listPages{
	text-align:center;
	min-height:20px;
	margin-bottom:10px;
	padding-top:5px;
}

.listPages span,
.listPages a{
    display:inline-block;
	border:1px solid #D0D0D0;
	padding:5px;
	margin:5px;
}

.listPages .pick{
	border:1px solid #D0D0D0;
	padding:6px;
	margin:5px;
	color:white;
	background-color:#004C84;
}

#topMarqueContainer .left,
#topMarqueContainer .right,
#topProductContainer .left,
#chepearContainer .left,
#trendsProductContainer .left,
#topProductContainer .right,
#newProductContainer .left,
#newProductContainer .right,
#chepearContainer .right,
#trendsProductContainer .right{
	position:absolute;
	top:55px;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}

#topMarqueContainer .left,
#topProductContainer .left,
#newProductContainer .left,
#chepearContainer .left,
#trendsProductContainer .left{
	float:none;
	left:0px;
	_left:auto;
	_right:290px;
}

#topMarqueContainer .right,
#topProductContainer .right,
#newProductContainer .right,
#chepearContainer .right,
#trendsProductContainer .right{
	float:none;
	right:0px;
	_right:20px;
}

#topProductContainer .img{
	height:150px;
	width:150px;
}

#topMarque .list{
	position:relative;
	width:220px;
	text-align:center;
}


#topMarque .list div{
	position:relative;
	padding:5px;
}

.gray{
	background-color:#F7F7F7;
}

#topMarque .list a{
	font-weight:bold;
	font-size:15px;
}

#topMarqueContainer,
#topProductContainer,
#newProductContainer,
#chepearContainer,
#trendsProductContainer{
	position:relative;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	overflow:hidden;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	min-height:140px;
	_height:140px;
}

#topMarqueContainer .none,
#topProductContainer .none,
#newProductContainer .none,
#chepearContainer .none,
#trendsProductContainer .none{
	position:absolute;
	left:360px;
	display:none;
}

.onMove{
	position:relative;
}

#topProductContainer .title,
#newProductContainer .title,
#chepearContainer .title,
#trendsProductContainer .title{
	font-weight:bold;
	color:#555555;
}

#topProductContainer .desc,
#newProductContainer .desc,
#chepearContainer .desc,
#trendsProductContainer .desc{
	color:#555555;
	text-align:justify;
}

.pubVCM,
.pubGoogle{
	text-align:center;
	padding-top:10px;
}

.pubVCM{
	width:175px; 
	height:610px;
}

#recommendations .case{
	min-height:0px;
}

.case.small{
	padding:5px;
}

.productSpec{
	border:1px solid #C0C3C6;
	border-collapse:collapse ;
}

.productSpec td{
	border-left:1px solid #C0C3C6;
	border-top:1px dashed #C0C3C6;
	padding:5px;
	vertical-align:middle;
}

.productSpec .spec{
	font-weight:bold;
}

.productSpec .specvalue{
	font-style:italic;
}

#tagCloud ul{
	text-align:center;
	margin:0px;
	padding:5px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#tagCloud li{
	display:inline;
	padding:5px;
}

#tagCloud .one a{
	font-size:85%;
}

#tagCloud .three a{
	font-size:115%;
}

.pub .topTitle .right{
	_top:-35px;
	_left:-10px;
}

#search123 .topTitle .right{
	_top:-31px;
	_left:0px;
}

.partage{
	font-size:11px;
	height:29px;
	line-height:18px;
	margin:0;
	padding:5px 0 0 5px;
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
}
.partage label{
	float:left;
	font-weight:bold;
	margin:2px 5px 0 0;
}
.partage .combo{
	float:left;
	height:25px;
	position:relative;
	z-index:100;
	font-size:11px;
}

.partage .contenu_combo{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #A7A7A7;
	left:0;
	list-style:none outside none;
	margin:0;
	padding:0 0 0 4px;
	position:absolute;
	top:0;
	width:92px;
}

.partage .combo .ferme,
.partage .combo .ouvert{
	float:right;
	height:17px;
	padding:0;
	width:13px;
	background:url("https://www.cherchons.com/images/arrow.gif") no-repeat;
	cursor:pointer;
}

.partage .combo span{
	color:#333333;
	cursor:pointer;
	line-height:18px;
	text-decoration:none;
	padding:3px 0 3px 20px;
	cursor:pointer;
}
.partage .combo .facebook{
	background:url("https://www.cherchons.com/images/small_fb.gif") no-repeat;
	padding:0 0 0 20px;
}

.partage .combo .twitter{
	background:url("https://www.cherchons.com/images/small_twitter.jpg") no-repeat;
}

.partage .combo .linkedin{
	background:url("https://www.cherchons.com/images/small_in.gif") no-repeat;
}

#similarProducts{
	border:1px solid #E0E0E0;
	padding:0 15px;
}

#similarProductsLeft{
	float:left;
	position:relative;
	left:-10px;
	margin:45px 0;
	cursor:pointer;
}

#similarProductsRight{
	float:right;
	position:relative;
	left:10px;
	margin:45px 0;
	cursor:pointer;
}

#similarProducts td{
	padding:10px;
}

#similarProducts .cp{
	overflow:hidden;
	text-align:left;
	padding:0;
}

#sponsoredProducts{
	background:#FFF7ED;
}

#promoContainer,
#sponsoredContainer{
	text-align:center;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
}

#selected .unchk{
	color:#999999;
}

.filtre .topMenu{
	cursor:pointer;
}

.filtre .switch{
	background:url(/images/filtres.png);
	display:inline-block;
	height:10px;
	width:5px;
}

.filtre.active .switch{
	background-position:10px 0;
	width:10px;
}

.filtre ul{
	display:none;
}
.filtre.active ul{
	display:block;
}

.menuLeft .arbo{
    padding:0;
	margin:0;
}
.menuLeft .arbo ul{
	padding:0;
	margin:0;
    width:174px;
}
.menuLeft .arbo li{
	display:list-item;
	padding:0;
	margin:0;
}

.arbo .tree-indent{
	display:inline-block;
	height:18px;
	overflow:hidden;
	vertical-align:top;
	width:16px;
}
.arbo .tree-join{
	background:url("/images/tree_icons.png") no-repeat scroll -192px 0;
}
.arbo .tree-joinbottom{
	background:url("/images/tree_icons.png") no-repeat scroll -160px 0;
}
.arbo .tree-line{
	background:url("/images/tree_icons.png") no-repeat scroll -176px 0;
}
.arbo .tree-expanded{
	background:url("/images/tree_icons.png") no-repeat scroll -144px 0;
	position:relative;
	left:-4px;
}
.arbo .tree-expanded-last{
	background:url("/images/tree_icons.png") no-repeat scroll -80px 0;
	position:relative;
	left:-4px;
}

.review{
	text-align:center;
	position:relative;
}

.note{
	display:block;
	background-image:url(/images/etoiles.gif);
	background-repeat:no-repeat;
	width:64px;
	height:11px;
	font-size:10px;
	overflow:hidden;
	text-indent:-100em;
	margin:6px auto;
	position:absolute;
	top:0;
	right:0;
}
.note.rating5{
	background-position:0 -151px;
}
.note.rating45{
	background-position:0 -136px;
}
.note.rating4{
	background-position:0 -121px;
}
.note.rating35{
	background-position:0 -106px;
}
.note.rating3{
	background-position:0 -91px;
}
.note.rating25{
	background-position:0 -76px;
}
.note.rating2{
	background-position:0 -61px;
}
.note.rating15{
	background-position:0 -46px;
}
.note.rating1{
	background-position:0 -31px;
}
.note.rating05{
	background-position:0 -16px;
}
.note.rating0{
	background-position:0 0px;
}

#layer{
	position:absolute;
	background:black;
	width:100%;
	height:100%;
	z-index:1100;
	
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	-ms-filter:"alpha(opacity=30)";
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter:alpha(opacity=30);
	opacity:0.3;
	zoom:1;/* HACK POUR IE */
}

#layerDiv{
	position:absolute;
    width:800px;
    height:90%;
	background:white;
	border:1px solid #C0C0C0;
	border-radius:5px 5px 5px 5px;
	z-index:1110;
}

#layerDiv .dragdiv{
  background-color:#ECECEC;
  border-bottom:1px solid #C0C0C0;
  font-weight:bold;
  height:18px;
  text-align:right;
  vertical-align:middle;
}

#layerDiv .closediv{
  background-color:white;
  border-bottom:1px solid #C0C0C0;
  cursor:pointer;
  height:18px;
  width:25px;
}

#layerFrm{
	border:0;
	width:100%;
}

.btn{
	border-radius:5px;
	background:#79A70A;
	color:white;
	font-weight:bold;
	margin-top:3px;
	padding:2px 10px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
	box-shadow:4px -2px 5px #9b9b9b,inset 2px 2px 5px rgba(255,255,255,0.4);
}
.btn:hover{
	text-decoration:none;
	color:white;
	box-shadow:4px -2px 5px #9b9b9b,inset 2px 2px 5px rgba(0,0,0,0.5);
}
.btn:active{
	box-shadow:2px -1px 3px #9b9b9b, inset 2px 2px 5px rgba(0,0,0,0.6);
}

#overlay{
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#modal{
	position:absolute;
	padding:5px;
	background-color:#004C84;
	border-radius:10px;
	box-shadow:0 0 4px 1px rgba(230, 149, 94, 0.5);
	padding:10px;
}
#modal .inner{
	position:relative;
	background-color:white;
	border-radius:6px;
	padding:15px 20px 18px;
}
#modal .close{
	position:absolute;
	right:9px;
	top:9px;
}

#modal .wait_div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.8) url("/images/wait.gif") no-repeat 50% 50%;
}

#modal .error,
#modal .success{
	vertical-align:middle;
	display:inline-block;
	line-height:normal;
  text-align:left;
}
#modal .error img,
#modal .success img {
	float:left;
	margin-right:10px;
}
#modal .main_error{
	font-size:120%;
	font-weight:bold;
	color:red;
}
#modal .main_success{
	font-size:120%;
	font-weight:bold;
	color:green;
}

#negoForm .info_form{
	display:table-row;
}
#negoForm label,
#negoForm .label{
	display:table-cell;
	padding:15px 5px 0;
	text-align:right;
}
#negoForm input,
#negoForm .input{
	display:table-cell;
	text-align:left;
}

#negoForm input.error{
	box-shadow:0 0 1.5px 1px red;
}

#negoForm .msg_form{
	color:red;
	text-align:center;
}

.text_input{
	border:1px solid #cccccc;
	border-radius:4px;
	height:22px;
}


#negoPrice{
	display:inline;
	text-align:center;
	width:80px;
}

#negoForm .submit{
	padding:20px 0 10px;
	position:relative;
	text-align:center;
}
#negoForm .submit_button{
	background:#E4600D;
	color:white;
	border:none;
	border-radius:4px;
	box-shadow:0 -1px 1px 0 inset, 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(0, 0, 0, 0.1);
	font-size:120%;
	padding:10px 45px;
}

#negoForm .tooltip::before{
	position:absolute;
	left:50%;
	bottom:100%;
	height:0;
	width:0;
	margin-left:-15px;
	content:" ";
	border-bottom:20px solid #E4600D;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
}
#negoForm .tooltip{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:99;
	padding:10px;
	text-align:left;
	background-color:white;
	border:8px solid #E4600D;
	border-radius:8px;
	box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.4);
}

#negoForm .tooltip .error{
	color:red;
	font-weight:bold;
}

/* .deliveryLeadTime, */
/* .delivryCost{ */
	/* font-weight:bold; */
/* } */

#popUp{
	position:fixed;
	bottom:-265px;
	left:0;
	z-index:2000;
	background:rgba(204,204,204,.8);
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:         all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#popUp .popUpTitle{
	height:22px;
	text-align:center;
	font-weight:bold;
	color:#004C84;
}
#popUp .popUpTitle span{
	vertical-align:middle;
}
#popUp .close{
	float:right;
	cursor:pointer;
}

.perc_display{
    position:absolute;
    color:white;
    background:#F32520;
    font-size:15px;
    font-weight:bold;
    padding:5px;
    z-index:2;
}

.perc_display_solde{
    position:absolute;
    color:white;
    background:#F32520;
    font-size:15px;
    font-weight:bold;
    padding:3px;
    z-index:2;
}
.perc_display_solde > span{
    background:white;
    color:#F32520;
    padding:0 3px;
    margin:3px 0 3px 3px;
}

#filter_title{
    display:none;
}

#menu-toggle,
.menu_m,
#arbo_promo_m{
    display:none;
}

#bandeau #logo_m,
#bandeau #boutonSubmit{
    display:none;
}

#trends_head h1{
    display:none;
}

#listing_slashR{
    padding:0;
}
#listing_slashR li {
    display: inline-block;
    width: 250px;
    box-sizing: border-box;
    padding: 2px;
    vertical-align: middle;
}

@media only screen and (max-width:767px) {
    #content #menu .menuFiltre{
        position:initial;
        text-align: initial;
        border-width:1px 0 0 0;
        height: initial;
        width: initial;
}
    #content #menu .menuFiltre ul{
        position:initial;
        overflow:initial;
        height:initial;
        padding:initial;
    }
    
    #content #menu .menuFiltre ul li {
        height: initial;
        overflow: initial;
        padding: 5px 5px 5px 15px;
        text-indent:initial;
    }
    
    .hide_m{
        display:none;
    }
    
    #logo_container{
        float:none;
    }
    
    #boutons_nav{
        border-top:5px solid white;
        padding-right:15px;
        padding-left:15px;
    }
    
    #form_container{
        margin-left:15px;
    }
    
    #form_container form > select,
    #form_container form > input[type=image]{
        display:none;
    }
    
    #bandeau,
    #bandeau #logo_m{
        display:block;
    }
    
    .left_nm,
    #tabContent > tbody > tr > td.left_nm,
    #bandeau #logo{
        display:none;
    }
    
    #boutons_nav{
        display:block;
    }
    
    #bandeau #boutonSubmit{
        display:block;
        border: none;
        background: url("/images/bouton-recherche_V2.png") center no-repeat;
        width: 49px;
        height: 50px;
        cursor: pointer;
        -webkit-tap-highlight-color: white;
        float: right;
    }
    
    #request {
        height: 100%;
        font-size: 130%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
    }
    
    #shortDesc,
    #longDesc,
    #fullDesc{
        margin: 10px 0;
    }
    
    #menu{
        position:initial;
        left:initial;
        top:initial;
        width:auto;
        display:block;
        margin: 10px 0;
        border: 1px solid #004C84;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
    
    #menu > .box,
    #menu > center{
        display:none;
    }
    
    #filter_title{
        display:block;
        font-weight: bold;
        font-size: 18px;
        padding: 3px;
        cursor: pointer;
    }
    
    #tooltipC{
        padding-left:0;
    }
    
    .menu_m {
        display: block;
        float: right;
        width: 23px;
        height: 23px;
        background: url(/images/m_close_V2.png) no-repeat;
        margin: 10px 0;
    }
    .menu_m.open {
        background-image: url(/images/m_open_V2.png);
    }
    
    .m_promo #arbo_promo,
    #menu #priceRange,
    #menu #thematiqueSearch,
    #menu #popularSearch,
    #menu #arbo_promo,
    #menu .menuFiltre{
        display:none;
        position:initial;
        border-top: 1px solid #004C84;
        border-left:0;
        text-align:left;
        height:initial;
        width:initial;
    }
    #menu.open_m #priceRange,
    #menu.open_m #thematiqueSearch,
    #menu.open_m #popularSearch,
    #menu.open_m #arbo_promo,
    #menu.open_m .menuFiltre{
        display:block;
    }
    #priceRange .topMenu,
    #thematiqueSearch .topMenu,
    #popularSearch .topMenu,
    #arbo_promo .topMenu,
    #menu .menuFiltre .topMenu{
        width:auto;
        height:auto;
        background:none;
        color:black;
        font-size: 27px;
        padding: 5px 5px 5px 9px;
        cursor: pointer;
        font-weight: bold;
    }
    #menu .menuFiltre .topMenu > img{
        display:none;
    }
    #menu .menuFiltre ul li.photo img,
    #menu .menuFiltre ul li.photo a > br,
    #menu .menuFiltre ul li a > input{
        display:none;
    }
    #priceRange ul,
    #thematiqueSearch ul,
    #popularSearch ul,
    #arbo_promo ul,
    #menu .menuFiltre ul{
        display:none;
        width:100%;
        height:auto;
        padding:0;
        margin:0;
        border:0;
        list-style-type: none;
    }
    #priceRange.open_m ul, #priceRange ul ul,
    #thematiqueSearch.open_m ul, #thematiqueSearch ul ul,
    #popularSearch.open_m ul, #popularSearch ul ul,
    #arbo_promo.open_m ul, #arbo_promo ul ul,
    #menu .menuFiltre.open_m ul, #menu .menuFiltre ul ul{
        display:block;
    }
    #priceRange li,
    #thematiqueSearch li,
    #popularSearch li.g,
    #arbo_promo li,
    #menu .menuFiltre ul li{
        height:auto;
        border-top: 1px solid #004C84;
        margin:0;
        padding: 5px 5px 5px 15px;
        cursor: pointer;
        text-indent:initial;
    }
    #popularSearch li.g.even {
        background: none;
    }
    #arbo_promo li{
        padding: 0 5px 0 15px;
        border:0;
        display:flex;
        flex-wrap: wrap;
    }
    #arbo_promo li > ul{
        flex:0 1 100%;
        border-left: 1px dotted black;
    }
    #arbo_promo li:last-child > ul{
        border:0;
    }
    #arbo_promo .tree-line{
        display:none;
    }
    #arbo_promo .tree-join,
    #arbo_promo .tree-expanded,
    #arbo_promo .tree-expanded-last,
    #arbo_promo .tree-joinbottom{
        background:none;
        border-left: 1px dotted black;
        height: initial;
        width: initial;
        position: initial;
        vertical-align: middle;
    }
    #arbo_promo .tree-joinbottom,
    #arbo_promo .tree-expanded-last{
        height:50%;
    }
    #arbo_promo .tree-join::before,
    #arbo_promo .tree-expanded::before,
    #arbo_promo .tree-expanded-last::before,
    #arbo_promo .tree-joinbottom::before{
        content: "";
        border-top: 1px dotted black;
        width: 16px;
        height: 1px;
        display: inline-block;
        vertical-align: middle;
        position:relative;
        top:5px;
    }
    #arbo_promo .l{
        text-decoration:underline;
        padding:5px 0 5px 0;
    }
    #priceRange a,
    #priceRange .l,
    #thematiqueSearch a,
    #thematiqueSearch .l,
    #popularSearch a,
    #popularSearch .l,
    #menu .menuFiltre a,
    #menu .menuFiltre .l{
        text-decoration:underline;
    }
    #priceRange .bottomMenu,
    #thematiqueSearch .bottomMenu,
    #popularSearch .bottomMenu,
    #arbo_promo .bottomMenu,
    #menu .menuFiltre .bottomMenu,
    #menu .menuFiltre .footer{
        display:none;
    }
    
    #page-header{
        width:initial;
        margin:10px 0 0 0;
    }
    
    #content{
        min-width:initial;
        width:initial;
        margin:10px 0;
        padding-left:0;
        padding-right:0;
    }
    
    .product {
        display: flex;
        flex-direction: column;
        width: initial;
        margin: 0;
        border-width: 0 0 1px;
        box-shadow: initial;
        -moz-box-shadow:initial;
        -webkit-box-shadow:initial;
        border-color: #004C84;
        border-style: solid;
        position:relative;
        padding:3px 3px 3px 120px;
        height:auto;
        min-height:120px;
    }
    
    .product .l.v_link,
    .product .seller,
    .product .name,
    .product .description{
        height:auto;
    }
    
    .product .seller .review{
        order:1;
        padding:0 5px;
    }
    .product .seller .review > span{
        position:relative;
        z-index:3;
    }
    
    .product .l.v_link {
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: 3px;
        right: 3px;
        width: auto;
    }
    
    .product .cp .l,
    .product .cp a{
        position:relative;
    }
    
    .product .promo,
    .product .soldes,
    .perc_display,
    .perc_display_solde{
        position: absolute;
        left: 3px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -15px;
    }
    .product .promo{
        margin-top: -15px;
        z-index:2;
    }
    .product .soldes{
        left:0;
        margin-top: -15px;
        z-index:2;
    }
    .perc_display,
    .perc_display_solde{
        left:0;
        margin-top: -31px;
    }
    
    .product .l.v_link > a{
        display:block;
        width:100%;
        height:100%;
    }
    
    .product .l.v_link > img,
    .product .l.v_link > a > img{
        display:none;
    }
    .product .l.v_link > .img,
    .product .l.v_link > a > .img{
        display:block;
    }
    
    .product .cp{
        text-align:left;
    }
    
    .product .seller{
        text-align:left;
        font-style: italic;
        font-weight: bold;
        order: 2;
        padding:0;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
    }
    
    .product .name{
        font-size:initial;
    }
    
    .product .img.r.s {
        width: 110px;
        height:auto;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    /* #sponsoredProducts > .topTitle, */
    /* .productTop , */
    #sponsoredProducts > .footer,
    #promoContainer ~ .footer,
    .productEnd {
        display:none;
    }
    
    #sponsoredProducts,
    #productContainer {
        margin: 10px 0;
    }
    .productTop ~ #productContainer,
    #searchTop ~ #productContainer{
        margin-top:0;
    }
    
    #searchTop span{
        font-size:10pt;
    }
    
    #sponsoredContainer,
    #promoContainer,
    #productContainer{
        /*
        border-left:1px solid #004C84;
        border-right:1px solid #004C84;
        */
        border-bottom:1px solid #004C84;
        /*
        -moz-border-radius:0 0 5px 5px;
        -webkit-border-radius:0 0 5px 5px;
        -o-border-radius:0 0 5px 5px;
        -ms-border-radius:0 0 5px 5px;
        border-radius:0 0 5px 5px;
        */
    }
    
    #productContainer .product:last-child ,
    #promoContainer .product:last-child ,
    #sponsoredContainer .product:last-child {
      border:0;
    }
    
    #searchTop .floatR,
    .productTop .floatR,
    #categoryTop .floatR{
        left:initial;
    }
    
    #tabContent,
    #tabContent > tbody,
    #tabContent > tbody > tr,
    #tabContent > tbody > tr > td,
    #categoryTable,
    #categoryTable > tbody,
    #categoryTable > tbody > tr,
    #categoryTable > tbody > tr > td,
    .categoryTable,
    .categoryTable > tbody,
    .categoryTable > tbody > tr,
    .categoryTable > tbody > tr > td{
        display:block;
    }
    
    #tabContent .m_hide{
        display:none;
    }
    
    #tabContent{
        padding:0;
        margin:10px 0;
        width:initial;
    }
    #tabContent #menuRight{
        width:auto;
    }
    #tabContent #menuRight > *{
        display:none;
    }
    #tabContent #menuRight #tagCloud{
        display:block;
        width:230px;
        margin:auto;
    }
    
    #filter_m {
        margin: 10px 0;
        border: 1px solid #004C84;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }
    
    .filters_n_m{
        display:none;
    }
    
    .filter ul li{
        margin:5px 0;
    }
    
    #categoryTable,
    .categoryTable{
        border-top:1px solid #004C84;
    }
    #filter_m #categoryTable:first-child,
    #filter_m .categoryTable:first-child{
        border:0;
    }
    
    #categoryTable .category,
    #categoryTable .category div,
    .categoryTable .category,
    .categoryTable .category div{
        width:initial;
        height:initial;
        min-height:initial;
        padding:0;
        border:0;
    }
    #categoryTable h2,
    .categoryTable h2{
        padding:5px 5px 5px 9px;
        cursor: pointer;
    }
    #categoryTable .category .topTitle,
    .categoryTable .category .topTitle{
        background:none;
        width:initial;
        height:initial;
        border:0;
        padding:5px 5px 5px 9px;
        border-top:1px solid #004C84;
        cursor: pointer;
    }
    #categoryTable .category .topTitle a,
    .categoryTable .category .topTitle a{
        text-decoration: underline;
        color:black;
        font-size:17px;
    }
    #categoryTable .category .topTitle .menu_m,
    .categoryTable .category .topTitle .menu_m{
        position: initial;
        top: initial;
        left: initial;
    }
    #categoryTable .category .topTitle > img,
    #categoryTable .category .case > a,
    #categoryTable .category .footer,
    .categoryTable .category .topTitle > img,
    .categoryTable .category .case > a,
    .categoryTable .category .footer{
        display:none;
    }
    #categoryTable .category .case ul,
    .categoryTable .category .case ul{
        margin:0;
        height:initial;
    }
    #categoryTable .category .case ul.b,
    .categoryTable .category .case ul.b{
        display:none;
    }
    #categoryTable .category .case li,
    .categoryTable .category .case li{
        padding:5px 5px 5px 9px;
        border-top:1px solid #004C84;
    }
    #categoryTable .category .case li a,
    .categoryTable .category .case li a{
        text-decoration: underline;
        color:black;
        font-size:15px;
    }
    
    #suggests div {
        margin: 10px 0;
    }
    
    .menuLeft.m_promo{
        display:block;
        width:auto;
        margin:10px 0;
        border:1px solid #004C84;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        -o-border-radius:5px;
        -ms-border-radius:5px;
        border-radius:5px;
    }
    
    #layerDiv{
        position:absolute;
        max-width:800px;
        width:90%;
    }
    
    .listPages span,
    .listPages .pick{
        padding:10px;
    }
    
    #trends_head > img{
        display:none;
    }
    #trends_head h1{
        display:initial;
        color:#E55E09;
        font-size:36px;
    }
    #trends_head h1 span{
        color:black;
        font-size:31px;
    }
    
    #listing_slashR li {
        width: 190px;
    }
}

