/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10
   ============================================== */

/* --- STYLES DE LA RUBRIQUE : VERT = 051|204|000 --- */

/* --- MENU DE NAVIGATION PRINCIPALE --- */
#menu .rubrique a.niveau_2 {
  background-image: url("Gif/puce_menu.gif");
}
#menu .rubrique a:active, #menu .rubrique a:hover, #menu a.rub_choix {
  color: #DDDDDD;
}

/* EN-TETE (basse) */
#ariane {
  /*background-color: #CDCDDD;*/
  background-color: #DDDDDD;
  background-color: #000000;
}

/* TITRES, INTERTITRES */
h2.titre, h3.intertitre, h4.soustitre, hr.separateur {
  color: #DDDDDD !important; 
}

/* LIENS */
.texte a  {
  color: #DDDDDD !important; 
}

/* --- CENTRE : ONGLETS --- */
#onglets ul li a {
  border: 1px solid #DDDDDD;
}
#onglets li a.choix {
 border-color: #DDDDDD;
 color: #DDDDDD;
}

/* --- CENTRE : PROGRAMME (EN LIAISON AVEC LES ONGLETS) --- */
ul.programme {
  border: 1px solid #DDDDDD;
}

/* --- CENTRE : AFFICHAGE ONGLET ARRONDI --- */
div.arrondi {
  background: #E2FFD9;
}
div.arrondi-texte  {
  background-color: #E2FFD9;
}
div.arrondi p {
  color: #DDDDDD;
}
div.arrondi li {
  color: #DDDDDD;
  list-style-image: url(../wimages/rub_institut/puce_rub_sous.png);
}

/* --- COLONNE DROITE : MENU SECONDAIRE --- */
.encart_menu {
  border: 1px solid #DDDDDD;
  background-color: #E2FFD9;
}
.encart_menu li {
  border-bottom: 1px dotted #DDDDDD;
}
.encart_menu li.choix {
  border-bottom: 1px solid #DDDDDD;
}

/* --- COLONNE DROITE : INFORMATION --- */
.encart_droite {
  border: 1px solid #DDDDDD;
}
