* {
    margin: 10;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #ffffff;
    /*border-color: #ff00ff;*/
}
body { 
       overflow: auto;
       background-color: #333333;
       background-image: url(images/Gulp_506x1200.png);
       background-repeat: no-repeat;
       background-position: top right;
}
a { 
    text-decoration: none; 
    /*color: #2a82ff;*/
    color: #9933ff;
}
a:hover { 
    color: #d2a6ff;
}
a:active { 
    text-decoration: underline overline;
    color: #d2a6ff; 
}
img { 
    border: none;
}
.infosperso { 
    position:absolute;
    top: 50%;
}
.textbox {
    /*width: 181px;
    height: 150px;*/
    overflow: auto;
    /*border: 1px solid #646464;*/
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    padding: 5px;
    color: #c0ddee;
}
