#Content_Video{
	background:transparent url(/style/images/background_video.png) repeat-y scroll 0 0;
	width:640px;
	height:384px;
	padding:10px;
	margin:0 0 10px 0;
}
#Content_Video_Live{
	background:transparent url(/style/images/panel_live.png) repeat-y scroll 0 0;
	width:640px;
	height:384px;
	padding:10px;
	margin:0 0 10px 0;
}

#Twitter{
	background:transparent url(/style/images/background_twitter.png) repeat-y scroll 0 0;
	width:540px;
	height:12px;
	padding:20px 0 20px 130px;
	margin:10px 0 10px 0;
	color:#777777;
}
#Connexion{
	background:transparent url(/style/images/background_connexion.png) no-repeat scroll 0 0;
	width:640px;
	height:559px;
	padding:150px 10px 10px 10px;
	text-align:justify;
	position:relative;
}
	#Connexion #Explications{
	width:300px;
	color:#333333;
	margin:20px 0 0 0;
	text-align:left;
	}
	#Connexion #Explications .retour{
	margin:20px 0 0 0;
	}
#Informations_Video{
	background:transparent url(/style/images/background_infos.png) repeat-y scroll 0 0;
	width:640px;
	padding:0 10px 0px 10px;
	text-align:justify;
	position:relative;
}
	#Informations_Video h1{
		font-size:14px;
		color:#333333;
		padding:10px;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
		border-bottom:1px solid #e3e3e3;
		margin:0 0 20px 0;
	}
	#Informations_Video .descriptif{
		font-size:11px;
		color:#666666;
		background:transparent url(/style/images/background_descriptif.png) no-repeat scroll 0 0;
		width:377px;
		height:158px;
		padding:10px;
	}
		#Informations_Video .descriptif .titre{
			font-size:12px;
			color:#333333;
			margin:0 0 5px 0;
		}
	#Informations_Video .options{
		font-size:11px;
		color:#666666;
		width:200px;
		position:absolute;
		top:60px;
		right:0;
	}
#Votes{
}
	#Votes .etoile{
		background:transparent url(/style/images/etoile.png) no-repeat scroll 0 0;
		width:16px;
		height:16px;
		display:block;
		float:left;
		margin:3px 0 3px 0;
		cursor:pointer;
	}
	#Votes .etoile_on{
		background:transparent url(/style/images/etoile.png) no-repeat scroll 0 -16px;
		width:16px;
		height:16px;
		display:block;
		float:left;
		margin:3px 0 3px 0;
		cursor:pointer;
	}
	#Votes .etoile span, #Votes .etoile_on span{
		display:none;
	}
	#Votes h2{
		font-size:11px;
		font-weight:normal;
		float:left;
		margin:3px 0 3px 0;
	}

