﻿body {
    background-image: url("../img/telediag.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.picto-up {
    text-align: center;
}

.picto-down {
    text-align: center;
    margin-top: 24px;
}

.links-sso li a::after {
    content: " - ";
}

.links-sso li:last-child a::after {
    content: " ";
}

.links-sso li {
    display: inline-block;
}


    .links-sso li.link a {
        color: #FFFFFF;
    }

.links-sso {
    margin-top: 25px;
    padding-left: 0px;
}
