/** LA MAISON DU CREMET **/
/** TECHWEB AGENCY **/


html{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:0px !important;
}

html,
body
{
    height:100%;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(205, 194, 184);
    width:100%;
    float:right;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    color: rgb(23, 27, 22);
}

.menuLi{
	padding-top:10px;
  float: right;
}