/* Copyleft M. Tonnelier 2023 */


/* ELEMENTS */
html {
/*  background-color: black;*/
  background-image: url("../images/themes/2_internet.jpg");
}

h1 {
  text-align: center;
  color: #1a1941; /* bleu */
}

h2 {
  background: white;
  color: #1a1941; /* bleu */
  padding: 5px;
}

h3 {
  color: darkgoldenrod;
}

h3.competences {
  color: white;
}

div.bloc {
  border-color:white;
  background-color: #1a1941;
}
