/* banner.css */

#TopBannerMain {
  border: none;
  height: 300px;
  background: transparent url(/images/bandeau-beaujolais.jpg) no-repeat;
}

/*BottomBannerMain */

#BottomBannerMain {
  background: transparent url(/images/footer.gif) repeat-x;
  color: white;
  height: 43px;
  line-height: 43px;
  width: 957px; 
  position:relative;

}

#BottomBannerMain p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

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

#BottomBannerMain .logoFnaim {
	background : url(/images/logo-fnaim.png) No-repeat;
	width      : 40px;
	height     : 30px;
	position   : absolute;
	right      : 0px;
	top        : 7px;
}


