/* ----- PAGE D'ACCUEIL ----- */
BODY {
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #0E4438;
  /*background-color: #0b5c17;*/
  background-color: #e5dfcc;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
}

IMG {
  border: 0px;
}

#inavig {
  /*background-color: #0b5c17;*/
  background-color: #E5DFCC;
  /*color: #f1f1f1;*/
  color:#0E4438;
}

#inavig TABLE {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#inavig A {
  font-weight: bold;
  text-decoration: none;
  /*color: #ffffff;*/
  color:#0E4438;
}

#inavig A:visited {
  text-decoration: none;
  color: #0E4438 /*#f1f1f1*/;
}

#inavig A:active {
  text-decoration: none;
  color: #0E4438 /*#bcc2fe*/;
}

#inavig A:hover {
  text-decoration: none;
  color: #0E4438 /*#bcc2fe*/;
}

#ibaspage {
  font-size: 0.8em;
}

IMG.isbord {
  vertical-align: bottom;
}

IMG.ibord {
  border-right: 1px #0E4438 /*#ffffff*/ solid;
  vertical-align: bottom;
}

TD.ivert {
	padding-top: 20px;
	padding-bottom: 20px;
  border-right: 1px #0E4438 /*#ffffff*/ solid;
  border-left: 1px #0E4438 /*#ffffff*/ solid;
}

TD.ivert A {
  line-height: 3.2em;
}

TD.icentre {
  border-top: 1px #0E4438 /*#ffffff*/ solid;
  border-right: 1px #0E4438 /*#ffffff*/ solid;
  border-bottom: 1px #0E4438 /*#ffffff*/ solid;
  border-left: 1px #0E4438 /*#ffffff*/ solid;
}

TD.ihori {
  border-top: 1px #0E4438 /*#ffffff*/ solid;
  border-bottom: 1px /*#ffffff*/ solid;
}

