body
{
    //background-color: white;
    background: url("data/fond2.png") repeat;
    
}
header
{
	display: inline-block;
	//border: 1px solid red;
	width: 100%;
	height: 400px;
	//text-align: center;
	color: white;
	//font-size: 100px;
	font-family: gitchgitch;
}

h1
{
font-size: 90px;
padding: 10px;
margin: 0px;
text-align: center;
font-weight: normal;	
}

h7
{
font-size: 30px;
text-align: left;	
font-family: BirdAeroplaneBold, serif;
}

section
{
	display: inline-block;
	//border: 1px solid black;
	width: 100%;

}
article
{
	display: inline-block;
	//border: 1px solid grey;
	width: 60%;
	margin: 5px;
	padding: 5px;
	vertical-align: top;
	color: white;	
}
aside
{
	display: inline-block;
    //border: 1px solid blue;
    margin: 5px;
    padding: 5px;
    vertical-align: top;
}
.tablo
{
	//background: url("data/LogoBarTeam.png") fixed no-repeat center;
	width: 66%; /* On a indiqué une largeur (obligatoire) */
    margin: auto; /* On peut donc demander à ce que le bloc soit centré avec "auto" */
    padding: 0px 0px;
    font-size: normal;
    background-color: black;
    box-shadow: 0px 0px 300px black;


}

@font-face {
    font-family: 'BirdAeroplaneBold';
    src: url('data/birdland aeroplane.ttf');
    font-family: 'Blck';
    src: url('data/Blck.ttf');
}

h8
{
    font-size: large;
    font-family: BirdAeroplaneBold, serif;
    color: black;
}

.construction
{
	font-size: 30px;
	text-align: center;
    font-family: Blck, serif;
    color: rgb(200,30,0);
}

.para
{
	font-family: BirdAeroplaneBold;
}

theimage
{
	position: absolute;
	top: 2%;
	left: 10%;
	right: 10%;
	text-align: center;	
}