﻿body {
    padding: 10px 10px;
    font-family: arial, sans-serif;
    font-size: 15px;
    background-color: white;
}


#menu 
{
  font-size: 22px;
  width: auto;
  font-family: sansation arial, helvetica, sans-Serif;
}

#menu ul 
{
  height: 20px;  
  list-style: none;
  line-height:40px;
}

    #menu li {
        float: left;
        border-width: thin;
        border-style: solid;
        background-color: deepskyblue;
    }

#menu li a 
{
  padding-left:10px;
  padding-right:10px;
  color:#000;
  text-align: center;
  text-decoration: none;
}

    #menu li a:hover {
        background-color: blue;
    }


/* TABLEAU */
#options {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #options td, #options th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #options tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #options tr:hover {
        background-color: #ddd;
    }

    #options th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #0af;
        color: white;
    }

/* BOUTON MENU */
.boutonDownload {
    background-color: deepskyblue;
    padding: 10px;
    border: 1px solid deepskyblue;
}