
@charset "utf-8";

  


body {

    background-image : url('../Images/fond.png');
    background-position : absolute;
    background-repeat : repeat;
    height : 95%;
    margin-bottom : 20px;
    margin-left : 0;
    margin-right : 0;
    margin-top : 20px;
    width : 100%;
    height:100%;

  }
