body {
    margin: 0;
    padding: 0;
    background-color: #3d7593;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    width: 100%;
}

table {
    border-collapse: 0;
    border: 0;
    border-spacing: 0;
}

#head {
    background-color: #1d455b;
    Height: 150px;
}

#Menu {
    background-color: #518eb9;
}

#bg {
    background-color: #3d7593;
}

img {
    vertical-align: middle;
}

#ImgJeu3D {
    width: 80%;
}

div.AvancementHeader {
    margin: 10px;
    padding: 10px;
    width: 250px;
    /* background-image: "images/Go1.png";*/
}

div.avance {
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 180px;
    border: 0px;
    /* solid #1d455b;*/
    background-color: #518eb9;
    width: 195px;
}

div.main {
    margin: 10px;
    /*position: relative;
  left: 200px;*/
    /*border: 3px solid #1d455b; */
    background-color: #3d7593;
    position: absolute;
    left: 200px;
    top: 180px;
    right: 20px;
    /*width: 200px;*/
    height: 100%;
}

#Chrono {
    position: absolute;
    left: 500px;
    top: 0;
    /*height: 150px;*/
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

#Chrono {
    position: absolute;
    left: 500px;
    top: 0;
    /*height: 150px;*/
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

#Suivant {
    position: absolute;
    left: 700px;
    top: 20px;
    height: 150px;
}

#VisuTours {
    text-align: center;
}

.FormStart {
    left: 500px;
    top: 50px;
    /*right: 200px;*/
    /*width: 200px;*/
    height: 300px;
    /*100%;*/
}

.FlowInlineBlock {
    display: inline-block;
    width: 330px;
    justify-content: center;
    text-align: center;
}

.FlowInlineBlockRessource {
    display: inline-block;
    width: 150px;
    justify-content: center;
    text-align: center;
}

.FlowInline {
    display: inline;
    justify-content: center;
    width: 350px;
    /*    text-align: center;*/
}

.InactiveImage {
    filter: grayscale(60%);
    -webkit-filter: grayscale(60%);
    -moz-filter: grayscale(60%);
    background-color: #1d455b;
    color: #3d7593;
}

.activeImage {
    background-color: #3d7593;
    font-style: bold;
}