/* Style du corps de page _____________________________________________________________________________________ */

body {
  margin-left: 0px;
}

/* Style des éléments de la page ______________________________________________________________________________ */

a { text-decoration: none; }

p.titre {
  font-family: 'DINLightRegular';
  font-size: 30px;
  color: #ffffff;
  margin-left: 98px;
  margin-bottom: 0px;
}

p.soustitre {
  font-family: 'DINLightRegular';
  font-size: 14px;
  color: #939598;
  margin-left: 100px;
  margin-top: 5px;
  margin-bottom: 25px;
}

p.titre a { color: #ffffff; }

div.nav_container {
  position: absolute;
  z-index: 5;
}

div#nav_home { margin-left: 58px; }

div#nav_home ul { margin-top: 16px; }

div#nav_home ul li a { font-family: 'DINLightRegular'; font-size: 40px; color: #ffffff; line-height: 40px; }

div#nav_home ul li { margin-bottom: 10px; display: block; }

/* Style des backgrounds ______________________________________________________________________________________ */

.bgs {
  width: 100%;
  height: 500px;
  display: block;
  background-repeat: no-repeat;
  opacity: 0;
}

/* Style des typographies _____________________________________________________________________________________ */

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

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

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

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

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

/* Fin des styles _____________________________________________________________________________________________ */