body {
font-family: Arial;
font-size: 10pt;
color: #000000;
background-color: #000000 ;
background-position: top center;
background-repeat: no-repeat;
scrollbar-base-color:#FFFFFF;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#BBBBBB;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#BBBBBB;
scrollbar-highlight-color:#BBBBBB;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#FFFFFF;
}
.menu {
  font-family:Arial;
  font-size:12px;
  text-decoration:none;
  color:black;
}

A.menu:hover {
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  color:#750200
}

.listref {
  font-family:Arial;
  font-size:10pt;
  top:204px;
  left:46%;
  height:290px;
  width:250px;
  position:absolute;
  visibility:hidden;
  overflow:auto;
  background-color:#ffffff;
}

.waiting {
  font-family:Arial;
  font-size:10pt;
  top:250px;
  left:46%;
  height:290px;
  width:250px;
  position:absolute;
}

.listmenu{
  position:absolute;
  top: 155px;
  left:44%;
  padding:5px;
  width:180px;
  height:20px;
  background-color:white;
  color:#FFFFFF; 
  margin:0px; 
  border: 1px solid black;
  visibility:hidden
}

a.boutton{
  font-family:Arial;
  font-size:10px;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  background:#FFFFFF;
  color:#000000;
}

a.boutton:hover{
  color:#FFFFFF;
  background-color: #000000;
}
a.bouttoninv{
  font-family:Arial;
  font-size:10px;
  text-align:center;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
  background-color: #000000;
}

a.bouttoninv:hover{
  background:#FFFFFF;
  color:#000000;
}
.header{
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width:400px;
  height:170px;  
}
.contenu{
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width:400px;
  height:276px;  
}
.banner{
  background-color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width:400px;
  height:100px;  
}
.navigation{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width:600px;  
}