body{
    background: url(../images/charte/mdm-popup-bg.jpg) no-repeat left top;
}
#title {
    color: #8C4E24;
    font-weight: bold;
    margin: 0 0 8px 0;
    font-size: 12px;
}
#mdm-top{
    width: 500px;
    height: 90px;

}
#mdm-content {
    width: 480px;
    height: 390px;
    padding: 10px;
    overflow: hidden;
    text-align: justify;
    color: #4F2F18;
}
#mdm-content img{
    float: left;
    border: 1px solid #4F2F18;
    padding: 1px;
}
