body {
  padding-top: 2em;
  padding-left: 5em;
  padding-right: 5em;
  font-family: Georgia;
  color: #000000;
  background-color: #ffffff }

h1 { font-family: "Audi Type Normal"; 
     font-size: 24px;
     color: #000000;
     text-align: center; }

h2 { font-family: "Audi Type Normal"; 
     font-size: 24px;
     color: #000000; }

h3 { font-family: "Audi Type Normal"; 
     font-size: 18px;
     color: #000000; 
     text-align: center;}

p { font-family: "Audi Type Normal";
    font-size: 30px;
    text-align: center; }

h5 { font-family: "Audi Type Bold"; 
     font-size: 24px;
     color: #000000;
     text-align: center; }

h6 { font-family: "Audi Type Normal"; 
     font-size: 18px;
     color: #000000;}

.flotte { float:right;}

a { font-family: Audi Type Bold;
    color: #000000;}

@font-face {
	font-family: 'Audi Type Normal';
	src: url('Medias/audi_font_n.ttf');
}

@font-face {
	font-family: 'Audi Type Bold';
	src: url('Medias/audi_font_b.ttf');
}