/* index.css */

#MainContentBox table {
  //margin-top: -3px; /* Crack IE */
}

.homeBox {
  width: 400px;
  border: 2px solid white;
  background: #ECEEEF;
}
.homeBox h1,
.NewsBox h1,
#QuestionBox .HeaderBox {
  font-size: 14px;
  background: url(/images/section-menu/buton.gif) repeat-x top;
  padding: 5px 10px;
  color: #D9D79A;
  font-weight: bold;
  text-transform: uppercase;
}
.homeBox h1 a {
 color: #D9D79A;
 text-decoration: none;
}
.homeBox a {
  color: #455661
}
.homeBox p {
  margin: 0;
  padding: 0;
}
.homeBox .text {
  margin: 0 10px;
  padding: 0;
  font-size: 12px;
  text-decoration: none;
  color: #455661;
}
.homeBox .text a {
  text-decoration: none;
}
.homeBox img {
  float: left;
  margin: 0 10px;
}
.homeBox ul li {
  font-size: 12px;
  list-style-type: none;
  margin-top: 2px;
}
.homeBox ul li a {
  color: #455661;
  text-decoration: none;
}

/* GuideBox */
#GuideBox {
  border-bottom: none;
  height: 255px;
}

/* CalculatorBox */
#CalculatorBox {
  border-left: none;
  border-bottom: none;
  height: 255px;
}

#GuideBox .rubric,
#CalculatorBox .rubric {
  color: #455661;
  font-size: 12px;
  background: transparent url(/images/rubric.gif) no-repeat center left;
  margin: 5px;
  padding: 0 0 0 10px;
  text-decoration: underline;
  font-weight: bold;
}
#GuideBox .text, 
#CalculatorBox .text {
  margin-bottom: 5px;
  padding: 0;
}
#GuideBox ul li a:hover,
#CalculatorBox ul li a:hover {
  background: transparent url(/images/rubric.gif) no-repeat -1px;
  padding-left: 10px;
  text-decoration: underline;
}
#GuideBox .viewAll,
#CalculatorBox .viewAll {
  clear: both;
  margin: 5px 10px 0 0;
  text-align: right;
  font-size: 12px;
}
#CalculatorBox .viewAll {
  margin-top: 10px;
}
#GuideBox .viewAll a,
#CalculatorBox .viewAll a {
  background: transparent url(/images/rubric.gif) no-repeat center left;
  padding-left: 10px;
  font-weight: bold;
  color: #D96E33;
  text-decoration: none;
}
#GuideBox .viewAll a:hover,
#CalculatorBox .viewAll a:hover {
  text-decoration: underline;
}

/* PreviewedRateBox */
#PreviewedRateBox {
  border-top: 0;
  height: 220px;
}

/* RateBestCreditBox */
#RateBestCreditBox {
  border-bottom: 0;
  height: 215px;
}

#PreviewedRateBox .Links a,
#RateBestCreditBox .Links a {
  font-size: 12px;
  font-weight: bold;
  color: #ff8800;
  padding-left: 5px;
}

#PreviewedRateBox .Links a:hover,
#RateBestCreditBox .Links a:hover {
  color: #21790F;
}

.SmallRateMeilleurCredit .infos {
  width: 350px !important;
}

/* NewsBox */
.NewsBox {
  border: 2px solid white;
  background: #ECEEEF;
  border-left: 0;
  height: 435px;
  width: 400px;
  position: absolute;
}
.NewsBox h1 a {
 color: #D9D79A;
 text-decoration: none;
}
.NewsBox a {
  text-decoration: none;
}
.NewsBox .photo {
  float: left;
}
.NewsBox .photo img {
  height: 40px;
  width: 55px;
  border: none;
  color: transparent;
  padding: 0 2px 0 3px;
  margin: 0;
}
.NewsBox ul {
  padding: 0;
  margin: 0;
}
.NewsBox li {
  list-style-type: none;
  border-bottom: 2px dotted #DADBDC;
  text-align: justify;
  padding: 2px 0;
  margin: 0;
}
.NewsBox li a:hover {
  text-decoration: none;
}
.NewsBox .NewsTitle {
  color: #055993;
  font-size: 12px;
  font-weight: bold;
  margin-left: 2px;
}
.NewsBox .NewsDate {
  font-size: 11px;
  color: #055993;
  font-weight: normal;
}
.NewsBox .NewsDescription {
  padding: 0;
  color: #595959;
  font-size: 11px;
  display: block;
  height: 42px;
  overflow: hidden;
}
.NewsBox .NewsResource {
  color: #595959;
  font-size: 10px;
  font-weight: bold;
}
.NewsBox .linkFile {
  display: block;
  font-size: 12px;
  color: #D96E33;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
}
.NewsBox .linkFile:hover {
  text-decoration: underline;
}

/* ProgramBox */
.ProgramBox {
  border: 1px solid white;
  border-left: none;
  border-top: 0;
  background: #ECEEEF;
  height: 200px;
  width: 400px;
}
.ProgramBox h1 {
  font-size: 14px;
  background: url(/images/section-menu/buton.gif) repeat-x top;
  padding: 5px 10px;
  color: #D9D79A;
  font-weight: bold;
  text-transform: uppercase;
}

.ProgramBox .program {
  margin-left: 10px;
}

.ProgramBox .program a {
  text-decoration: none;
}
.ProgramBox .program img {
  width: 175px;
  height: 110px;
  margin: 5px 13px 0 0;
}
.ProgramBox .program .info {
  color: #595959;
  font-weight: bold;
  margin: 5px;
  display: block;
  font-size: 11px;
}
.ProgramBox .link {
  text-align: right;
  font-size: 10px;
}

.ProgramBox .link a {
  display: block;
  color: #D96E33;
  font-size: 11px;
  font-weight: bold;
  margin: 5px;
  text-align: right;
  text-decoration: none;
}

/* QuestionBox */
#QuestionBox {
  border: 1px solid white;
  border-top: 0;
  background: #ECEEEF;
  height: 200px;
  width: 401px;
}
#QuestionBox .HeaderBox {
  color: #D9D79A;
}
#QuestionBox .HeaderBox .AllQuestion {
  font-size: 10px;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  color: #D9D79A;
  margin: 0 0 0 180px;
}
#QuestionBox .HeaderBox .AllQuestion:hover {
  text-decoration: underline;
}
#QuestionBox h2 {
  margin: 5px;
}
#QuestionBox h2 a {
  color: #455661;
  font-size: 12px;
  background: transparent url(/images/rubric.gif) no-repeat -1px;
  padding: 0 0 0 10px;
  margin: 0;  
  text-decoration: underline;
  font-weight: bold;
}
#QuestionBox .text {
  text-align: justify;
  padding: 0 5px;
  font-size: 11px;
  color: #455661;
  font-style: italic;
}
#QuestionBox .link a {
  display: block;
  color: #D96E33;
  font-size: 11px;
  font-weight: bold;
  margin: 5px;
  text-align: right;
  text-decoration: none;
}
#QuestionBox .link a:hover {
  text-decoration: underline;
}
