/* -------------------------------------*/
/* @auttor  :   Yves HADDAD OleWeb      */
/* @date    :   25/10/2013              */
/* Version  :   3.x                     */
/* Appli    :   B.I.P.                  */
/* -------------------------------------*/
/* @todo    :                           */
/*                                      */
/* note     :  Permet à l'utilisateur de choisir le main du CSS                                     */
/*             Il y a plusieurs model_design_main_x chargé en fonction du choix de l'utilisateur    */
/*                                      */
/* -------------------------------------*/

/* -------------------------------------*/
/*          SUMMARY                     */
/* -------------------------------------*/
/*  1 - Main                            */


/* -------------------------------------*/
/*  1 - Main                            */
/* -------------------------------------*/
root { 
    display: block;
}

*
{
    font-family: Calibri;
}

body
{
    background-color: #FFFFFF;          // Le fond de la page sera blanc
    color:  #000000;                    // Le texte de la page sera noir
    //font-family: Verdana, Arial, 'Trebuchet MS', 'Times New Roman';
}

#bloc_page
{
    /* width: 960px;*/
    width: 960px;
    margin: auto;
}

