/****************** GLOBALE ******************/
html,body{
	height:100%;
	width:100%;
}
body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
a{	
	text-decoration:none;
	color:#CCCCCC;
}
img{
	border:none;
}

/****************** INTERFACE ******************/
#bar{
	float:left;
	width:297px;
	color:#000000;
	border-style:inset;
}
#bar_up{
	float:left;
	width:100%;
	background-image: url(../images/bar_up_repeater.jpg);
	background-repeat:repeat-x;
}
#corner{
	float:left;
	background-image: url(../images/corner.jpg);
	width:303px;
	height:71px;
}
#logo{
	width:564px;
	height:71px;
	margin-left:400px;
}
#bar_left{
	float:left;
	width:303px;
	height:100%;
	background-image: url(../images/bar_left_repeater.jpg);
	background-repeat:repeat-y;
	
}
#liste{
	float:left;
	width:290px;
	height: 400px;
	
	overflow-y:scroll;
	overflow-x:hidden;
	margin-left:25px;
	
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#C1C8D2;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#465162;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#666666;
}
#bar_right{
	float:left;
	width:1px;
}
#player_container{
	float:left;
	margin-left:20px;
	margin-top:-10px;
}
#ads_bottom{
	float:left;
	background-image:url(../images/ads_rack.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:223px;
	margin-top:-10px;
	margin-left:10px;
}
#ads_bottom2{
	float:left;
	background-image:url(../images/ads_rack3.jpg);
	background-repeat:no-repeat;
	width:280px;
	height:223px;
}
#ads_left{
	float:left;
	background-image:url(../images/ads_rack2.jpg);
	background-repeat:no-repeat;
	width:303px;
	height:162px;
	margin-top:20px;
}

/****************** ARTICLES ******************/
#article{
	float:left;
	background-image:url(../images/article_repeater.jpg);
	background-repeat:repeat-x;
	border:1px solid #525252;
	padding:4px;
	margin:5px;
	width:250px;
	height:70px;
	display:block;
	color:#333333;
}

#thumb{
	float:left;
	width:70px;
	border:1px solid  #525252;
}
#infos{
	float:left;
	width:68%;
	font-size:11px;
	margin-left:5px;
	
	color: #999999;
}
#title_infos{
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
#video_infos{
	float:left;	
}
.admin{
	color: #FFF;
	font-weight:bold;
	margin-left:5px;
}

/****************** BROWSER HACKS ******************/
#searchField{
	float:left;
	margin-left:35px;
	
	*margin-left:17px!important; /*IE 7*/
	*margin-left:12px; /*IE 6*/
	*:margin-top:-5px; /*IE 6 & 7 */
}
#player_container{
	*margin-left:20px!important; /*IE 7*/
	*margin-left:10px; /*IE 6*/
}
#liste{
	*margin-left:25px!important; /*IE 7*/
	*margin-left:10px; /*IE 6*/
}
#drop_down{
	float:left; 
	margin-left:20px; 
	margin-top:-1px;
}
/* SAFARI TWEAK */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#drop_down{
		margin-top:-12px;
	}
}
