/* right.css */

#RightMain .RightTitle {
  padding-top: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #CC0033;
  text-align: center;
}

#RightMain .street {
  font-size: 14px;
  color: #CC0033;
  padding-top: 15px;
  text-align: center;
}

#RightMain .country {
  font-size: 14px;
  color: #CC0033;
  text-align: center;
}

#RightMain .tel {
  font-size: 14px;
  color: #CC0033;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

#RightMain .fax {
  font-size: 14px;
  color: #CC0033;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

#MainPage .Right {
  background: url(/images/foret-enneige.jpg) no-repeat bottom;
}

