/** SLIDING VIDEOS */
/*******************/

#video_all {
}
#video_all ul {
	position: absolute;
	list-style: none;
	padding:0;
	margin:0;
	-webkit-transition: left 1s;
}
#video_all li {
	float: left;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	z-index: 1;
}
.video_visiblepart {
	overflow: hidden;
	height: 122px;
	position: relative;
}
.topvideo_container {
	border-width: 13px 14px 12px 14px;
	-webkit-border-image:url('/sfrxphone/images/backgrounds/block_background.png') 13 14 12 14;
	margin: 5px;
	position: relative;
}
.video_container {
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#CCCCCC));
	margin: 0px -10px 10px -10px;
}
.video_subtable {
	display: table;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 122px;
}
.points {
	text-align: center;
}
.video_image {
	display: table-cell;
	vertical-align:middle;
	text-align: right;
}
.video_image img {
	width: 140px;
	margin: 0px 0px -5px 0px;
	border: none;
}

.videotxtcell{
	text-align: center;
	color: #E51B18;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.txtcellvideo{
	clear:both;
	color:black;
	display:block;
	font-size:14px;
	padding: 2px 22px 2px 5px;
	text-decoration:none;
/* //TODO a faire.... background-color:#E1E1E1;*/
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
/** chevron de navigation */
.video_chevron_cell{
	display: table-cell;
	vertical-align: middle;
	width: 0px;
	height: 122px;
}
.video_backgd_left, .video_backgd_right {
	background-repeat: no-repeat;
	width: 34px;
	cursor: pointer;
	height: 122px;
	position: absolute;
	top: 0px;
	z-index: 2;
}
.video_backgd_left{
	left: -10px;
	background-position: right center;
	background-image: url('/sfrxphone/images/buttons/arrow_big_left_grey.png');
}
.video_backgd_right {
	right: -10px;
	background-position: left center;
	background-image: url('/sfrxphone/images/buttons/arrow_big_right_grey.png');
}
.video_chevron_left, .video_chevron_right{
	background-repeat:no-repeat;
	width: 34px;
	cursor: pointer;
	height: 122px;
	position: absolute;
	top: 0px;
	z-index: 5;
}
.video_chevron_left{
	left: 0px;
	background-position: right center;
	background-image: url('/sfrxphone/images/buttons/arrow_big_left.png');
}
.video_chevron_right {
	right: 0px;
	background-position: left center;
	background-image: url('/sfrxphone/images/buttons/arrow_big_right.png');
}
/** END chevron de navigation*/


/** TOP VIDEO */
/**************/
.video_bt {
	display:table;
	table-layout: fixed;
	width:100%;
	margin: 0 -10px;
	padding: 0px 5px;
}
.titledcontainer .video_bt:last-child {
	display: block;
	width: auto;
	border-top:1px solid #E8E7E7;
	margin: 0px -10px -10px;
	padding:0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.titledcontainer .video_bt:last-child .table {
	height: 100%;
}
.video_text {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	text-align: left;
	font-weight: bold;
}
.video_imc {
	display:table-cell;
	vertical-align:middle;
	width:1.8cm;
}
.video_imc img {
	display:table-cell;
	vertical-align:middle;
	width:1.6cm;
}
.video_piccell{
	padding: 5px;
	text-align: center;
	width: 100%;
}
.video_piccell img{
	max-width: 100%;
	max-height: 180px;
}

/** bouton play */
.video_play {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url('/sfrxphone/images/buttons/icon_play.png') no-repeat center center;
}
.video_img_content {
	float: left;
	position: relative;
}
.video_bt .video_img_content {
	float: none;
}


