.photo {
    background-color: navajowhite;
    float:            left;
    margin:           .1em;
    padding:          .3em;
    border:           2px solid darkorange;
   -moz-border-radius:.4em;
    width:            13em;
}
.photo .vignette {
    height:           auto;
    width:            auto;
    background-color: transparent;
}
.photo .vignette a {
    border:           0px !important;
}
.photo .vignette a img {
    border:           solid black !important;
    border-width:     1px 2px 2px 1px !important;
}
.photo .vignette a:hover img {
    border-color:     darkviolet !important;
}
.photo ul {
    list-style:       none;
}
.photo ul li:first-child {
    color:            maroon;
    text-align:       center;
    font-weight:      bold;
    /*font-variant:     small-caps;*/
    letter-spacing:   .1em;
}

.photo ul li:last-child {
    color:            maroon;
    font-size:        small;
    font-style:       italic;
    text-align:       left;
}

.photo ul li:last-child:before {
    content:          url("/_img/fleche-o.png");
}