div#wrap {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 1000px; /* IE wont understand these, so we will use javascript magick */
   min-width: 1000px;
   min-height: 800px;
   background-color: #fff;;
   color: black;
}
div#header {
   height: 326px;
   width: 1000px;
   background: #479451 url(/images/access/header.jpg) no-repeat 0 0px;
}
div#bande {
    float: left;
    height: 146px;
    width: 1000px;
    background: #fff url(/images/access/bandeau.jpg) no-repeat 0 0px;
}
div#logos {
    position: relative;
    float: left;
    height: 70px;
    width: 1000px;
    background: #fff url(/images/access/bande-logos.jpg) no-repeat 0 0px;
}
div#logos a{
    display: block;
    position: absolute;
}
div#logos a#link1{
    width:190px;
    height:44px;
    top:5px;
    left:138px;
}

div#logos a#link2{
    width:171px;
    height:44px;
    top:5px;
    left:364px;
}
div#logos a#link3{
    width:106px;
    height:44px;
    top:5px;
    left:556px;
}
div#logos a#link4{
    width:95px;
    height:44px;
    top:5px;
    left:663px;
}
div#logos a#link5{
    width:85px;
    height:44px;
    top:5px;
    left:770px;
}
div#logos a:hover{
    border: 1px solid #458A4F;
}
div#content {
    background-color: #fff;
    float: left;
    padding-left: 10px;
    padding-top: 0px;
    padding-right: 10px;
    height: 100%;
    width: 980px;
    font-family: verdana;
    font-size: 13px;
    color: #000;
}
div#content p{
    margin-top: 0.5em;
}
div#content a{
    color: #458a4f;
    text-decoration:underline;
}
div#content a:hover{
        color: #458a4f;
}
div#content a:visited{
        color: #458a4f;
}
li {
   margin-left:2em;    
}
div#news {
      float: left;
    height: auto;
    width: 250px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin-top:10px;
    border: solid 1px #458a4f;
}
.titre_news{
      margin-top:0px;
      padding-top:0px;
      font-family: verdana;
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      background-color: #458a4f;


}
div#normal_content {
      float: right;
    height: auto;
    width: 680px;
    background: #fff;
    padding-left: 10px;
}
div#nav {
    position: relative;
    margin-top: 93px;
    margin-left: 20px;
    height: 20px;
    width: 1000px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 14px;
}
div#nav2 {
    position: relative;
    margin-top: 4px;
    margin-left: 20px;
    height: 20px;
    width: 1000px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 13px;
}
