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

.surligne{
  color:#b31f3d;
  font-weight:bold;
}
.grostitre{
  font-family: 'love_ya_like_a_sisterregular';
  font-size: 18px;
  color:#b31f3d;
}
.lienpdf{
  padding-left: 38px; 
  background-image:url(../images/downloadPDF.png); 
  background-repeat:no-repeat;
  background-position:0px 0px; 
  line-height:33px; 
  display:inline-block;
}

a:hover .lienpdf{
  text-decoration:underline;
}