@import "fonts/computermoderntypewriter/cmun-typewriter.css";
@charset "UTF-8"; 

#menuGlobal
{
    border: none;
    margin: auto;
    min-width: 520px;
    max-width: 800px;
    text-align: center;
    font-size: 1.1em;
    font-family: "Computer Modern Typewriter";
} 

#menuGlobal table
{
    border-collapse: collapse;
    width: 100%;
}

#menuGlobal td
{
    border-width: 1px;
    border-color: #888;
    border-style: none solid solid solid;
    background: #f2f2f2;
    width: 25%;
    padding: 2px;
}

#menuGlobal a
{
    text-decoration: none;
    color: #666;
}

#menuGlobal a:hover, #menuGlobal a:active {
    color: #444;
}

#menuGlobal #menuCourant
{
    font-weight: bold;
    /* The following line doesn't work on chrome, because of
     *  https://code.google.com/p/chromium/issues/detail?id=356132 */
    /*border-style: none solid;*/
    /* The following is a fix */
    border-bottom: 1px solid #f2f2f2;
}

#menuGlobal #sousMenu
{
    font-size: 0.9em;
}

#joueur
{
    color: black;
}

.red
{
    color: red;
    font-weight: bold;
}

.blue
{
    color: blue;
}

.gauche
{
    padding: 3px;
    float: left;
}

.droite
{
    padding: 3px;
    float: right;
}

.center
{
    padding: 3px;
}
