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


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

.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 */

.btnListingMode:hover,
.btnListingMode:focus,
.btnListingMode:active,
.btnGalleryBtn:hover,
.btnGalleryBtn:focus,
.btnGalleryBtn:active,
.pagination a:hover,
.pagination a:focus,
.pagination a:active,
.btnListingMode:hover > span > span,
.btnListingMode:focus > span > span,
.btnListingMode:active > span > span,
.btnGalleryBtn:hover > span > span,
.btnGalleryBtn:focus > span > span,
.btnGalleryBtn: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;
}