#content {
    /*
     background-color: #DDDB49;
     */
    float: left;
    width: 523px;
    height: 355px;
}

#data {
    float: left;
    width: 300px;
}

#data h2 {
    font-size: 18px;
    width: 280px;
    border-bottom: 1px solid black;
    /*
     background-color:yellow;
     */
    border-bottom-style: dashed;
    text-align: center;
    padding: 30px 5px 5px 5px;
}

#data p {
    text-align:center;
    padding-top:10px;
}

#data a:hover {
    text-decoration: underline;
}

#images {
    float: right;
    background: url('images/img_interne4.jpg');
    height: 345px;
    width: 179px;
}


