body {
	background-image: url('images/fond.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: sans-serif;
}

	.contenu {
	text-align:center;
	font-size:28px;
	color: white;
}

.div {
	background-color: rgb(0, 70, 255);
	border-radius: 15px;
	width: 65%;
	margin: auto;
	padding: 15px;
}

.div2 {
	background-color: rgb(25, 10, 255);
	border-radius: 15px;
	width: 60%;
	margin: auto;
	padding: 15px;
}
	
.reseaux {
	width:110px;
	height:110px;
	padding-right:30px;
	padding-left:30px;
	transition : transform 0.5s;
}
	
.reseaux:hover {
	transform:scale(1.1);
}
	
.reseaux2 {
	padding-right:30px;
	padding-left:30px;
	width:125px;
	height:110px; 
	transition : transform 0.5s;
}
	
.reseaux2:hover {
	transform:scale(1.1);
}
	
.reseaux3 {
	padding-right:30px;
	padding-left:30px;
	width:155px;
	height:110px; 
	transition : transform 0.5s;
}
	
.reseaux3:hover {
	transform:scale(1.1);
}
	
a:hover {
	color : red;
}