button {
    {padding: 32px 16px;}
    height: :100px;
    border-radius: 10px;
    line-height: 2em;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

#boutonBleu {
    background:skyblue;
    color:black;
    
}

#boutonJaune {
    background:gold;
    color:black;
}

#boutonMarron {
    background:chocolate;
    color:blanchedalmond;
}

#boutonNoirHomme {
    background:black;
    color:blanchedalmond;
}

#boutonNoirPierre {
    background:black;
    color:blanchedalmond;
}

#boutonPrive {
    background:#8FA63B;
    color:blanchedalmond;
}

#boutonRoseConsigne {
    background:violet;
    color:blanchedalmond;
}

#boutonRosePave {
    background:peachpuff;
    color:black;
}

#boutonVertEtBlanc {
    background:green;
    color:blanchedalmond;
}


#intro {
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}

aside {
    display:inline-block;
    z-index:2;
    text-align: center;
    margin: auto;
    width: 100%;
}

section {
    display:block;
    right: 1px;
    z-index:2;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

header {
    font-family: Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: bold; 
    margin: auto;
    width: 100%;
}

#corps {
    position: relative;
}


#carte {
    position: absolute;
     z-index:1;   
    width: 300px;
    top: 0;
    left: 0;
    right: 0;
}

#satellite {
    position: absolute;
     z-index:1;   
    width: 300px;
    bottom: 0;
    right: 0;
}
