/* Instruction CSS pour le menu relief (inclure préalablement menu.css et choix.css) */

h3#le_titre, #formulaire, h3#retour  {
  position: absolute ;
  width: 250px ;
  padding: 0px ;
  margin: 0px ;
  left: 0px;
  text-align: center ;
}

/*
h3#retour {
  font-style: italic ; 
}
*/

h3#le_titre a, h3#retour a {
  position: absolute ;
  width: 250px ;
  padding: 0px ;
  margin: 0px ;
  left: 0px;
}


/* Ceci provient de l’ancien fichier menu_relief.css*/
#le_titre a, #le_titre a:link, #le_titre a:visited, #le_titre a:focus,
#retour a, #retour a:link, #retour a:visited, #retour a:focus {
  color: rgb(102, 51, 0); 
}
#le_titre a:hover, h3#retour a:hover{
  color: rgb(153,51,0) ; 
}
