  /* Corps général */
  BODY {
    background-color: #457E6D;
  }
  /* Paramètres généraux de division */
  DIV {
    border-width: 0px;
  }
  /* Paramètres généraux de liens */
  A:link {
    color: #BBFFBB;
    text-decoration: none;
  }
  A:visited {
    color: white;
    text-decoration: none;
  }
  A:hover {
    color: black;
    background-color: #BBFFBB;
    text-decoration: underline;
  }
  A.Image:hover {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }
  /* Texte général */
  P {
    font-family: "Times New Roman",Times,serif;
    font-size: 12pt;
    color: white;
    padding: 5px;
  }
  /* Titre général dans du texte */
  H1 {
    font-family: "Broadway BT","Times New Roman",Times,serif;
    font-size: 24pt;
    color: white;
    text-transform: uppercase;
    text-align: center;
  }
  /* Sous titre général dans du texte */
  H2 {
    font-size: 18pt;
    text-align: center;
  }
  H3 {
    font-size: 16pt;
    text-align: center;
  }
  /* Titre général de page */
  H1.Titre {
    font-family: "Times New Roman",Times,serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #336633;
    vertical-align: top;
    text-align: center;
    width: 100%;
    top: 0px;
    margin : 0px;
    padding : 0px;
  }
  /* Base commune pour les tables */
  TABLE {
    border-width: 3px;
    border-style: solid;
    width: 100%;
    border-collapse: collapse;
  }
  TD {
    font-size: 10pt;
    color: white;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
  }
  /* Image générale */
  IMG {
    vertical-align: middle;
    border-width: 0px;
  }
  /* Pour les barres de boutons */
  IMG.Barre {
    vertical-align: top;
    border-width: 0px;
  }
  /* Pour des remarques importantes */
  DIV.Attention {
    background-color: #27791C;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    padding: 5px;
    border-width: thin;
    border-style: solid;
  }
  /* Titre important */
  DIV.Attention H1 {
    font-family: "Arial Black",Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18pt;
    font-stretch: wider;
    color: #40C802;
    text-decoration: blink;
    text-align: center;
    text-shadow: 6px 6px 3px;
    position: relative;
    top: 0px;
  }
  DIV.Attention P {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #99CCCC;
    text-align: justify;
  }
  /* Division de bas de page (modif, copyright, bouton home) */
  DIV.FondPage {
    text-align: center;
  }
  /* Table de bas de page contenant les infos de renvoi au menu général */
  DIV.FondPage TABLE {
    background-image: url("../images/FondFondPage.jpg");
    border-color: #336600 #336600 #003366 #339900;
    border-style: outset;
    width: 100%;
  }
  DIV.FondPage TR {
    width: 100%;
  }
  DIV.FondPage TD {
    font-size: 8pt;
    border-style: none;
    width: 33%;
  }
  /* Table pour les fichiers à télécharger */
  DIV.Download {
    text-align: center;
  }
  DIV.Download TABLE {
    background-color: #669999;
    border-width: 3px;
    border-color: #00CC00;
    border-style: solid;
    width: 90%;
    border-collapse: collapse;
  }
  DIV.Download TR {
    font-size: 10pt;
    width: 100%;
  }
  DIV.Download TD.Fichier {
    border-style: solid none none none;
  }
  DIV.Download TD.Texte {
    text-align: left;
    border-style: solid none none none;
  }
  DIV.Download TD.Infos {
    border-style: none none solid none;
  }
  /* Table pour les recettes de cuisine */
  DIV.Recettes {
    text-align: justify;
    ayay
  }
  DIV.Recettes TABLE {
    background-color: #336600;
    border-color: #660000;
    border-style: solid;
    width: 100%;
    border-collapse: collapse;
  }
  DIV.Recettes TR {
    font-size: 10pt;
    margin : 20px;
    width: 100%;
  }
  DIV.Recettes TD {
    vertical-align: middle;
    text-align: justify;
    border-style: none;
  }
  DIV.Recettes TH {
    font-family: "Comic Sans MS","Arial Black",Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18pt;
    font-stretch: wider;
    background-color: #336666;
  }
  DIV.Recettes TH.Source {
    font-size: 12pt;
    text-align: right;
  }
  
  DIV.Recettes EM {
    font-family: "Comic Sans MS",Arial,Helvetica,sans-serif;
    font-style: oblique;
    color: #CC3366;
    text-transform: capitalize;
  }
  DIV.Recettes P {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  DIV.Recettes H2 {
    font-family: "Comic Sans MS", "Times New Roman", Times, cursive, serif;
    font-style: italic;
    color: #006600;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  DIV.Recettes H3 {
    font-family: "Comic Sans MS", "Times New Roman", Times, cursive, serif;
    font-size: 16pt;
    text-align: left;
  }
