* {
    cursor: url(../images/cursor.gif) 10 10, auto;
    font-family: Arial;

}
body {
    background-color: #000011;
}
#texte {
    height: 240px;
    float: left;
    overflow: auto;
    border: 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.7mm;
    padding-right: 10px;
    padding-left: 20px;
}