In your extra.less template add these codes:
For syrupu Chat:
To have an image on the right (People to connect) add this code:
.siropuChatUsers {
background: url(lien de votre image) no-repeat;
}
Result:

For the Siropu Shout:
Result:

For syrupu Chat:
Code:
.siropuChatMessages {
background: url("lien de votre image");
}
.siropuChatUsers {
background: url(lien de votre image) no-repeat;
}
Result:

For the Siropu Shout:
Code:
.siropuShoutboxShouts {
background: url("lien de votre image");
}
