body{
background-attachment: fixed;
background-position:center;
background-repeat: no-repeat;    
background-size:auto;
background-color: #000000;
background-size: cover;
}

nav.diz-barre-navigation {
  height:70px; 
  padding-top:15px;
}

nav.diz-barre-navigation ul li{
 width:140px;
  margin-top:5px;
  margin-bottom:5px;
   margin-left:15px;padding-left:50px;
   background:  url("https://static.blog4ever.com/2015/04/800256/titre.jpg");
   -moz-border-radius: 10px;
    border-radius: 10px;
  color:black;
  border: solid 3px #131313;
}


nav.diz-barre-navigation ul li:hover{
   background:  url("https://static.blog4ever.com/2015/04/800256/titre_negatif.jpg");

}

nav.diz-barre-navigation ul li:hover{
   background:  url("https://static.blog4ever.com/2015/04/800256/titre_negatif.jpg");

}

nav.diz-barre-navigation ul li:active{
  border: inset 3px black;
  color: grey;
}

nav.diz-barre-navigation ul li a{
   width:100%;
 color:grey; 
}
nav.diz-barre-navigation ul li a:hover{
 color:white; 
}
nav.diz-barre-navigation ul li a:active{
 color:grey; 
}

.diz-menu-lateral ul li{
  line-height:20px;
  padding-left:30px;
 background: url(https://static.blog4ever.com/2015/04/800256/puce.gif) no-repeat;;
  
}