body  {
/*  background: #F9FFC9; */
  background: #FFFFD0;
  font-family: sans-serif;
}

/* Titre général */
#titre {
  background: #CCCC33;
  color: #FFFF00;
  text-align: center; 
}

/* Titre des sections*/
#section {
  text-align: center; 
}

/* Menu vertical */
#menu {
  float: left;
  width: 20%;
  background: #FFEC9F;
  text-align: center;
}

#menu a:link {
  color : #372b18;
  text-decoration: underline;
}

#menu a:visited {
  text-decoration: underline;
}

#menu a:hover {
  color: #FF0000;
}

#menu a:active {
  text-decoration: none;
}

/* Corps du texte */
#contenu {
  margin-left: 20%;
  padding: 10px 20px ;
}

/* Pied de page */
#pied {
}

/* Titre d'un exposé */
.expose {
  font-weight: bold;
}

/* Lieux des conférences */
.lieu {
  font-weight: bold;
  color: rgb(102, 51, 51);
}

