footer{
	position : relative;
	border-radius: 10px;
	padding-bottom: 35px;
	padding-top: 5px;
	margin-top: 10px;
	color:rgb(211,211,211);
	word-spacing: 2px;
	font-size: 30px;
}
header{
	position : relative;
	border-radius: 10px;
	padding-bottom: 35px;
	padding-top: 5px;
	margin-top: 10px;
	color:rgb(211,211,211);
	word-spacing: 2px;
	font-size: 30px;
	}


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

.titre {
	font-size: 100px;
}

.col {
	margin-top: 40px;
	margin-left: 0px;
	*position:relative;


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

}
