body{
    font-family: arial;
    background-color: rgb(238,238,238);
}

            /* en tete*/

header{
    background-color: rgb(221,221,221);
    border: 1px solid rgb(221,87,53);
    text-align: center;
    
}
h1{
     color: rgb(221,87,53);
}

            /* corp du text */

h3{
    color: rgb(85,85,85);
}

q {
    Font-style: italic;
}

q:before, q:after {
    content: '';
}

.gras {
    font-weight: bold;
}

main blockquote{
    font-style: italic;
}

cite {
    margin-left: 40px;
    color: deepskyblue;
    font-style: normal;
}

.auteur p{
    display: inline;
}

a {
    color: black;
    text-decoration: none;
}

a:hover{
    color: rgb(221,87,53);
}

            /* pied de page */
            
footer{
    background-color: rgb(221,221,221);
    border: 1px solid black;
    text-align: center;
    padding-top: 20px;
    margin-top: 40px;
}

footer img{
    width: 7%;
}

.orange{
    color: rgb(221,87,53);
}
