/* ----- PAGE D'ACCUEIL ----- */
BODY {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #6f6f6e;
  background-color: #f3f0e9;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

IMG {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

#inavig {
  background-color: #f3f0e9;
  color: #6f6f6e;
}

#inavig TABLE {
	text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#inavig A {
  text-decoration: none;
  color: #6f6f6e;
  font-weight: bold;
}

#inavig A:visited {
  text-decoration: none;
  color: #6f6f6e;
}

#inavig A:active {
  text-decoration: underline;
  color: #6f6f6e;
}

#inavig A:hover {
  text-decoration: underline;
  color: #6f6f6e;
}

#ibaspage {
  font-size: 0.8em;
}

IMG.isbord {
  vertical-align: bottom;
}

IMG.ihaut {
  border-top: 1px #6f6f6e solid;
  vertical-align: bottom;
}

IMG.ibas {
  border-bottom: 1px #6f6f6e solid;
  vertical-align: top;
}

TD.ivert {
  border-right: 1px #6f6f6e solid;
  border-left: 1px #6f6f6e solid;
}

TD.icentre {
  border-top: 1px #6f6f6e solid;
  border-right: 1px #6f6f6e solid;
  border-bottom: 1px #6f6f6e solid;
  border-left: 1px #6f6f6e solid;
}

TD.ihori {
  border-top: 1px #6f6f6e solid;
  border-bottom: 1px #6f6f6e solid;
}
