div#programmation_top {
	background-color:#414141;
	padding:8px 8px;
	width:586px;
}

/* Image buttons */
img#laffiche_btn {
	padding-right:1px;
}

img#category_genre_btn {
	padding-top:4px;
}

/* Lists */
div#cat_genre_list {
	border:1px solid #000;
	border-top:none;
	width:583px; /* image is 585px - 2px borders */
}

div#cat_genre_list div.navList {
	width:291px;
	background-color:#f6f6f6;
	float:left;
}

div#cat_genre_list div#categorie_list {
	border-right:1px solid #000; /* divider between the 2 lists */
}

div#cat_genre_list div.leftCol, div#cat_genre_list div.rightCol {
	float:left;
	width:145px;
}
div#cat_genre_list div.fullCol{
	width: 290px;
}

div#programmation_top div.leftCol {
	border-right:1px solid #e2e2e2;
	width:144px;
}

/* List item */
div#programmation_top a.list_link, div#programmation_top span.emptycell {
	display:block;
	border-bottom:1px solid #e2e2e2;
	height:19px;
	line-height:19px;
	padding-left:10px;
	color:#555555;
	text-decoration:none;
}

div#programmation_top a.list_link:hover, div#programmation_top a.list_link.selected {
	color:#000000;
	background-color:#E2E2E2;
}

