div#wrap {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 894px; /* IE wont understand these, so we will use javascript magick */
   min-width: 894px;
   min-height: 750px;
   background: #ffffff 0 0px;   color: black;
}
div#header {
   height: 185px;
   width: 894px;
   background: #be5d0e url(images/bandeauDC6.jpg) no-repeat 0 0px;
}
div#top {
    position: relative;
    height: 21px;
    width: 894px;
    background: url(images/top_content.gif) no-repeat 0 0px;
}
div#texte {

       margin-left: 230px;
       margin-top: 10px;
       padding-right: 10px;
    position: relative;
    height: 600px;
    width: 653px;
       color: #2E3482;
         text-align: center;
    overflow: auto;

}

div#texte a{
    color: #c15f0d;
        text-decoration:none;

}
div#texte a:hover{
        color: #c15f0d;
            text-decoration:none;

}
div#texte ul li {
   text-align: left;
   list-style-position: inside;
   list-style-type: square;
   padding-left:1em;
   line-height: 2.5em;

}

div#nav {
float: left;
   padding-top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    height: 630px;
    width: 220px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 14px;
    background-color: #7E81AB;
}
div#nav  a{
    color: #fff;
    text-decoration:none;
}
div#nav a:hover{
        color: #000;
    text-decoration:none;

}
div#nav a:visited{
    text-decoration:none;

}
div#nav li{
   list-style: none;
   line-height: 2.5em;
/*   border: solid 1px #000;*/
}
#nav li {
   padding-left:2em;
   padding-bottom: 0.3em;
}
#nav li.menuactive { 
   background-color: #2d3283;
   /*color: #dd9922 */ /*changed*/
}
div#content {
      background-color: #D9D8D8;
      float: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 00px;
    height: 100%;
    width: 894px;
    font-family: verdana;
    font-size: 13px;
    color: #000;
}
td.texte_droite {
   text-align:right;
   font-size: 11px;

}
td.texte_normal {
   text-align:left;
   font-size:11px;
}
td.program {
   border: 1px solid #2E3482;
   text-align: left;
   padding: 2px;
    font-family: verdana;
    font-size: 13px;
}
table.program {
   border: 1px solid #2E3482;
}
