body {
background: #FFF;

}
ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
ul {
position: absolute;	/* positionnement pour IE5 et IE5.5 */
top: 100px;
left: 300px;
background: transparent url(lycee_ete.jpg) top left no-repeat;	/* arrière-plan général du menu */
width: 420px;
text-align: center;


}
li {float: left;}

li a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 500px;
width: 60px;
color:#000;
font-size: 14px;
line-height: 25px;	/* hauteur de ligne pour éviter les paddings */
font-weight: bold;
font-family: arial, serif;
text-decoration: none;
}
li a:hover {
background: transparent url(pr_09.gif) top left no-repeat;
}
a#lien1:hover {
background-position: -360px 0%;	/* décalage de l'arrière-plan pour chaque bouton */
}
a#lien2:hover {
background-position: -420px 0%;
}
a#lien3:hover {
background-position: -480px 0%;
}
a#lien4:hover {
background-position: -540px 0%;
}
a#lien5:hover {
background-position: -600px 0%;
}
a#lien6:hover {
background-position: -660px 0%;
}
/* mentions et copyright */
div#mentions {
  font-family: verdana, arial, sans-serif;
  position: absolute;
  bottom : 200px;
  left : 10px;
  width: 400px;
  margin: 1em;
  padding: 0.5em;
  background:#FFF7D2;
  -moz-border-radius:10px;
  border-radius:10px;
  line-height: 1.1;
  font-size: 0.9em;
}
div#mentions a {
  text-decoration: none;
  color: #222;
}
div#mentions a:hover {
  text-decoration: underline;
  color: black;
}
a.pasclignoter:visited {text-decoration: none;}
a:link { text-decoration:none; font-weight:bold; color:#000000; }
a:visited { text-decoration:none; font-weight:bold; color:#000000; }
a:hover { text-decoration:underline; font-weight:bold; color:#000000; }
