<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#block_gauche{
    width: 200px;
    float:left;
    background-image: url(images/separateur_accueil.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 10px;
}
#block_gauche a{
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 10px;
    display: block;
    text-decoration: none;
    color:#000;
    border-bottom: 1px solid #ccc;
    
}
#block_gauche a.active{
    border-bottom: 2px solid #ff8a00;
}
.texte{
    width: 400px;
    float: left;
    padding: 10px;
    min-height: 150px;
    background-image: url(images/separateur_accueil.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.photo{
    width: 300px;
    float: left;
    text-align: center;
    
}</pre></body></html>