body {
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  color: Black;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

td {
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  vertical-align: top;
}

td.Left {
  text-align: left;
}

td.Middle {
  vertical-align: middle;
}

a.Menu:active {
  color: white;
  text-decoration: none;
}
a.Menu:visited {
  color: white;
  text-decoration: none;
}
a.Menu:link {
  color: white;
  text-decoration: none;
}
a.Menu:hover {
  color: white;
  text-decoration: underline;
}

a.Text:active {
  color: #266FCE;
  text-decoration: none;
}
a.Text:visited {
  color: #266FCE;
  text-decoration: none;
}
a.Text:link {
  color: #266FCE;
  text-decoration: none;
}
a.Text:hover {
  color: #266FCE;
  text-decoration: underline;
}

.TitlePaA {
  font-size: 50px;
  font-weight: bold;
  color: white;
}

.Title1 {
  font-size: 28px;
  font-weight: bold;
  color: #266FCE;
}
.Title2 {
  font-size: 20px;
  font-weight: bold;
}
.Title3 {
  font-size: 14px;
  font-weight: bold;
}
.VertiBar {
  color: White;
  background-color: #7043A9;
}
.Small {
  font-size: 9px;
}
.White {
  color: white;
}
.Bleu {
  color: #266FCE;
}
.Orange {
  color: #FFAA06;
}
.Lien3 {
  color: #266FCE;
  font-size: 14px;
}
.Emphasize {
  color: #266FCE;
  font-weight: bold;
}