/* feuille de style des modals bootstrap */

.modal-body {
    background-color:#DDD;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}

.iframe-md {
    height:500px;
}

.iframe-sm {
    height:250px;
}