body {
     background-color: black;
     background-image: url("font.jpg");
     background-repeat: no-repeat;
     background-position: top center;
     background-position: top center;
     color: #A8B4E0;
     font-size: 20px;
}

#head {
      height: 210px;
      text-align: center;
      font-size: 30px;
}

#menu {
      background-color: #9DA8C6;
      font-size: 22px;
      position: relative;
      height: 35px;
      width: 62%;
}

#admin {
      font-size: 18px;
      position: absolute;
      left: 90%;
      top: 20px;
}

#menu ul {
      list-style-type: none;
}

#menu li{
      float:left;
      padding:0px;
      margin:4px;
      text-align:center;
}

#menu li a {
      display:block;
      text-decoration:none;
      /*width: 130px;*/ 
      color: #2E53DB;
      margin-left: 10%;
      margin-right: 10%;
}

#menu ul li ul {
      display:none;
      background-color: #9DA8C6;
      list-style-type: none;
      /*margin:0px;*/
      padding:0px;
}

#menu ul li:hover ul{
      display:block
}

#menu li:hover ul li{
      float:none;
}

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

#menu li ul {
      position:absolute;
}


#foot {
      position: absolute;
      top: 800px;
      right: 20px;
      text-align: right;
      color:grey;
      font-size: 14px;
}

#inputInscription {
      position: absolute;
      font-size: 25px;
      top: 350px;
      left: 70px;

}

#loginAdmin {
      position: absolute;
      font-size: 25px;
      top: 350px;
      left: 70px;
}

#erreurLog {
      position: absolute;
      top: 500px;
      left: 70px;
      color: red;
      font-size: 20px;
}

.img {
     width: 200px;
     position: absolute;
     top: 20px;
     left: 20px;
}

.tab {
     padding: 10px;
     margin: 15px;
}

#articles{
     position:absolute;
     top: 400px;
     left: 100px;    
}

#article{
     float:left;
     margin-right: 60px;
}

.tabArticle {
    text-align:center;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    height: 250px;
    width: 150px;
}

.tabArticle td{
    border-style: solid;
    border-width: 1px;
    border-color: red;
    width:60px;
}