
#popupMask
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #888;
    display: none;
}

.modalBackground
{
    background-color: #888;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    position: absolute;
    top: 0px;
    left: 0px;
/*    vertical-align: middle;*/
    z-index: 10000;
}

.modalPopupPlusDeDetail
{
    overflow: auto;
}

.modalPopup img
{
    vertical-align: middle;
    float: left;
}

.modalPopupTitre
{
    background-image: url('../Images/Background.png');
    background-repeat: repeat-x;
    background-position: center;
    color: #0070a3;
    font-weight: bold;
    padding: 3px;
    cursor: move;
}

.modalPopupLabel
{
    padding: 10px;
    min-height: 70px;
    text-align: left;
}

.modalPopupLabel img
{
    vertical-align: middle;
    margin: 10px;
}

.modalPopup fieldset
{
    border: 2px solid #d7ebf9;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.modalPopup legend
{
    margin: 0px;
    background-color: #FFFFFF;
    color: #0070a3;
}
