BODY { color : black ; font-family : verdana ; font-size : 10 pt ; font-weight : normal }
H1 { color : black ; font-size : 18 pt ; text-align : center }
H2 { color : black ; font-family : arial ; font-size : 14 pt ; font-weight : normal ; text-align : center }
TT { font-size : 17; }

.cadre_gauche
{
  float: left;
  padding-bottom: 15px;
  padding-right: 15px;
}

.cadre_droit
{
  float: right;
  padding-bottom: 15px;
  padding-left: 15px;
}

.outils_article
{
  border-right: solid 2px #000099;
  border-bottom: solid 2px #000099;
  float: left;
  width: 65px;
  height: 80px;
}

.article
{
  float: left;
  padding-left: 5;
  texte-align: justify;
}

.copyright
{
  color: #0015D5;
font-style: italic;
  font-size: smaller;
}

.reliefbas
{
  border-style: solid;
  border-width: 3px;
  border-top-color: darkslategray;
  border-left-color: darkslategray;
  border-bottom-color: gainsboro; 
  border-right-color: gainsboro;
}

.reliefhaut
 {
  border-style: solid;
  border-width: 3px;
  border-top-color: gainsboro;
  border-left-color: gainsboro;
  border-bottom-color: darkslategray; 
  border-right-color: darkslategray;
}