body {
    background-color: #000;
    margin-left: 0;
    margin-top: 0;
}
div#wrap {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 1024px; /* IE wont understand these, so we will use javascript magick */
   min-width: 1024px;
   min-height: 800px;
   background: #000000 url(../images/accueil/fond_accueil.jpg) no-repeat 0 0px;
   color: black;
}
div#header {
   height: 350px;
   width: inherit;
/*   background: #000000;*/
}
div#liens {
    height: 27px;
    width: inherit;
    font-family: arial;
    font-size: 17px;
    color: #7b7777;
    margin-left: 760px;
    padding-top: 13px;
}
div#liens a, a:link, a:active{
    text-decoration: none;
    color: #7b7777;
}
div#liens a:visited{
    text-decoration: none;
    color: #7b7777;
}
div#liens a:hover{
    color: #BD000D;
}
div#titre {
    height: 40px;
    width: inherit;
    font-family: arial;
    margin-top: 12px;
    color: #000;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-size: 18px;
    padding-left: 464px;
    font-weight: normal ;
}
div#titre_news {
    height: 30px;
    width: inherit;
    font-family: arial;
    margin-top: 10px;
    color: #646161;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-size: 24px;
    padding-left: 764px;
    font-weight: normal ;
}
div#texte_news{
    font-family: arial;
    float: right;
    text-align:right;
    width:400px;
    height: 50px;
    margin-right: 180px;
    margin-top: 10px;
     color: #426916;
}
div#texte_news a{
    color: #426916;
}
div#texte_news a:hover{
    color: #BD000D;
}
div#footer {
    clear: both;
    height: 73px;
    background: #000000;

}
div#menu {
    float: left;
    width: 116px;
    height: auto;
    font-family: Arial narrow;
    font-size: 12px;
    line-height: 34px;
    font-weight: normal;
    text-align: left;
    padding-top: 80px;
    padding-left: 14px;
}
div#menu a, a:link, a:active{
    text-decoration: none;
    color: #fff;
}
div#menu a:visited{
    text-decoration: none;
    color: #fff;
}
div#menu a:hover{
    color: #BD000D;
}
div#logos {
    float: left;
    width: 100px;
    height: 200px;
    padding-top: 40px;
    line-height: 6px;
    text-align: center;


}
div#texte {
    float: right;
    width: 206px;
    height: auto;
    color: #fff;
    font-family: Arial;
    text-align: left;
    padding-left: 464px;
    padding-top: 210px;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: normal;

}
.petit {
    font-size:12px;
}
div#content {
    float: none;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    font-family: Arial;
    height:600px;
    width: 1000px;
    margin-left: 0px;
    color: #fff;
}