 p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 16x;
}

p2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 24px;
}

p3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 26px;
}

p0 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 10x;
}

tableau {
	font-family: 'Helvetica', sans-serif;
	font-weight: 100;
	font-size: 20px;
}

table, th, td {
  border: 3px solid black;
  background-color: #2F4F4F;
  text-decoration-color: white;
  width: 80%;
  font-family: 'Montserrat', sans-serif;
  font-weight:100;
  font-size: 16px;
  column-width: 200px;
} 
th {
  letter-spacing: 2px;
}

td {
  letter-spacing: 2px;
}

tbody td {
  text-align: center;
}

.col-container {
  display: flex;
  width: 100%;
}

.col {
  flex: 1;
  padding: 16px;
} 

html {
	background: url(https://www.lillelanuit.com/wp-content/uploads/2016/08/alpha-wann.jpg) repeat;
	text-align:justify;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}




/*
p {
  font-family: "Helvetica", Arial, sans-serif;
  font-size  : 12px;
}
*/