/* TopBannerMain */

#TopBannerMain {
  margin: 0;
  position: relative;
  width: 800px;
  padding: 0;
}

#TopBannerMain .TopBannerMain {
  background-image: url(/images/bandeaux/TopBannerMain.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 139px;
  left: 0px;
  top: 0px;
  margin: 0;
  border: none;
  z-index: 100;
  cursor: pointer; cursor: hand;
}

#TopBannerMain .baseline {
  background: black;
}
#TopBannerMain .baseline p {
  color: white;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  margin: 0;
  padding: 5px;
}

/* BottomBannerMain */

#BottomBannerMain {
  background: #000000;
  width: 800px;
  color: white;
  font: 8pt arial;
  font-weight: bold;
  padding: 5px 0 0 5px;
  margin: 0;
  margin-top: 5px;
}

#BottomBannerMain a {
  color: white;
  text-decoration: none;
}
#BottomBannerMain a:hover {
  text-decoration: underline;
}

#BottomBannerMain table {
  width: 99%;
  padding: 0;
  margin: 0 0 5px 0;
  border-collapse: collapse;
}

#BottomBannerMain table .right {
  text-align: right;
}