/**
 * Header Stylesheet
 */

/* ====================  TOP LINKS  ==================== */
#topLinks{
	position: relative;
	text-align: right;
	width: 954px;
}

#topLinks a { margin-left: 22px; }
#topLinks a.selected { display: none; }


/* ====================  BANNER  ==================== */
#banner{
	position: relative;
	margin: 10px 0 10px 26px;
	height: 77px;
}

#banner.FR{ background-image: url("../images/FR/Entete_FR.jpg"); }
#banner.EN{ background-image: url("../images/EN/Entete_EN.jpg"); }

#bannerLnk{
	position: absolute;
	width: 655px;
	height: 100%;
}

#bannerLnk2{
	position: absolute;
	width: 77px;
	height: 100%;	
	right:0px;
	background-image: url("../images/LOGO_MMC_77.png"); 	
}


/* ====================  MENU  ==================== */
#menuBar{
	position: relative;
	width: 708px;
	margin-left: 26px;
	height: 35px;
}

#menuBar a {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#menuBar a.selected { color: #fff; background-color: #565656; }

#lastMinute {
	width: 112px;
	margin-right: 7px;
}

.btn.weekDays {
	margin-left: -1px;
	width: 68px;
}

#allDates{
	width: 96px;
	margin-left: 6px;
}

