/*
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 : 24 juil. 2019, 09:24:51
    Author     : kevin.bilard
*/

html {
    background-color    : #F5F5F5;
    width               : 100%;
    height              : 100%;
    min-height          : 100%;
    min-width           : 1280px;
}

body {
    width               : 100%;
    height              : 100%;
    min-height          : 100%;
}

/*      HEAD CONTENT    */
#bdio_head_content {
    background-color    : blue;
    width               : 100%;
    min-width           : 1280px;
    height              : 90%;
    min-height          : 90%;
}

/*      MENU            */
#bdio_menu {
    width               : 15%;
    min-width           : 15%;
    height              : 100%;
    background-color    : yellow;  
}

#bdio_content {
    background-color    : black;
}

/*      FOOTER          */
#bdio_footer {
    background-color    : red;
    width               : 100%;
    min-width           : 1280px;
    height              : 10%;
    min-height          : 80px;
}