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

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #172028 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 15px auto;
  width: 1000px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: white url(/images/background-site.gif) no-repeat top;
  padding-bottom: 7px;
}
#MainPage .MainPageTable {
  width: 980px;
  margin: 0 7px;
}
#MainPage .MainPageTable td {
  vertical-align: top;
  min-height: 100%;
}
#MainContent {
  width: 681px;
  min-height: 600px;
  text-align: justify;
  padding: 5px 0 10px 0;
  margin: 0 5px 0 0;
}

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

#Header {
  height: 105px;
}

.homeLink {
  display: block;
  width: 980px;
  height: 85px;
  color: transparent;
  text-decoration: none;
  font-size: 0px;
  font-weight: bold;
  padding: 10px;
}

.linkTitle {
  position: absolute;
  width: 790px;
  overflow: hidden;
  margin-top: -20px;
}
.linkTitle a {
  color: white;
  text-decoration: none;
  font-size: 11px;
}
.NewsletterSubscriptionBox {
  position: absolute;
  margin: -25px 0 0 800px;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}
.NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}

/********* ExpandMenuBar *********/

#ExpandMenuBar {
  list-style-type: none;
  height: 34px;
  background: transparent url(/images/menu/background-menu.gif) repeat-x;
  border: 1px solid #999999;
  margin: 0 7px;
  overflow: hidden;
}
#ExpandMenuBar li,
#ExpandMenuBar .item {
  float: left;
  display: block;
}
#ExpandMenuBar .separator {
  display: block;
  float: left;
  background: #999999;
  width: 1px;
  height: 34px;
}
#ExpandMenuBar .item a {
  display: block;
  padding: 0;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  color: white;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#ExpandMenuBar .item a:hover,
#ExpandMenuBar .item a.selected:hover {
  background: transparent url(/images/menu/background-menu.gif) repeat-x 0 -34px !important;
}
#ExpandMenuBar .item a.selected {
  background: transparent url(/images/menu/background-menu.gif) repeat-x 0 -68px !important;
}
#ExpandMenuBar .item a.home {
  width: 50px;
  display: block;
  background: transparent url(/images/menu/btn-home.gif) no-repeat center !important;
}
#ExpandMenuBar .item a.home:hover {
  background: transparent url(/images/menu/btn-home-hover.gif) no-repeat center !important;
}
#ExpandMenuBar .item a.home.selected {
  background: transparent url(/images/menu/btn-home-selected.gif) no-repeat center !important;
}
#ExpandMenuBar .item a.simulation {
  width: 169px;
}
#ExpandMenuBar .item a.ptzplus {
  width: 133px;
}
#ExpandMenuBar .item a.zone {
  width: 158px;
}
#ExpandMenuBar .item a.ancienptz {
  width: 127px;
}
#ExpandMenuBar .item a.exemple {
  width: 157px;
}
#ExpandMenuBar .item a.etude {
  width: 184px;
  background: transparent url(/images/menu/background-menu.gif) repeat-x 0 -102px;
}
#ExpandMenuBar .item .container {
  display: none;
}
#ExpandMenuBar .item:hover .container,
#ExpandMenuBar li.iehover .container {
  display: block;
}
#ExpandMenuBar .container {
  list-style-type: none;
  position: absolute;
  z-index: 10;
  background: #999999;
  border: 1px solid #808080;
  padding: 4px;
  min-width: 170px;
}
#ExpandMenuBar .container .containerBox {
  float: left;
  background: white;
  width: 100%;
}
#ExpandMenuBar .containerBox ul {
  list-style-type: none;
}
#ExpandMenuBar .containerBox li {
  padding: 0 10px;
  width: 200px;
  clear: both !important;
}
#ExpandMenuBar .containerBox ul li ul li {
  border-bottom: 1px solid #808080;
  height: 20px;
  padding: 5px 0;
  font-size: 12px;
  color: black;
}
#ExpandMenuBar .containerBox ul li ul li:last-child {
  border: none;
}
#ExpandMenuBar .containerBox ul li ul li a {
  color: black;
  text-align: left !important;
  text-transform: none;
  font-weight: normal;
  padding: 0 0 0 15px;
  height: 20px !important;
  line-height: 20px;
}
#ExpandMenuBar .containerBox ul li ul li a:hover {
  background: transparent url(/images/menu/background-expandmenu-hover.gif) repeat-x;
  color: white;
}
#ExpandMenuBar .containerBox ul li ul li a.important {
  color: #095BA5;
  font-weight: bold;
  background: transparent url(/images/menu/arrow-simulation.png) no-repeat 0 center;
}
#ExpandMenuBar .containerBox ul li ul li a.important:hover {
  text-decoration: underline;
  color: white;
}
#ExpandMenuBar .containerBox ul li ul li a.red {
  color: red;
}
#ExpandMenuContainer_3 {
  background: #C1272D !important;
}

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

#MainContent h1 {
  color: white;
  background: transparent url(/images/content/background-h1.gif) repeat-x;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px; /* pour Chrome */
  -webkit-border-top-right-radius: 5px; /* pour Chrome */
  -webkit-border-bottom-left-radius: 0px; /* pour Chrome */
  -webkit-border-bottom-right-radius: 0px; /* pour Chrome */
}
#MainContent h2,
#MainContent #DiagnosticBox .TitleOrangeArrow {
  color: #095BA5;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  padding-left: 10px;
  background: transparent url(/images/content/arrow-h2.gif) no-repeat left center;
  overflow: hidden;
}
#MainContent h3 {
  color: #095BA5;
  font-size: 12px;
  text-decoration: underline;
  margin: 0 0 15px 15px;
}
#MainContent p {
  margin: 0 0 20px 0;
  padding: 0 10px;
}
#MainContent #FormLink {
  padding: 0;
}
#MainContent .bold {
  font-weight: bold;
}
#MainContent .cleaner {
  clear: both;
}
#MainContent .underline {
  text-decoration: underline;
}
#MainContent .italic {
  font-style: italic;
}
#MainContent .center {
  text-align: center;
}
#MainContent ul,
#MainContent ol {
  margin: 0 0 10px 20px;
}
#MainContent ul li,
#MainContent ol li {
  margin: 0 0 10px 10px;
}
#MainContent ol li {
  color: red;
}
#MainContent ol li a {
  color: #095BA5;
}
#MainContent a {
  color: #095BA5;
}
#MainContent a:active {
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent a:visited {
  color: purple;
}
#MainContent ol a {
  color: black;
}
#MainContent .borderContent {
  border: 1px solid black;
  padding: 5px;
  margin: 10px;
}

#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainContent .required,
#MainContent .error {
  color: red;
}
#MainContent .table {
  margin: 20px 10px;
  text-align: left !important;
}
#MainContent .table td {
  padding: 5px;
  border: 1px solid #3d5799;
}
#MainContent .table td:first-child {
  background: none;
}
#MainContent .table .header td {
  background: #3d5799;
  color: white;
  text-align: center;
  font-weight: bold;
  border: 1px solid #3d5799;
}
#MainContent .table .even {
  background: white;
}
#MainContent .table .odd {
  background: #c0c8dd;
}
#MainContent .picContent {
  float: left;
  margin: 0 5px 5px 0px;
}
#MainContent .image {
  margin: 5px 90px 0 90px;
}
#contentBox .important {
  width: 500px;
  margin: 0 auto;
  border: 1px solid black;
  padding: 5px;
}
#contentBox .important ul li {
  margin: 0 10px 10px 0;
}

/* bouton simulation rachat credit */
#MainContent .simulationBouton {
  width: 198px;
  height: 47px;
  display: block;
  margin: auto;
  background: transparent url(/images/boutonspub/credit-immobilier.gif) 0px 0px no-repeat;
}
#MainContent .simulationBouton:hover {
  background: transparent url(/images/boutonspub/credit-immobilier.gif) 0px -47px no-repeat;
}

/* sticker */
.sticker {
  display: block;
  width: 180px;
}

/* Simulateur ptz plus */
#MainContent #Calcul h1 {
  display: none;
}

/* Zone ptz plus */
#MainContent #AreaForm{
  background: #E0E8EF;
  width: 450px;
  margin: 0 auto 15px auto;
  padding: 10px;
  color: black;
}
#MainContent .departement,
#MainContent .city {
  font-weight: bold;
}



#AreaForm label {
  display: block;
  margin: 0 0 9px 0;
  width: 150px;
  float: left;
}

#MainContent .zone {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #095BA5;
}

#MainContent .zone strong{
  color: #FF0000;
}

#MainContent .zonetitle{
  padding: 10px;
}

#MainContent .detailzone {
  cursor: pointer;
  margin: 0 0 10px 0;
}

#MainContent .carte {
  padding: 0 0 0 90px;
}

#MainContent .zonage{
  white-space: pre;
}

#MainContent .DrWIButton {
  margin: 7px 0 0 150px;
}

#MainContent #faqBox h2 {
  font-size: 12px;
  background: none;
}
#MainContent #faqBox h2:hover {
  text-decoration: underline;
  cursor: pointer;
}
#MainContent #faqBox div {
  border: 1px solid #B6B6B6;
  padding: 5px;
  margin: 0 0 10px 20px;
}

/********* Show *********/

.VerticalShow {
  position: absolute;
  margin-left: 1005px;
  margin-top: 105px;
  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;
}

.SquareFooterShow {
  padding: 10px 0;
  text-align: center;
}

.HorizontalShow {
  position: absolute;
  margin: -80px 0 0 460px;

  padding: 0;
}

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

#Footer {
  margin: 0 7px;
  height: 50px;
  padding: 5px;
  background: #333333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-left-radius: 5px; /* pour Chrome */
  -webkit-border-top-right-radius: 5px; /* pour Chrome */
  -webkit-border-bottom-left-radius: 5px; /* pour Chrome */
  -webkit-border-bottom-right-radius: 5px; /* pour Chrome */
}

/* FooterLinks */

#Footer .FooterLinks {
  width: 100%;
  height: 30px;
  line-height: 30px;
  float: left;
  color: white;
  font-size: 13px;
  background: transparent url(/images/footer/background.gif) repeat-x top;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-left-radius: 5px; /* pour Chrome */
  -webkit-border-top-right-radius: 5px; /* pour Chrome */
  -webkit-border-bottom-left-radius: 5px; /* pour Chrome */
  -webkit-border-bottom-right-radius: 5px; /* pour Chrome */
  margin: 0;
}
#Footer .FooterLinks a {
  padding: 0 3px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#Footer .FooterLinks a.house {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  background: transparent url(/images/footer/homePicto.png) no-repeat center;
}

/* Copyright */

#Footer .Copyright {
  font-size: 11px;
  float: right;
  margin-top: -15px;
  color: #f1f1f1;
}
#Footer .Copyright a {
  color: #f1f1f1;
  text-decoration: none;
}
/* Network */

#Network {
  clear: both;
  padding: 10px 10px 0 0;
  font-size: 10px;
  color: #f1f1f1;
}
#Network .partners {
  float: left;
  padding-right: 3px;
  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;
}

/******* Devis *******/

#MainContent .AutoForm tr td {
  border: none;
  padding: 2px;
}

#MainContent .AutoForm .labelCell {
  width: 30%;
}

#InfoRequestBox .AutoForm tr td {
  padding: 0px 0 1px 5px !important;
}

#InfoRequestBox .AutoForm .labelCell {
  width: 120px;

}

.MultipleSelect .list ul .odd {
  background: white !important;
}

.MultipleSelect .list ul .even {
  background: #e1eaef !important;
}

/****** devis assurance *******/

#MainContent #Erreurapril .titleErreur {
  position: absolute;
  color: #484848;
  font-size: 14px;
  margin: 160px 0 0 -65px !important;
  z-index: 3;
  font-weight: bold;
}

#Erreurapril .close {
  margin: 160px 0 0 170px !important;
}

#MainContent #Erreurgenerali .titleErreur {
  position: absolute;
  color: #484848;
  font-size: 14px;
  margin: 190px 0 0 -65px !important;
  z-index: 3;
  font-weight: bold;
}

#Erreurgenerali .close {
  margin: 190px 0 0 170px !important;
}

#AutoFormVivens h2 {
  margin: 0;
}
#AutoFormVivens .SubmitButton input {
  margin: -5px 0 0 50px;
  padding: 0;
}
