/* mainpage.css */

/***** global *****/

* {
  margin: 0;
  padding: 0;
}
body {
  background: #CCC8C8;
}
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 {
  height: 143px;
  background: transparent url(/images/bandeau.gif) no-repeat;
}
#Header .titleSite {
  display: block;
  height: 143px;
}
#Header a .titleSite .red {
  font-size: 17px;
  padding: 0;
  color: black;
}
#Header .linkTitle a {
  position: absolute;
  margin-top: -15px;
  width: 700px;
  overflow: hidden;
  color: white;
  text-decoration: none;
  font-size: 10px;  
}
#Header .returnLink {
  display: block;
  position: absolute;
  width: 925px;
  height: 80px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;  
}
#Header .NewsletterSubscriptionBox {
  float: right;
  margin: -25px 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;
}

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

#MenuBar {
  width: 936px;
  height: 38px;
  background: transparent url(/images/menu/background-menu.gif) repeat-x top;
  border-right: 1px solid #AFAFAF;
  border-left: 1px solid #AFAFAF;
}
#MenuBar ul li {
  float: left;
  list-style-type: none;
}
#MenuBar a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: white;
  font-weight: bold;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
}
#MenuBar a:hover,
#MenuBar .selected {
  color: #A1001A;
  background: transparent url(/images/menu/background-menu.gif) repeat-x bottom;
}
#MenuBar .separator {
  display: block;
  height: 33px;
  width: 3px;
  background: transparent url(/images/menu/separator.gif) repeat-y;
}
#MenuBar .home {
  width: 100px;
}
#MenuBar .scellierlmnp {
  width: 175px;
}
#MenuBar .loi {
  width: 140px;
}
#MenuBar .calculators {
  width: 205px;
}
#MenuBar .program {
  width: 165px;
}
#MenuBar .etude {
  width: 136px;
}

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

#MainPage {
  margin: 25px auto 0 auto;
  width: 938px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#MainPage .MainPageTable {
  width: 100%;
  clear: both;
  background: transparent url(/images/background-content.gif) no-repeat bottom;
}
#MainPage .MainPageTable td {
  vertical-align: top;
}
#MainContent {
  padding: 10px;
  min-height: 600px;
}
.WithoutSectionMenu {
  min-width: 770px !important;
}
#MainContent h1 {
  color: #A1001A;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
#MainContent h2 {
  color: #314f9c;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 10px;
}
#MainContent h3 {
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
}
#MainContent .staticImage {
  float: left;
  margin: 0 10px 10px 0;
}
#MainContent p {
  margin-bottom: 10px;
  text-align: justify;
}
#MainContent ul {
  margin: 0 0 10px 15px;
}
#MainContent ul li {
  margin: 0 0 10px 15px;
  text-align: justify;
}
#MainContent ol li {
  margin: 0 0 10px 20px;
}
#MainContent a,
#MainPage a:active {
  color: #314f9c;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent a:visited {
  color: #7F2637;
}
#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainContent .required,
#MainContent .error {
  color: red;
}
#MainContent .fieldError {
  background: #ECCAB8;
}
#MainContent .staticTable {
  text-align: center;
}
#MainContent .staticTable .header {
  background: #6C7F93;
  color: white;
  font-weight: bold;
  text-align: center;
}
#MainContent .staticTable tr td {
  padding: 10px 7px;
  border: 2px solid white;
}
#MainContent .staticTable .even{
  background: #CEDDEA;
}
#MainContent .staticTable .odd{
  background: #B8C6D3;
}
#MainContent .staticTable tr td ul {
  margin: 0 0 0 15px;
}
#MainContent .underline {
  text-decoration: underline;
}
#MainContent .centertext {
  text-align: center;
}
#MainContent .redtext {
  color: red;
}
#MainContent .cleaner {
  clear: both;
}
#MainContent .important{
  color: #A1001A;
  font-weight: bold;
}
#MainContent .clear {
  clear: both;
  display: block;
}
#MainContent .numberlist {
  list-style-type: none;
}
#MainContent .rightlist {
  margin-left: 320px;
}
#MainContent .tablelist {
  margin-left: 0;
}
#ContactBox .SubmitButton {
  margin-left: 181px;
}
#DirectorySubmissionBox .SubmitButton {
  margin-left: 330px;
}

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

.SectionMenu {
  width: 200px;
  margin-left: 10px;
  font-weight: bold;
}
.SectionMenu ul {
  list-style-type: none;
}
.SectionMenu .SectionName {
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #6C7F93;
}
.SectionMenu .section a {
  display: block;
  line-height: 30px;
  margin-bottom: 1px;
  padding-left: 5px;
  background: #556578 url(/images/menu/sectionmenu.gif) repeat-x top;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: 1px solid #546477;
}
.SectionMenu .section a .SectionMenuArrow {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .section a .SectionMenuArrow2 {
  background: transparent url(/images/menu/sectionmenu-arrow.gif) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .section a:hover span,
.SectionMenu .section .selected span {
  background: transparent url(/images/menu/sectionmenu-arrow2.gif) no-repeat right;
  padding: 0 10px;
}
.SectionMenu .section a:hover,
.SectionMenu .section .selected {
  background: #8a96a6 url(/images/menu/sectionmenu.gif) repeat-x left -60px;
  color: #A1001A;
}
.SectionMenu .section a.important {
  background: #8B5C29 url(/images/menu/important.gif) no-repeat top;
  padding-left: 22px;
}
.SectionMenu .section a.important:hover {
  background: #d59758 url(/images/menu/important.gif) no-repeat bottom;
}
.SectionMenu .rubric li a {
  background: none;
  text-transform: none;
  color: black;
  border: none;
  border-bottom: 1px solid #808080;
}
.SectionMenu .rubric li a:hover,
.SectionMenu .rubric li .selected {
  background: none;
  color: #A1001A ;
}
.SectionMenu img {
  margin-top: 8px;
}

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

.VerticalShow {
  margin-top: 5px;
  margin-right: 10px;
}
.SquareFooterShow {
  width: 335px;
  margin: 0 auto 20px auto;
}
#StickerGouv {
  margin-bottom: 10px;
}
.ButtonShow {
  text-align: center;
  width: 100%;
  display: block;
}
.ButtonShow a {
  height: 47px;
  width: 199px;
  display: block;
  margin: auto;
}
.ButtonShow .scellierlmnp a {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/defiscalisation-gratuite2.gif) no-repeat top;
}
.ButtonShow .scellierlmnp a:hover {
  background: #F6F6F6 url(http://www.diagnostic-expertise.com/images/boutonspub/defiscalisation-gratuite2.gif) no-repeat bottom;
}

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

#Footer {
  padding: 5px 0;
  text-align: center;
}
#Footer .FooterLinks {
  color: #6D6D6D;
  font-size: 12px;
}
#Footer .FooterLinks a {
  padding: 0 10px;
  color: #6D6D6D;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#Footer .Copyright {
  color: #868686;
  font-size: 11px;
}
#Footer .Copyright a {
  color: #868686;
  text-decoration: none;
}

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

#Network {
  text-align: center;
  padding: 5px 10px;
  font-size: 11px;
  color: #868686;
}
#Network .partners {
  padding-right: 3px;
  font-weight: bold;
}
#Network ul li {
  display: inline;
}
#Network ul li a {
  margin-right: 5px;
  color: #868686;
  text-decoration: none;
}
#Network ul li a:hover {
  text-decoration: underline;
}
