#header{
	background-image: url('../images/logo-en.jpg');
}

/* MENU ENGLISH ----------------------- */
#nav {
   width: 680px;
   height: 46px;
   background: url('../images/menu-en.gif');
   margin: 0 12px 0 0;
   padding: 0;
   position: relative
}
div#product-promo p.title {
   	background: url('../images/product-promo-title-en.gif');
}

#products {left: 0; width: 114px;}
#us {left: 114px; width: 110px;}
#warranties {left: 224px; width: 113px;}
#transport-fees {left: 337px; width: 203px;}
#testimonies {left: 540px; width: 140px;}

#products a:hover {
	background: transparent url('../images/menu-en.gif');
	background-position: 0 -46px;
	background-repeat: no-repeat;
}
#us a:hover {
	background: transparent url('../images/menu-en.gif');
	background-position: -114px -46px;
	background-repeat: no-repeat;
}
#warranties a:hover {
	background: transparent url('../images/menu-en.gif');
	background-position: -224px -46px;
	background-repeat: no-repeat;
}
#transport-fees a:hover {
	background: transparent url('../images/menu-en.gif');
	background-position: -337px -46px;
	background-repeat: no-repeat;
}
#testimonies a:hover {
	background: transparent url('../images/menu-en.gif');
	background-position: -540px -46px;
	background-repeat: no-repeat;	
}


#details-add-btn span.addto {
	background-image:url('/public/images/panier-en.gif');
}
/* PROMO ----------------------- */
div#product-promo {
   background: url('../images/product-promo-title-en.gif');
}