#construction
{
	font-family: 'Gotham-Bold';
	text-align: center;
	font-size: 9em;
	margin-top: auto;	
}

html
{
	background-color: #26262a;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/font/GothamPro.eot?#iefix') format('embedded-opentype'),  url('/font/GothamPro.otf')  format('opentype'),
	     url('/font/GothamPro.woff') format('woff'), url('GothamPro.ttf')  format('truetype'), url('/font/GothamPro.svg#GothamPro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('/font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('/font/Gotham-Bold.otf')  format('opentype'),
	     url('/font/Gotham-Bold.woff') format('woff'), url('/font/Gotham-Bold.ttf')  format('truetype'), url('/font/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

table
{
	margin: auto;
	border-spacing: 1.5em 3px;
}

.thtitre
{
	font-family: 'Gotham-Bold';
	text-align: center;
	font-size: 2em;
	color: white;
	text-decoration: underline;
}

.thdesc
{
	font-family: 'GothamPro';
	text-align: center;
	font-size: 1em;
	color: white;
}

.title
{
	font-family: 'Gotham-Bold';
	text-align :center;
	color: white;
}