/*  General styles for this example page */
  *{
     margin:0px;
     padding:0px;
  }
  html{
    height:100%;
  }
  body{
    font-family: arial, tahoma;
    font-size:0.8em;
    margin:0px;
    padding:0px;
    text-align:center;
    background-color:#000000;
    height:100%;
    color:#ffffff;
  }
  
  p{
    margin-top:5px;
    margin-bottom:10px;

  }
  img{
     border:0px solid red;
  }

  img.png {
     behavior: url(template/win_png.htc);
  }


  
  #mainContainer{
    /*width:960px;*/
    width:886px;
    margin:0 auto;
    text-align:left;

    /*padding-left:16px;
    padding-right:16px;
    padding-bottom:20px;  */
  }

  
  #ads{
    margin:0 auto;
    width:730px;
    margin-top:10px;
  }

  #dhtmlgoodies_menu img{
    border:0px;
  }
  


  a:link{color:#ffffff;text-decoration:none;}
  a:active{color:#ffffff;text-decoration:none;}
  a:visited{color:#ffffff;text-decoration:none;}
  a:hover{color:#ffffff;text-decoration:none;}

  a.lienPdf:link{color:#ffffff;text-decoration:none;font-weight:bold;text-decoration:underline;}
  a.lienPdf:active{color:#ffffff;text-decoration:none;font-weight:bold;text-decoration:underline;}
  a.lienPdf:visited{color:#ffffff;text-decoration:none;font-weight:bold;text-decoration:underline;}
  a.lienPdf:hover{color:#ffffff;text-decoration:none;font-weight:bold;text-decoration:underline;}



  .menuSel{
      color:#000000;
  }

  
  /********************************************/
  /* End general styles for this example page */
  /********************************************/

  /********************************************/
  /* General configuration CSS */
  /********************************************/
  
  #dhtmlgoodies_menu ul li ul{
    display:none;  /* Needed to display ok in Opera */
  }
    
  #dhtmlgoodies_menu{  /* Menu object */
    visibility:hidden;  
    height:30px;
    line-height:30px;
    background-color:#923C3D;
    border-bottom:0px solid #ffffff;
  }

  * html #dhtmlgoodies_menu{
      border-bottom:0px solid #ffffff;
  }


  #dhtmlgoodies_menu ul{
    margin:0px;  /* No indent */
    padding:0px;  /* No indent */
  }
  #dhtmlgoodies_menu li{
    list-style-type:none;  /* No bullets */
  }  
  #dhtmlgoodies_menu a{
    margin:0px;
    padding:0px;
  }
  /* End general configuration CSS */
  
  
  /* Cosmetic */
  
  /***********************************************************************
    CSS - MENU BLOCKS
     General rules for all menu blocks (group of sub items) 
  ***********************************************************************/
  #dhtmlgoodies_menu ul{
    border-bottom:0px solid #ffffff;
    background-color:#8B3435;
    padding:0px;
  }
    
  #dhtmlgoodies_menu ul.menuBlock1{  /* Menu bar - main menu items */
    border:0px;
    padding:0px;
    border:0px solid #317082;
    background-color:#8B3435;
    overflow:visible;
  }
  #dhtmlgoodies_menu ul.menuBlock2{  /* Menu bar - main menu items */
    border:0px;
    padding:0px;
    border:0px solid #555;
  }
  
  /***********************************************************************
    CSS - MENU ITEMS
     Here, you could assign rules to the menu items at different depths.
  ***********************************************************************/
  /* General rules for all menu items */
  #dhtmlgoodies_menu a{
    color: #ffffff;
    text-decoration:none;
    padding-left:2px;
    padding-right:2px;
  
  }
  
  /*
  Main menu items 
  */
  
  #dhtmlgoodies_menu .currentDepth1{
    padding-left:21px;
    padding-right:5px;
    border:0px solid #E2EBED;
  }
  #dhtmlgoodies_menu .currentDepth1over{
    padding-left:21px;
    padding-right:5px;
    background-color:#8B3435;
    border:0px solid #000;

  }
  #dhtmlgoodies_menu .currentDepth1 a{
    font-weight:bold;
    font-size:1.3em;

  }
  #dhtmlgoodies_menu .currentDepth1over a{  /* Text rules */
    font-weight:bold;
    /*color:#000000;*/
    font-size:1.3em;
  }



  /* Sub menu depth 1 */
  #dhtmlgoodies_menu .currentDepth2{
    padding-right:2px;
    border-bottom:0px solid #ffffff;
  }
  #dhtmlgoodies_menu .currentDepth2over{
    padding-right:2px;
    background-color:#8B3435;
    border-bottom:0px solid #ffffff;
  }  
  #dhtmlgoodies_menu .currentDepth2over a{
    /*color:#000; */
  }  
  /* Sub menu depth 2 */
  #dhtmlgoodies_menu .currentDepth3{
    padding-right:2px;
    border:0px solid #FFF;
  }
  #dhtmlgoodies_menu .currentDepth3over{
    padding-right:2px;
    background-color:#8B3435;
    border:0px solid #000;
  }
  #dhtmlgoodies_menu .currentDepth3over a{
    /*color:#000; */
  } 

  /* Sub menu depth 3 */
  #dhtmlgoodies_menu .currentDepth4{
    padding-right:2px;
    border:0px solid #FFF;
  }
  #dhtmlgoodies_menu .currentDepth4over{
    padding-right:2px;
    background-color:#8B3435;
    border:0px solid #000;
  }
  #dhtmlgoodies_menu .currentDepth4over a{
    /*color:#000;*/
  }


  * html #dhtmlgoodies_menu .currentDepth3{
      width:150px;
  }


/******************************************************************************/
#contenu{
   width:886px;
   height:709px;
   border:0px solid red;
   position:relative;
}

.but{
    border:1px solid #8B3435;
    background-color:#8B3435;
    color:#ffffff;
    font-weight:bold;
}

blockquote{
  font-size:0.8em;
  margin-left:30px;
  margin-bottom:30px;
}

.detail_pdf{
  font-size:1em;
}





#pied{
      text-align:right;
}
#pied a{
      padding-left:15px;
      color:#666666;
      text-decoration:none;
}