/* price.css */

.PriceBox {
  width: 600px;
  padding-right: 10px;
}

.PriceBox .colorTitle {
  font-size: 24px;
  color: #FF00B7;
  font-weight: normal;
}

/* section menu */

#PriceSectionMenu ul li a:hover {
  color: #FF00B7;
}

#PriceSectionMenu ul li .selected {
  color: #FF00B7;
}

/* menu hover */

#Menu ul li a:hover {
  color: #FF00B7;
}

#Menu ul li .tarif {
  color: #FF00B7;
}

.FooterBox a {
  text-decoration: none;
}

.FooterBox a:hover {
  color: #FF00B7;
}