body {
	background-color: Black;
	/*background-image: url('../img/maison.jpg');*/
	/*background-size: 100%;*/
	/*background-repeat: no-repeat;*/
	margin: 0px; 
	font-family: "arial"; 
}

img {
	margin-left: 105px; 
	margin-top: 0px; 
	width: 100px; 
}

h1 {
	position: absolute;
	top: 10px; 
	left: 212px; 
	color: Ivory;
	background-color: #1f3b84; 
	text-align: left;
	font-size: 1.2em;
	padding: 6px 10px 6px 10px; 
}

a {
	text-decoration: none; 
}

video {
	margin-top: -6px; 
	width: 100%;
	max-height: 450px; 
	display: block;
	background-color: transparent; 
	z-index: 0; 
}

button {
	position: absolute;
	top: 20px; 
	background-color: #fa032c; 
	color: Ivory;
	border-width: 0px; 
	border-style: none; 
	border-color: transparent;
	padding: 10px 20px 10px 20px; 
	font-size: 1.2em;
	z-index: 100; 
}

button:hover {
	background-color: #1f3b84; 
	cursor: pointer;
	outline: none;
}

button.prev {
	left: 20px; 
}

button.next {
	right: 20px; 
}