html{
	font-family: Arial;
}


body{
	background-size: 100%;
	background-color: #727272;
}


h1{
	text-align: center;
	font-size: 50px;
	color: white;
}


table{
	width:100%;
}


.download{
	margin-left: 0px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.download:hover{
	margin-bottom: -50px;
}


.video{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:80%;
	height:75%;
}


.resume{
	font-size:18px;
}


.retour{
	width : 230px;
	height : 90px;
	display : block;
	background : url(../images/boutons/retour_videos.png) no-repeat;
	transition:0.2s;
}

.retour:hover{
	background-image : url(../images/boutons/hover/retour_videos.png);
	transition:0.2s;
}


.suivant{
	width : 230px;
	height : 90px;
	display : block;
	background : url(../images/boutons/suivant_videos.png) no-repeat;
	transition:0.2s;
}


.suivant:hover{
	background-image : url(../images/boutons/hover/suivant_videos.png);
	transition:0.2s;
}