.BorrowerGuideBox {
  padding: 10px;
  width: 550px;
}

.BorrowerGuideBox a {
    color: #595959;
}

.BorrowerGuideBox li {
    margin: 5px;
}

/* images et boutons images */

.boutonImprimer {
  background: url("/images/static/borrowerguide/imprimer.gif");
  width:197px;
  height:32px;
  display: block;
}

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

/*sommaire*/
.sommaire {
	text-align: left;
	font-weight:bold;
	letter-spacing:-0.2px;
	font-size:13px;
	color:#314f9c;
}

.sommaire a {
	font-family:Arial;
	font-weight:bold;
	letter-spacing:-0.2px;
	font-size:13px;
	color:#314f9c;
	text-decoration:none;
}

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

.sommaireBottom .petitlien {
  font-size:11px;
	color:#9c0000;
}

.liSomm a {
	letter-spacing:-0.2px;
	font-size:13px;
	color: black;
	text-decoration:none;
}

.liSomm a:hover {
  text-decoration: underline;
}

a.sommaire:hover {
	text-decoration:underline;
}

.sommaireBottom a {
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.sommaireBottom a:hover {
	text-decoration:underline;
}

.liSomm {
  margin: 0;
  padding: 0;
  list-style-image: url("/images/static/borrowerguide/puce_sommaire.gif");
  list-style-position: 1em;
}

.chfRom {
  font-family:Arial;
  font-weight:bold;
  font-size:16px;
  color:#F97D0D;
}

/*tableaux*/

.BorrowerGuideBox table {
  width: 520px;
  margin: 10px 5px;
}

.BorrowerGuideBox table tr td {
  padding: 4px;
  border: 1px solid black;
}

.one {
  background-color:#D3DEE9;
}

.two {
 background-color:#A9BED6;
}

.BorrowerGuideBox table .header {
 background-color:#31639C;
  color: white;
  font-weight: bold;
  text-align: center;
}

.important {
	color: red;
}

.comment {
  text-decoration: underline;
}

.legende {
  border: 1px solid #595959;
  padding: 5px;
}

.legendeTitle {
  text-align: center;
}