#wait{
   position: absolute;
   
   left: 0;
   top: 0;
   width: 100%;
   height: 99%;
   
   z-index: 10000;   
   display: none;

   background-color: #eee;
   background-image: url(/images/waiting.gif);
   background-position: center center;
   background-repeat: no-repeat;
      
   /* microsoft */
   filter:alpha(opacity=60);
   
   /* sait pas quoi*/
   opacity:0.6;
   
   /* firefox-mozilla */
   -moz-opacity:0.6;
}

#waitmessage{
   font-size:28;
   font-family: Helvetica,Tamoha, Arial;
   font-weight: bolder;
   color: #bbb;
   text-align: center;
   
   position: relative;
   top: 60%;
   width: 100%;
   
}