@import url(http://fonts.googleapis.com/css?family=Open+Sans); 
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css); 
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);

/*******
******** PAGE PRINCIPALE
*******/


html, body {margin:0; padding: 0; height:100%; font-size: 100%; text-align: center; background-color: black;}
.liens {
	text-align:center;
	height:150px;
	margin:auto;
	width:500px;
	margin-top:50px;
	margin-bottom:20px;
}
.lien {
	display:flex;
	height:100%;
	width:250px;
	text-align:center;
	float:left;
}
.image_lien {
	height:100%;
	float:left;
}
a, a:visited {
	text-decoration: none;
	color: rgb(245,85,41);
	font-size: 4em;
}
