/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 août 2016, 13:58:08
    Author     : Jeremy Blampain
*/



 body, html{
    width: 100%;
    height: 100%;
 }

body{
    position: relative;
    margin-top:0 !important;
}

#wrap{
  min-height:100%;
  position: relative;
}

#body
{
    overflow:auto;
    clear:both;
}

#footer_fix {
  width: 100%;
  position: absolute;
  bottom: 0;
}











 
