#logo
{
background-image : url("logo.gif");
width: 300px;
 height: 50px;
 margin : auto;
}
body
{
background-image: url("jeu.jpg");
font-family: "Comic sans MS", Arial, Verdana, serif;
font-size: 20px;
background-repeat: no-repeat;
background-position : center;
}
p
{
margin-top: 350px;
}
li
{
border : 1px solid black;
background-color : rgb(250,250,200);
width : 180px;
height : 30px;
margin: 10px;
font-family: "Comic sans MS", Arial, Verdana, serif;
list-style-type : none;
text-align : center;
-moz-border-radius: 5px;
}
