@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "neuzeit";
	src: url('Neuzeit Grotesk W01 Regular.otf');
	}

@font-face {
	font-family: "medium";
	src: url('Grotesk Medium.ttf');
	}
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none
  }

h1 { 
  font-family: "medium";
  font-size: 40px;
}

h2 { 
  font-family: "medium";
  font-size: 80px;
	}

h3 { 
  font-family: "medium";
  font-size: 40px;
}

h3 a
{
  font-family: "medium";
  text-decoration:none; 
  font-size: 40px;
  color:black
}

table {
  width: 100%;
  height: 100%;	
  border-collapse: collapse;
}

td, th {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 50%;
	border: 1px solid #000000;	
}

#entete {
  text-align: center;
}
#menu {
  text-align: center;
}
#texte {
  text-align: center;
}
#pied {
  text-align: center;
}