#news
{
    position: relative;
    top: 8px;
    left: 10px;
    border: 0;
    margin: 0;
    height: 100%;
}

#newsWrapper
{
    display: table;
    margin: auto;
    width: 170px;
}

#ln_header
{
    background-image: url(images/nouvelles_header.jpg);
    background-repeat: no-repeat;
    width: 170px;
    height: 30px;
}

#ln_headertext
{
    text-align: center;
    font-weight: bold;
    font-size: small;
    color: #E79A40;
    padding-top: 8px;
}

#ln_footer
{
    margin: auto;
    background-image: url(images/nouvelles_footer.jpg);
    background-repeat: no-repeat;
    width: 170px;
    height: 4px;
    margin-top: -4px;
}

#ln_contentback
{
    background-image: url(images/nouvelles_back.jpg);
    background-repeat: repeat-y;
    width: 170px;
}

#ln_content
{
    background-image: url(images/nouvelles_contentImg.jpg);
    background-repeat: no-repeat;
    background-position: top left; /* top right bottom left */
    padding: 16px 5px 2px 5px;
    font-size: 10px;
    text-align: left;
    color: Yellow;
}

#ln_content a:link
{
    text-decoration: none;
    color: Yellow;
    font-weight: bold;
}
#ln_content a:visited
{
    text-decoration: none;
    color: Yellow;
    font-weight: bold;
}
#ln_content a:active
{
    text-decoration: none;
    color: Yellow;
    font-weight: bold;
}
#ln_content a:hover
{
    text-decoration: none;
    color: Yellow;
    font-weight: bold;
    font-style: italic;
}

