diff --git a/src/css/style.css b/src/css/style.css
index aec9ac9e37d5d606ed17d44f63d0581f69c47414..6887e37b6791e10cda7c63e4e6e183bdf89b2419 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -17,14 +17,18 @@ div#box {
 div#form {
     text-align : center;
 }
-div#log{
+textarea {
+    width: 300px;
+    height: 150px;
+}
+/*div#log{
     padding-left: 10%;
     width : 90%;
     max-height : 400px;
 }
 div.scroll{
     overflow: auto;
-}
+}*/
 /*Contenu*/
 div#content {
     padding: 1.5% 3%;
@@ -128,25 +132,3 @@ h3
 .right {
     text-align : right;
 }
-
-/*tables*/
-
-table {
-    width: 100%;
-    text-align : left;
-}
-
-th {
-    height: 50px;
-    background-color: #eeecee;
-}
-th, td {
-    padding: 15px;
-    border-bottom: 1px solid #ddd;
-}
-tr:nth-child(odd){
-    background-color: #f2f2f2
-}
-tr:hover {
-    background-color: #f5f5f5
-}