.hiddenDesktop  {display: none      !important;}
.onlyTablet     {display: none      !important;}
.onlyPhone      {display: none      !important;}


.containerGlobal {
    min-width:1000px;
}
.containerSite {
	width:1200px;
}


/* Styles utilisés pour la pub html5 */
ul.pubExpressWay {
    width:450px;   
}
.pubExpressWay li{
    letter-spacing:0px; 
    width:48%;  
    line-height:14px;
}
.pubExpressWay li.publiInfo{
    margin-top:-7px;
    margin-bottom:-10px;
    margin-right:-2px;
    width:auto !important
}
.pubExpressWay .pT11{
    padding-top:11px;   
}
.pubExpressWay .mB12{
    margin-bottom:12px;    
}
.pubExpressWay .mB7{
    margin-bottom:7px;   
}
.pubExpressWay .chasse02{
    letter-spacing:-0.2pt;   
}
.pubExpressWay{
    background:url(/images/lc_fr/expressWayInfo.png) no-repeat 437px 3px;   
}
/* fin pub html5 */

.cat_utils .mainListing .leftCol{
    overflow:visible;
}

/**
 * Rollovers des boutons en version desktop
 */

/* Boutons rouges */

.boxContact .btn:hover,
.boxContact .btn:focus,
.boxContact .btn:active {
    background:#880102;
}

/* Boutons gris foncés */

.cote a:hover,
.cote a:focus,
.cote a:active,
.ficheTech a:hover,
.ficheTech a:focus,
.ficheTech a:active {
    background:#17191f;
}

/* Boutons gris moyens */

.listingBtn:hover,
.listingBtn:focus,
.listingBtn:active,
.galleryBtn:hover,
.galleryBtn:focus,
.galleryBtn:active,
.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.listingBtn:hover > span > span,
.listingBtn:focus > span > span,
.listingBtn:active > span > span,
.galleryBtn:hover > span > span,
.galleryBtn:focus > span > span,
.galleryBtn:active > span > span,
.menuCategory .menuCategoryContent a:hover,
.menuCategory .menuCategoryContent a:focus,
.menuCategory .menuCategoryContent a:active,
.searchForm legend a:hover,
.searchForm legend a:focus,
.searchForm legend a:active,
.popinMailDealer input[type="reset"]:hover{
    background:#c8c8c8;
}