body {
    font-family: arial, helvetica, sans-serif;
    background-color: #000000;
    color: #ffffff;
}
a, a:link, a:visited, a:active {
    color: #ffffff;
    text-decoration: none
}
a:hover {
    text-decoration: underline; 
}
a img {
    border: none;
}
table {
    empty-cells: show;
}
.welcomeTable {
    width: 100%;
    height: 100%;
}
.fond {
    background-image: url(fond.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 410px;
}
.top {
    background-image: url(top.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    text-align: center;
}
.bottom {
    /*background-image: url(bottom.jpg);*/
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
}
.topText {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #000000;
    height: 1%;
}
.topText div {
    text-align: center;
    width: 500px;
    border: solid black 1px;
}
.topText sup {
    text-transform: none;
}
.bottomText {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    height: 10px;
    background-color: #000;
    height: 1%;
}
.left {
    text-align: right;
}
.right {
    text-align: left;
    background-image: url(right.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 367px;
}

