#videos_c
{
	background:url(../images/tely.jpg) no-repeat 0 0;
	padding-left:220px;
	z-index:1;
	position:relative;
}

#videos
{
	width:660px;
	height:305px;
	background:#282d03;
	padding:10px;
	position:relative;
	z-index:inherit;
}
	.videoPlayer
	{
		width:320px;
		height:280px;
		float:left;
	}
	/* 
		SLIDER
	*/
	#videos_slider_wrapper
	{
		float:right;
		overflow:auto;
		overflow-x:hidden;
		padding-right:0; /* 0 is set via JS */
		width:335px;  /* 660  is set via JS */
		height:240px;
		position:relative;
	}
	#videos .over, .video:hover
	{
		background:#4a4a1a;
	}
	.video, .eVideo
	{
		position:relative;
		width:auto; /* 660 is set via JS */
		sfloat:left;
		margin-bottom:2px;
		overflow:hidden;
		height:115px;
		padding:2px;
		height:75px;
	}
		.video img{
			width:100px;
		}
		.video-photo
		{
			width:100px;
			/* float:left; */

			position:absolute; top:2px; left:2px;
		}
		.video-description
		{
			/* float:right; */
			width:335px;
			position:absolute; top:2px; left:0;
		}
			.video-description h2
			{
				color:#c3c331;
				font-size:12px; font-weight:normal; line-height:normal;
				margin:0;padding:0;
			}
				.video-description h2 a
				{
					text-decoration:none;
					display:block;
					height:75px;
					padding-left:110px;
				}
				.video-description a span
				{
					color:#d7d798;
					text-transform:none;
					display:block;
				}
					.video-description h2 a:hover
					{
						background: url(../images/videos_watch_now.png) no-repeat -4px 100%;
					}
		.video-url
		{
			display:none;
		}
	#videos_slider
	{
	}
	/*
	
		TITRE 
		
	*/
	.video-titre
	{
		height:24px;
		border-bottom:1px solid #4a4a1a;
		position:relative;
		margin-bottom:1px;
	}
		.video-titre h1
		{
			color:#c3c331;
			font-size:14px;
			float:left;
			padding:0 ;
			height:auto;
			line-height:normal;
		}
		.video-titre h1 span
		{
			color:#d7d798;
			font-weight:normal;
		}
		
		.video-titre .toggle-infos
		{
			display:block;
			float:right;
			color:#636315;
			text-transform:uppercase;
			padding:3px 0;
			padding-right:30px;
			background:url(../images/rea_infos_bt.jpg) no-repeat 100% 50%;
			cursor:pointer;
		}

		.video-titre .toggle-infos:hover
		{
			color:#FFFFFF;
		}

	/*
	 
	INFOS / DESCRIPTION 
	
	*/
	#video-description
	{
		width:auto;
		background:#212502;
		border-bottom:1px solid #4a4a1a;
		position:relative;
		margin-top:1px;
	}

		#video-description .video-infos
		{
			padding:10px;
		}

	/*
	
		PRECEDENT - SUIVANT
		
	*/
	#reas_nav
	{
		position:absolute; bottom:10px; 
		right:20px; 
		color:#c3c331;
	}
	#reas_prec, #reas_suiv{ display: block; text-decoration:none; cursor:pointer; float:left; padding:2px; }
	#reas_prec{ margin-right:15px; background:url(../images/rea_prec.gif) no-repeat 0 3px; padding-left:20px;}
	#reas_suiv{ background:url(../images/rea_suiv.gif) no-repeat 100% 3px; padding-right:20px; }
	#reas_prec:hover, #reas_prec.disabled
	{
		background-position:0 -27px;
		color:#FFFFFF;
	}
	#reas_suiv:hover, #reas_suiv.disabled
	{
		background-position:100% -27px;
		color:#FFFFFF;
	}
	#reas_nav .disabled
	{
		cursor:default;
		color:#636315;
	}


	/*
		ACCES RAPIDE (MENU);
	*/
	#acces_rapide
	{
		position:absolute;
		left:10px;
		bottom:11px;
	}
	* html #acces_rapide
	{
		position:absolute;
		left:10px;
		bottom:10px;
	}
