@font-face {
    font-family: 'kuraleregular';
    src: url('fonts/kurale-regular-webfont.woff2') format('woff2'),
         url('fonts/kurale-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arbutus_slabregular';
    src: url('fonts/arbutusslab-regular-webfont.woff2') format('woff2'),
         url('fonts/arbutusslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {background-color : #c7371a;
      color : #71ebca ;
	  	font-family : 'arbutus_slabregular', Arial;
      font-size: 1em;
}

a {color : #dedb43;}

p {text-indent: 2em;
  text-justify: auto;}

#lastGame {
  position:absolute;
  top: 75%;
  right: 0;
  left:0;
}

.fondTitre {
              background-image: url("trulls.jpg");
              background-position: center top;
              background-repeat: no-repeat;
              background-size: cover;
}

.positionTitre {
  width: 80%;
  height: 75%;
  position: absolute;
  top: 15%;
  left: 10%;
}

.megaTitre {
  color : #fc0303;
  font-family : 'kuraleregular', Arial;
  font-size: 5em;
}

.soustitre {
  color : #ffffff;
  font-family : 'arbutus_slabregular', Arial;
  font-size: 3em;
}

.lienOuverture
{
  font-size: 2em;
  color: #faf1aa;
}

.taillePolice {font-size: 1em;}

.centreCellule{ text-align :center;
                vertical-align: top;
}
