<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contenu {
border: 5px solid #ffff33;
}
.bas_rss
{
    display:none;
}
div.articles_show_stats_article span.articles_show_stats_hits, 
#article_liens { 
display: none !important; 
}
/*retour articles*/
 #articles_show_retour_articles{
display:none;
}
Span.articles_show_stats_date
{
display:none !important;
}

.zoom {
width: 320px;
height: 240px;
}
.image {
width: 100%;
height: 100%; 
}
.image img {
/* La transition s'applique Ã&nbsp; la fois sur la largeur et la hauteur, avec une durÃ©e d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}
.image:hover img {
/* L'image est grossie de 5% */
-webkit-transform:scale(1.05); /* Safari et Chrome */
-moz-transform:scale(1.05); /* Firefox */
-ms-transform:scale(1.05); /* Internet Explorer 9 */
-o-transform:scale(1.05); /* Opera */
transform:scale(1.05);
}
#article_recherche { 
    display: none; 
    margin-top: 20px;</pre></body></html>