/* CSS issu des tutoriels www.alsacreations.com*/
body {
background-color: #000;
}
ul, li { 
list-style-type: none;
padding:0;
}
ul {
position: absolute;
left: 35%;
top: 90px;
background: transparent url(images/eye3.jpg) top left no-repeat;
height: 270px;
width: 300px;
text-align: center;
}
li {
display: inline;
}
li a { 
display: block;  
height: 65px;
width: 300px;
line-height: 65px;
color: #87cefa;
font-size: 20px;
font-family: georgia, serif;
text-decoration: none;
}
li a:hover {
color: #43271B;
background: transparent url(images/eye3.jpg) top left no-repeat;
}
a#menu1:hover {
background-position: 0% -270px; 
}
a#menu2:hover {
background-position: 0% -335px;
}
a#menu3:hover {
background-position: 0% -400px;
}
a#menu4:hover {
background-position: 0% -465px;
}
h1 {
font-size: 180%;
text-align: center;
color:#87cefa;
}

