/* Footer */

footer
{
    background:  url('images_base/ico_top.png') no-repeat top center, url('images_base/separateur.png') repeat-x top, url('images_base/ombre.png') repeat-x top;
    margin-top: 20px;
}

footer p, footer ul
{
    font-size: 0.8em;
}

footer h4
{
    font-size: 1.1em;
}

#tweet, #mes_photos, #mes_amis
{
    display: inline-block;
    vertical-align: top;
}

#tweet
{
    width: 28%;
}

#mes_photos
{
    width: 35%;
}

#mes_amis
{
    width: 31%;
}

#mes_photos img
{
    border: 1px solid #181818;
    margin-right: 2px;
}

#mes_amis ul
{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    width: 48%;
    list-style-image: url('images_base/ico_liensexterne.png');
    padding-left: 2px;
}

#mes_amis a
{
    text-decoration: none;
    color: #760001;
}