.ombre {
    position:fixed;
    background-image:url(../../lib/js/popup/shadow.png);
    background-position: bottom right;
    z-index: 1000;
}
.popup {
    border:solid 1px #B9B9B9;
    background-color:#E8E7E8;
    position:relative;
    top:-10px;
    left:-10px;
}
.popupEntete {
	color:#000000;
    background-image:url(../../lib/js/popup/popupEntete.png);
    height: 22px;
    text-align: center;
    cursor : default;


}

.popupCentre {
	overflow:auto;

}

.boutonFermer {
    float: right;
    height: 22px;
    width: 22px;
    margin-right: 5px;
    background-image:url(../../lib/js/popup/boutonFermer1.png);
    
}
.boutonFermer:Hover {
    background-image:url(../../lib/js/popup/boutonFermer2.png);
}



