/********** Global **********/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}

table {
  border-collapse: collapse;
}
.actuel {
  float: left;
}

img {
  border: 0;
}

.FlashError a {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #595959;
  text-decoration: underline;
}

#StructureTable {
  clear: both;
}

/********* MainPage *********/

.SiteLeft {
  width: 33%;
}
.SiteContent {
  background: white;
  padding-top: -20px;
}
#ContentBox {
  border: 1px solid #455661;
  margin: 30px 0 10px 0;
}
.SiteMenuSection {
  background: #ECEEEF;
  height: 600px;
  display: table-cell;
}
.SiteRight {
  width: 33%;
}
#StructureTable td {
  vertical-align: top;
}
#MainContent {
  min-height: 750px;
}

/********* Header *********/

#Header {
  width: 926px;
  background: url(/images/bandeau/le-pret-immobilier.jpg) 337px no-repeat;
  height: 138px;
}
#Header {
  vertical-align: bottom;
  display: block;
}
#Header .linkTitle {
  position: absolute;
  margin-top: -25px;
}
#Header .linkTitle a {
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  line-height: 20px;
}
#Header .lien {
  display: block;
  float: left;
  width: 500px;
  height: 105px;
}
.consultation {
  color: white;
  margin: 0 5px;
  text-decoration: none;
  background: transparent url(/images/buttons/dossier-pret-immobilier.gif) no-repeat bottom;
  display: block;
  padding: 5px 15px;
  float: right;
  font-size: 14px;
}
.simulation-gratuite {
  color: white;
  text-decoration: none;
  background: transparent url(/images/buttons/simulation-pret-immobilier.gif) no-repeat bottom;
  display: block;
  padding: 5px 25px;
  float: right;
  font-size: 14px;
}

/* SocialLinks */

#SocialLinks {
  position: absolute;
  width: 290px;
  margin: -28px 0 0 650px;
}
#SocialLinks .followOnFacebook {
  height: 22px;
  width: 95px;
  padding-top: 2px;
  vertical-align: middle;
}
#SocialLinks #___plusone_0 {
  vertical-align: middle !important;
  width: 75px !important;
}
#SocialLinks .followOnGoogle img {
  vertical-align: middle;
}
#SocialLinks .rss {
  position: absolute;
  margin: -22px 0 0 220px;
  text-decoration: none;
  color: #666666;
  line-height: 20px;
  height: 20px;
  padding-left: 25px;
  width: 60px;
  background: transparent url(/images/rss.gif) no-repeat top left;
  display: block;
  font-size: 12px;
  font-family: Arial;
}

/* NewsLetterSubscriptionBox */

#Header .NewsletterSubscriptionBox {
  margin: 0px 35px;
  width: 280px;
}
#Header .NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}
#Header .NewsletterSubscriptionBox input {
  width: 150px;
}
#Header .NewsletterSubscriptionBox .DrWInput {
  font-size: 12px;
}
#Header .NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  font-size: 12px;
}

/********* MenuBar *********/

#MenuBar {
  height: 30px;
  background: #dadbdc;
  padding: 0;
}
#MenuBar ul {
  width: 100%;
  list-style-type: none;
}
#MenuBar ul li {
  float: left;
  padding: 0 1px;
}
#MenuBar a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #D9D79A;
  background: url(/images/menu/left-arrondi.gif) no-repeat left;
}
#MenuBar a .rounded {
  background: url(/images/menu/right-arrondi.gif) no-repeat right;
  display: block;
}
#MenuBar a:hover,
#MenuBar a.selected {
  background: url(/images/menu/left-arrondi-hover.gif) 0 1px no-repeat;
  color: white; 
}
#MenuBar a:hover .rounded,
#MenuBar a.selected .rounded {
  background: url(/images/menu/right-arrondi-hover.gif) no-repeat right;
}
#MenuBar .simulationButton {
  background: url(/images/menu/left-arrondi-simulation.gif) no-repeat left;
  color: white;
  width: 190px;
}
#MenuBar .simulationButton .rounded {
  background: url(/images/menu/right-arrondi-simulation.gif) no-repeat right;
}
#MenuBar .borrowerguide {
  width: 100px;
}
#MenuBar .taux {
  width: 95px;
}
#MenuBar .calculatrices {
  width: 93px;
}
#MenuBar .assurance {
  width: 135px;
}
#MenuBar .simulation-rachat-pret {
  width: 112px;
}
#MenuBar .rachat{
  width: 112px;
}
#MenuBar .devis {
  background: url(/images/menu/left-arrondi-simulation.gif) no-repeat left;
  color: white;
  width: 107px;
  cursor:pointer;
}
#MenuBar .devis .rounded {
  background: url(/images/menu/right-arrondi-simulation.gif) no-repeat right;
}
#MenuBar .question {
  width: 35px;
}
#MenuBar .news {
  width: 40px !important;
}

/* Root Menu Hover Persistence */
#MenuBar ul a:hover,
#MenuBar ul li:hover a,
#MenuBar ul li.iehover a {
  background: url(/images/menu/left-arrondi-hover.gif) 0 1px no-repeat;
  color: white; 
}
#MenuBar ul a:hover .rounded,
#MenuBar ul li:hover a .rounded,
#MenuBar ul li.iehover a .rounded {
  background: url(/images/menu/right-arrondi-hover.gif) no-repeat right;
}

/* 2nd Menu */
#MenuBar ul ul {
  display: none;
  position: absolute;
}
#MenuBar ul li:hover ul,
#MenuBar ul li.iehover ul {
  margin: -1px 0 0 0;
  padding: 0;
  display: block;
  width: 235px;
  z-index: 100;
  position: absolute;
  background: white url(/images/section-menu/menu.gif) repeat-x bottom;
  border: 1px solid #999999;
  border-top: none;
  -moz-box-shadow:0 5px 10px black;
  -webkit-box-shadow:0 5px 10px black;
  box-shadow:0 5px 10px black;
}
#MenuBar ul li:hover ul li,
#MenuBar ul li.iehover ul li {
  width:215px;
  margin: 0;
  padding: 0;
  clear: both;
  list-style-type: none;
}
#MenuBar ul li:hover ul li a,
#MenuBar ul li.iehover ul li a {
  width:100%;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  display: block;
  color: #455661;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  background: none;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer; 
  border: none;
}
#MenuBar ul li:hover ul li a .rounded,
#MenuBar ul li.iehover ul li a .rounded {
  background: none !important;
  height: 20px;
  padding-top: 0;
}
#MenuBar ul li:hover ul li a:hover,
#MenuBar ul li.iehover ul li a:hover {
  border: none;
  background: #3b7dd5 url(/images/section-menu/hover.gif) repeat-x bottom;
  color: white;
}

/********* SectionMenu *********/

.SectionMenu {
  height: 100%;
  width: 200px;
  padding: 0;
  color: #455661;
  font-size: 12px;
}
.SectionMenu ul {
  list-style-type: none;
  background: white url(/images/section-menu/menu.gif) repeat-x bottom;
}
.SectionMenu ul li {
  line-height: 25px;
}
.SectionMenuTitle {
  background: white;
  color: #595959;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  display: block;
  padding-left: 10px;
}
.SectionMenu .section li {
  color: white;
  background: url(/images/section-menu/buton.gif) repeat-x top;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin-bottom: 1px;
}
.SectionMenu .section li a {
  color: #D9D79A;
  text-decoration: none;
  display: block;
  padding-left: 10px;
}
.SectionMenu .section li .SectionMenuArrow {
  background: transparent url(/images/section-menu/fleche.gif)  no-repeat right;
  padding-left: 10px;
  display: block;
  margin-right: 5px;
  color: #D9D79A;
}
.SectionMenu .rubric {
  border: 1px solid #455661;
  border-left: none;
  margin-bottom: 2px;
}
.SectionMenu .rubric li {
  background: none;
  text-transform: none;
}
.SectionMenu .rubric li a {
  color: #455661;
  line-height: 23px;
}
.SectionMenu li a:hover {
  background: #3b7dd5 url(/images/section-menu/hover.gif) repeat-x bottom;
  color: white;
}

/********* MainContent *********/

#MainContent {
  width: 100%;
}
#GuideBox table {
  margin: 10px 0;
}
#GuideBox p {
  padding: 5px 0;
}
#GuideBox p.sommaire {
  padding: 0;
}
#GuideBox table td {
  padding: 3px 0;
}
#GuideBox .affichePointsCles table {
  margin: 0;
}
#GuideBox .affichePointsCles table td {
  padding: 0;
}
#GuideBox .italic {
  font-style: italic;
}
#GuideBox .underline {
  text-decoration: underline;
}
h1 {
  padding: 10px 0;
  color: #F66F2B;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.cleaner {
  clear: both;
}
#AdBanner {
  width: 120px;
}
.offres {
  list-style-type: square;
}

/* IntroBox */
#MainContent #IntroBox {
  border: 1px solid #B7BEC0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white url(/images/section-menu/menu.gif) repeat-x bottom;
  padding: 10px;
  margin: 0 0 10px 0;
}
#MainContent #IntroBox h1 {
  margin: 0 0 5px 0;
  padding: 0;
}
#MainContent #IntroBox img {
  width: 130px;
  height: 95px;
  float: left;
  margin-right: 5px;
}
#MainContent #IntroBox .important {
  font-weight: bold;
  margin-bottom: 5px;
}
#MainContent #IntroBox p {
  color: #455661;
  text-align:justify;
  padding: 0;
  margin: 0;
}

/* SummaryBox */
#MainContent #SummaryBox {
  width: 410px;
  height: 360px;
  float: left;
  border: 1px solid #B7BEC0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white url(/images/section-menu/menu.gif) repeat-x bottom;
  padding: 10px 0 0 10px;
  margin: 0 10px 0 0;
}
#MainContent #SummaryBox h2 {
  font-weight: bold;
  font-size: 16px;
  color: #F66F2B;
  margin: 0;
}

#MainContent #SummaryBox ul li {
  color: #455661;
}

#MainContent #SummaryBox strong {
  color: #455661;
  font-size: 12px;
}

#MainContent #SummaryBox table {
  width: 100%;
}
#MainContent #SummaryBox tr td {
  width: 50%;
  padding: 0 10px;
}
#MainContent #SummaryBox ul {
  margin: 0 0 15px 0;
}
#MainContent #SummaryBox ul li {
  margin: 0;
}
#MainContent #SummaryBox ul li ul li {
  margin: 5px 0 0 15px;
}
#MainContent #SummaryBox ul li ul li a {
  color: #224295;
  text-decoration: none;
  font-size: 12px;
}
#MainContent #SummaryBox ul li ul li a:hover {
  text-decoration: underline;
}

/***** SlideBar *****/
.SlideBar {
  font-size: 12px;
}

.SlideBar .returnTop {
  background: transparent url(http://www.diagnostic-expertise.com/images/static/slide-bar/slide-arrow-top.gif) no-repeat center;
  text-align: center;
}
.SlideBar .returnTop:visited {
  background: transparent url(http://www.diagnostic-expertise.com/images/static/slide-bar/slide-arrow-top-hover.gif) no-repeat center;
}
.SlideBar {
  margin: 15px 0;
  width: 100%;
}
.SlideBar .previous {
  background: url(http://www.diagnostic-expertise.com/images/static/slide-bar/slide-arrow-left.gif) no-repeat left;
  padding-left: 10px;
  text-decoration: underline;
}
.SlideBar .previous:visited {
  background: url(http://www.diagnostic-expertise.com/images/static/slide-bar/slide-arrow-left-hover.gif) no-repeat left;
}
.SlideBar .next {
  float: right;
  background: url(http://www.diagnostic-expertise.com/images/static/slide-bar/slide-arrow-right.gif) no-repeat right;
  padding-right: 10px;
  text-decoration: underline;
}
.SlideBar .next:visited {
  background: url(http://www.diagnostic-expertise.com/images/static/slide-bar/slide-arrow-right-hover.gif) no-repeat right;
}
.SlideBar .returnTop {
  text-align: center;
  display: block;
  margin: -15px auto 0 auto;
  width: 120px;
}
.SlideBar .cleaner {
  clear: both;
  display: block;
}

/***** Show *****/

.SquareFooterShow {
  text-align: center;
  padding: 10px 0;
}
.HorizontalShow {
  position: absolute;
  margin: 40px 0 0 344px;
  padding: 0;
}
.SimulationShow {
  background: url(/images/index/HorizontalAdvertisingBanner-background.gif) repeat-x;
  cursor: pointer;
  border-bottom: 0;
}
.VerticalShow p {
  margin: 0 0 3px 0;
  padding: 0;
}
.project {
  color: #FFD217;
  font-size: 31px;
  text-align: center;
  font-weight: bold;
}
.pret {
  font-size: 29px;
  color: white;
  text-align: center;
}
.SimulationShow .bouton {
  background: url(/images/buttons/simulation-gratuite.gif) no-repeat center;
  line-height: 70px;
  text-align: center;
}
.SimulationShow .bouton a {
  color: white;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 310px;
  margin: 20px auto 10px auto;
}
.information {
  color: #C43A05;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.centerShow {
  margin: 2px 2px 1px 75px;
}
#AssuranceBox .viralVideoPlayer .title {
  border-bottom: none;
  text-transform: none;
}

/********* Footer *********/

#Footer .footerLinks {
  line-height: 41px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  background: url(/images/bandeau/footer.gif);
}
#Footer .footerLinks a {
  color: #D9D79A;
  text-decoration: none;
  padding: 5px 7px 5px 7px;
}

/* copyright */
.copyright {
  text-align: right;
  color: #6D8290;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 10px;
}
.copyright a {
  text-decoration: none;
  color: #6D8290;
}

/* Network */

#Network {
  float: left;
  padding: 5px 10px;
  font-size: 10px;
  color: #6D8290;
}
#Network .partners {
  float: left;
  font-weight: bold;
  padding-right: 2px;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  color: #6D8290;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}

/* ExternalShow */

#ExternalShow {
  position: absolute;
  margin-left: 930px;
}
