diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css
index ba37e9e..b4a32ce 100644
--- a/SRC/public/css/referent.css
+++ b/SRC/public/css/referent.css
@@ -1,5 +1,7 @@
body
{
+margin : auto;
+
background-image:url("../pictures/setting_picture/fond.jpg");
background-attachment:fixed;
background-repeat:no-repeat;
@@ -7,11 +9,24 @@ background-image:url("../pictures/setting_picture/fond.jpg");
background-size:cover;
}
-.col-md-3
+.ccmd3
{
+ margin: 1%;
padding: 1%;
background: white;
- border-radius: 5px;
+ border-radius: 7px;
border: 1px solid grey;
box-shadow: 1px 1px 2px dimgrey;
-}
\ No newline at end of file
+}
+
+.ccmd9
+{
+ margin: 1%;
+ padding: 1%;
+ background: white;
+ border-radius: 7px;
+ border: 1px solid grey;
+ box-shadow: 1px 1px 2px dimgrey;
+ width : 40%;
+}
+
diff --git a/SRC/resources/views/referent.blade.php b/SRC/resources/views/referent.blade.php
index 328b9d3..9abcf41 100755
--- a/SRC/resources/views/referent.blade.php
+++ b/SRC/resources/views/referent.blade.php
@@ -3,8 +3,7 @@
@section('content')
-