body {
     text-align: center; /* pour corriger le bug de centrage IE */
  background-color:#999999;
  margin: 0;
  padding:0;
}

#ban{
font: 80% verdana, arial, sans-serif;
 background: #3B4E77 url("images/fond.jpg") top left no-repeat;
 background-position: center;
  padding-bottom: 250px;
 margin: 0;
 padding: 0;
 height: 200px;
}
#ban a{
color:#0099FF;
}

#conteneur{
margin-left: auto;
margin-right:auto;
text-align:left;
width:1009px;
}

.corps{
background-color:#CCCCCC;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
text-align:left;
border: 2px Solid black;
margin-top: 10px;
margin-left: 15px;
margin-right: 15px;
margin-bottom:10px;
font-size:18px;

}

.newsTitle{
font-size:36px;
font-weight:bold;
color:#FF0000;
}

#cpr{
margin-top: 20px;
padding: 10px;
text-align:center;
border: 1px solid black;
position: absolute;

bottom: 0
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:absolute;
margin: 0;
}
#menu dl {
float: left;
width: 13em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.footer {
background-color:#CCCCCC;
position: relative;
margin-bottom: 0px;;
padding-bottom: 0px;
border-top: 1px solid black;
text-align: center;
}
