﻿body {
    font-family: Arial;
    font-size: 0.9em;
    color: black;
}
#mainBoxStart {
    position: absolute;
    left: 210px;
    top: 190px;
}
#mainBoxUserLogin {
    position: absolute;
    left: 77px;
    top: 157px;
}
#mainBoxAdminLogin {
    position: absolute;
    left: 141px;
    top: 180px;
}
#mainBoxNewGame{
    position: absolute;
    left: 192px;
    top: 142px;
}
#gameName {
    position: absolute;
    left: 218px;
    top: 188px;
}
#gamePass {
    position: absolute;
    left: 218px;
    top: 238px;
}
#nbWeeksTxt {
    position: absolute;
    left: 218px;
    top: 291px;
}
#userName {
    position: absolute;
    left: 169px;
    top: 185px;
}
#passDiv {
    position: absolute;
    left: 300px;
    top: 354px;
}
#listAllGames {
    position: absolute;
    left: 152px;
    width: 130px;
    top: 216px;
}
#listGames {
    position: absolute;
    left: 170px;
    width: 150px;
    height: 110px;
    top: 225px;
}
#listGroups {
    position: absolute;
    left: 337px;
    width: 132px;
    height: 110px;
    top: 225px;
}
#listPlayers {
    position: absolute;
    left: 485px;
    width: 135px;
    height: 110px;
    top: 225px;
}
#listGameSet {
    position: absolute;
    left: 218px;
    width: 142px;
    top: 389px;
}
#foracLogo {
    position: absolute;
    left: 473px;
    top: 18px;
}
#logoJeuTransport {
    position: absolute;
    left: 20px;
    top: 18px;
}
#backButton {
    position: absolute;
    left: 230px;
    top: 460px;
}
#playBtnOver {
    position: absolute;
    left: 212px;
    top: 191px;
}
#createBtnOver {
    position: absolute;
    left: 211px;
    top: 261px;
}
#adminBtnOver {
    position: absolute;
    left: 212px;
    top: 333px;
}
.goButton{fill:#990000;stroke:#2C0F0F;stroke-width:1;cursor:pointer;}
.goButtonOver{fill:#006600;stroke:#2C0F0F;stroke-width:1;cursor:pointer;}
.goButtonDown{fill:#666666;stroke:#2C0F0F;stroke-width:1;cursor:pointer;}
.radioButton {fill: black; stroke:none; cursor:pointer;}
svg text::selection {background: none;}