
/* ----- GENERAL ----- */
A {
  color: #4B321D;
}

		
A:active {
  color: #FF0000;
  text-decoration: underline;
}	

		
A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}	

		
A:visited {
  color: #E8D3B4;
}	

BODY {
  font-family: Arial;
  font-size: 10pt;
  color: #4B321D;
  background-color: #9F7145;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

H1 {
  font-size: 18pt;
  text-align: center;
  font-weight: bold;
  color: #FF0000;
  padding-bottom: 1em;
}

H2 {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2em;
  color: #4B321D;
}

H3 {
  font-size: 12pt;
  font-weight: bold;
  padding-top: 1em;
  color: #FF0000;
}

H4 {
  font-size: 12pt;
  font-weight: bold;
  padding-bottom: 1em;
  color: #4B321D;
}

IMG {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

P {
  margin-bottom: 5px;
  margin-top: 0px;
}

.tablegoeth {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tdgoeths {
  padding-right: 40px;
  padding-bottom: 30px;
}

/* ----- HAUT DE PAGE ----- */
#hautpage {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* ----- BARRE DE NAVIGATION ----- */
#navigbarre {
  width: 180px;
  position: absolute;
  top: 150px;
  left: 0px;
  background-image: url('../images/saffond.gif');
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-top: 25px;
  padding-bottom: 200px;
  font-weight: bold;
}

#navig_encours1 {
  text-decoration: none;
  color: #000000;
}

#navig_encours2 {
  text-decoration: none;
  color: #939bfd;
  display: block;
}

#navigbarre A {
  text-decoration: none;
  margin-bottom: 1em;
  padding-right: 10px;
}

#navigbarre A:active {
  text-decoration: underline;
}

#navigbarre A:hover {
  text-decoration: underline;
}

#navig {
  padding-left: 15px;
  line-height: 3em;
}

#navigbas {
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
}

#navigbas A {
  text-decoration: none;
}

#navigbas A:active {
  text-decoration: underline;
}

#navigbas A:hover {
  text-decoration: underline;
}

/* ----- DETAIL DE LA PAGE ----- */
#detail {
  background-color: #E2C094;
  margin-left: 180px;
  margin-top: 150px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 40em;
  padding-left: 30px;
}

.notebas {
  text-decoration: none;
  font-size: 8pt;
  text-align: right;
  margin-top: 2em;
}

#baspage {
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 3em;
  font-size: 8pt;
  text-align: center;
}

#baspage A {
  ;text-decoration: none;
  color: #4B321D;
}

#baspage A:active {
  text-decoration: underline overline;
}

#baspage A:hover {
  text-decoration: underline overline;
}

