/* Fond des titres des blocs du menu latéral */
aside h2
{
    background-image: url(http://image.noelshack.com/fichiers/2015/42/1445098000-images-8.jpg);
    height: 30px;
    border-radius: 10px;
    text-align: center;
    padding-top: 10px;
    text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
    color: white;
    font-weight: bold;
    font-size: 20px;
}
/* Image de fond pour la barre de navigation */
nav
{
      background-image: url(http://image.noelshack.com/fichiers/2015/42/1445098000-images-8.jpg);
      text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}
.diz-barre-navigation{
  background: transparent;
  margin-top: -40px;
}
.diz-barre-navigation a {
  background-image: url(http://image.noelshack.com/fichiers/2015/42/1445098000-images-8.jpg);
  padding: 2px 10px;
  color: #FFFFFF;
  border: 2px ridge #FFFFFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.diz-barre-navigation li:first-child{
	background-image: url(http://image.noelshack.com/fichiers/2015/42/1445096881-smil-halloween.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.diz-barre-navigation li:first-child+li{
	background-image: url(http://image.noelshack.com/fichiers/2015/42/1445096881-smil-halloween.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.diz-barre-navigation li:first-child+li+li{
	background-image: url(http://image.noelshack.com/fichiers/2015/42/1445096881-smil-halloween.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.diz-barre-navigation li:first-child+li+li+li{
	background-image: url(http://image.noelshack.com/fichiers/2015/42/1445096881-smil-halloween.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.diz-barre-navigation li:first-child+li+li+li+li{
	background-image: url(http://image.noelshack.com/fichiers/2015/42/1445096881-smil-halloween.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

}
.diz-menu-lateral a:hover{
  color : #EB1D39;
  font-style : italic;
  font-weight : bold;
  text-decoration : underline;
}
.diz-menu-lateral li {
  background:url('http://img15.hostingpics.net/pics/994764halloweencitrouilleicone752416.png');
  background-repeat : no-repeat;
  background-position : 0% 50%;
  padding-left: 20px;
}
