#titrerp {
  display: block;
  width:425px;
  line-height: 98%;
  font-weight:300 !important;
  font-family: 'Oswald';
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0px 0px 1px white;
  color: transparent;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

#titrerp:hover {
  text-shadow: 2px 2px 0px black;
  color: white;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

#titrerpnoir {
  display: block;
  width:425px;
  line-height: 98%;
  font-weight:300 !important;
  font-family: 'Oswald';
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0px 0px 1px black;
  color: transparent;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

#titrerpnoir:hover {
  text-shadow: 2px 2px 0px white;
  color: black;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.jolimage {
  width: 425px;
  height: 250px;
  border-radius: 5px;
}

.contenurp {
  text-align: justify;
  width: 425px;
  line-height: 120%;
  font-family: helvetica;
  font-size: 12px;
  padding-top:5px;
}

.pblanc:first-letter {
  font-family: Helvetica;
  text-shadow:2px 2px 0px black;
  font-size: 60px;
  line-height: 80%;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-top:4px;
  float: left;
  color: white;
}

.pnoir:first-letter {
  font-family: Helvetica;
  text-shadow:2px 2px 0px white;
  font-size: 60px;
  line-height: 80%;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-top:4px;
  float: left;
  color: black;
}

.amiante {
  font-size: 9px;
  font-family: arial;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.5;
}

.credit {
  font-size: 9px;
  font-family: arial;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.5;
}

/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(http://fonts.gstatic.com/s/oswald/v10/l1cOQ90roY9yC7voEhngDIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(http://fonts.gstatic.com/s/oswald/v10/HqHm7BVC_nzzTui2lzQTDZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}