* {
margin:0;
padding:0;
}
body {
    background-color: #fff;
    margin-left: 0;
    margin-top: 0;
}
img {
    border: 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: #fff;;
   color: black;
}
div#header {
   height: 292px;
   width: 1000px;
   background: #479451 url(/images/contact/header.jpg) no-repeat 0 0px;
}
div#bande {
    float: left;
    height: 91px;
    width: 1000px;
    background: #fff url(/images/contact/bandeau.jpg) no-repeat 0 0px;
}

div#nav {
    position: relative;
    margin-top: 38px;
    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-weight: lighter;
    font-size: 13px;
    color: #000;
}
