/* 
    Created on : Dec 9, 2014, 4:17:47 PM
    Author     : Sylvain Mergui
*/
body{background: url(../media/bg.jpg) fixed;
     margin: auto;
}
#main-content h1, body h1{text-align: center;
            text-shadow:2px 2px 1px #666;
            color: blue;
            font-size: 40px;
}
#main-content{
    background: #F5F5F5;
    border-top: #666 ridge medium;
    border-radius: 10px 10px 0 0; 
    padding: 10px;
    box-shadow:2px 4px 4px #333;
    -webkit-box-shadow:2px 4px 4px #333;
    -moz-box-shadow:2px 4px 4px #333;
    /* margin-bottom: 10px; */
    max-width: 960px;
    margin: auto;
}
.video-container {
	background-image: url("../media/video-bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	padding: 5% 3% 80%;
	height: 0;
	overflow: hidden;
}
.flex-video{
	padding-bottom: 54%;
	padding-top: 2%;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 100%;
}