/*
* Généralités
*/

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/leadcoat.ttf);
  }

  h1{font-family: myFirstfont;}

body{padding: 100px;}

p {
    color:blue;
    background-color: #fcf9d9;                
}

h1 {
    border-color: rgb(40, 200, 100);
    border-style:solid;
    text-align: center;
}

/*
* Date footer
*/

.date{float: right;}

/*
* Reponses éxos
*/

ul li ul li:last-child em{background-color: red;}
ul li:last-child em{background-color: cyan;}

a[href*="mailto"] {color: orange;}

blockquote::after{content: '>>'; color: gold;}
blockquote::before{content: '<<'; color: gold;}
blockquote{background-color: fuchsia;}