/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333; 
	text-align: center;
}
/* links */
a {
	text-decoration: none;
	color: #667F99;	
	
}
a:hover {
	color: #D70000; 
}
/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
	padding: 10px;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/********************************************
   LAYOUT
********************************************/ 
#container {
	width: 782px;
	background: url('../images/bg.jpg') repeat-y center top;	
	margin: 0 auto;
	text-align: left;
}

#content {
	position: relative;
	width: 100%;
	padding-top:20px;	
}


#content_top {
	clear: both;
	width: 782px;
	height: 1px;
	background: #FFF url('../images/menubg.jpg') repeat-y center;	
}
/* header */
#header {
	position: relative;
	width: 782px;
	height: 100px;
	background: #FFF url('../images/header.jpg') no-repeat center top;
	margin: 0; 
	padding 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 42px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 19px; left:30px;	
}

#header h1#logo a{	
	color:#FFF;		
}

#header h2#slogan a{	
	color:#FFF;	
	font-size:13px;
}

#header h1#logo a:hover{	
	color:#FFF;		
}

#header h2#slogan a:hover{	
	color:#D70000;		
}

#header h2#slogan {
	position: absolute;
	z-index: 9999999;
	margin: 0; padding: 0;
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 74px; left:390px;			
}
#header #searchform {
	float: right;
	padding: 45px 40px 0 0;
	display: inline;
}
/* menu */
#menu {
	clear: both;
	width: 782px;
	height: 26px;
	background: #FFF url('../images/menubg.jpg') repeat-y center;
	margin: 0 0 0 0;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;	
	
}
#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #FFF;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #333;  
}
#menu ul li#current a {	
	background: #30899F; 
	color: #FFF;	
}

/* Main */
#main {
	float: left;	
	width: 68%;
	padding: 0;	
	margin-left:10px;
	padding-bottom:30px;
	
}
#main h1 {
	color: #667F99; 
	border: 1px solid #CCCCCC;
	background: #EFEFEF url('../images/arrow.gif') no-repeat 5px center;	
	padding: 5px 0 5px 20px;	
	margin: 10px 0 0px 0;
	font-size:14px;
	
}

#main p {
	font-weight:600;
	font-size:12px;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 28%;
	padding-right:10px; 
	padding-bottom:30px;
	margin: 0;		
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Tahoma, Verdana, Sans-Serif;	
	color: #FFF;	
	background: #B6B8BB;	
}

#sidebar h1 a {
	color: #FFF;			
}

#sidebar h1 a:hover {
	color: #D70000;			
}

#sidebar .align  {
	padding-top:16px;	
	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url('../images/bullet.gif') no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

#sidebar p {
	font-size:10px;
	text-align:justify;	
}

/* footer */
#footer {
	clear: both;
	font: normal 90% Verdana, Tahoma, sans-serif;
	background: #FFF url('../images/footerbg.jpg') no-repeat center top;	
	width: 782px;
	height: 70px;
	text-align: center;
	margin: 0 auto;	
	border-top: 1px dotted #aaa;
	
}

#footer p {
	
	padding:4px;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


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

.channels_list td {
	text-align:center;
	width:20%;
	padding:10px;
	position:relative;
}

.channels_list .logo a {
	display:compact;
	width:60px;
	height:35px;
	position:relative;
	margin:0 auto;
	font-size:10px;
	color:#fff;
}

.channels_list .logo .play {
	top:0;
	left:0;
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	text-indent:-15000px;
}

.channels_list .logo:hover .play {
	display:block;
}

.channels_list .link {
	margin:10px 5px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#E4E4E4;
	border:1px solid #AAAAAA;

}

.channels_list .link a {
	font-size:10px;
	text-transform:uppercase;
	color:#444;
}

.channels_list .link .name {
	font-size:13px;
	font-weight:bold;
	color:#111;
}

.channels_list .link:hover {
	background-color:#408080;
}




.channel_infos {
	
	margin-bottom:40px;
	margin-top:30px;

}

.channel_infos .player {
	width:410px;
	height:353px;
	position:relative;
	background-image:url('../images/player.png');
	background-position:center;
	background-repeat:no-repeat;
	margin-left:12%;
	
}

.channel_infos .player .link {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-15000px;

}

.channel_infos .player .link:hover {
	background-image:url('../images/player_play.png');
	background-position:center;
	background-repeat:no-repeat;
}

.channel_infos .player .msg {
	position:absolute;
	bottom:50px;
	left:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.channel_infos .player .msg a {
	color:#89a4ff;
}

#main .plus_infos p {
	
	font-size: 12px;
	font-weight: 100;
	line-height: 24px;
	background-color:#fff;
}

#main .plus_infos u {
	
	font-size: 13px;
	font-weight: 600;
	line-height: 24px;
	padding:10px;
}



.program {
	padding:0 0px;
	clear:both;
	font-size:10px;
}

.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 ul {
	margin:0;
	padding:0;
	
}

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

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

