#grille_filtres, #grille {
	width: 805px;
	/*overflow: hidden;*/
	overflow: visible;
}

#grille_nav_dates {
	position: relative;
	float: left;
	width: 759px;
	height: 37px;
	margin-left: 5px;
	overflow: hidden;
}

#grille_nav_horaires {
	position: relative;
	float: left;
	width: 44px;
}

#grille_nav_chaines {
	position: relative;
	float: left;
	left: -2px;
	width: 42px;
}

#grille_chaines {
	position: relative;
	float: left;
	left: -1px;
	width: 714px;
	height: 100%;
	height: 614px;
	border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;
}

html>body  #grille_chaines {
	height: auto;
	min-height: 614px;
}

/* Filtres */

#grille_filtre_thematique, #grille_filtre_chaine, #grille_filtre_grille {
	float: left;
	height: 40px;
	margin-top: 18px;
}
#grille_filtre_thematique {
	margin-left: 15px;
	_margin-left: 5px;
	width: 200px;
}
#grille_filtre_chaine {
	width: 195px;
	margin-left: 15px;
}
#grille_filtre_grille {
	width: 210px;
	margin-left: 5px;
}

#grille_widget {
	float: left;
	width: 140px;
	height: 70px;
	margin-left: 20px;
	margin-top: 18px;
}

#grille_filtre_thematique .filtre_content {
	width: 180px;
	height: 40px;
}

#grille_filtre_grille .filtre_content {
	width: 190px;
	height: 40px;
}
#grille_filtre_chaine .filtre_content {
	width: 175px;
	height: 40px;
}

.filtre_content {
	background-repeat: no-repeat;
}

/* Zone Navigation Dates */

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

.nav_date a {
	text-decoration: none;
}

.nav_date_c {
	width: 28px;
	height: 28px;
	background-color: #504F54;
}

.nav_date_p {
	width: 22px;
	height: 22px;
	background-color: #C9C9C9;
	margin-top: 6px;
}

.nav_date_n {
	width: 22px;
	height: 22px;
	background-color: #939395;
	margin-top: 6px;
}

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

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

.nav_date_c .jour {
	font-size: 10px;
	color: #FFFFFF;
}

.nav_date_c .date {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Zone Navigation Horaires */

#nav_heure{
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

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

.nav_horaire {
	width: 42px;
	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 span {
	color: #000000;
	font-weight: bold;
}

.nav_horaire_inactif {
	background-color: #F0F0F0;
}

.nav_horaire_inactif span {
	color: #929292;
	font-weight: bold;
}

.nav_horaire a {
	text-decoration: none;
}

/* Zone Navigation Chaînes */

#nav_chaines {
	width: 42px;
}

.nav_groupe_chaines_actif, .nav_groupe_chaines_inactif {
	width: 40px;
	height: 122px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #C4C4C4;
}

.nav_groupe_chaines_actif {
	background-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.nav_groupe_chaines_inactif {
	background-color: #F0F0F0;
}

.nav_chaines_actif, .nav_chaines_inactif {
	width: 40px;
	height: 24px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #C4C4C4;
}

.nav_chaines_actif {
	background-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.nav_chaines_inactif {
	background-color: #F0F0F0;
}

.nav_chaine {
	margin-left: 8px;
	width: 24px;
	height: 24px;
}
.nav_chaine_actif {
	background-color: #FFFFFF;
}

/* Zone Contenu Chaînes */

.chaine {
	width: 138px;
	float: left;
}

.chaine_programme {
	background-color: #F3F3F3;
}

.chaine_programme_prime {
	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: 140px;
	height: 70px;
	background-color: black;
	opacity: .75;
	*filter: alpha(opacity=75);
	visibility: hidden;
	z-index: 20;
}

.layer_info_webtv {
	position: absolute;
	bottom: 21px;
	*bottom: 23px;
	left: -46px;
	width: 100px;
	height: 20px;
	background-color: black;
	opacity: .75;
	*filter: alpha(opacity=75);
	visibility: hidden;
	z-index: 20;
}

.layer_info_webtv2 {
	position: absolute;
	top: 2px;
	left: 15px;
	width: 110px;
	height: 50px;
	background-color: black;
	opacity: .75;
	*filter: alpha(opacity=75);
	visibility: hidden;
	z-index: 25;
}

.dropShadow {
	/*overflow: hidden !important;*/
	width: 64px;
}