.page-header-l {
    width: 200px;
    height: 50px;
    background-color: #a3a3a3;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;

    position: fixed;
    z-index:10;

}

.page-header-l h1, .page-header-l h1 a, .page-header-l h1 a:visited, .page-header-l h1 a:active {
    color: #606060;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
}


.page-header {
    height: 50px;
    background-color: #a3a3a3;
    margin-top: 0;
    text-align: center;
    padding: 0;
    margin-left: 200px;
    width: -webkit-fill-available;

    position: fixed;
    z-index:10;
}

.page-header h1, .page-header h1 a, .page-header h1 a:visited, .page-header h1 a:active {
    color: #606060;
    font-size: 16pt;
    padding-top: 10px;
    text-decoration: none;
    font-family: 'Arial';
    font-weight: bold;
}



.page-content {
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;

    /* position: absolute; */
    z-index: 1;
}

.page-content table {
    font-size: small;
    border-collapse:collapse;
}

.page-content td.tpDate {
    font-weight: bold;
}

.page-content table, tr, td{
    /* padding:0 !important;
    margin:0 !important; */
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.page-content .bigselect {
  width: 500px;
}

.page-content select {
    width: 250px;
}

.page-content ul {
    list-style-type: none;
    margin: 5px;
    padding: 5px;
}



th
{
    font-weight: normal;
    text-align: center;
    border: thin;
    font-size: large;
    padding-top: 10px;
    padding-bottom: 10px;
}

th span
{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  /* transform: rotate(340deg); */
  white-space: nowrap;
}










.list-form {
    position: fixed;
    z-index:1;

    background-color: #d8d8d8;
    width: -webkit-fill-available;

    border-bottom: 3px solid #606060;
}

.list-table {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.content-notlist {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}






.buttonList {
  margin: 1px;
  padding: 1px;
  width: -webkit-fill-available;
  font-size: smaller;
}


input.readonly {
  background: #a3a3a3;
}

label {
  display: block;
  width: 250px;
}

input {
  width: 250px;
}

.buttonsmall {
  width: 150px;
  margin-left: 8px;
}


.biginput {
  width: 450px;
}

.biggerinput {
  width: 900px;
}

body {
    background-color: #d8d8d8;
    margin: 0px ;
}





nav {
  width: 100%;
  background-color: #555;
  height: 50px;

}

/* > cibler ul enfant direct de nav */
nav > ul{
  margin: 0px;
  padding: 0px;
}

nav > ul > li {
  float: left;
  position: relative;
  height: 45px;
}

nav > ul::after {
  content: "";
  display: block;
  clear: both;
}

nav li{
  list-style-type: none;
}

nav li:hover .submenu {
  display: block;
  position: absolute;
  top: 45px;
  left: 0px;
  padding: 0px;
  z-index: 100000;
}

nav a {
  display: inline-block;
  text-decoration: none;
}

nav > ul > li > a {
  padding: 10px 20px;
  color: #FFF;

}

nav > ul > li:hover  a {
  padding: 5px 20px;
}






.menu-title{
  float: left;
  position: relative;
  height: 45px;
  padding: 10px 20px;
  color: #FFF;
}

.menu-title:hover{
  padding: 5px 20px;
}



.submenu{
  display: none;
}

.submenu li{
  border-bottom: 1px solid white;
}

.submenu li:hover{
  background-color: #606060;
}



.submenu li a{
  padding: 15px 30px;
  font-size: 16px;
  color: #222538;
  width: 270px;
}

.submenu li:hover a{
  color: #EEE;
  font-weight: bold;
}






.menu-0:hover{
  border-top: 5px solid #fc5858;
  background-color: RGBa(252, 88, 88,0.15);
}

.menu-0 .submenu{
  background-color: #fc5858;
}


.menu-1:hover{
  border-top: 5px solid #93ceff;
  background-color: RGBa(147, 206, 255,0.15)
}

.menu-1 .submenu li a{
  padding: 15px 30px;
  font-size: 16px;
  color: #222538;
  width: 120px;
}

.menu-1 {
float: right;
}
.menu-1 .submenu{
  background-color: #93ceff;
}





.menu-2:hover{
  border-top: 5px solid #58fcac;
  background-color: RGBa(88, 252, 172,0.15);
}

.menu-2 .submenu{
  background-color: #58fcac;
}

.menu-3:hover{
  border-top: 5px solid #fc58f1;
  background-color: RGBa(252, 88, 241,0.15)
}

.menu-3 .submenu{
  background-color: #fc58f1;
}

.menu-4:hover{
  border-top: 5px solid #f1dc4f;
  background-color: RGBa(241,211,79,0.15)
}

.menu-4 .submenu{
  background-color: #f1dc4f;
}


.menu-5 {
float: right;
}

.menu-5:hover{
  border-top: 5px solid #8800ba;
  background-color: RGBa(136, 0, 186,0.15)
}

.menu-5 .submenu{
  background-color: #8800ba;
}













.action_form {
  text-align: center;
}

.btn {
	border-radius:12px 0 12px 0;
  border: 2px solid #959595;
  color: #4a4a4a;
	font:bold 12px 'Source code pro', Calibri, serif;
  padding: 5px;
  margin: 3px;
  width: -webkit-fill-available;
}

.btn_grey {
	background: #aaaaaa;
}
.btn_blue {
	background: #93ceff;
}
.btn_pink {
	background: #f9abe5;
}
.btn_red {
	background: #ff9d8e;
}
.btn_green {
	background: #c9fcdc;
}
.btn_yellow {
	background: #f9ff8e;
}
.btn_purple {
	background: #bbabf9;
}
.btn_orange {
	background: #ffc88e;
}



.countert {
  border-style: ridge;
}


.counter1 {
  border-style: ridge;
  font-size: medium;
}

.counter1 a:link {
  color: black;
}

/* visited link */
.counter1 a:visited {
  color: black;
}




.counter1u {
  border-style: ridge;
  color: red;
  font-size: medium;
}

.counter1u a:link {
  color: red;
}

/* visited link */
.counter1u a:visited {
  color: red;
}


.connect {
  text-align: center;
  margin-left: 200px;
}

.connect label {
  display: block;
  width: auto;
}
