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: #be5d0e url(/images/news/header.jpg) no-repeat 0 0px;
}
div#bande {
    float: left;
    height: 160px;
    width: 1000px;
    background: #fff url(/images/news/bandeau.jpg) no-repeat 0 0px;
}
div#content a{
    color: #c15f0d;
    text-decoration:underline;
}
div#content a:hover{
        color: #c15f0d;
}
div#content a:visited{
        color: #c15f0d;
}
div.news_access {
      float: left;
    height: 95px;
    width: 780px;
    background: #fff url(/images/news/log-access.jpg) no-repeat 0 0px;
    padding-left: 210px;
    border: solid 1px #458a4f;
}
div.news_networking {
      float: left;
    height: 95px;
    width: 780px;
    background: #fff url(/images/news/log-networking.jpg) no-repeat 0 0px;
    padding-left: 210px;
    border: solid 1px #C1146E;
}
div#nav {
    position: relative;
    margin-top: 92px;
    margin-left: 20px;
    height: 20px;
    width: 1000px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 14px;
}
div#content {
    background-color: #fff;
    float: left;
    padding-left: 5px;
    padding-top: 2px;
    padding-right: 10px;
    height: 100%;
    width: 1000px;
    font-family: verdana;
    font-size: 13px;
    color: #000;
}
