/**** global.css ****/

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

/**** mainpage.css ****/

#MainPage {
  margin: 25px auto 0 auto;
  width: 938px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#MainPage .MainPageTable {
  width: 100%;
  clear: both;
  border-spacing: 0px;
  border-collapse: separate;
  background: transparent url(/images/background-content.gif) no-repeat bottom left;
}

#MainPage .MainPageTable td {
  vertical-align: top;
}

#MainContent {
  padding: 5px;
  min-width: 580px;
  min-height: 610px;
  text-align: justify;
}

.WithoutSectionMenu {
  min-width: 770px !important;
}

#MainContent h1 {
  color: #A1001A;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

#MainContent h2 {
  color: #314f9c;
  font-size: 16px;
  margin: 30px 0 10px 0;
}

#MainContent h3 {
  color: #314f9c;
  font-size: 13px;
  margin: 20px 0 10px 0;
}

#MainContent h2 .num,
#MainContent h3 .num {
  color: #A1001A;
}

#MainContent h4 {
  font-size: 12px;
  text-decoration: underline;
  margin: 20px 0 10px 0;
}

#MainContent img {
  float: left;
  margin: 0 10px 10px 0;
}

#MainContent p {
  margin-bottom: 10px;
}

#MainContent ul {
  margin: 0 0 10px 20px;
  clear: both;
}

#MainContent ol {
  margin: 0 0 10px 20px;
  clear: both;
}

#MainContent a,
#MainPage a:active {
  color: #314f9c;
  text-decoration: none;
}
#MainContent a:hover {
  text-decoration: underline;
}

#MainContent form table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}

#MainContent .required,
#MainContent .error {
  color: red;
}

#MainContent iframe {
  border: none;
}

/**** menu.css ****/

#MenuBar {
  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 {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#MenuBar ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#MenuBar a {
  display: block;
  font-size: 12px;
  margin-left: 0px;
  color: white;
  font-weight: bold;
  line-height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

#MenuBar a:hover,
#MenuBar .selected {
  color: #A1001A;
  background: transparent url(/images/menu/background-menu.gif) repeat-x bottom;
}

#MenuBar .separator {
  display: block;
  height: 22px;
  width: 3px;
  margin: 5px 0;
  background: url(/images/menu/separator.gif) no-repeat;
}

#MenuBar ul li .home {
  width: 120px;
}

#MenuBar ul li .fcpi {
  width: 180px;
}

#MenuBar ul li .fip {
  width: 180px;
}

#MenuBar ul li .calculators {
  width: 150px;
}

#MenuBar ul li .program {
  width: 160px;
}

#MenuBar ul li .etude {
  width: 131px;
}

/**** sectionmenu.css ****/

.SectionMenu {
  width: 200px;
  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;
}

* html .SectionMenu .section a {
  height: 30px;
}

.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;
}

/**** network.css ****/

#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;
}

/**** header.css ****/

#Header {
  height: 142px;
  background: transparent url(/images/bandeau-fcpi.gif) no-repeat;
}

/* LinkTitle */

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

.returnLink {
  display: block;
  position: absolute;
  width: 920px;
  height: 125px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;  
}

/* NewsletterSubscriptionBox */

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

/**** footer.css ****/

#Footer {
  padding: 5px 0;
  text-align: center;
}

/* FooterLinks */

#Footer .FooterLinks {
  color: #6D6D6D;
  font-size: 12px;
}

#Footer .FooterLinks a {
  padding: 0 10px;
  color: #6D6D6D;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* Copyright */
#Footer .Copyright {
  color: #868686;
  font-size: 11px;
}

#Footer .Copyright a {
  color: #868686;
  text-decoration: none;
}

/**** fcpi.css ****/

#MainContent .fcpi ul {
  margin: 0 0 10px 30px;
}

#MainContent .fcpi ul li {
  padding-bottom: 10px;
}

#MainContent .fcpi ol {
  margin:  0 0 10px 25px;
  font-size: 16px;
  font-weight: bold;
  list-style-type: upper-roman;
  color: #A1001A;
  clear: both;
}

#MainContent .fcpi ol li a {
  color: #314f9c;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.1px;
}
#MainContent .fcpi ol li a:hover {
  text-decoration: underline;
}

#MainContent .fcpi table {
  margin: 10px;
}

#MainContent .fcpi table.table {
  margin: 10px;
  text-align: center;
}

#MainContent .fcpi table .header {
  background: #6C7F93;
  color: white;
  font-weight: bold;
  text-align: center;
}

#MainContent .fcpi table tr td {
  padding: 10px 7px;
  border: 2px solid white;
}

#MainContent .fcpi table .even{
  background: #CEDDEA;
}

#MainContent .fcpi table .odd{
  background: #B8C6D3;
}

#MainContent .fcpi table tr td ul {
  margin: 0 0 0 15px;
}

#MainContent .fcpi .staticImage {
  float: left;
  margin: 0 10px 10px 0;
}

#MainContent .fcpi .underline {
  text-decoration: underline;
}

#MainContent .fcpi .important{
  color: #A1001A;
}

#MainContent .fcpi .euro{
  font-style: italic;  
}

.SquareFooterShow {
  margin: 10px 0;
  text-align: center;
  display: block;
}

/* TechnicalBox */

#TechnicalBox {
  width: 205px;
  background: white url(/images/content/fond-technicalBox.gif) no-repeat bottom;
  float: right;
  margin: 0 5px 0 13px;
  font-size: 11px;
  color: black;
  display: block;
}
#TechnicalBox img {
  margin: 10px 30px;
}
#TechnicalBox .knowbox {
  width: 205px;
  margin: 0; 
}
#TechnicalBox .name {
  margin: 0 10px;
  font-size: 14px;
  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;
}

/**** calculators.css ****/

#MainContent h2.immo {
  height: 45px;
  background: transparent url(http://www.diagnostic-expertise.com/images/defiscalisation/calcul/fond-h2.jpg) no-repeat;
  text-align: right;
  padding: 25px 25px 0 0;
}

#MainContent h3 {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
}

#MainContent .calculTitle {
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
  margin: 10px;
}

#MainContent .text {
  margin: 15px 10px;
  font-size: 12px;
}

#MainContent.calculators a img {
  float: left;
  margin-right: 5px;
}

#MainContent .calcul {
  float: right;
  margin: -10px 10px 0 0;
}

hr {
  margin: 30px 10px;
}

#MainContent .infoLegal {
  text-align: center;
  font-size: 11px;
}


#MainContent .calculator .link {
  cursor: pointer;
}

#MainContent .calculator th {
  padding: 5px;
  color: white;
}

#MainContent .calculator form table {
  border-spacing: 0;
}

#MainContent .calculator form table td {
  padding: 5px;
}

#MainContent .calculator form .submitPara {
  text-align: center;
  cursor: pointer;
}

#MainContent .calculator form .box tr th {
  background: #8290a3;
}

#MainContent .calculator form .box {
  border: 1px solid #8290a3;
}

/**** miniprogramview.css ****/

.MiniProgramView h2 {
  margin: 0;
  background: none;
  padding: 0;
  color: white;
}
.MiniProgramView h3 {
  color: white;
  text-decoration: none;
  margin-top: 0px;
}
.MiniProgramView p {
  margin-bottom: 5px;
}
.MiniProgramView {
  margin: 10px 0;
  width: 575px;
  border: 1px solid #546477;
}
.MiniProgramView .header {
  background: #546477;
  color: white;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  height: 34px;
}
.MiniProgramView .header .active {
  font-size: 10px;
  background: #e50000;
  border: 1px solid white;
  padding: 0 2px;
  margin-right: 5px;
}
.MiniProgramView .header .FlashPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/vente-flash.gif) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
.MiniProgramView .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.png) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
.MiniProgramView .header .VideoPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/video.gif) no-repeat;
  width: 41px;
  height: 44px;
  display: block;
  float: left;
  margin: -13px 5px 0 0;
}

#MainContent .MiniProgramView .header .name {
  color: white;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
}
.MiniProgramView .header .city {
  font-size: 12px;
  text-transform: none;
  margin: 0;
  padding: 10px 0 0 0;
  color: white !important;
  position: absolute;
}
.MiniProgramView .header .city .law {
  font-size: 10px;
}
.MiniProgramView .header .rentability {
  float: right;
  color: white;
  font-size: 12px;
  margin-top: -45px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.MiniProgramView .content {
  background: white;
  padding: 5px;
}
.MiniProgramView .content p {
  margin: 0;
}
.MiniProgramView .content .left,
.MiniProgramView .content .right {
  vertical-align: top;
}
.MiniProgramView .content .image {
  margin: 0 5px 0 0;
}
.MiniProgramView .content .image img {
  height: 120px;
  width: 170px;
  border: 0;
}
.MiniProgramView .content .description {
  margin-bottom: 10px;
}

.linkLaw {
  font-size: 12px;
  text-align: center;
}

/* NavigationLine */
.NavigationLine {
  text-align: center;
  margin: 5px;
  color: #909090;
  font-weight: bold;
}
#MainContent .NavigationLine a {
  margin: 0;
  padding: 2px;
  color: #177298;
  text-decoration: underline;
}
#MainContent .NavigationLine a:hover {
  color: white;
  background: #177298;
  text-decoration: none;
} 

/**** detailedprogram.css ****/

.DetailedProgram h2 {
  color: white;
}

.DetailedProgram h2.title {
  color: #314f9c;
  font-size: 15px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.DetailedProgram {
  margin: 10px;
  font-size: 12px;
  border: 1px solid #546477;
}

.DetailedProgram .header {
  font-size: 16px;
  color: white;
  height: 70px;
  background: #546477;
  padding: 5px;
}

#MainContent .DetailedProgram .header .FlashPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/vente-flash.gif) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -5px 5px 0 5px;
}

/*ie6 and below hack*/

* html .DetailedProgram .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.gif) no-repeat;
}
* html .DetailedProgram .header .FlashPicto ,
* html .DetailedProgram .header .FavoritePicto,
* html .DetailedProgram .header .VideoPicto {
  margin: 0 5px 0 0;
}

.DetailedProgram .header p {
  margin: 2px 0;
}

#MainContent .DetailedProgram .header a {
  color: white;
  text-decoration: none;
}
.DetailedProgram .header .active {
  font-size: 10px;
  background: #e50000;
  border: 1px solid white;
  padding: 0 2px;
  margin-right: 5px;
}
.DetailedProgram .header .FlashPicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/vente-flash.gif) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
.DetailedProgram .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.png) no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  float: left;
  margin: -13px 5px 0 -5px;
}
/* hack ie7 */
*:first-child+html .DetailedProgram .header .FavoritePicto {
  position: relative;
}
/*ie6 and below hack*/

* html .DetailedProgram .header .FavoritePicto {
  background: transparent url(http://www.diagnostic-expertise.com/images/pictos/coeur.gif) no-repeat;
}
* html .DetailedProgram .header .FlashPicto ,
* html .DetailedProgram .header .FavoritePicto,
* html .DetailedProgram .header .VideoPicto {
  margin: 0 5px 0 0;
}

.DetailedProgram .header table {
  width: 100%;
}
.DetailedProgram .header .left{
  text-align: left;
  width: 80%;
}
.DetailedProgram .header .right {
  text-align: right;
  width: 40%;
  vertical-align: top;
}
#MainContent .DetailedProgram .header .name {
  color: white;
  font-size: 14px;
  margin: 2px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.DetailedProgram .header .city {
  font-size: 12px;
  font-weight: bold;
}
.DetailedProgram .header .small,
.DetailedProgram .header .law {
  font-size: 10px;
}
.DetailedProgram .header .price {
  font-weight: bold;
  font-size: 12px;
}
.DetailedProgram .rentability {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.DetailedProgram .content {
  color: black;
  padding: 10px;
}

.DetailedProgram .infoRequestButton {
  clear: both !important;
}

.DetailedProgram .content p {
  margin: 10px 0;
  text-align: justify;
}

.DetailedProgram .content .video {
  float: left;
  margin: 0 5px 0 0;
}

.DetailedProgram .content .image img {
  height: 100px;
  margin-right: 2px;
}

.DetailedProgram .content .cleaner {

  clear: both;
  display: block;
}

.DetailedProgram .content ul li {
  margin: 10px 0px 0 12px;
  text-align: justify;
}

.DetailedProgram .content .description {
  margin: 10px 0;
}

.DetailedProgram .table {
  margin: 10px 5px;
}

.DetailedProgram .table tr th,
.DetailedProgram .table tr td {
  border: 1px solid #fff;
}

.DetailedProgram .table tr th {
  width: 100px;
  padding: 5px;
}

.DetailedProgram .table tr td {
  width: 70px;
  padding: 5px;
  background: #f6f6f6;
}

.DetailedProgram .table th,
.DetailedProgram .table .type {
  background: #C9D1D5;
  padding: 5px;
  font-weight: bold;
}

.DetailedProgram .table .none {
  background: none;
}

.DetailedProgram .table .type {
  text-align: center;
}

.DetailedProgram .table .MinMax {
  background: #e4e4e4;
  padding: 2px 5px;

  text-align: center;
}

.DetailedProgram .AutoForm .error,
.DetailedProgram .AutoForm .required {
  color: red;
}

.DetailedProgram .AutoForm {
  margin: 10px;
}

.DetailedProgram .AutoForm table tr td{
  border: none !important;
}

.AutoForm .DrWIButton  {
  display: block;
  margin: auto;
}

#MainContent .back  {
  text-align: center;
  margin-bottom: 20px;
}

.back a {
  color: #127DC9;
  font-size: 12px;
}

#MainContent .DetailedProgram .table {
  margin: 0 auto 10px auto;
  width: 500px;
}
#MainContent .DetailedProgram .table tr td {
  padding: 10px;
  border: 2px solid white;
}
#MainContent .DetailedProgram .table tr th{
  padding: 10px; 
  background: #177298;
  color: white;
  font-weight: bold;
  text-align: center;
  border: 2px solid white;
}
#MainContent .DetailedProgram .table .even{
  background: #EBEEEF;
}
#MainContent .DetailedProgram .table .odd {
  background: #D8DFE3;
}

/**** faq.css ****/

#QuestionBox {
  font-size: 12px;
}

#QuestionBox ul li {
  font-size: 12px;
  line-height: 20px;
  margin: 10px 20px;
}

#QuestionBox a {
  font-size: 12px;
  text-decoration: none;
}

#QuestionBox a:hover {
  font-size: 12px;
  text-decoration: underline;
}

/**** CommentaryBox ****/
.CommentaryView {
  font-size: 12px;
}

#CommentaryBox .commentaryNumber,
#CommentaryBox .commentaryName {
  font-weight: bold;
}
#CommentaryBox .commentaryNumber {
  color: #177298;
  margin-right: 5px;
}
#CommentaryBox blockquote {
  margin: 0px 10px 20px 10px;
  border: 1px dotted #595959;
  background: white;
}

/* CommentaryEditBox */
.AutoForm table td table,
.AutoForm .SubmitButton {
  background: none !important;
}

#CommentaryEditBox table td {
  padding: 5px;
}

#CommentaryEditBox form label{
  margin: 10px;
  font-size: 12px;
}
#CommentaryEditBox form .SubmitButton {
  margin-left: 110px;
}
#CommentaryEditBox .required,
#CommentaryEditBox .error {
  color: red;
}

/**** table  ****/

#MainContent.fcpi .table {
  width: 100%;
}

#MainContent.fcpi .table .header {
  background: #828B99;
}

#MainContent.fcpi .table .even {
  background: #CEDAEA;
}
#MainContent.fcpi .table .odd {
  background: #E8ECF2;
}
#MainContent.fcpi .table td {
  padding: 5px; 
  border: 1px solid white;
} 

