

body{
	background-image: linear-gradient(	rgb(0, 0, 85),	rgb(0, 0, 0));padding-bottom: 5px;
	padding-bottom: 5px;
	color:rgb(211,211,211);
	color:white;
}

iframe{
position: relative;
width:340px;
height:200px;
}


.titre{
position: relative;
	padding-top: 10px;
	color:rgb(211,211,211);
	word-spacing: 2px;
	#text-shadow: 1px 2px black;
	font-size: 30px;
	border-top: 2px solid rgb(72,72,72);
	}

footer{
	position: relative;
	top: 15px;
	bottom: 5px;
	text-align: center;
	border-radius: 5px;
	color:rgb(211,211,211);
	word-spacing: 2px;
	border-top: 2px solid 	rgb(72,72,72);
	margin:15px;
	}
	
	a:link, a:visited {
		color: white;
	text-decoration: none;
	background-color:rgb(0, 115, 230) ;
	 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
