﻿.board-programme
{
	text-align: left;
	display: block;
	width:100%;
}

.board-programme .sitemap
{
	padding:5px 0 5px 0;
	font-weight:normal;
	font-size:11px;
}

.board-programme h1
{
	border-bottom: 1px solid #EEECEC;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
.board-programme h1 span
{
	font-size: 11px;
}
.board-programme h1 span a:visited, .board-programme h1 span a
{
	text-decoration: underline;
	color: #555;
}

.board-programme .box-left
{
	float: left;
	width: 240px;
	display:block;
}

.board-programme .box-right
{
	float: right;
	width: 700px;
	display:block;
	margin-top:2px;
	
}
.board-programme .list-programme
{
}
.list-programme ul
{
	margin: 0;
	padding: 0;
}
.list-programme ul li
{
	list-style: none;
	margin: 2px 0;
	width: 100%;
	background: #F2F3EE;
	height: 32px;
}
.list-programme ul li a.menu-main
{
	font-size: 15px;
	display: block;
	padding: 6px;
	width: 228px;
	height: 20px;
	color: #579DC7;
	font-family: Trebuchet MS;
	font-weight: normal;
}
.list-programme ul li a.menu-main:hover, .list-programme ul li a.current-menu
{
	color: #fff;
	text-decoration: none;
	background: #35B0FE;
	width: 228px;
	height: 20px;
	display: block;
	padding: 6px;
	font-size: 15px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.list-programme ul li a.menu-main span
{
	color: #A3C0D1;
	font-size: 15px;
}
.list-programme div.sub-list
{
	display: none;
	position: absolute;
	margin: -30px 0 0 200px;
	padding: 5px;
	border: 1px solid #d4d4d4;
	z-index: 500;
	background-color: #FFF;
}
.list-programme ul ul.sub-list
{
	display: block;
	margin: 0;
	padding: 0;
}
ul.sub-list .pointer
{
	background: url(/Content/im/photo_pointer.gif) center right no-repeat transparent;
	margin: 2px 0 0 -25px;
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	z-index: 1000;
	border: none;
	padding: 0;
}
ul.sub-list .pointer2
{
	background: url(/Content/im/photo_pointer.gif) center right no-repeat transparent;
	margin: -33px 0 0 -25px;
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	z-index: 1000;
	border: none;
	padding: 0;
}
ul.sub-list li
{
	list-style: none;
	width: 350px;
	margin: 0;
	background-color: Transparent;
	display: table;
	border-bottom: 1px solid #EEE;
}
ul.sub-list li.last-ep
{
	height: auto;
	padding: 5px 0 5px 0;
}
li.last-ep .title-name
{
	width: 210px;
	overflow: hidden;
	float: right;
	text-align: left;
}
li.last-ep .title-name span
{
	font-size: 11px;
	color: #555;
}

ul.sub-list li a
{
	color: #579DC7;
	font-weight: normal;
}
ul.sub-list li a:hover
{
	color: #fff;
	text-decoration: none;
	background: #35B0FE;
	font-weight: bold;
}
ul.sub-list li a, ul.sub-list li a:hover
{
	font-family: Trebuchet MS;
	width: 340px;
	font-size: 15px;
	display: block;
	padding: 6px;
	height: 20px;
}
ul.sub-list li.last-ep .title-name a
{
	width: 100%;
	font-size: 15px;
	display: block;
	height: 20px;
	color: #579DC7;
	font-family: Trebuchet MS;
	font-weight: normal;
	overflow: hidden;
	margin: 0 0 5px 0;
	background-color: Transparent;
	padding: 0;
}
li.last-ep .title-name a:hover
{
	padding: 0;
	width: 100%;
	font-size: 15px;
	display: block;
	height: 20px;
	color: #fff;
	text-decoration: underline;
	background-color: Transparent;
	margin: 0 0 5px 0;
}
