/* class.css */

body {
  font-family: Arial, sans-serif;
  background-color: #f2f2f2;
}

h1 {
  color: #00698f;
  text-align: center;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  display: inline-block;
  margin-right: 20px;
}

a {
  text-decoration: none;
  color: #337ab7;
}

a:hover {
  color: #23527c;
}

/* Styles pour les éléments spécifiques de la page */
#menu_general {
  background-color: #337ab7;
  padding: 10px;
  text-align: center;
}

#menu_general a {
  color: #ffffff;
}

#menu_general a:hover {
  color: #cccccc;
}