body {
	background-color: black;
}

#titre {
	position: fixed;
	top:0px;
	width: 100%;
	z-index:100;
	background-color: black;
	/*border-bottom: solid white 1px;*/
}

h1 {
	font-family: Arial;
	font-style:;
	font-weight: normal;
	font-size: 4ex;
	font-stretch:;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
	color: white;
	margin:0px;
	margin-top:10px;
	border-bottom: 1px solid white;
}

h1 a {
font-size:inherit;
}

h2 {
	font-family: Arial;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 3ex;
	text-transform: uppercase;
	text-align: center;
	color: white;
	margin:0px;
	margin-top: -10;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}


/*#tableau_head {
	width: 90vw;
	margin: auto;
	font-family: arial;
	margin-top: 25px;
	margin-bottom: 10px;
}*/

#tableau_album {
	width: 96vw;
	margin: auto;
	margin-top: 150px;
	margin-bottom: 50px;
	font-family: arial;
	overflow: hidden;
}

table {
color: white;
font-family: arial;
width: 100%;
	font-size: 1.8ex;
border-collapse: collapse;
}

img {
	width: 100%;
	margin-top:3px;
}

td {
	vertical-align: top;
	min-width: 25%;
    max-width: 25%;
    border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}


#credits {
	width: 95vw;
	margin: auto;
	color: white;
	font-family: arial;
	font-size: 1.8ex;
	margin-bottom: 100px;
	margin-top: 50px;
}

#credits a{
	font-size: 1.8ex;
	text-decoration: underline;
}


h3 {
		font-size: 8ex;
		margin-top: 150px;
		margin-bottom: 0px;
}

#Electronic {
	font-family: Roboto Light;
	font-weight: Lighter;
	letter-spacing: 0.1ex;
	position: relative;
  top: 1px;
}

#Metal {
	font-family: XXII Ultimate-Black-Metal;
	font-weight: Lighter;
	letter-spacing: 0.1ex;
	margin-bottom: 7px;
	position: relative;
  top: -3px;
}

#Rock {
	font-family: Roboto Condensed;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
  top: 2px;
}

#Jazz {
	font-family: PP Editorial New;
	font-weight: bold;
	position: relative;
  top: 1px;
}

#Classical {
	font-family: Cormorant Upright;
	margin-top: 30px;
	position: relative;
  top: 2px;
}

#Other {
	font-family: Roboto;
	font-weight: normal;
	position: relative;
  top: 1px;
}

#footer {
position:  fixed;
bottom: 0px;
margin: 0px;
width: 100%;
background-color: black;
z-index: 2;
height: 50px;
border-top: solid white 1px;
}

#menu {
color: white;
column-count: 6;
margin: auto;
margin-bottom: 10px;
margin-top: 10px;
width: 95%;
text-align: center;
display: inline-block;
height: 20px;
}

a {
font-size: 3ex;
text-decoration: none;
color: white;
}

a: hover {
text-decoration: underline white;
}

::selection {
  color: black;
  background-color: white;
}


@media only screen and (max-width:900px) {

	body {
		margin:0px;
	}
	
	h1 {
		font-size: 2.3ex;
	}

	h2 {
		font-size: 1.9ex;
	}

table {
color: white;
font-family: arial;
width: 100%;
	font-size: 1.8ex;
	border-collapse: unset;
}

img {
	width: 100%;
	margin-top: 20px;
}

td {
	vertical-align: top;
	display: table;
	min-width: 95%;
	padding: 0px;
	margin:auto;
	margin-top: -25px;
	border-bottom:none;
}

#tab_head {
display: none;
border-bottom: 1px solid white;
}

#tableau_album {
	width: 95vw;
}

#credits {
	font-size: 1.8ex;
}

#menu {
	font-size: 2.3vw;
}
}