body {
    background-color: #000;
    margin-left: 0;
    margin-top: 0;
}
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: #000;;
   color: black;
}
div#header {
   height: 358px;
   width: 692px;
   background: #000000 url(/images/accueil/header_sfera.jpg) no-repeat 0 0px;
   margin-left: 150px;
}
div#columng {
    float: left;
    height: 352px;
    width: 154px;
    background: #000000 url(/images/accueil/partg_new.gif) no-repeat 0 0px;
}
div#columnd {
    float: right;
    height: 352px;
    width: 162px;
    background: #000000 url(/images/accueil/partd.jpg) no-repeat 0 0px;
}
div#footer {
    clear: both;
    height: 73px;
    background: #000000;

}
div#content {
    float: none;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 10px;
    height:342px;
    width: 1000px;
    margin-left: 0px;
    font-family: verdana;
    font-weight: lighter;
    font-size: 13px;
    text-align: justify;
    color: #fff;
}
