#wtModal {
 width: 655px;
 height: 463px;
 background: url(../images/bgModal.png) left top no-repeat;
}

#wtModal #wtFermer {
 padding-top: 14px;

 padding-right: 24px;
 text-align: right;
}
#wtModal #main {
 text-align: center;
 padding-top: 5px;
 font-family: arial, verdana, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #4ba4ea;
}
#wtModal #main span {
 border-bottom: 1px solid #4ba4ea;
 line-height: 22px;
 color:#2f65b4;
}

#wtModal #wtReglement {
 text-align: right;
 padding: 25px 30px 23px 0;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -300px;
    width: 665px;
    
    color: #333;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
