/* mainpage.css */

/***** 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;
}

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

#Header {
  background: transparent url(/images/bandeau.gif) no-repeat top left;
  height: 138px;
}
#Header .linkTitle a {
  position: absolute;
  margin: -15px 0 0 65px;
  width: 925px;
  overflow: hidden;
  color: #6298BF;
  text-decoration: none;
  font-size: 10px;  
}
#Header .homeLink {
  display: block;
  width: 905px;
  height: 80px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;  
}
#Header .NewsletterSubscriptionBox {
  float: right;
  margin: 3px 5px 0 0;
}
#Header .NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}
#Header .NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
#Header .NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}

/***** GuideBanner *****/

#GuideBanner .guideBanner {
  display: block;
  background: transparent url(/images/guide.gif) no-repeat;
  width: 950px;
  height: 180px;
  cursor: pointer;
}
#GuideBanner .guideList {
  list-style-type: none;
  position: absolute;
  margin: -145px 0 0 330px;
  font-size: 14px;
  width: 205px;
}
#GuideBanner .guideText {
  margin-bottom: 15px;
}
#GuideBanner .download {
  text-transform: uppercase;
  background: transparent url(/images/download-button.png) no-repeat;
  width: 125px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  margin: -55px 0 0 615px;
}
#GuideBanner .downloadLink {
  color: black;
  text-decoration: none;
  padding-left: 20px;
}
#GuideBanner .downloadLink:hover {
  color: #ED1C24;
}

/* GuideBox */

#GuideBox .guideBox {
  display: block;
  background: transparent url(/images/content/guidebox.png) no-repeat;
  width: 214px;
  height: 153px;
  margin-top: 3px;
}
#GuideBox .downloadGuide {
  text-transform: uppercase;
  background: transparent url(/images/content/download-small-button.png) no-repeat;
  width: 125px;
  height: 32px;
  line-height: 27px;
  position: absolute;
  margin: -50px 0 0 3px;
  font-size: 11px;
}
#GuideBox .guideLink {
  color: black;
  text-decoration: none;
  padding-left: 15px;
}
#GuideBox .guideLink:hover {
  color: #ED1C24;
}

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

#MainPage {
  margin: 15px auto;
  width: 950px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#MainPage .MainPageTable {
  width: 950px;
  border-collapse: separate;
  background: transparent url(/images/main-background.gif) repeat-y top left;
}
#MainPage .MainPageTable td {
  vertical-align: top;
}

#MainContent {
  padding: 10px;
  width: 570px;
  min-height: 600px;
  background: white;
  text-align: justify;
  color: #333333;
}
.WithoutSectionMenu {
  min-width: 770px !important;
}
#MainContent h1 {
  color: darkblue;
  font-size: 20px;
  margin-bottom: 10px;
}
#MainContent h2 {
  background: white url(/images/content/header-title.png) no-repeat bottom left;
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  padding-left: 36px;
}
#MainContent h3 {
  color: #6298BF;
  text-decoration: underline;
  margin: 25px 0 10px 0;
}
#MainContent h4 {
  color: #002c6a;
  font-size: 13px;  
  font-style: italic;
  margin: 10px 0 5px 0;
}
#MainContent p {
  margin-bottom: 10px;
}
#MainContent .frame {
  border: 1px solid black;
  padding: 5px;
}
#MainContent div.frame {
  margin-bottom: 10px;
  padding-bottom: 0;
}
#MainContent .italic {
  font-style: italic;
}
#MainContent .underline {
  text-decoration: underline;
}
#MainContent .center {
  text-align: center;
}
#MainContent ol,
#MainContent ul {
  margin: 0 0 10px 15px;
}
#MainContent ol li,
#MainContent ul li {
  margin-bottom: 5px;
}
#MainContent a,
#MainPage a:active {
  color: #09458C;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent a:visited {
  color: #09458C;
}
#MainContent .keyword {
  color: #09458C;
}
#MainContent .back {
  text-align: center;
  margin-top: 30px;
}
#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainContent .CommentaryEditBox table,
#MainContent #InfoRequestBox form table {
  border-spacing: 0px;
  border-collapse: collapse;
}
#MainContent .required,
#MainContent .error {
  color: red;
}
#MainContent .table {
  margin: 10px auto;
  width: 100%;
}
#MainContent .table .header {
  background: #90a8c6;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}
#MainContent .table tr td {
  padding: 7px 5px;
  border: 2px solid #4f718b;
}
#MainContent #ContactBox .table tr td,
#MainContent .CommentaryEditBox .table tr td,
#MainContent #AutoFormApril .table tr td,
#MainContent #InfoRequestBox form td {
  border: none;
  padding: 3px 0 !important;
}
#MainContent .table .even {
  background: white;
}
#MainContent .table .odd {
  background: #ebebeb;
}
#MainContent .table .vertical {
  vertical-align: middle;
}
#MainContent #Calculator {
  font-family: Arial;
}

#ContentBox {
  border-bottom: 4px solid #ED1C24;
}

#AutoFormContainerapril {
  text-align: left !important;
}

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

#MenuBar {
  height: 26px;
  width: 950px;
  background: transparent url(/images/main-background.gif) repeat-y top left;
}
#MenuBar ul {
  margin-left: 5px;
}
#MenuBar ul li {
  float: left;
  margin: 0 2px 0 1px;
  list-style-type: none;
  background: transparent url(/images/menu/menu-background.gif) repeat-x top;
  border-right: 1px solid #808080;
  border-left: 1px solid #808080;
}
#MenuBar a {
  text-align: center;
  display: block;
  color: #231F20;
  line-height: 26px;
  text-decoration: none;
}
#MenuBar a:hover {
  color: #ED1C24;
}
#MenuBar .selected {
  color: #ED1C24; 
}
#MenuBar .selected:hover {
  color: #ED1C24;
}
#MenuBar .home {
  width: 52px;
}
#MenuBar .ancien {
  width: 143px;
}
#MenuBar .contrat {
  width: 118px;
}
#MenuBar .diagnostic {
  width: 155px;
}
#MenuBar .notaire {
  width: 53px;
}
#MenuBar .neuf {
  width: 138px;
}
#MenuBar .construire {
  width: 75px;
}
#MenuBar .financement {
  width: 88px;
}
#MenuBar .assurance {
  width: 75px;
}

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

.SectionMenu {
  width: 209px;
  margin-left: 1px;
  vertical-align: top;
}
.SectionMenu .SectionName {
  text-transform: uppercase;
  color: #ED1C24;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
.SectionMenu .section {
  list-style-type: none;
}
.SectionMenu .section li a {
  display: block;
  text-decoration: none;
  padding: 5px 0 5px 10px;
  margin-bottom: 5px;
  color: black;
  font-size: 13px;
  background: transparent url(/images/menu/sectionmenu-header.gif) no-repeat;
}
.SectionMenu .section a .SectionMenuArrow {
  background: transparent url(/images/menu/arrow.png) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .section a .SectionMenuArrow2 {
  background: transparent url(/images/menu/arrow.png) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .section a:hover span,
.SectionMenu .section .selected span {
  background: transparent url(/images/menu/arrowbottom.png) no-repeat right;
  padding: 0 5px;
}
.SectionMenu .section .important {
  border: 1px solid red;
}
.SectionMenu .rubric li {
  list-style-type: none;
  background: url(/images/menu/arrow.png) no-repeat 10px 8px;
}
.SectionMenu .rubric li a {
  font-size: 11px;
  color: #333333;
  padding: 5px 5px 5px 20px;
  margin: 0;
  background: none;
}
.SectionMenu .section a:hover,
.SectionMenu .section a.selected {
  color: #ED1C24;
}
.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li a.selected {
  text-decoration: underline;
  color: #333333;
}

/* ServiceMenu */

.SectionMenu .ServiceMenu {
  border: 1px solid #6298BF;
}
.SectionMenu .ServiceMenu .ServiceName {
  background: transparent url(/images/menu/service-header.gif) no-repeat;
  height: 25px;
  line-height: 25px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
}

/***** Shows *****/

.HorizontalShow {
  position: absolute;
  width: 468px;
  margin: 55px 0 0 380px;
}
.SquareShow {
  height: 250px;
}
.SquareFooterShow {
  width: 320px;
  margin: 0 auto;
}
.viralVideoPlayer {
  margin-top: 20px !important;
}

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

#Footer {
  padding: 0 18px;
  background: transparent url(/images/footer-background.gif) no-repeat;
  height: 63px;
}
#Footer .FooterLinks {
  float: left;
  margin-top: 20px;
  color: white;
}
#Footer .FooterLinks a {
  padding: 0 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#Footer .Copyright {
  float: right;
  margin: -30px 15px 0 0;
  color: white;
}
#Footer .Copyright a {
  color: white;
  text-decoration: none;
}

/***** Network *****/

#Network {
  clear: both;
  padding: 3px 10px 0 10px;
  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 assurance ******/

#AutoFormGenerali tr td,
#AutoFormVivens tr td {
  border: none !important;
  text-align: left;
}

/* Simulation foncier home */

#MainContent .logoFoncierHome {
  float: left;
  padding: 0;
  margin: 0 10px 0 0;
}
#MainContent .textFoncierHome {
  margin: 45px 0 30px 0;
}
