/* CSS issu des tutoriels css.alsacreations.com */
body
{
background-image: url("../../images/Menu/band_black.jpg");
background-repeat: no-repeat;
}

.menu
{
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 120px;
margin-left: 10px;
}

.menu a
{
display: block;
width: 105px;
height: 25px;
margin-left: 5px;
margin-top: 2px;
font-family: tahoma,verdana,helvetica,arial,sans-serif;
font-size: 1em;
font-weight: bold;
text-align: left;
color: black;
text-decoration: none;
}