#video-insert {
	background: url(../../../../../fileadmin/templates/skin/default/imgs/ombre-bkg-blanc.png) repeat-x top;
	padding: 0 10px;
}
	#video-insert .title,
	#video-insert .title a {
		padding-bottom: 0;
		padding-left: 0;
		color: #509C24;
		font-size: 14px;
	}
	#video-insert .title a:hover {
		color: #006AB1;
	}
	#video-insert .date {
		color:#0070B7;
	}
	#video-insert div.img {
		margin: 0;
		padding: 0;
		width: 150px;
		margin: 4px 0 5px;
		border: 1px solid #d8ded4;
		position: relative;
		float: left;
	}
		#video-insert div.img img {
			border: 1px solid #fff;
			margin: 0;
			padding: 0;
			_margin-bottom: -3px;
			*margin-bottom: -3px;
		}
		#video-insert div.img div.read {
			position: absolute;
			margin: 0;
			padding: 0;
			top: 50%;
			left: 50%;
			height: 52px;
			width: 50px;
			margin-top: -26px;
			margin-left: -25px;
			cursor: pointer;
			background: url('../../../../../fileadmin/templates/skin/default/imgs/read-small.png');
			_background: none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="fileadmin/templates/skin/default/imgs/read-small.png", sizingMethod="scale");
		}
	#video-insert .duree {
		float: left;
		margin: 5px;
		color: #4b9222;
		font-size: 10px;
	}
	#video-insert strong {
		display: block;
		margin: 0 0 3px 0;
		color: #0070B7;
		font-weight: normal;
	}
	#video-insert .link a {
		background: #fff url('../../../../../fileadmin/templates/skin/default/imgs/puce-more.gif') no-repeat 0 3px;
		display: block;
		margin: 0 0 5px; 
		padding: 0;
		padding-left: 12px;
		color: #4b9222;
		text-decoration: underline;
		width: 200px;
	}
	.video-insert .link a:hover {
		background: #fff url('../../../../../fileadmin/templates/skin/default/imgs/puce-more-bleu.gif') no-repeat 0 3px;
		color: #0070b7;
	}