html {
margin: 0;
padding: 0;
}
body {
  margin: 0;
  padding: 0;
/*  color: #666699;  */
  color: #353599;
}

#banniere {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	padding: 0;
}
td {
  font-family: arial, helvetica, sans-serif;
  font-size: 10pt;
  padding: 5px;
}
td.nostyle {
  padding: 0;
}
a {
  color: #cc0000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.style1 {
  background-color: #666699;
  color: #fff;
}
.style2a {
  background-color: #9999cc;
  color: #353599;
  font-weight: bold;
}
.style2b {
  background-color: #9999cc;
  color: #353599;
}
.style2c {
  background-color: #9999cc;
  color: #cc0000;
}
.style3index {
  background-color: #e6e2ff;
  text-align: center;
}
.style3 {
  background-color: #e6e2ff;
  text-align: justify;
}
.style4 {
  background-color: #666699;
  text-align: center;
  color: #fff;
  font-size: 8pt;
}
.style4index {
  background-color: #666699;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 10pt;
}
.logo {
  border: 0;
}
.droite {
  text-align: right;
}
.centrer {
  text-align: center;
}
.justifier {
  text-align: justify;
}
.menu {
  color: #353599;
  text-decoration: none;
}
.menu:hover {
 color: #e6e2ff;
}
.lnk_bottom {
  color: #fff;
  text-decoration: none;
}
.lnk_bottom:hover {
  text-decoration: underline;
}
.t8 {
  font-size: 8pt;
}
h1 {
  font-size: 10pt;
  color: #cc0000;
  font-weight: bold;
}
h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14pt;
  color: #cc0000;
  font-weight: bold;
}
h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  color: #666699;
  font-weight: bold;
}
.image {
  border: 1px solid #000;
  margin-right: 10px;
  margin-bottom: 2px;
}
.popperlink {
  position: absolute;
  visibility: hidden;
}
.red {
  color: #cc0000;
}
.noir {
  color: #000;
}
ul.point {
  list-style-type: disc;
}
ul.lettre {
  list-style-type: upper-alpha;
}
ul.chiffre {
  list-style-type: decimal;
}
.small {
  text-align: justify;
  font-size: 8pt;
}
input, textarea, select {
  color: #000;
  border: 1px solid #666699;
  background-color: #fff;
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
}
input.bouton {
  color: #e6e2ff;
  border: 1px solid #666699;
  background-color: #9999cc;
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
}

.body_p {
  margin: 15px;
}


/* --- Boutons mise en forme --- */
.gras, .italic, .souligner, .autres {
  color: #e6e2ff;
  border: 1px solid #666699;
  background-color: #9999cc;
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
  width: 50px;
}

.gras {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.souligner {
  text-decoration: underline;
}