/* borrowerguide.css */

.ImportantBox {
  width: 500px;
  border: 1px solid;
  padding: 5px;
  margin: 20px auto;
}

.sommaireBottom {
  background: url("/images/static/borrowerguide/calculette.gif") no-repeat;
  padding-left: 40px;
  color: black;
}

.sommaireBottom .petitlien {
  font-size:11px;
}

.retourTop {
	background-image: url("/images/static/borrowerguide/retour.gif");
	background-repeat:no-repeat;
	float:right;
	width:44px;
	height:16px;
}

.important {
	color: red;
}

.ptz-plus a {
  font-weight: bold;
  margin-top: 15px;
}
