/* TechnicalBox */
.ConseilBox{
  width: 210px;
  float: right;
  margin: 0px 0 0 5px;
  border: 1px solid black;
}

.ConseilBox p {
  margin: 10px 5px 0 5px;
}

.ConseilBox ul {
  padding: 0 10px;
}

#TechnicalBox {
  width: 205px;
  float: right;
  margin: 0px 0px 0 10px;
  padding-top: 50px;
  font-size: 11px;
  background: transparent url("/images/static/borrowerguide/vous-apprenez.gif") no-repeat top !important;
}
#TechnicalBox .apprendre {
  font-size:12px;
  color:#000000;
  padding: 0 5px 0 15px;
  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;
  padding: 5px;
} 

.clear {
  clear: both;
}

.underline {
  text-decoration: underline;
}


/* AdviceBox */
.PiecesTable table tr td {
  padding: 0;
  margin: 0;
}
.PiecesTable .checkbox {
  background: transparent url(http://www.diagnostic-expertise.com/images/static/advices/checkbox.gif) no-repeat center;
  width: 20px;
  cursor: pointer;
  line-height: 40px;
  height: 55px;
}
.PiecesTable .checkbox .checked {
  background: transparent url(http://www.diagnostic-expertise.com/images/static/advices/checked-checkbox.gif) no-repeat center;
  width: 20px;
  
}

.printButton {
  text-align: center;
}

#QuestionsBox ul li {
  margin: 10px 0;
}

#MainContent .QuestionName {
  font-size: 13px;
  color: #1F6EE4;
  font-weight: bold;
}
#MainContent table tr td.vertical {
  vertical-align: middle;
  text-align: center;
}
