diff --git a/client/view/img/cry.png b/client/view/img/cry.png
new file mode 100644
index 0000000..ffddd2b
Binary files /dev/null and b/client/view/img/cry.png differ
diff --git a/client/view/img/etonne.png b/client/view/img/etonne.png
new file mode 100644
index 0000000..1442507
Binary files /dev/null and b/client/view/img/etonne.png differ
diff --git a/client/view/img/happy.png b/client/view/img/happy.png
new file mode 100644
index 0000000..8b80f5b
Binary files /dev/null and b/client/view/img/happy.png differ
diff --git a/client/view/img/hell.png b/client/view/img/hell.png
new file mode 100644
index 0000000..d6e2688
Binary files /dev/null and b/client/view/img/hell.png differ
diff --git a/client/view/img/langue.png b/client/view/img/langue.png
new file mode 100644
index 0000000..98d7a6e
Binary files /dev/null and b/client/view/img/langue.png differ
diff --git a/client/view/img/like.png b/client/view/img/like.png
new file mode 100644
index 0000000..38d173e
Binary files /dev/null and b/client/view/img/like.png differ
diff --git a/client/view/img/lunette.png b/client/view/img/lunette.png
new file mode 100644
index 0000000..3e6bf4a
Binary files /dev/null and b/client/view/img/lunette.png differ
diff --git a/client/view/img/oeil.png b/client/view/img/oeil.png
new file mode 100644
index 0000000..9cdc702
Binary files /dev/null and b/client/view/img/oeil.png differ
diff --git a/client/view/img/pedo.gif b/client/view/img/pedo.gif
new file mode 100644
index 0000000..6e5e98a
Binary files /dev/null and b/client/view/img/pedo.gif differ
diff --git a/client/view/img/sad.png b/client/view/img/sad.png
new file mode 100644
index 0000000..a0a83ac
Binary files /dev/null and b/client/view/img/sad.png differ
diff --git a/client/view/img/veryHappy.png b/client/view/img/veryHappy.png
new file mode 100644
index 0000000..df82832
Binary files /dev/null and b/client/view/img/veryHappy.png differ
diff --git a/client/view/start.py b/client/view/start.py
index d99c365..2e1ed5b 100755
--- a/client/view/start.py
+++ b/client/view/start.py
@@ -130,8 +130,18 @@ class start(QtGui.QDialog):
html = html.replace('<', '<')
html = html.replace('>', '>')
- html = html.replace(':-)', '☺')
- html = html.replace(':-(', '☹')
+ html = html.replace(':-)', '')
+ html = html.replace(':-(', '')
+ html = html.replace(':-p', '')
+ html = html.replace(';-)', '')
+ html = html.replace(':-D', '')
+ html = html.replace(':-o', '')
+ html = html.replace(':\'(', '')
+ html = html.replace('(y)', '')
+ html = html.replace('8|', '')
+ html = html.replace('3:)', '')
+ html = html.replace(':pedobear', '')
+
return html