﻿
#FormulaireDemande {
    width: 80%;
    margin-left: 10%;
}

.TitreDemande {
    text-align: center;
}

.My-alert {
    top: 30%;
    left: 40%;
    min-width: 600px;
    min-height: 250px;
}


.alert-error {
    background-color: #f44336;
}
.alert-success {
    background-color: #bac232;
}

.alert-info {
    background-color: #2196F3;
}

.MsgInfo {
    color: white;
    width: 98%;
    padding: 10px;
    font-family: Verdana,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    font-style: oblique;
}

.DivCol {
    display: inline-block;
    width: 45%;
}

#CboCivilite{
    width:300px;
}

#CboPaysNaiss {
    width: 400px;
}

#LayoutCbo {
    max-width: 400px;
    display:inline-block;
}


.contenuTexte {
    clear: both;
    float: left;
    width: 577px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1em;
}

    .contenuTexte h3 {
        background-color: #cad336;
        font-size: 12px;
        color: #FFF;
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 10px;
        letter-spacing: 0.1em;
    }

