html{
	font-family: Arial;
	position: relative;
	min-height: 100%;
}


body{
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 60px;
	background: linear-gradient(#9cc916, 35%, #4A9134);
}


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


table{
	width:100%;
}


p{
	font-size: 28px;
	color: white;
	font-weight: bold;
	text-align: center;
}


.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;
}


footer{
	background-image: url(../images/footer.png);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
}