nav  {
padding: 0; margin: 0;
text-align: center; /* centrer le texte */
}

nav li {
	display: inline;
	list-style: none; /* nécessaire pour IE7 */
}
nav a {
display:inline-block;
margin: 0 30px;
height: 50px;
color:#000;
vertical-align:middle;
line-height:40px;
padding-left: 50px;
}


.paroles a {
background: url(images/text.png) no-repeat;
}


.paroles a:hover {
background:url(images/text-hover.png) no-repeat;
text-decoration: none;
}


.histoire a{
background-image: url(images/histoire.png);
background-repeat: no-repeat;
background-position: left -2px;
}

.histoire a:hover {
background:url(images/histoire-hover.png) no-repeat;
text-decoration: none;
}
		
.diaporama  {
margin: 0 auto;
max-width: 700px;
max-height: 600px;
}
		