body {
  background: white;
  margin:0px;
}

#contenershad{
  width: 765px;
  height: 555px;
  margin-left: -375px;
  margin-top: -270px;
  top: 50%;
  left: 50%;
  position:absolute;
  background:white url('../images/shadowaccueil.png') no-repeat ;
}

#contener{
  width: 760px;
  height: 550px;
  margin-left: -380px;
  margin-top: -275px;
  top: 50%;
  left: 50%;
  position:absolute;
  background:url('../images/bgaccueil.png') no-repeat ;
  padding:30px;
}

#invite{
  padding:20px;
  font-size:20px;
  font-family:Verdana;
  color:white;
}

#A{
  margin-top:10px;
  text-align:left;
  padding-left:237px;
}

#B{
  text-align:left;
}

#B a{
  background-image: url('../images/button.png');
  background-repeat:no-repeat;
  display: block;
  width:226px;
  height:60px;
  text-align:center;
  text-decoration:none;
  font-family:arial;
  color:white;
  padding-top:20px;
}

#B a:hover{
  background-image: url('../images/button-click.png');
  font-weight:bold;
}

#flag{
  text-align:center;
}
