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

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background: white url(/images/background-site.gif) repeat-x top ;
}
img {
  border: 0;
}
.FlashError a {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #595959;
  text-decoration: underline;
}

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

#MainPage {
  margin: 25px auto;
  width: 928px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #fdfcfb url(/images/background-content.gif) repeat-x bottom ;
  border: 1px solid white;
}
#MainPage .MainPageTable {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainPage .MainPageTable td {
  vertical-align: top;
  min-height: 100%;
}

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

#Header {
  width: 928px;
  height: 134px;
  background: url(/images/bandeau/defiscalisation-ehpad.jpg) no-repeat;
}
#Header .linkTitle {
  position: absolute;
  width: 600px;
  overflow: hidden;
  margin-top: -20px;
}
#Header .linkTitle a {
  color: white;
  text-decoration: none;
  font-size: 10px;
}
#Header .NewsletterSubscriptionBox {
  position: absolute;
  margin: -25px 0 0 670px;
  width: 280px;  
}
#Header .NewsletterSubscriptionBox label {
  font-size: 12px;
  font-weight: bold;
  color: white;
  background: black;
  padding: 2px;
}
#Header .NewsletterSubscriptionBox input {
  width: 150px;
}
#Header .NewsletterSubscriptionBox .DrWInput {
  font-size: 12px;
}
#Header .NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
  font-size: 12px; 
}
#Header .homeLink {
  position: absolute;
  color: #8F0000;
  font-size: 23px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 52px 0 0 105px;
  font-weight: normal;
}
#Header .homeLink a {
  color: #8F0000;
  font-weight: normal;
}
#Header .HorizontalShow {
  position: absolute;
  margin: 36px 0 0 427px;
}

/********* SectionMenu *********/

.SectionMenu {
  height: 100%;
  width: 200px;
  color: #455661;
  font-size: 12px;
}
.SectionMenu img {
  margin-top: 5px;
}
.SectionMenu ul {
  list-style-type: none;
}
.SectionMenu ul li {
  line-height: 24px;
  _height: 20px; /* ie6 hack */
}
.SectionTitle {
  color: #8F0000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  display: block;
  margin-top: 0;
  padding-left: 5px;
}
.SectionMenu .section li {
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  display: block;
  _margin-bottom: -2px;  /* hack ie6 */
}
.SectionMenu .section li a .SectionMenuArrow {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 4px;
}
.SectionMenu .section li a .SectionMenuArrow2 {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 4px;
}
.SectionMenu .section li a:hover span {
  background: transparent url(/images/menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 0 4px;
}
.SectionMenu .section li a {
  color: white;
  background: #8B5C29 url(/images/menu/section.gif) repeat-x top;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  margin: 3px 0;
  border: 1px solid #8B5C29;
}
.SectionMenu .section li a.important {
  background: #8B5C29 url(/images/menu/important.gif) no-repeat top;
  padding-left: 22px;
}
.SectionMenu .section li a.important:hover {
  background: #d59758 url(/images/menu/important-hover.gif) no-repeat top;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li a.selected {
  background: #d59758 url(/images/menu/section.gif) repeat-x 0 -50px;
  color: white;
}
.SectionMenu .rubric {
  border-left: none;
  margin: 2px 0;
  _margin-bottom: 7px; /* hack ie6 */
}
.SectionMenu .rubric li {
  background: none;
  display: block;
  text-transform: none;
}
.SectionMenu .rubric li a {
  color: #8B5C29;
  display: block;
  padding-left: 10px;
  background: url(/images/menu/rubric.gif) repeat-x top;
  line-height: 23px;
  _height: 23px; /* hack ie6 */
}
.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li a.selected {
  background:  url(/images/menu/rubric.gif) repeat-x 0 bottom;
  color: #8B5C29;
}

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

#MainContent {
  width: 568px;
  min-height: 900px;
  font-size: 12px;
  margin: 0; 
  padding: 0 10px 10px 10px;
}
#Content {
  background: #fdfcfb url(/images/background-content.gif) repeat-x bottom;
}
h1 {
  color: #8F0000;
  font-size: 16px;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.TitleOrangeArrow {
  margin-top: -10px;
}
h2 {
  color: #8B5C29;
  font-size: 14px;
  padding: 0 23px;
  background: transparent url(/images/contenu/puceh2.gif) no-repeat left;
  text-decoration: underline;
  margin-bottom: 10px;
}
h3 {
  color: #8F0000;
  font-size: 13px;
  padding: 0 20px;
  background: transparent url(/images/contenu/puceh3.gif) no-repeat left;
}
.SiteContent p {
  font-size: 12px;
  text-align: justify;
  margin: 10px 20px 20px 0px;
}
#MainContent ol {
  margin: 10px 60px;
  font-size: 16px;
  font-weight: bold;
  list-style-type: upper-roman;
  color: #8F0000 ;
}
ol li a {
  color: #8B5C29;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.1px;
}
ol li a:hover {
  text-decoration: underline;
}
#MainContent ul li {
  margin: 10px 20px 10px 20px;
  text-align: justify;
  //margin: 10px 20px 10px 20px;  /* hack ie6 */
}
.image {
  float: none;
  margin: 5px 10px 10px 0px;
}
.staticImage {
  float: left;
  margin: 10px 10px 10px 0;
}
a {
  color: #8B5C29;
  font-weight: bold;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
.table {
  margin: 10px 20px 0 0;
  //margin: 10px 30px 0px 0px  /* hack ie6 */
}
.table tr td {
  font-size: 12px;
  padding: 5px; 
  border: 1px solid #A3845F;
}
.head {
  background: #A3845F;
  color: white;
  font-weight: bold;
  text-align: center;
}
.one {
  background-color: white;
}
.two {
  background-color: white;
}
.info {
  background-color: #f6f6f6;
}
#Box {
  width: 205px;
  float: right;
  margin: 10px 10px 10px 11px;
  font-size: 11px;
  color: black;
}
#TechnicalBox {
  background:  url(/images/contenu/fond-technicalBox.gif) no-repeat center 35px;
  border: 1px solid #8F0000;
  margin-right: 10px;
}
#TechnicalBox img {
  margin: 10px 30px;
}
#TechnicalBox .name {
  color: white;
  margin: 0 10px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
}
#TechnicalBox .object {
  font-weight: bold;
  margin: 5px 10px;
}
#TechnicalBox .label {
  color: black;
  margin-left: 10px;
  font-weight: bold;
  text-decoration: underline;
}
#TechnicalBox .law {
  margin: 5px 0 0 25px;
  padding: 0;
}
#TechnicalBox .law li {
  margin-bottom: 3px;
  text-align: left;
  font-size: 10px;
}
#TechnicalBox .validity {
  margin-left: 10px;
}
#TechnicalBox .validity .label {
  margin-left: 0;
}
iframe {
  border: 0;
  scroll: auto;
}
#MainContent .fieldError {
  background: #ECCAB8;
}

/* mention-legales */
#DefiscBox {
  width: 98%;
}
#DefiscBox .title {
  font-size: 15px;
  padding: 3px 23px;
  font-size: 14px;
  border-bottom: 1px solid #8B5C29;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#DefiscBox h1 {
  margin-top: 0;
}
#DefiscBox .text {
  color: black;
  text-align:justify;
  font-size: 12px;
}
#DefiscBox ul {
  color: black;
  text-align:justify;
  font-size: 12px;
  padding: 0 20px;
}
#DefiscBox a{
  color: black;
}

/* simulation */
.financingTable,
.evolution {
  margin: 10px auto;
}
.financingTable tr td,
.evolution tr td {
  font-size: 12px;
  padding: 5px; 
  border: 1px solid #A3845F;
}
.date,
.tableTitle {
  background: #A3845F;
  color: white;
  font-weight: bold;
  text-align: center;
}

/********* ButtonShow *********/

.ButtonShow { 
  text-align: center;
  width: 100%;
  display: block;
}
.ButtonShow a { 
  height: 46px; 
  width: 203px;
  display: block;
  margin: 10px auto;
}

/* defiscalisation */

.ButtonShow .defiscalisation a {
  background:  url(/images/defiscalisation-gratuite.gif) no-repeat top;
}
.ButtonShow .defiscalisation a:hover {
  background:  url(/images/defiscalisation-gratuite.gif) no-repeat bottom;
}
.ButtonShow .assurance_april a,
.ButtonShow .assurance_magnolia a {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/assurance-credit-immobilier.gif) no-repeat top;
}
.ButtonShow .assurance_april a:hover,
.ButtonShow .assurance_magnolia a:hover {

  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/assurance-credit-immobilier.gif) no-repeat bottom;
}

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

.VerticalShow,
.VerticalShow p,
.VerticalShow a img,
.VerticalShow div,
.VerticalShow object,
.VerticalShow embed,
.VerticalShow ins,
.VerticalShow iframe {
  width: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.SquareFooterShow {
  text-align: center;
}

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

#Footer {
  width: 928px;
  height: 25px;
  color: #D9D79A;
  text-align: center;
  border-top: 5px solid white;
  background: url(/images/bandeau/footer.gif) repeat-x;
  line-height: 25px;  
}
#Footer a {
  color: #E4BC96;
  font-size: 10px;
  text-decoration: none;
  padding: 5px;   
}
.Copyright {
  text-align: right;
  color: #6D8290;
  font-size: 10px;
  font-weight: bold;
  margin: 5px;
}
.Copyright a {
  color: #6D8290;
}

/* network.css */
#Network {
  float: left;
  padding: 5px 10px;
  font-size: 10px;
  color: #595959;
}
#Network .partners {
  float: left;
  font-weight: bold;
  padding-right: 2px;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  color: #595959;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}
.partners {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
