.TitleOrangeArrow {
  font-size: 14px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #E6511E;
}

#MainContent .BorrowerGuideBox {
}

.BorrowerGuideBox a {
  color: #F97D0D;
}

.BorrowerGuideBox .TitleOrangeArrow2 {  /* 
just for credit-immobilier page */
  background: transparent url("/images/pictos/title-orange-arrow.gif") no-repeat top left;
  margin: 0;
  padding: 0;
  margin-left: -10px; /* to undo the 

BorrowerGuideBox's padding */
  padding-left: 27px;
  line-height: 22px;
  font-size: 15px;
  color: #F97D0D;
  text-transform: uppercase;
}

/* images et boutons images */


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

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

.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;
}

/* titres de sections */

.chapterTitle {
  font-family:Arial;
  font-weight:500;
  letter-spacing:-0.1px;
  font-size:18px;
  color:#314f9c;
  text-decoration:underline;
}

.chapterNum {
  font-family:Arial;
  font-weight:500;
  letter-spacing:-0.1px;
  font-size:18px;
  color:#F97D0D;
  text-align:left;
  text-decoration: none;
}

.chapterRubric {
  font-family:arial;
  font-size:13px;
  color:#000000;
  text-decoration:underline;
  padding-left:25px;
  font-weight: normal;
}

.letter {
  font-family:arial;
  font-size:13px;
  color:#314F9C;
  padding-left:45px;
  font-style:italic;
}


/*tableaux*/

.simulationTable {
  width: 535px;
  margin: 2px;
}

.simulationTable tr td {
  padding: 4px;
  border: 1px solid white;
}

.one {
  background-color:#D3DEE9;
}

.two {
 background-color:#A9BED6;
}

.tableTitle {
 background-color:#31639C;
  color: white;
  font-weight: bold;
}

.important {
	color: red;
}

.comment {
  text-decoration: underline;
}

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

.legendeTitle {
  text-align: center;
}

/* TechnicalBox */
#TechnicalBox {
  width: 205px;
  float: right;
  margin: 10px 10px 0 10px;
  padding-top: 40px;
  font-size: 11px;
  background: white url("/images/static/borrowerguide/vous-apprenez.gif") no-repeat top;
}
#TechnicalBox .apprendre {
  font-size:12px;
  color:#000000;
  padding-left:20px;
  margin-top: 10px;
  background-image: url("/images/static/borrowerguide/apprendre.gif");
  background-repeat:no-repeat;
  background-position:top left;
}
#TechnicalBox .petiteNote {
  font-family:Arial;
  font-size:10px;
  color:#000000;
}

#MainContent #TechnicalBox p {
  margin: 10px 0;
}

.clear {
  clear: both;
}	


