body {
  background-color: #191919;
        width:1024px;
        margin-left:auto;
        margin-right:auto;
        
	color : white ;
}

header {
	width:1024px;
	margin-top : 25px;
}
.logoEtTout{
	
	display: flex;
}
.boiteGauche{
	width : 302px;
	display:block;
}
.logoFB{
	margin-top:113px;
}
.boiteMilieu {
	width : 420px;	
 	display: block;
}


.sousTitre {
	width : 420px;
 	display: block;
	font-family : Courier New, Courier, Prestige, monospace;
	font-weight : bold ;
	font-size : 18px ;
	margin : auto ; 
	text-align : center ;	
	margin-bottom : 23px;
}

.boiteDroite {
	width : 420px;	
 	display: block;
}

.ligneBlanche {
	width: 1024px;
	height: 2px;
	background-color : white;
	margin-left : 0px;
}

.menu{
	font-family : Courier New, Courier, Prestige, monospace;
	font-weight : normal ;
	font-size : 18px ;
	display: flex;
	margin-bottom : 4px;
	margin-top : 4px;
}

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

a:visited{
	color: #d7d7d7;
	text-decoration:none;
	}

a:hover {
	font-weight : bold ;
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}
.menuItem{
	margin : auto;
}

main{
  margin-bottom : 20px;
}

.logoAncre{
	width : 89px;	
 	display: block;
	margin : auto;
	
}
.mentions{
	margin-top : 20 px;
	text-align : center;
	font-size : 10px;
}
.prochainConcert{
	width:1024px;
	font-family : Courier New, Courier, Prestige, monospace;
	text-align : center;
	font-size : 24px ;
	margin-bottom : 6px;
	margin-top : 6px;
}
