

#form_nb_photos_recentes
{
    float: right;
    color: gray;
}

#form_nb_photos_recentes div
{
    display: inline;
}

#liste_photos_recentes,
#liste_photos_recentes tr
{
    width: 750px;
}

#liste_photos_recentes td
{
    width: 97px;
    height: 70px;
    text-align: center;
}

#liste_photos_recentes .miniature
{
    max-width: 90px;
    max-height: 60px;
}

#liste_photos_recentes .miniature:hover
{
    max-width: 95px;
    max-height: 64px;
    margin-left: -2px;
    margin-bottom: -2px;
}