/* CSS Document */
body{
background-color:#e7e5e5;
}

#page{
margin-top:10px;
margin:auto;
width:768px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}

#contenu{
width:768px;
height:510px;
background-image:url(image/index.jpg);
background-repeat:no-repeat;
cursor:hand;
}

#message{
width:148px;
height:290px;
padding-top:210px;
margin-left:5px;
text-align:center;
}

#message td{
vertical-align:middle;
}

a{
text-decoration:none;
color:#000000;
}

a:hover{
text-decoration:none;
color:#000000;
}
