h1
{
    /* background-color:rgb(156, 159, 156); */
    color:black;
    background-image: url("images/Lyon.jpg");
    /* font-style: italic; */
    text-align: center;
    font-size:35px
}

.teasing
{
    font-size:18px;
    color: navy;
    font-weight: 900;
    /* border-top: 5px solid black;
    border-right: 2px solid black;
    border-bottom: 5px solid black;
    border-left: 2px solid black;
    border-radius:10px 0px 20px 0px;
    background-color: rgb(187, 184, 184); */
    /* font-family: calibri; */
}

.tel
{
    font-size:18px;
    background-color: grey;
    color: navy;
    font-weight: 900;
    text-align:right    
}

img:hover
{
    opacity: 0,3;
}

body
{
    /* background-color: grey; */
}