/**
* style.css
* Feuille de style version anglaise
*
* @author Olivier BLAIS <contact@netdcom.com>
* @version 1.0
*/

/**
* Header
*/

a#mHome, a#mAccount, a#mPro, a#mContact {
	background: url(./../../images/frontend/en/menu.jpg) no-repeat;
}

a#mHome {
	width: 54px;
	background-position: 0 0;
}

a#mHome:hover {
	width: 54px;
	background-position: 0 -16px;
}

a#mAccount {
	width: 101px;
	background-position: -54px 0;
}

a#mAccount:hover {
	width: 101px;
	background-position: -54px -16px;
}

a#mPro {
	width: 98px;
	background-position: -155px 0;
}

a#mPro:hover {
	width: 98px;
	background-position: -155px -16px;
}

a#mContact {
	width: 83px;
	background-position: -253px 0;
}

a#mContact:hover {
	width: 83px;
	background-position: -253px -16px;
}

/**
* Zone central / colonne centrale
*/

div#whatsUp h1 { /*h3*/
	background: url(./../../images/frontend/en/whats_up.jpg) no-repeat;
}

div#hotTour h1 { /*h3*/
	background: url(./../../images/frontend/en/hot_tour.jpg) no-repeat;
}

/**
* Zone central / colonne de droite / panier
*/

div#caddy {
	background: url(./../../images/frontend/en/your_caddy.jpg) no-repeat;
}

div#caddy a {
	width: 104px;
	height: 29px;
	background: url(./../../images/frontend/en/continue.jpg) no-repeat;
}

/**
* Zone central / colonne de droite / recherche
*/

div#search {
	background: url(./../../images/frontend/en/find.jpg) no-repeat;
}

/**
* Zone central / colonne de droite / newsletter
*/

div#newsHeader {
	background: url(./../../images/frontend/en/newsletter.jpg) top left no-repeat;
}

/**
* Zone central / colonne de droite / offre spéciale
*/

div#specialOfferH {
	background: url(./../../images/frontend/en/special_offer.jpg) no-repeat;
}

/**
* Footer
*/

div#testimonials h1 { /*h3*/
	background: url(./../../images/frontend/en/testimonials.jpg) no-repeat;
}

/**
* Fil d'ariane
*/

.breadcrumb {
	background: #F6ECE0 url(./../../images/frontend/en/breadcrumbs.jpg) 0 0 no-repeat;
}
