<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fond des titres des blocs du menu latÃ©ral */ 
aside h2
{
 background-color: #000000;
 height: 30px;
 border-radius: 30px;
 text-align: center;
 padding-top: 10px;
 color: white;
 font-weight: bold;
 font-size: 20px;
}
/* Fond du menu latÃ©ral */ 
.fond-cote {
   background-color: #FFFFFF;
  height: 1192px;
   border-radius: 0px;
   }

/* Image de fond pour la barre de navigation */ nav
{
background-color: #ffffff;
 height: 40px;
 border-radius: 0px;
 text-align: center;
 font-weight : bold;
}
/* Taille du texte dans le contenu */ 
article { 
   font-size : 16px; 
  backgroung-color : #FFFFFF;
}

</pre></body></html>