  @charset "iso-8859-1";

  html > body { 
    background-color: rgb(255, 255, 255);
    }

  body { 
    font-size: 80%;
    padding: 0pt 1em;
    color: rgb(0,0,0);
    background-color:#ffffff;
    font-family: verdana;
    /*background-image:url(fond.gif);
    background-position:center;
    background-repeat:repeat-y;*/
    }

  img { 
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

  ul, ol, dl, p, h1, h2, h3, h4, h5, h6 { 
    margin-top: 14px;
    margin-bottom: 14px;
    padding-top: 0pt;
    padding-bottom: 0pt;
    }

  h1 { font-size: 220%;
    }

  h2 { font-size: 190%;
    }

  h3 { font-size: 160%;
    }

  h4 { font-size: 130%;
    }

  h5 { font-size: 100%;
    }

  h6 { 
    font-size: 90%;
    text-align: center;
    font-style: italic;
    font-weight: lighter;
    margin-bottom: 30px;
    }

  a, a:link, a:visited, a:active { 
    text-decoration: underline;
    color: rgb(51, 51, 51);
    }

  a:hover { 
    text-decoration: none;
    }

  td, th { 
    vertical-align: top;
    }

  #pagewrapper { 
    border-color: rgb(255,255,255);
    border-width: 0pt 1px;
    margin-left: auto;
    margin-right: auto;
    min-width: 40em;
    width: 1000px;
    }

  #pagewrapper p{ 
    text-indent:40px;
    }

  #middleColumn { 
    position:absolute;
    margin-right: auto;
    text-align:left;
    margin: 65pt 0pt 0pt 200px;
    float: right;
    width: 600px;
    }

  .contenu {
    position:absolute;
    margin-left:100px;
    }

  #leftColumn { 
    overflow: visible;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    margin:100pt 0pt 0pt 0px;
    float: left;
    width: 14em;
    /*border-right: 1px dashed;*/
    }

  #hnavwrapper {
    position:absolute;
    margin-left:100px;
    width:900px;
    }

  .hnav {
    position:relative;
    margin-right:75px;
    float:left;
    }

  a img {
    border:none;
    }

  .fond {
    position:absolute;
    margin-left:-20px;
    margin-top:100px;
    }

.menu {
    position:absolute;
    margin:20px 0 0 0px;
    /* solve a Opera7/IE display bug */
    width:152px;
    width/**/:150px;
    border-top: 0px #000 solid;
    border-left: 0px #000 solid;
    border-right: 0px #000 solid;
    padding:0;
    }
    
.menu span{
    display:none;
    }
    
.menu ul{
    border-top: 1px #000 solid;
    border-left: 0px #000 solid;
    border-bottom: 1px #000 solid;
    color:#ff5500;
    margin:0;
    padding:2px;
    position:absolute; /* important */
    width:152px;
    width/**/:150px;
    }
    
.menu li ul{
    visibility:hidden;
    }
            
.menu li ul{
    margin-left:160px; /* be careful */
    margin-top:-24px;
    }
    
.menu a{
    background-color: #ffffff;
    color:#000;
    /*text-weight:bold;*/
    display:block;
    width:150px;
    border-bottom: 0px #ffffff solid;
    text-decoration:none;
    text-align:center;
    background-color:#95b6d7;
    margin:0;
    padding:3px 0 3px 0; /* em units can creat little graphic bug in mozilla */
    }
    
.menu a:hover{
    background-color: #fd6000;
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{
    background-color: #aaf;
    }

.menu span{
    /* hide some accessibility stuff */
    display:none;
    }
        
.menu li{
    text-align:left;
    width:150px;
    display:block;        float:left;  
    list-style:none;
    margin-left:0px;
    padding:0;
    }

.colgauche {
    font-weight:bold;
    font-size:100%;
    text-align:left;
    background-color:#ffffff;
    }


/* IE PC selector */
* html .menu li {
    display:inline; /* solve a IE PC list bug */
    float:none; /* solve a IE5 clav nav bug */
    }
