/*Code mis par Natacha pour encadrer image en noir et arrondi */

#articles_show_contenu_article img {
    max-width: 100%;
    height: auto;
    border: 2px solid #000;
    border-radius:10px!important;
}
.photos_index_photo img, .photos_photo img {  
  max-width: 100%;
    border: 2px solid #101012;
    border-radius:10px!important;
}

