.text_bold {
    font-weight:bold;
}

.lien_noir a {
    float:right;
    background-image:url('Images/direct-poker-black-button.gif');
    width:130px;
    height:19px;
    margin:0 0 0 10px;
    padding:2px 0 0 0;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    color:#fff;
    text-decoration:none;
}

.lien_rouge a {
    float:right;
    background-image:url('Images/direct-poker-red-button.gif');
    width:130px;
    height:19px;
    margin:0 0 0 10px;
    padding:2px 0 0 0;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    color:#fff;
    text-decoration:none;
}

.lien_noir a:hover {
    color:#c64848;
    text-decoration:underline;
}

.lien_rouge a:hover {
    color:#000;
    text-decoration:underline;
}

#header {
    float:left;
    width:694px;
    height:80px;
    background-image:url('Images/direct-poker-header.jpg');
}

#main_container {
    float:left;
    width:994px;
    font-family:Verdana;
}

#container {
    float:left;
    width:694px;
    height:1550px;
    background-image:url('Images/direct-poker-bg.jpg') no-repeat;
    background-color:#6b000a;
    overflow:hidden;
}

#container_white {
    float:right;
    width:682px;
    height:1450px;
    background-color:#fff;
    margin:0 6px 0 6px;
    text-align:center;
    overflow:hidden;
}

.email_message {
    float:left;
    background-color:#ad7777;
    width:662px;
    text-align:center;
    margin:20px 0 0 0;
    padding:2px 0 2px 0;color:#fff;
    font-weight:bold;
    font-size:12px;
}



#container_stats {
    float:left;
    width:694px;
    height:550px;
    background-image:url('Images/direct-poker-bg.jpg') no-repeat;
    background-color:#6b000a;
    overflow:hidden;
}

#container_white_stats {
    float:right;
    width:682px;
    height:450px;
    background-color:#fff;
    margin:0 6px 0 6px;
    text-align:center;
    overflow:hidden;
    font-size:12px;
}