body.videotheque section article.blue{
    float: none;
    overflow: hidden;
}
    
body.videotheque section article header{
	color:#fff;
}
	body.videotheque section article header h2{
		float:left;
		background:#5a5b5d;
		color:#fff;		
		font-size:1.4em;
		font-weight:400;
		font-style:italic;
		padding: 5px;
		margin:0;
	}
	body.videotheque section article header .video-date{
		background:#008cbb;
		float:left;
		font-size:.9em;
		padding:7px;
		margin:0;
	}

body.videotheque .video-content{
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}
    body.videotheque .video-content iframe{
	  border: 0;
	  height: 385px;
	  width: 100%;
    }
    body.videotheque .content p{
	  font-style: italic;
	  margin: 5px;
    }

body.videotheque section>ul>li{
    float: left;
    margin-right: 2%;
    width: 32%;
}
body.videotheque section>ul>li.outside{
    margin-right: 0;
}
    body.videotheque section>ul>li>article{
	  background-color: #fff;
    }
	  body.videotheque section>ul>li>article>p{
		height: 3.6em;
		overflow: hidden;
	  }

body.videotheque .video-image{
    cursor: pointer;
    position: relative;
	height:100%;
	display:block;
}
    body.videotheque .video-image>img{
	  width: 100%;
    }
	body.videotheque article h2{margin-bottom:0;}
		body.videotheque article h2 a{
			background-color: #1e9977;
			color: #fff;
			display: none;
			opacity: .8;
			padding: 2px;
			position: absolute;
			top: 0;
			text-transform: none;
			display: block;
			width:100%;
			font-size: .6em;
			text-decoration: none;
			font-weight: bold;
			z-index:99;
		}
body.videotheque .video-controls{
    height: 34px;
    left: 50%;
    margin: -17px 0 0 -26px;
    opacity: .8;
    overflow: hidden;
    position: absolute;
    top: 57%;
    width: 49px;
}
    
body.videotheque .video-image:hover h3, body.videotheque article.current-video .video-image h3{
    display: block;
}
body.videotheque .video-image:hover .video-controls img, body.videotheque article.current-video .video-image .video-controls img{
    margin-top: -34px;	
}

body.videotheque .pagination li{
    margin-top: 20px;
}