@font-face {
    font-family: "EngraversGothic";
    src: url(http://www.nospages.com/client/lopez-architecte/EngraversGothicBTRegular.ttf) format("truetype");
}

html {
  width: 100%;
  height: 100%;
}

body {
  text-align: center;
  width: 100%;
  height: 100%;
}


.td_titre {
  font-family: EngraversGothic;
  text-align: center;
  font-size: 40px;
  height: 50px;
}

.td_logo {
  font-family: EngraversGothic;
  text-align: center;
  vertical-align: top;
  font-size: 40px;
  width: 420px;
  height: 512px;
}

.td_texte {
  padding-left: 40px;
  font-family: EngraversGothic;
  text-align: left;
  vertical-align: top;
  padding-top: 40px;
  font-size: 32px;
  width: 860px;
  height: 512px;
}

.td_texte_cv {
  padding-left: 40px;
  font-family: EngraversGothic;
  text-align: left;
  vertical-align: top;
  padding-top: 40px;
  font-size: 20px;
  width: 860px;
  height: 512px;
}

.td_texte_projets {
  font-family: EngraversGothic;
  text-align: left;
  vertical-align: top;
  padding-top: 40px;
  font-size: 20px;
  width: 860px;
  height: 512px;
}

.div_links {
  z-index: 10;
}

.contact_link {
  text-decoration: none;
  color: #5c5616;
}

.cv_link {
  text-decoration: none;
  color: #493e41;
}

.projet_link {
  text-decoration: none;
  color: #512530;
}