﻿.modalPopupBackground {
    background-color: #ece7d9;
    filter: alpha(opacity=63);
    opacity: 0.63;
}

.modalPopupInnerMDP {
    background-color: white;
    vertical-align: top;
    padding-top: 5px;
    z-index: 100010;
}

.modalPopupSizeUcMDP {
    width: 550px;
    height: 285px;
}

.modalPopupInnerLEC
{
   background-color:white;
   vertical-align :top;
   padding-top: 5px; 
   z-index: 100010; 
}
.modalPopupSizeUcLEC {
    width: 700px;
    height: 110px;
}

.boutonActionBleu {
    background-color: #016cc7;
    color: White;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    padding: 6px 20px;
    cursor: pointer;
    text-decoration: none;
    font-family: Arial;
}

.titlePopUp {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #016cc7;
    position: relative;
    text-transform: uppercase;
    padding-left: 10px;
    font-family: Trebuchet MS;
}

.subTitlePopUp {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #016cc7;
    position: relative;
    text-transform: uppercase;
    padding-left: 10px;
    font-family: Trebuchet MS;
}

