#grille_nav_dates {
	position: relative;
	float: left;
	width: 199px;
	height: 36px;
	margin-bottom: 2px;
	overflow: hidden;
}

#grille_nav_horaires {
	position: relative;
	float: left;
	width: 32px;
	height: 326px;
}

#grille_nav_chaines {
	position: relative;
	float: left;
}

#grille_chaines {
	position: relative;
	float: left;
	width: 166px;
	height: 325px;
	overflow: hidden;
}

/* Zone Navigation Dates */

.nav_date {
	float: left;
	margin-left: 1px;
	text-align: center;
}

.nav_date a {
	text-decoration: none;
}

.nav_date_current {
	width: 34px;
	height: 34px;
	background-color: #939395;
}

.nav_date_c {
	width: 15px;
	height: 15px;
	background-color: #C8C8C8;
}

.nav_date_p, .nav_date_n {
	width: 15px;
	height: 15px;
	background-color: #939395;
	/*margin-top: 6px;*/
}

.nav_date_p .jour, .nav_date_n .jour, .nav_date_c .jour {
	font-size: 6px;
	color: #FFFFFF;
}

.nav_date_p .date, .nav_date_n .date, .nav_date_c .date {
	font-size: 7px;
	color: #FFFFFF;
	font-weight: bold;
}

.nav_date_current .jour {
	font-size: 8px;
	color: #FFFFFF;
}

.nav_date_current .date {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Zone Navigation Horaires */

#nav_heure{
	visibility: hidden;
	display: none;
}

#nav_horaires {
	width: 32px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #C4C4C4;
}

.nav_horaire {
	width: 30px;
	height: 64px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #C4C4C4;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.nav_horaire_actif {
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
}

.nav_horaire_actif a {
	color: #000000;
}

.nav_horaire_inactif {
	background-color: #F0F0F0;
}

.nav_horaire_inactif a {
	color: #929292;
}

.nav_horaire a {
	text-decoration: none;
}

/* Zone Navigation Multi Canaux*/

#navigation_multi_canaux {
	width: 195px;
	height: 15px;
	border: solid #C5C5C5 1px;
	background-color: #EFEFEF;
	margin-top: 2px;
}

#navigation_multi_canaux div {
	float: left;
}

.multi_canaux {
	height: 15px;
	width: 26px;
	border-color: #C5C5C5;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	background-color: #959595;
}

.multi_canaux a {
	display: block;
	margin-top: 1px;
	text-align: center;
	text-decoration: none;
}

/* Zone Contenu Chaînes */

.chaine {
	width: 165px;
	height: 325px;
	float: left;
	margin-left: 9px !important;
}
.chaine_programme {
	width: 138px;
	background-color: #F3F3F3;
}
.chaine_programme_prime {
	width: 138px;
	background-color: #DCDBDE;
}

p.date {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	line-height: 99%;
}

.date_label_1 {
	font-size: 8px;
}
.date_label_2 {
	font-size: 15px;
	font-weight: bold;
}
.date_label_3 {
	font-size: 8px;
}

.layer_info {
	position: absolute;
	bottom: 4px;
	*bottom: 16px;
	left: 1px;
	width: 150px;
	height: 60px;
	background-color: black;
	opacity: .75;
	*filter: alpha(opacity=75);
	visibility: hidden;
	z-index: 10;
}