/********* Global *********/

* {
  margin: 0;
  padding: 0;
}

body {
  background: white url(/images/background.gif) repeat-x top;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
}

.FlashError a {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #595959;
  text-decoration: underline;
}


/********* MainPage *********/

#MainPage {
  margin: 25px auto;
  width: 948px;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #848484;
}

#MainPage .MainPageTable {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
  clear: both;
}
#MainPage .MainPageTable td {
  vertical-align: top;
}
#MainPage .MainPageTable .table td {
  vertical-align: top;
  padding: 5px;
}

/********* Header *********/

#Header {
  height: 124px;
  background: transparent url(/images/header.jpg) no-repeat;
}

/* linkTitle */
.linkTitle a {
  position: absolute;
  margin-top: -15px;
  width: 925px;
  overflow: hidden;
  color: black;
  text-decoration: none;
  font-size: 10px;  
}

/* homeLink */
.homeLink {
  display: block;
  width: 905px;
  height: 80px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;  
}

/* NewsletterSubscriptionBox */
.NewsletterSubscriptionBox {
  float: right;
  margin: -25px 5px 0 0;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  color: black;
}
.NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}

/********* MenuBar *********/

#MenuBar {
  height: 36px;
}
#MenuBar ul {
  width: 100%;
  list-style-type: none;
}
#MenuBar ul li {
  float: left;
}
#MenuBar ul li a {
  display: block;
  text-align: center;
  color: white;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 36px;
  background: transparent url(/images/menu/menu-left.gif) no-repeat left 0;
  cursor: pointer;
}
#MenuBar ul li a.home {
  background: transparent url(/images/menu/home.gif) no-repeat top;
  font-size: 0px;
  margin: 0;
  display: block;
  height: 36px;
  width: 44px;
}
#MenuBar ul li .economie  {
  width: 190px;
}
#MenuBar ul li .isolation  {
  width: 190px;
}
#MenuBar ul li .finance {
  width: 190px; 
}
#MenuBar ul li .technique {
  width: 160px; 
}
#MenuBar ul li .dpe  {
  width: 84px; 
}
#MenuBar ul li .devis {
  width: 90px; 
}
#MenuBar ul li a .rounded {
  display: block;
  background: transparent url(/images/menu/menu-right.gif) no-repeat right 0;
  height: 36px;
}
#MenuBar ul li a.home:hover {
  background: transparent url(/images/menu/home.gif) no-repeat center;
}
#MenuBar ul li a.home.selected {
  background: transparent url(/images/menu/home.gif) no-repeat bottom;
}
#MenuBar ul li a.home.selected:hover {
  background: transparent url(/images/menu/home.gif) no-repeat center;
}
#MenuBar ul li a.home .rounded,
#MenuBar ul li a.home:hover .rounded,
#MenuBar ul li a.home.selected .rounded {
  background: none;
}
#MenuBar ul li a:hover {
  background: transparent url(/images/menu/menu-left.gif) no-repeat left -36px;
}
#MenuBar ul li a:hover .rounded {
  background: transparent url(/images/menu/menu-right.gif) no-repeat right -36px;
}
#MenuBar ul li a.selected {
  background: transparent url(/images/menu/menu-left.gif) no-repeat left -72px;
  color: black;
}
#MenuBar ul li a.selected .rounded {
  background: transparent url(/images/menu/menu-right.gif) no-repeat right -72px;
}
#MenuBar ul li a.selected:hover {
  background: transparent url(/images/menu/menu-left.gif) no-repeat left -36px;
  color: white !important;
}
#MenuBar ul li a:hover .rounded {
  background: transparent url(/images/menu/menu-right.gif) no-repeat right -36px;
}

/* Root Menu Hover Persistence */
#MenuBar ul a:hover,
#MenuBar ul li:hover a,
#MenuBar ul li.iehover a {
  background: transparent url(/images/menu/menu-left.gif) no-repeat left;
  color: white;
}
#MenuBar ul a:hover .rounded,
#MenuBar ul li:hover a .rounded,
#MenuBar ul li.iehover a .rounded {
  background: transparent url(/images/menu/menu-right.gif) no-repeat right;
}

/* 2nd Menu */
#MenuBar ul ul {
  display: none;
  position: absolute;
}
#MenuBar ul li:hover ul,
#MenuBar ul li.iehover ul {
  display: block;
  width: 187px;
  z-index: 100;
  position: absolute;
  background: white;
  border: 2px solid black;
}
#MenuBar ul li:hover ul li,
#MenuBar ul li.iehover ul li {
  margin: 0 5px;
  clear: both;
  list-style-type: none;
  width: 170px;
  height: 35px;
  line-height: 35px;
}
#MenuBar ul li:hover ul li a,
#MenuBar ul li.iehover ul li a {
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  background: none;
  padding-left: 5px;
  border-bottom: 1px solid black;
  cursor: pointer;  
}
#MenuBar ul li:hover ul li .last,
#MenuBar ul li.iehover ul li .last {
  border-bottom: none !important;
}
#MenuBar ul li:hover ul li a .rounded,
#MenuBar ul li.iehover ul li a .rounded {
  background: none !important;
}
#MenuBar ul li:hover ul li a:hover,
#MenuBar ul li.iehover ul li a:hover {
  background: black;
  color: white;
}

/********* MainContent *********/

#MainContent {
  background: transparent url(/images/home/background-content-box.gif) no-repeat bottom left;
  width: 625px;
  min-height: 600px;
  text-align: justify;
  margin: 7px;
  padding-bottom: 5px;
}
.WithoutSectionMenu {
  min-width: 770px !important;
}
#MainContent h1 {
  background: transparent url(/images/home/header-content-box.gif) no-repeat top left;
  height: 37px;
  line-height: 37px;
  margin-bottom: 10px;
  padding: 0 5px 0 10px;
  color: white;
  font-size: 16px;
}
#MainContent .GetContent h1 {
  background: none;
  color: black;
  font-size: 14px;
  text-decoration: underline;
  margin: 0 10px 15px 10px;
  padding: 0;
}
#MainContent h2 {
  color: black;
  font-size: 14px;
  text-decoration: underline;
  margin: 0 10px 25px 10px;
}
#MainContent h3 {
  margin: 0 10px 25px 10px;
  font-size: 12px;
  text-decoration: none;
}
#MainContent h4 {
  margin: 0 10px 25px 10px;
}
#MainContent img {
  margin: 5px 0;
}
#MainContent .schema img {
  margin: 0;
}
#MainContent p {
  margin: 0 10px 15px 10px;
}
#MainContent ol.intros {
  list-style-type: upper-roman;
  margin-left: 35px;
  font-size: 14px;
  color: #a50e26;
  font-weight: bold;
}
#MainContent ol.intros li a {
  font-size: 12px;
  font-weight: normal;
}
#MainContent ul,
#MainContent ol {
  margin: 0 10px 10px 30px;
}
#MainContent ul li {
  margin: 5px 0;
}
#MainContent a,
#MainPage a:active {
  color: blue;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent a:visited {
  color: purple;
}
#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainContent .required,
#MainContent .error {
  color: red;
}
#MainContent .table {
  margin: 10px;
}
#MainContent table td,
#MainContent #ContentSmallBox .table tr td,
#ContentBox .table td {
  border: 2px solid white;
  padding: 5px;
  text-align: center;
}
#ContentBox .table .header {
  color: white;
  font-weight: bold;
  text-align: center;
  background: #60a6d6;
}
#ContentBox .table .odd {
  background: #DDE6FE;
}
table .header {
  color: white;
  font-weight: bold;
  text-align: center;
  background: #60a6d6;
}
table .even,
table .one {
  background: #C1D1FE;
}
table .odd,
table .two {
  background: #DDE6FE;
}
#MainContent .simulation {
  margin: 0 0 0 60px;
}
#MainContent .Image {
  float: left;
}
#MainContent .staticImage {
  width: 299px;
  height: 200px;
  float: left;
  margin: 0 0 5px 10px;
}
#MainContent #LearnBox {
  width: 299px;
  height: 200px;
  float: right;
  margin: 0 10px 5px 5px !important;
  font-size: 11px;
  padding: 0 !important;
}
#MainContent #LearnBox img {
  margin: 0;
}
#MainContent #LearnBox p {
  margin: 0 10px 10px 10px;
}
#MainContent #LearnBox .head {
  height: 36px;
  padding: 0 !important;
  margin: 0 !important;
  background: none;
}
#MainContent #LearnBox .content {
  border: 2px solid black;
  height: 160px;
}
#MainContent #LearnBox .content ul {
  margin: 0 5px 10px 25px !important;
}
#MainContent .cleaner {
  clear: both;
}

.viralVideoPlayer {
  margin-bottom: 10px !important;
}

/***** RightContainer ******/

#RightContainer {
  margin: 7px 0;
  padding: 0 !important;
}

/* DevisBox */
#devis {
  margin: 5px 0;
}

/* GrenelleBox */
#RightContainer #GrenelleBox {
  width: 300px;
  height: 250px;
  background: transparent url(/images/rightcontainer/logoboxenvironnement.gif) no-repeat; 
}

/* NewsBox */ 
#RightContainer #NewsBox {
  width: 300px;
  margin: 7px 0 0 0;
  background: transparent url(/images/rightcontainer/background-news-box.gif) no-repeat bottom left;
  height: 269px; 
}
#RightContainer #NewsBox h1 {
  margin-bottom: 0;
  text-decoration: none;
  text-align: center;
  padding: 5px 0;
  background: transparent url(/images/rightcontainer/header-news-box.gif) no-repeat top left;

}
#RightContainer #NewsBox h1 a {
  text-decoration: none;
  font-size: 14px;
  color: white;
}
#RightContainer #NewsBox .photo {
  float: left;
}
#RightContainer #NewsBox .photo img {
  height: 40px;
  width: 55px;
  border: none;
  color: transparent;
  padding: 5px 4px 0 3px;
  margin: 0;
}
#RightContainer #NewsBox ul {
  padding: 0;
  margin: 0;
}
#RightContainer #NewsBox ul a {
  text-decoration: none;
}
#RightContainer #NewsBox li {
  list-style-type: none;
  border-bottom: 2px dotted #CCC8C8;
  text-align: justify;
  padding: 5px 4px 5px 3px;
  margin: 0;
}
#RightContainer #NewsBox li a:hover {
  text-decoration: none;
}
#RightContainer #NewsBox .NewsTitle {
  font-size: 11px;
  margin-left: 3px;
  color: #095BA5;
}
#RightContainer #NewsBox .NewsDate {
  font-size: 11px;
  color: #095BA5;
  font-weight: normal;
}
#RightContainer #NewsBox .NewsDescription {
  color: #595959;
  font-size: 11px;
  font-weight: normal;
  display: block;
  padding: 4px 0 0 0;
}
#RightContainer #NewsBox .NewsResource {
  color: #595959;
  font-size: 10px;
  font-weight: bold;
}
#RightContainer #NewsBox .linkFile {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 6px;
  color: #095BA5;
  font-size: 11px;
  text-decoration: none;
}
#RightContainer #NewsBox .linkFile:hover {
  text-decoration: underline !important;
}

/* DevisBox */
#DevisBox {
  background: transparent url(/images/rightcontainer/background-devisbox.jpg) no-repeat;
  width: 300px;
  height: 250px;
  margin-top: 7px;
}
#DevisBox form {
  padding: 25px 10px 25px 10px;
}
#DevisBox form table tr td {
  padding: 0;
  border: none !important;
}
#DevisBox .labelCell {
  font-size: 12px;
  color: white;
  font-weight: bold;
  width: 130px;
  display: block;
  margin-bottom: 15px;
}
#DevisBox .labelCell label {
  display: block;
  width: 120px;
}
#DevisBox .SubmitButton input {
  background: transparent url(/images/rightcontainer/bt_devis.gif) no-repeat;
  border: none;
  width: 100px;
  height: 26px;
  display: block;
  margin: auto;
  cursor: pointer;
  font-size: 0;
}

/* Errors */
#DevisBox .AutoForm .error {
  position: absolute;
  background: #c4c4c4 url(http://www.le-diagnostic-immobilier.com/images/devis-gratuit/background-errors.gif) no-repeat top;
  width: 270px;
  min-height: 115px;
  padding: 70px 10px 10px 10px;
  list-style-type: none;
  color: #c20000;
  border: 4px solid white;
  margin: 0 0 0 -295px;
  font-size: 12px;
  z-index: 2;
}
#DevisBox .AutoForm .error li {
  margin: 3px 0;
  padding: 3px 0;
}
#DevisBox .close {
  position: absolute;
  margin: 10px 0 0 -40px;
  z-index: 3;
}
#DevisBox .close a {
  display: block;
  width: 31px;
  height: 16px;
  background: transparent url(http://www.le-diagnostic-immobilier.com/images/devis-gratuit/btn-fermer.gif) no-repeat top;
}
#DevisBox .close a:hover {
 background-position: bottom;
}
#DevisBox .titleErreur {
  position: absolute;
  color: #484848;
  font-size: 14px;
  margin: 10px 0 0 -285px;
  z-index: 3;
  font-weight: bold;
}

/********* Footer *********/

#Footer {
  padding: 0;
  background: #FFCD11;
  border: 2px solid black;
}

/* FooterLinks */
#Footer .FooterLinks {
  float: left;
  color: black;
  padding: 5px 0;
}
#Footer .FooterLinks a {
  padding: 0 8px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
}

/* Copyright */
#Footer .Copyright {
  color: #f1f1f1;
  background: black;
  font-size: 11px;
  text-align: center;
  padding: 5px 0;
}
#Footer .Copyright a {
  color: #f1f1f1;
  text-decoration: none;
}

/* network */
#Network {
  clear: both;
  padding: 5px 10px;
  font-size: 10px;
  color: #f1f1f1;
  background: black;
}
#Network .partners {
  float: left;
  text-align: right;
  padding: 0 5px 0 200px;
  font-weight: bold;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  margin-right: 5px;
  color: #f1f1f1;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}

/****** VerticalShow ******/

/* SquareFooter */

.SquareFooterShow {
  display: block;
  text-align: center;
  margin-bottom: 7px;
}
.SquareShow {
  text-align: center;
  margin: 10px 0;
}
#RightContainer .SquareShow {
  margin: 0;
}
.VerticalShow {
  position: absolute;
  margin-left: 955px;
  margin-top: 125px;
  width: 125px;
  background: none;
}
.VerticalShow p,
.VerticalShow a img,
.VerticalShow div,
.VerticalShow object,
.VerticalShow embed {
  margin: 0 0 10px 0 !important;
  //margin: 0; /* IE hack */
  padding: 0;
}
.VerticalShow ins {
  margin: 0 0 5px 0 !important;
}

/* HorizontalShow */
.HorizontalShow {
  position: absolute;
  margin: -80px 0 0 460px;
  padding: 0;
}

/* contact */

#GEForm_contact table tr td {
  text-align: left;
}

/* CampainBox_credit-travaux */

#CampainBox_credit-travaux img {
  margin-left: 5px;
}
#CampainBox_credit-travaux #finadea ul {
  clear: both;
}
#CampainBox_credit-travaux p {
  font-size: 11px;
}
#CampainBox_credit-travaux hr {
  display: none;
}
#CampainBox_credit-travaux #finadea .baseline {
  margin-top: 60px;
}

#CampainBox_credit-travaux .CampainView {
  background: transparent url(/images/home/background-small-box.gif) no-repeat bottom left;
  height: 325px;
  margin: -7px 0 2px 3px;
  width: 307px;
  float: left;
}
#CampainBox_credit-travaux .CampainView h2 {
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  background: transparent url(/images/home/header-small-box.gif) no-repeat;
  color: white;
  font-size: 14px;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
/* SmallButton */

#MainContent .baseline {
  text-align: center;
}
#MainContent .baseline a {
  color: #1F6EE4 !important;
  font-weight: bold;
}

#MainContent .smallButton a {
  background: transparent url(http://www.diagnostic-expertise.com/images/boutonspub/bt-text.gif) no-repeat top;
  display: block;
  text-align: center;
  color: white !important;
  font-weight: bold;
  text-decoration: none;
  line-height: 22px;
  height: 22px;
  margin: 5px;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 10px;
}

#MainContent .smallButton a:hover{
  background: transparent url(http://www.diagnostic-expertise.com/images/boutonspub/bt-text.gif) no-repeat bottom;
}
