


body {
	
	background-image: url('img/bramtot.jpg');
	background-attachment: fixed;
	background-size: cover;
	z-index: 1;
}

a {
    text-decoration: none;
	color: white;
}

.Entete {
	
	margin: 0;
	color: white;
	text-align: center;
	padding: 30px;
	background-color: black;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 96%;
	z-index: 3;
	
}

.Pied_de_page {
	
	margin: 0;
	color: white;
	text-align: center;
	padding: 30px;
	background-color: black;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 96%;
	z-index: 3;
	
}


.Bandeau_central {
	
	margin: 0;
	color: black;
	background-color: white;
	background: rgba(255, 255, 255, 0.7);
	/*opacity: 0.5; */
	font-size: 20px;
	text-align: justify;
	padding: 20px;
	/*height: 100em; */
	width: 50%;
	top:10px;
	bottom: 10px;
	margin-left: auto;
    margin-right: auto;
	z-index: 2;
}

.Bandeau_central_fixe {
	
	margin: 0;
	color: black;
	background-color: white;
	background: rgba(255, 255, 255, 0.7);
	/*opacity: 0.5; */
	font-size: 20px;
	text-align: justify;
	padding: 20px;
	position:fixed;
	height: 100em; 
	width: 50%;
	top:10px;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	/*margin-left: auto;
    margin-right: auto;*/
	z-index: 2;
}

input[type='radio'] {
    accent-color: #232323;
}