embed {
    margin-left: 70px;
    margin-top: 25px;
}
#titremenujeu {
    padding-top: 15px;
    color: #927319;
    margin-bottom: 6px;
    font-size: 16px;
    text-align: center;
    background-image: url(img/recherchehaut.png);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    padding-top: 15px;

}
#lstmenujeu {
    padding-bottom: 25px;
    margin-bottom: 37px;
    background-image: url(img/recherchebas.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
#lstmenujeu li {
    list-style-type: none;
    margin-left: 20px;
}
#lstmenujeu a {
    font-weight: bold;
    font-size: 12px;
    position: relative;
    bottom: 11px;
    margin-left: 8px;
}
#lstmenujeu a:link {
    text-decoration: none;
    color: #000000;
}
#lstmenujeu a:visited {
    text-decoration: none;
    color: #000000;
}
#lstmenujeu a:hover {
    text-decoration: none;
    color: red;
}
#pointsjeu, #instructionsjeu {
    font-weight: bold;
}
#conseiljeu {
    text-decoration: underline;
}
#consignesjeu {
    font-size: 13px;
    margin-top: 20px;
    margin-right: 10px;
}
