@charset "UTF-8";

body {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #4D4D4D;
  margin:0px; 
  padding:0px;
}

/* barre de titre et d'entete */
div.cadre_intranet    { background-color : #ffffff; padding:0px; text-align:left; }
div.bandeau_titre     { display:none; }
div.bandeau_nominatif { display:none; }
div.fil_ariane        { width:518px; color: #D4145A; padding-left: 8px;  }

/* colonnes de contenu */
div.bandeau_content { }
div.colonne_gauche { display:none; }
div.colonne_droite { display:none;}

/* barre de statut */ 
div.bandeau_status      { clear:both; display:none;}

