body
{ 
    background-color: black;
    color: white;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
}

#header
{
    width: 360px;
    height: 350px;
    float: left;
    background-image: url(/img/logo.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 15px;
}

.game
{
    width: 350px;
    height: 100px;
    padding: 5px;
    float: left;
    margin: 10px;
    background-image: url(/img/game.png);
    background-repeat: no-repeat;
}

.gameKb
{
    background-image: url(/img/gameKb.png);
}

.game img
{
    float: left;
    border: none;
    margin-right: 5px;
}

.game h2
{
    margin-top: 0px;
    font-size: 15px;
    color: #ac0101;
}

.game p
{
    font-size: 12px;
    text-align: justify;
    color: black;
}

hr
{
    clear: both;
    visibility: hidden;
}

#menu
{
    height: 80px;
    background-image: url(/img/footer.jpeg);
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 50px;
    text-align: center;
    padding-top: 10px;
}

#menu ol
{
    margin: 0px;
}

#menu ol li
{
    display: inline;
}

#menu ol li a
{
    text-decoration: none;
}

#menu ol li a:hover
{
    text-decoration: underline;
}

a
{
    color: white;
}

ol, ul
{
    list-style-position: inside;
}

img.illustration
{
    float: right;
    margin: 10px;
}

p
{
    text-align: justify;
}

div#content
{
    margin: 10px;
}

h1 a
{
    text-decoration: none;
}

a.discret
{
    font-size: 0.8em;
    color: #CCC;
}