.BorrowerGuideBox {
  padding: 10px;
  font-size: 12px;
}

.BorrowerGuideBox .TitleOrangeArrow {
  margin: 0;
  margin: -10px;
}

.BorrowerGuideBox a {
  color: #F97D0D;
}

h1.TitleOrangeArrow {
  font-size:15px;
  color:#314F9C;
  padding:20px 10px;
}

.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 */

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

.boutonDossier {
  background-image: url(/images/static/borrowerguide/remplissez-votre-dossier.gif);
  width:197px;
  height:47px;
  display: block;
  margin-bottom: 5px;
}

.retourTop {
  background: 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:#127DC9;
  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: #E73800;
}

/* titres de sections */

h2.chapterTitle {
  margin-bottom: 10px;
  clear: none;
  font-size: 14px;
  color: #127DC9;
  border-bottom: 1px solid #C3CED4;
  padding: 3px 0 3px 16px;
  background: transparent url(/images/skin4/content/h2-arrow.jpg) 0 4px no-repeat;
  text-align: left;
  font-size: 14px;
}

.chapterRubric {
  padding: 0 10px;
  font-size: 12px;
  color: black;
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 10px;
  background: transparent url(/images/skin4/content/h3-arrow.gif) no-repeat 0 5px;
}

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


/*tableaux*/

.simulationTable {
  width: 540px;
  margin: 10px;
  font-size: 12px;
}

.simulationTable tr td {
  padding: 4px;
}

.one {
  background-color:#cfe0f0;
}

.two {
 background-color:#b4d0e6;
}

.tableTitle {
  background: #241f1f url(/images/skin4/section-menu/section.gif) repeat-x top;
  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 img {
  background: white;
  margin-left: 1px;
}

#TechnicalBox {
  width: 210px;
  padding-bottom: 10px;
  float: right;
  margin: 10px 10px 0 10px;
  font-size: 11px;
  background: transparent url(/images/skin4/content/technicalBox/background.gif) no-repeat bottom;
}
#TechnicalBox .apprendre {
  font-size:12px;
  color:#000000;
  margin: 5px;
  padding-left:20px;
  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;
  margin: 5px;
}

#TechnicalBox .boutonDossier,
#TechnicalBox .boutonImprimer {
  margin-left: 6px;
}

.clear {
  clear: both;
}	



