
.popupInfos{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  background-image:URL('../../image/style/noir.png');
  margin:auto;
  z-index:50;
}




.popupInfos_contenu{
  margin:auto;
  width:300px;
  height:100px;
  background-color:white;
}

.popupInfos_texte{
  width:100%;
  height:15px;
}


.popup{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  background-image:URL('../../image/style/noir.png');
  margin:auto;
  z-index:50;
}

.popup_contenu{
  margin:auto;
  width:300px;
  height:100px;
  background-color:white;
}

.popup_chargement{
  width:200px;
  height:15px;
  background-color:#59a9d5;
}

.popup_texte{
  width:100%;
  height:15px;
}