.container-fluid{ margin-right: 0; padding-right: 0; max-height: 100%; } .row{ margin-right: 0; padding-right: 0; } #entete{ background-color: black; color: white; border: 1px solid black; height: 10%; min-height: 90px; padding-top: 7px; padding-bottom: 25px; padding-left: 25px; margin-right: 0; font-family: sans-serif; vertical-align: middle; } #title_entete{ font-size: 1em; padding-top: 40%; } #corps{ } #menu{ padding-top: 5%; background-color: black; height: 100%; color: white; font-size: 1em; } #menu h1{ text-decoration: underline; padding-bottom: 10%; } #menu a{ color: white; } #inner{ background-color: white; border: 1px solid black; height: 100%; } #display{ padding: 0; margin: 0; border: 3px solid black; height: 80%; } .wrapper{ overflow: auto; position: relative; padding: 0; } #fixTable{ border-collapse: collapse; position: fixed; } #fixTable thead{ width: 100%; } #fixTable th{ border: 1px solid black; background-color: #ae3030; text-align:center; vertical-align: top; padding: 0; } #myTable{ border-collapse:collapse; width: 100%; margin: 0; } #myTable th{ background-color: #ae3030;/*#565656;*/ text-align:center; vertical-align: top; } #myTable th, #myTable td{ padding-top: 0.25rem; padding-bottom: 0.25rem; border: 1px solid black; width: auto; } #myTable tr:hover{ } #myTable td{ height:5; padding: 0.25rem; }