body {
    margin: 0;
    background-color: #adadad;
    font-family: Arial;
}
#banner1{
    display: block;
    background-color:#22a99d;
    height: 75px;
    width: 100%;
}
#banner1 h3{
    color: black;
    font-weight: bold;
}
#menu{
    height:100px;
    width:100%;
    position: relative;
    background-color: #00ffff;
}
#menu ul{
    float: left;  
    position: relative;
    margin-left: 825px; 
}
#menu ul li {
    list-style-type: none;
    float: left;
    position: relative;
}
#menu ul li a {
    text-decoration: none;
    float: left;
    display: inline-block;
    height: 30px;
    background-color: #22a99d;
    text-align: center;
    width: 100px;
}
#menu ul li a:hover{
    color: white;
    background-color: #00ff9a
}
#banner2 {
    display: block;
    background-color: #22a99d;
    height: 50px;
    width: 100%;
}
#copy-right {
    text-align: center;
    display: block;
    background-color: #22a99d;
    height: 60px;
}
#copy-right p {
    color: #000000;
    font-weight: bold;
    position: relative;
    top: 18px;
}
#video{

}
#tableau {
    float: left;
    display: block;
    width: 100%;
    height: 123px;
}
#tableau table{
    border-color: #000000;
    background-color: azure;
}
#tableau tr{
    background-color: azure;
}
#tableau tr td{
    color: black;
}