
/* ----------------------------------------------------------- */
/* Section et Groupe */

body { margin: 0px;  width: 95%; }

#sg {
  margin-top: 11px;
  margin-bottom: 18px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  }

#sg span { height: 20px; font-size: 10px; font-weight: bold; }

#sg div.section {
  width: 100%; height: 20px;
  background: #FFFFFF url(menu_fond_section.gif) repeat-x bottom center;
  margin-top: 7px;
  }

#sg span.s_off {
  background: #B0381E;
  margin: 0px; margin-left: 3px; margin-right: 3px;
  border: 1px solid #700000;
  padding: 2px; padding-left: 10px; padding-right: 10px;
  }
#sg a.s_off { color: #FFFFFF; text-decoration: none; }
#sg a.s_off:hover { text-decoration: underline; }

#sg span.s_on {
  background: #E1E6CA;
  margin: 0px; margin-left: 3px; margin-right: 3px;
  border: 1px solid #B0381E; border-bottom: 1px solid #E1E6CA;
  padding: 2px; padding-left: 10px; padding-right: 10px;
  }
#sg a.s_on { color: #000000; text-decoration: none; }
#sg a.s_on:hover { text-decoration: underline; }

#sg div.groupe {
  width: 100%; height: 20px;
  background: #E1E6CA url(menu_fond_groupe2.gif) repeat-x bottom center;
  }
#sg div.separ_groupe {
  width: 100%; height: 7px;
  background: #E1E6CA;
  }
#sg div.termine_groupe {
  width: 100%; height: 4px;
  background: #E1E6CA;
  }

#sg span.g_off {
  background: #BCC48E;/* fond vert des cellules menus  ŕ l'intérieur de la case*/
  margin: 0px; margin-left: 3px; margin-right: 3px;
  border: 1px solid #6B8E23;
  padding: 2px; padding-left: 10px; padding-right: 10px;
  }
#sg a.g_off { color: #000000; text-decoration: none; }
#sg a.g_off:hover { text-decoration: underline; }

#sg span.g_on {
  background: #FFFFFF;
  margin: 0px; margin-left: 3px; margin-right: 3px;
  border: 1px solid #B0381E;
  padding: 2px; padding-left: 10px; padding-right: 10px;
  }
#sg a.g_on { color: #B0381E; text-decoration: none; }
#sg a.g_on:hover { text-decoration: underline; }

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