@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}




body{
	font-family: arial,Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin:0px;
	background-color: #191919;
}


.titre1{
	display: table;
	margin: auto;
	font-size: 80px;
	font-weight: 700;
	margin-top: 200px;
	color: #ff9600;
	text-align: center;
}

.titre2{
	display: table;
	margin: auto;
	font-size: 50px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 50px;
	color: #E8E8E8;
	text-align: center;
}

.text1{
	display: table;
	margin: auto;
	font-size: 35px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #E8E8E8;
	text-align: center;
}

.bouton_reseaux{
	display: table;
	margin: auto;
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px;
	color: #E8E8E8;
	text-decoration: none;
	text-align: center;
}
.bouton_reseaux:hover{
	display: table;
	margin: auto;
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px;
	color: #ff9600;	
	text-decoration: none;
	text-align: center;
}

.marge_basse{
	display: table;
	width: 100%;
	height: 300px;
}