body {
    background-color: #EFEFEF;
}

.logo {
    position: absolute;
    left: 24%;
    top: 30px;
}

.affiche {
    position: absolute;
    left: 45%;
    top: 60px;
}

.left_box {
    border: 1px solid black;
    position: absolute;
    right: 54.9%;
    top: 140px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

tr {
    font-family: Verdana, Arial, Times, Helvetica;
    font-size: 14px;
}
.puce {
    padding-left: 18px;
}

.bottom {
    position: absolute;
    text-align: center;
    left: 48%;
    bottom: 5px;
    font-size: 11px;
}

a:link {
    text-decoration:  none;
    color:  #00A000;
    font-weight: bold;
}

a:visited  {
    text-decoration:  none;
    color:  #206020;
    font-weight: bold;
}

a:hover  {
    text-decoration:  underline;
    color:  #40E040;
}

