body {
font-family: Arial;
font-size: 10pt;
color: #000000;
background-color: #000000 ;
background-position: center center;
background-repeat: repeat;
background-image: url(images/fond.gif);
cursor:url('images/coeur.cur'); 
}

.content{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width:800px;
  height:546px;
} 

.navigation{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width:800px;  
}

a.boutton{
  font-family:Arial;
  font-size:14px;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  color:#FF5093;
}

a.boutton:hover{
  color:#FFAACC;
}
a.bouttoninv{
  font-family:Arial;
  font-size:14px;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  color:#FFAACC;
}

a.bouttoninv:hover{
  color:#FF5093;
}

.listmenu{
  font-size:18px;
  position:absolute;
  top: 155px;
  left:44%;
  padding:5px;
  width:180px;
  height:40px;
  background-image: url(images/fondfrag.jpg);
  color:#e44786; 
  margin:0px; 
  border: 2px solid #e44786;
  visibility:hidden
}