
#playlist-header {
		height: 80px;
		/*background: #fff url(https://quikorder.pizzahut.com/QOcontent/images/playlist/playlist-box-header.gif) no-repeat top center;*/
		background: #fff url(../../images/Common/playlist-box-header_fr.gif) no-repeat top center;
	}

/** CSS POUR LE MENU DU HAUT   FR  **/
.navMainMenu a {
	background:url(../../images/Navigation/nav_menu.gif) left top no-repeat;
	width: 62px;
	height: 28px;
	display: block;
}
.navMainMenu a:hover { 
	background: url(../../images/Navigation/nav_menu.gif) right top no-repeat;
}
.navNutrition a{
	background: url(../../images/Navigation/nav_nutrition.gif) left top no-repeat;
	width: 102px;
	height: 28px;
	display: block;
}
.navNutrition a:hover { 
	background: url(../../images/Navigation/nav_nutrition.gif) right top no-repeat;
}
.navLocations a {
	background: url(../../images/Navigation/fr_nav_locations.gif) left top no-repeat;
	width: 121px;
	height: 28px;
	display: block;
}
.navLocations a:hover { 
	background: url(../../images/Navigation/fr_nav_locations.gif) right top no-repeat;
}
.navDeals a {
	background: url(../../images/Navigation/fr_nav_deals.gif) left top no-repeat;
	width: 111px;
	height: 28px;
	display: block;
}
.navDeals a:hover { 
	background: url(../../images/Navigation/fr_nav_deals.gif) right top no-repeat;
}
.navGiftCards a {
	background: url(../../images/Navigation/fr_nav_giftcards.gif) left top no-repeat;
	width: 147px;
	height: 28px;
	display: block;
}
.navGiftCards a:hover { 
	background: url(../../images/Navigation/fr_nav_giftcards.gif) right top no-repeat;
}

