/* banner.css */

/* TopBannerMain */
#TopBannerMain {
  width: 679px;

}

/* LeftBannerMain */
#LeftBannerMain {
  width: 229px;
  padding-top: 250px;
  background: #690404 url(/images/bandeaux/logo.jpg) no-repeat top left;
}

#LeftBannerMain p{
  padding: 0 19px 10px 24px;
}

#LeftBannerMain .agency{
  color: #F9EA7D;
  font-size: 14px;
  font-weight: bold;
}

#LeftBannerMain .contact{
  color: #FFF6CC;
  font-size: 12px;
  font-weight: bold;
}

#LeftBannerMain .email{
  color: #FFF6CC;
  font-size: 11px;
}

/* BottomBannerMain */
#BottomBannerMain {
  background: #F9EA7D url(/images/bandeaux/bottom.gif) no-repeat top;
  padding-top: 10px;
  text-align: center;
}

#BottomBannerMain a{
  margin: 0 10px;
  font-size: 11px;
  font-style: italic;
  text-decoration: none;
  color: #C17B1E;
}

#BottomBannerMain .copyright{
  margin: 0 -10px 0 10px;
}
