<style>
    body {
        background-color: #FFFFFF;
        background: white;
        border: solid;

    }

    .sidebar-nav {
        margin-top: 20px;
        padding: 0;
        list-style: none;
    }

    .navbar {
        background: #e3f2fd;
    }

    table, th, td{
        border: 1px solid black;
        width: 100%;
    }
    th, td {
        padding: 5px;
        text-align: left;
        vertical-align: center;
    }

    th {
        padding: 5px;
        text-align: left;
    }

    .CellWithComment{
        position:relative;
    }

    .CellComment{
        display:none;
        position:absolute;
        z-index:100;
        border:1px;
        background-color:black;
        border-style:solid;
        border-width:1px;
        border-color:white;
        padding:3px;
        color:white;
        top:20px;
        left:20px;
        font-family: "Helvetica Neue,Helvetica,Arial,sans-serif";
        font-size:12px;
    }

    .CellWithComment:hover span.CellComment{
        display:block;
    }

    h2 {
        border-bottom: 2px solid red;
    }

    .footer{
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
        left: 0px;
        bottom: 0px;
        background-color: #f0f0f0;
        font-size: 0.9em;
        position: relative;
        vertical-align: bottom;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    img.footerimage {
        vertical-align: middle;
        padding-left : 10px;
        padding-right : 10px;
    }

    #oniris {
        height: 35px;
    }

    #inrae {
        height: 30px;
    }

    input[type=submit] {
        padding:5px 0px;
        background:#7DCEA0;
        border:0 none;
        cursor:pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        width: 50%;
        float: left;
	}

    .navbar {
      -webkit-transition:padding 0.2s ease;
      -moz-transition:padding 0.2s ease;
      -o-transition:padding 0.2s ease;
      transition:padding 0.2s ease;
    }

</style>
