body{
  width: 800px;
  margin: left; /* La page sera alignée à gauche */
  background-image: url("http://eskemo.free.fr/images/fond.png"); /* Image de fond de page */
  text-align: justify;
  font-family: Georgia; /* Police du texte */
  font-size: 12px; /* Taille du texte */
  color: #000000; /* Couleur du texte */}

h1{ /* Uniquement pour les pages ! */
  height: 26px;
  background-image: url("http://eskemo.free.fr/images/h1page.png");
  margin: 0px;
  font-family: Georgia;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  color: #D76249;
  text-align: center;}

h2{ /* Uniquement pour les menus ! */
  height: 26px;
  background-image: url("http://eskemo.free.fr/images/h2menu.png");
  margin: 0px;
  font-family: Georgia;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  color: #D76249;
  text-align: center;}

h3{ /* Uniquement pour les titres de news Cutenews ! */
  margin: 0px;
  font-family: Georgia;
  font-weight: bold;
  font-size: 15px;
  font-style: italic;
  color: #D76249;
  text-align: center;}
  
#contenu{
  height: 70%; /* Hauteur du contenu */
  padding: 5px; /* Espace entre le texte et la bordure de la zone de texte */
  color: #000000;
  background-color: #DED7C0; /* Couleur de fond du DIV */
  border-top: 2px solid #D76249; /* Insertion d'une bordure en haut (top) */
  border-right: 1px solid #d76249; /* Insertion d'une bordure à droite (right) */}

#menu{
  height: 70%; /* Hauteur du menu */
  padding: 5px; /* Espace entre le texte et la bordure de la zone de texte */
  color: #000000;
  background-color: #DED7C0; /* Couleur de fond */
  border-top: 2px solid #D76249; /* Insertion d'une bordure en haut (top) */
  border-left: 1px solid #d76249; /* Insertion d'une bordure à gauche (left) */
  border-right: 2px solid #d76249; /* Insertion d'une bordure à droite (right) */}

#cute{
  background-image: url("http://eskemo.free.fr/images/cutenewsfond.png");
  background-repeat: repeat;}