@charset "utf-8";
/* CSS Document */
#videos {
}
#videos h3 {
	margin:50px 0;
	display:block;
	padding-top:5px;
	height:45px;
	line-height:45px;
	background:url(../videos/images/fd.png);
	font-size:24px;
	color:#340700;
	overflow:hidden;
}
#liste_clip h3 img {
	position:relative;
	top:-50px;
}
#video {
	margin-top:20px;
}
#video h3 {
	margin-top:0;
	margin-bottom:0;
	font-size:24px;
	color:#FFCC00;
}
.top_vid {
	display:block;
	height:55px;
	background:url(../videos/images/vid_top.png) no-repeat top center;
}
.center_vid {
	background:url(../videos/images/vid_center.png) repeat-y center;
}
.bottom_vid {
	display:block;
	height:66px;
	background:url(../videos/images/vid_bot.png) no-repeat bottom center;
}


.videos {
	width:100%;
	list-style:none;
	position:relative;
	display:block
}
.videos li {
	height: 200px;
	width: 435px;
	margin:15px;
	display:inline-block;
	position:relative;
	
}
.videos li:hover {
	background-color:#000;
}
.videos li a {
	color:#ffcc00;
}
.videos li a:hover {
	text-decoration:underline;
}

.videos li a img {
	border: #ffcc00 solid 3px;
	height: 200px;
	width: 435px;
}
.titre-vids {
	font-size: 20px;
	font-weight: bold;
	line-height:30px;
}
.videos li .duree {
	height:25px;
	line-height:25px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:5px;right:5px;
}
/*.videos {
	width:100%;
	list-style:none;
	position:relative;
	display:block
}
.videos li {
	width:300px;
	height:300px;
	display:inline-block;
	float:left;
	
}
.videos li:hover {
	background-color:#000;
}
.videos li a {
	color:#ffcc00;
}
.videos li a:hover {
	text-decoration:underline;
}

.videos li a img {
	border: #ffcc00 solid 2px;
	position:absolute;
	float: left;
	height: 200px;
	width: 300px;
}
.titre-vids {
	font-size: 20px;
	font-weight: bold;
	position:absolute;
	bottom:0;
	float: left;
	line-height:30px;
}
.videos li .duree {
	position:absolute;
	height:25px;
	line-height:25px;
	margin-top:48px;
	margin-left:84px;
	bottom:0;right:0;
	color:#fff;
	font-weight:bold;
}*/

.vues-vids, .comm-vids {
	margin-left:130px;
	line-height:30px;
}
.comm-vids {
	background:url(../videos/images/comment_15.png) no-repeat center left;
	padding-left:20px;
}
.video {
	width:800px;
	margin:0 auto;
}
#panel_vids {
	margin-top:20px;
	overflow:hidden;
	height: 150px;
	border-bottom:#ffcc00 solid 3px;
	border-top:#ffcc00 solid 3px;
}

#panel_vids #playlist_vid {
	height: 150px;
	width: 1024px;
	margin:0 auto;
	background-color:#000;
	position:relative;
	top:0px;
}
#panel_vids #playlist_vid .jcarousel-skin-tango li a img {
	border:none;
}
#panel_vids #playlist_vid #texte_vids {
	height: 150px;
	width: 1024px;
	margin:0 auto;
	background-color:#000;
	color:#FFF;
	position:relative;
	top:-28px;
	text-align:center;
}
#panel_vids #panel-bottom {
	border-top:#ffcc00 2px double;
	text-align:center;
	position:relative;
	top:-142px;
	margin-bottom:20px;
	height:35px;
	line-height:25px;
	background:url(../videos/images/playlist_bottom.png) no-repeat center top;
}
#panel_vids #panel-bottom a.fermeture {
	display:none;
}
#panel_vids #panel-bottom a.fermeture img{
	border:none;
}
#panel_vids #panel-bottom a.ouverture {
	color:#ffcc00
}
