.formationPhoto
{
    position : absolute;
    text-align: center;
    right : 20px;
    left : 20px;
    top : 20px;
    bottom : 50%;
}

.formationPhoto img
{
    height : 100%;
}

.formationTexte
{
    position: absolute;
    text-align: center;
    top: 50%;
    left: 20px;
    right: 20px;
    margin: auto;
    width : 50%;
}

ul
{
    list-style: inside;
}

a
{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color:black;
    text-decoration: underline;
}

