<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu_blogmember_box h2 {
height: 90px; /* Pour agrandir la taille du bloc titre */
background-image: url(https://static.blog4ever.com/2006/01/2/iconemembres.png); /* L'adresse de l'image de fond */
background-repeat: no-repeat; /* L'arriÃ¨re plan ne doit pas se rÃ©pÃ©ter */
background-position-y: 20px; /* L'image doit Ãªtre dÃ©calÃ©e de 20px depuis le haut pour ne pas se mettre sous le titre */
background-position: center;
}
.menu_blogmember_box_avatars {
background: #318CE7;
padding-top: 10px;
padding-bottom: 10px;
  padding-bottom: 10px;
/* coins arrondis */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
/* bordures ombrÃ©es */
-webkit-box-shadow: 2px 4px 12px #666;
-moz-box-shadow: 2px 4px 12px #666;
box-shadow: 2px 4px 12px #666;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12); 
}
.menu_blogmember_box_link {
width:60%;
margin-top: 20px !important;
margin-bottom: 10px;
padding: 3px 10px;
border: 2px solid #000000;
}
</pre></body></html>