/* --------------------------------------------------------------------------------------------------------------------------

    SOMMAIRE
    
    Effecuer une recherche sur == pour naviguer de blocs en blocs ou sur un des éléments du sommaire
    
    == APPEL FEUILLES DE STYLE
    == TOOLS
    
-------------------------------------------------------------------------------------------------------------------------- */

/* == APPEL FEUILLES DE STYLE
---------------------------------------------------------------------------------------------------------------------------*/

    /* Gestion de la typographie */
    @import url(../../typographie.css?v=3);
       
    /* Styles communs */
    @import url(../../lfdt.css?v=3);

/* == TOOLS
---------------------------------------------------------------------------------------------------------------------------*/

div#debug {
    text-align:left;
    font-size:11px;
    border:2px solid green;
    background-color:#CCCCCC;
    padding:5px;
    margin:10px; 
    white-space:pre;
}
    div#debug h1 {
       font-size:11px;
       display:inline;
    }
        div.debug_encart {
          display:inline-block;
          position:relative;
          vertical-align:top;
          border:1px solid #999999;
          padding:10px;
        }