@font-face {
    font-family: 'Marc Light';
    font-weight: 400; /* Graisse : regular */
    src: url('font/Compagnon-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Compagnon Bold';
    font-weight: 400; /* Graisse : regular */
    src: url('font/Compagnon-Bold.woff') format('woff');
}

body{
  

    background-image: url(image/arbre.png);
    background-position: right;
    background-attachment: fixed;
    background-size: auto 100%;
    background-repeat: repeat-y;
    background-color: whitesmoke;
    font-family: "Marc Light";
    padding: 30px;
}

p{
    margin: 70px 70px 40px 70px;
    max-width: 700px;
    font-size: 22px;

}


blockquote {
    box-sizing: border-box;
    border-radius: 1 1 1 solid black;
}

em{
    color: rgb(199, 65, 65);
}

hr {
}

a {
    color: greenyellow;
}

/* 10 - 15 mots par ligne 
60 75 caractères par ligne*/