body, h1, h2, h3, h4, p, div, ul, li, ol, a, img, span, tr, td, table {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-size:100%;
	border:0;
}

.clear {
	clear:both;	
}

body {
	background-color:#595145;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width:850px;
	margin:30px auto;
	background-color:#ededed;
	border:1px solid #000;
}

a {
	color:#53320e;
}

a:hover {
	color:#8e1500;
}

#header {
	background-color:#fff;
	padding:20px;
	border-bottom:1px solid #a58b74;
}

#footer {
	background-color:#fff;
	padding:20px;
	border-top:1px solid #a58b74;
	text-align:center;
	font-size:12px;
}

#logo {
	position:relative;
	text-indent:-15000px;
	background-image:url('../images/logo.png');
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#9C3;
	line-height:56px;
	width:286px;
	height:56px;
	float:left;
}

#logo a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

#menu ul {
	line-height:28px;
	height:56px;
	text-align:right;
	font-size:13px;
	text-transform:uppercase;
	width:504px;
	float:right;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	padding:3px 8px;
	border:1px solid #fff;
}

#menu ul li a:hover {
	background-color:#bf2c12;
	border:1px solid #333;
	color:#fff;
}

#content {
	padding:20px;
}

.channels_list {
	width:100%;
	border-collapse:collapse;
}

.channels_list td {
	background-color:#fff;
	border:1px solid #aaa;
	padding:0 15px;
	vertical-align:middle;
	height:70px;
}

.channels_list .yellow td {
	background-color:#FFFBC6;
}

.channels_list tr .logo {
	width:60px;
}

.channels_list tr .logo a {
	display:block;
	width:60px;
	height:35px;
	background-position:center center;
	background-repeat:no-repeat;
	border:1px solid #333;
	position:relative;
	text-indent:-15000px;
}

.channels_list tr .audience {
	font-size:12px;
	width:100px;
	text-align:center;
}

.channels_list tr .title {
	font-size:20px;
}

.channels_list tr .title a {
	display:block;
	line-height:40px;
}

.channels_list tr .play {
	width:50px;
}

.channels_list tr .play a {
	background-image:url('../images/screen_icon.png');
	background-position:center center;
	background-repeat:no-repeat;
	height:48px;
	width:48px;
	display:block;
}

.channels_list tr .play span {
	display:block;
	text-indent:-15000px;
}

.channel_player {
	float:right;
	height:333px;
	width:390px;
	background-color:#000;
	padding:10px;
	position:relative;
}

.channel_player a {
	background-image:url('../images/player.png');
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.channel_player a .text {
	display:none;
	color:#fff;
	text-align:center;
	line-height:50px;
}

.channel_player a:hover .text {
	display:block;
}

.channel_infos {
	float:left;
	width:380px;
}

#content .block {
	background-color:#fff;
	border:1px solid #aaa;
	margin-bottom:20px;
	padding:0 10px;
}

#content .block h2 {
	margin:10px 0;
}

#content .block p {
	margin:10px 0;
	font-size:13px;
}

#content .block p a {
	border-bottom:1px dotted #aaa;
}

.channel_infos ul {
	margin:10px 0;
}

.channel_infos .buttons li {
	margin:10px 20px;
	line-height:26px;
}

.channel_infos .buttons a {
	background-image:url('../images/plus_icon.png');
	background-position:left center;
	background-repeat:no-repeat;
	font-size:13px;
	padding-left:20px;
	display:block;
}

.channel_infos .buttons a span {
	border-bottom:1px dotted #aaa;
}

.channel_infos .big_link a {
	display:block;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.channel_infos .big_link a .title {
	display:block;
	font-size:26px;
	line-height:40px;
}

.program {
	padding:0 20px;
	clear:both;
}

.program .clear {
	height:20px;
}

.program .chaine {
	line-height:30px;
	height:30px;
	padding:20px 0;
	clear:both;
	background:none;
}

.program img {
	float:left;
	vertical-align:middle;
	margin-right:20px;
	border:1px solid #999;
	padding:3px;
	background-color:#fff;
}

.program .chaine img {
	border:0;
}

.program li {
	height:85px;
	clear:both;
	background-color:#efefef;
	padding:10px;
	line-height:42px;
}

.program li strong {
	background-color:#333;
	color:#fff;
	padding:3px 5px;
	font-size:13px;
	margin-right:10px;
}
