/********* Main *********/

* {
  margin: 0;
  padding: 0;
}
body {
  background: #C4C6C6;
}
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: 15px auto;
  width: 946px;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#MainPage .MainPageTable {
  border-spacing: 5px;
  border-collapse: separate;
  clear: both;
  width: 946px;
  background: transparent url(/images/content/background.gif);
  border: 1px solid black;
  border-top: none;
}
#MainPage .MainPageTable td {
  vertical-align: top;
}
#Content {
  padding: 10px;
  width: 562px;
  min-height: 600px;
  background: white;
  text-align: justify;
  margin: 0 0 5px 0;
  border: 1px solid black;
}
.WithoutSectionMenu {
   width: 787px !important;
}

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

#Header {
  height: 120px;
  background: transparent url(/images/header/impot-societes.jpg) no-repeat;
}
#Header a span {
  text-decoration: none;
  padding: 15px 0 0 5px;
}
#Header a .titleSite {
  font-size: 27px;
  text-transform: uppercase;
  display: block;
  color: #BD0926;
}
#Header a .titleSite .red {
  font-size: 20px;
  padding: 0;
  color: black;
}

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

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

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

#MenuBar {
  height: 30px;
  background: transparent url(/images/content/background.gif);
  border: 1px solid black;
  border-bottom: none;
}
#MenuBar ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  display: block;
  background: black url(/images/menu/background-menu.gif) repeat-x;
  width: 750px;
  margin: -25px 0 0 190px;
  border: 1px solid white;
}
#MenuBar ul li {
  float: left;
}
#MenuBar a {
  display: block;
  color: white;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid black;
}
#MenuBar ul li .home {
  width: 72px;
}
#MenuBar ul li .impot_societes {
  width: 122px;
}
#MenuBar ul li .girardin_is {
  width: 94px;
}
#MenuBar ul li .etude {
  width: 111px;
  padding-left: 5px;
}
#MenuBar ul li .faq {
  width: 53px;
}
#MenuBar ul li .definition {
  width: 90px;
}
#MenuBar ul li .news {
  width: 100px;
}
#MenuBar ul li .contact {
  width: 80px;
}
#MenuBar a:hover,
#MenuBar .selected {
  background: #AAB2B4 url(/images/menu/background-menu-hover.gif) repeat-x;
  color: #E1001A;
}
#MenuBar .selected:hover {
  color: #112027; 
}
#MenuBar ul .separator {
  display: block;
  width: 1px;
  height: 47px;
  background: white;
}
#MenuBar .arrow {
  background: transparent url(/images/content/category-arrow.gif) no-repeat 5px 19px;
  padding: 20px;
  position: absolute;
}

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

.SectionMenu {
  width: 220px;
  font-weight: bold;
}
.SectionMenu ul {
  list-style-type: none;
  background: black;
}
.SectionMenu .SectionName {
  text-align: center;
  padding: 10px 0;
  color: #194051;
  text-transform: uppercase;
  background: transparent url(/images/sectionmenu/section-name.gif) no-repeat;
}
.SectionMenu .section li a {
  display: block;
  line-height: 30px;
  border-bottom: 1px solid white;
  padding-left: 10px;
  background: black;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  margin-right: 15px;
}
.SectionMenu .section li a:hover,
.SectionMenu .section li .selected {
  background: transparent url(/images/sectionmenu/category-hover.gif) no-repeat 0 4px;
}
.SectionMenu .section li .rubric a {
  background: none;
  border: none;
  text-transform: capitalize;
  margin-left: 10px;
  padding-left: 5px;
}
.SectionMenu .section li .rubric a:hover,
.SectionMenu .section li .rubric .selected {
  background: #848484;

}
.SectionMenu .section li ul {
  border-bottom: none;
  background: #504f52 url(/images/sectionmenu/rubric.gif) repeat-x;
}
.SectionMenu a.etude {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat top;
  display: block;
  height: 44px;
  width: 202px;
  margin: 10px;
}
.SectionMenu a.etude:hover {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat bottom;
}
.SectionMenu .bt_etude a {
  margin-top: 10px;
  width: 220px;
  height: 110px;
  display: block;
  background: transparent url(/images/sectionmenu/bt_etude.png) no-repeat;
}

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

#MainContent h1 {
  background: transparent url(/images/content/title-arrow.gif) no-repeat;
  font-size: 14px;
  line-height: 21px;
  padding-left: 35px;
  color: white;
  margin-bottom: 20px;
}
#MainContent h1 a {
  color: white;
}
#MainContent h2 {
  color: #194051;
  font-size: 14px;
  background: transparent url(/images/content/category-arrow.gif) no-repeat 2px;
  margin-bottom: 20px;
  padding-left: 15px;
}
#MainContent h3 {
  color: #194051;
  font-size: 13px;
  margin-bottom: 20px;
  text-decoration: underline;
}
#MainContent p {
  margin-bottom: 20px;
}
#MainContent .pic {
  float: left;
  margin: 0 10px 5px 0
}
#MainContent .cleaner {
  clear: both;
}
#MainContent ul {
  margin: 0 0 10px 15px;
}
#MainContent ul li {
  margin: 0 0 20px 10px;
}
#MainContent ol {
  margin: 0 0 10px 15px;
}
#MainContent ul.lawText li {
  margin-bottom: 5px;
}
#MainContent ul.lawText li a {
  text-decoration: none;
  color: #314f9c;
}
#MainContent ul.lawText li a:hover {
  text-decoration: underline;
}
#MainContent a,
#MainPage a:active {
  color: #314f9c;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}
#MainContent a:visited {
  color: #194051;
}
#MainContent .important{
  color: #A1001A;
}
#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
#MainContent .required,
#MainContent .error {
  color: red;
}
#MainContent .option {
  font-weight: bold; 
  text-align: center;
}
#MainContent .table {
  margin-bottom: 20px;
}
#MainContent .table td {
  padding: 10px;
  border: 1px solid white;
  width: 50%;
}
#MainContent .table .header {
  background: #1a171b url(/images/menu/background-menu.gif) repeat-x;
  color: white;
  font-weight: bold;
  text-align: center;
}
#MainContent .table .even {
  background: #d4dbde;
}
#MainContent .table .odd {
  background: #b4c1c7;
}
#MainContent .space {
  margin-top: 15px;
  display: block;
}
#MainContent .AutoForm table tr td {
  padding: 0;
  margin: 0;
}
#MainContent .AutoForm .SubmitButton {
  text-align: center;
}
.AutoFormRow .DrWInput {
  margin-left: -550px;
}
/* ButtonShow.css  */

.ButtonShow a {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat top;
  display: block;
  height: 58px;
  width: 190px;
  margin: 10px auto;
}
.ButtonShow a:hover {
  background: transparent url(/images/content/btn-etude-offerte.gif) no-repeat bottom;
}
.ButtonShow .etude a {
  background: transparent url(/images/content/btn-etude.gif) no-repeat top;
  display: block;
  height: 39px;
  width: 180px;
  margin: 20px auto 0 auto;
}
.ButtonShow .etude a:hover {
  background: transparent url(/images/content/btn-etude.gif) no-repeat bottom;
}

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

.VerticalShow {
  display: block;
  width: 120px;
  padding: 0;
}
.VerticalShow p,
.VerticalShow span,
.VerticalShow a img,
.VerticalShow div,
.VerticalShow object,
.VerticalShow iframe,
.VerticalShow ins,
.VerticalShow embed {
  margin: 0 !important;
  padding: 0 !important;
}

.SquareFooterShow {
  margin: auto;
  width: 326px;
}
  
/********* Footer *********/

#Footer {
  padding: 5px;
  background: black url(/images/menu/background-menu.gif) repeat-x;
}

/* FooterLinks */
#Footer .FooterLinks {
  float: left;
  color: white;
}
#Footer .FooterLinks a {
  padding: 0 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* Copyright */
#Footer .Copyright {
  float: right;
  margin-top: -35px;
  color: #f1f1f1;
}
#Footer .Copyright a {
  color: #f1f1f1;
  text-decoration: none;
}

/* Network */
#Network {
  clear: both;
  padding: 5px 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;
}

/********* Annuaire *********/

#MainContent .link {
  text-align: center;
}
#MainContent .link a {
  font-weight: bold;
  color: #314f9c;
}
#MainContent .text a {
  color: #314f9c;
}
#MainContent ul li {
  margin-bottom: px;
}
#MainContent ul{
  font-size: 12px;
  margin: 10px 0 20px 25px;
}
#MainContent ul li{
  margin-bottom: 10px;
}
#MainContent .ItemTitle {
  color: #314f9c; 
  text-transform: none;
  font-weight: normal;
  text-decoration: underline;
}
#MainContent .ItemUrl {
  color: grey;
  font-size: 11px;
}
