#menu {margin : 1px 0 0 0;width : 1050px;height : 22px ;background : #D9A63B url(images/nav.gif);}
html>body #menu {height: 22px;}
#menu ul{margin : 0px;padding : 0px;list-style : none;}
#menu li{float : left;}
#menu li a {
    display : block;
    padding : 1px 10px 0 10px;
    margin : 0px;
    color : #EBCD93;
    text-decoration : none;
    background : url(images/sep.gif) right 4px no-repeat;
    font-family: Arial;
}
#menu li a:hover {color : #ccc;}

.bmeute {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #b3b396;
    border-color: #000000 #000000 currentcolor;
    border-image: none;
    border-radius: 8px 8px 8px 8px;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #000;
    font-family: "Merienda",cursive;
    font-size: 18px;
    font-weight: 700;
    min-height: 20px;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background-image: none;
    text-align: center;
    vertical-align: middle;
    width: 95%;
}

.colmeute {
    float: left;
    vertical-align: top;
    width: 150px;
    height: 130px;

    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #b3b396;
    border-color: #000000 #000000 currentcolor;
    border-image: none;
    border-radius: 8px 8px 8px 8px;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #000;
    font-family: "Merienda",cursive;
    font-size: 16px;
    font-weight: 700;
    min-height: 20px;
    margin: 10px 10px 10px 10px;
    padding: 5px 10px 0px 10px;
    background-image: none;
    text-align: center;

}
div.imgmeute {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
img.imgmeute {
    max-width: 130px;
    max-height: 95px;
}

tbody > tr > td > a:link,a:visited {
    font-family: Arial;
    color: black;
}

tbody > tr > td > a:hover {
    color: #482c0e;
}

#SubTitleComment > span{
    font-family: Arial;
    color: black;
}