.fond_noir{
	align-content: center;
	background-color: black;
	margin-top: 0px;
}

.div_video_page_accueil{
	background-color: black;
	height: auto;
	width: 100%;
	margin: auto;
}

.video_page_accueil_alphonse_entre_usine{
	width: 100%;
	display: block;
	margin: auto;
}

header {
	margin-top: 0px;
	height: 100px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 100;
}


.titre_page{
	font-size: 75px;
	margin-top: 0px;
	margin-left: 50px;
	width: 30%;
	max-height: 120px;
	min-height: 100px;
	color: white;
	font-family: verdana, sans-serif;
	font-weight: initial;
	font-variant: small-caps;
	overflow: hidden;
	float: left;
}

nav a
{
	width: 110px;
	height: auto;
	font-family: verdana, sans-serif;
	float: right;
	margin-right: 50px;
	font-size: 18px;
	text-decoration: none;
	color: white;
	transition: .1s;
}

nav a:hover{
	color: #6122ff;
}

.corps{
	background-color: white;
	height: auto;
	padding-bottom: 100px;
}

.emplacement_texte{
	/*margin-left: 200px;
	margin-right: 200px;/*
	/*margin-top: 50px;*/
	margin: auto;
	padding-top: 50px;
	width: 70%;
	/*padding-bottom: 50px;*/
}

.texte_de_corps{
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 16px;
}

.texte_important{
	color: red;
	font-weight: bold;
}

.trait{
	margin-top: 50px;
	border: 1px solid red;
	width: auto;
	margin-left: 200px;
	margin-right: 200px;
}

.img_tableau_page_accueil{
	width: 300px;
	height: auto;

}

#tableau_page_accueil{
	background-color: white;
	margin: 50px auto auto auto;
	width: 80%;
	border-radius: 50px;
}


.colonne_tableau_page_accueil{
	width: 33%;
}

.colonne_tableau_page_accueil:hover{
	color: black;
}

.texte_tableau_page_accueil{
	width: 60%;
	margin: 20px auto 20px auto;
	height: auto;
	font-weight: initial;
	color: black;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: helvetica, sans-serif;
}

.ligne1_tableau_page_accueil{
	height: auto;
}

.ligne2_tableau_page_accueil{
	height: auto;
	font-weight: bold;
	color: #6122ff;
	font-variant: small-caps;
	font-size: 18px;
	letter-spacing: 5px;
	font-family: helvetica, sans-serif;
}

.ligne3_tableau_page_accueil{
}

.fond_noir_bas_page_accueil{
	height: auto;
	background-color: black;
	margin-top: 50px;
}

.image_bas_page_accueil{
	width: 100%;
	display: block;
	margin: auto;
}

.reseaux_sociaux{

}

.nous_suivre{
	
}

.image_programme_48h{
	margin: 50px auto auto auto;
	width: 50%;
	display: block;
}

.texte_de_corps_reglement{
	font-family: arial, sans-serif;
	text-align: justify;
	font-size: 16px;
	width: 70%;
	margin: 50px auto 50px auto;
}

.titre_reglement{
	margin: 50px auto auto auto;
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.strong_gras{
	font-weight: bold;
}

.telecharger_reglement_48h{
	margin: auto;
	padding-top: 25px;
	display: block;
	width: 30%;
	height: 50px;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: black;
	border-radius: 50px;
	min-width: 500px;
}

.telecharger_reglement_48h:hover{
	color: red;
}