/*-----------------------------------------------------------------------------
  [CSS - ezhelp.css]

  Feuille de style de la page d'aide
  
-----------------------------------------------------------------------------*/

#helpnav{
    margin:0 0 20px;
}

    #helpnav li {
        display:inline;
        margin:0 15px 0 0;
    }

        #helpnav a {
            text-decoration:none;
        }

#full-help .list_help_article .question {
    text-decoration:none;
}

    #full-help .list_help_article .answer {
        display:none;
    }
    #full-help .list_help_article .deploy .answer {
        display:block;
    }
    #full-help .list_help_article .answer p {
        padding-top:0;
        line-height:15px;
    }
