/* banner.css */

/* TopBannerMain */
#TopBannerMain {
  width: 672px;
  height: 211px;
}

#TopBannerMain a img {
  border: 0;
}

/* LeftBannerMain */
#LeftBannerMain {
  width: 223px;
  padding-top: 20px;
  background: #003B78 url(/images/bandeaux/logo.gif) no-repeat top left;
}

#LeftBannerMain p {
  text-align: justify;
}

#LeftBannerMain a {
  color: #FFFFFF;
  text-align: justify;
}

#LeftBannerMain .agency {
  color: #FFCC00;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 10px 15px;
}

#LeftBannerMain .baseline {
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}

#LeftBannerMain .referencement {
  color: #A8BECC;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px 20px 10px;
}

#LeftBannerMain .Titleagency {
  color: #FFCC00;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
}

#LeftBannerMain .Textagency {
  color: #A8BECC;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 10px 10px 10px;
}

#LeftBannerMain .Textagency .tel {
  font-size: 15px;
  color: white;
}

.leftBottom {
  background: #595959;
  height: 140px; 
}

.leftBottom .promotion {
  color: #FFCC00;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 8px 10px;
  border-top: 2px solid white;
}

.leftBottom .link-left {
  padding: 2px 0 0 10px;
}

.leftBottom .link-left a {
  background: url(/images/bandeaux/promotion.gif) no-repeat;
  display: block;
  font-size: 12px;
  color: black;
  text-decoration: none;
  line-height: 27px;
  font-weight: bold;
  padding-left: 25px;
}

.leftBottom .link-left a:hover {
  background: url(/images/bandeaux/promotion2.gif) no-repeat;
  color: white;
}


/* BottomBannerMain */
#BottomBannerMain {
  background: #494949;
  text-align: right;
  width: 900px;
  margin: auto;
  line-height: 25px;
}

#BottomBannerMain .left {
  float: left;
}

#BottomBannerMain p {
  color: white;
  font-weight: bold;
  font-size: 11px;
}

#BottomBannerMain p a {
  margin: 0 5px;
  font-size: 11px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#BottomBannerMain .referencement {
  float: left;
  line-heigt: 25px;
  color: white;
  font-size: 12px;
  font-weight: normal;
}

