.affiche {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.affiche_text {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    white-space: nowrap;
    color:#000;
    height:100%;
}
