/* home.css */

#MainPage {
  margin: 60px auto 0 auto;
  width: 970px;
  border: 1px solid #FB007D;
  background: transparent url(/images/background.gif) repeat-x top;
}
#MainPage .homeLink {
  display: block;
  width: 968px;
  height: 212px;
  background: transparent url(/images/bandeau-accueil.jpg) no-repeat;
}
#MainPage .baseline {
  color: white;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-top: 20px;
}
#MainPage .enter {
  font-size: 18px;
  text-align: center;
  margin: 50px 0 40px 0;
}
#MainPage .enter a {
  color: white;
  text-decoration: none;
  padding: 20px;
  outline: none;
}
#MainPage .enter a:hover {
  color: #E3027C;
}
#MainPage .homeBanner {
  width: 968px;
  height: 250px;
  background: transparent url(/images/maison-bandeau.jpg) no-repeat top center;
}
