/* Site 1 (ex style.css) — charger commun.css AVANT ce fichier */
:root {
  --accent: rgb(150,125,30);
  --bg: rgba(239,228,176,1);
  --h2-color: black;
  --menu-w: 215px;
  --submenu-w: 433px;
}
/* Aucune règle propre au-delà des variables : ce site est la base
   qui a servi de référence pour commun.css. */
   

p:not(footer p):not(.footer p) {
   padding: 25px; background: rgba(255,255,255,0.6); width: 60%; border-radius: 30px; text-align: justify; margin: 0 auto; 
}
