@CHARSET "UTF-8";

/* Style global à l'application */

@page {
    margin: 10%;
}

html {
    background-color :#fff;
}

body {
    font-size: 12pt;
}

input, textarea, select, button {}

a {}

/* Titre de l'application et bandeau */

div.bandeau {}
div.top {}
div.top div.titreBdiff {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 1em;
    border: 1px dashed black;
}

div.top div.titreBdiff div.tools, div.top div.logo, div.nav, div.modules {
    display: none;
}

/* Onglets */

ul.onglets {
    display: none;
}

/* Contenu de la page */

div.container {}

div.content .accueil img {
    width: 100%;
}

div.panel_filtre {
    display:none;
}

table.content td.centre {
    width: auto;
    vertical-align: top;
}

table.content td.colonne_droite {
    display: none;
}

/* Pied de page */

div.pied {
    font-size :10pt;
    text-align: center;
}

div.pied span {
    display: none;
}

div.pied a {}

div.temps {
    display: none;
}

/* Entête de formulaire ou autres */

.headerForm {
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    margin: 1pt;
}

/* Formulaire */

table.form img, table.form td.foot {
    display: none;
}

table.form th {
    text-align: right;
}

/* Cartes bilans */

div.cartesBilan {}

div.cartesBilan img {}

div.cartesBilan img.legende {}

/* Tableau */

table.tableau {
    margin: 20pt auto 20pt auto;
}

/* Autres */

#divSlideCarte, #div_carte {
    display: none;
}