* {
  padding: 0;
  margin: 0}
html, body {
  font-family : arial, verdana, sans-serif;
  margin : 0 auto;
  text-align : center;
  font-size : 100%;
  background : #000}
#conteneur {
  position:relative;
  color : #ccc;
  text-align:center;
  margin : 0 auto;
  border-top : 5px solid #000;
  width : 980px;
  height : auto}
.bandTop{
  color:#14FAFA;
  width:980px;
  height:200px;
  background:#181F23}
.bandMid{
  width:980px;
  background:#E7EBEE url(fond-decor.jpg) no-repeat}
.blocCentral{
  position:absolute;
  left:90px;
  top:100px;
  color:#181F23;  
  width:800px;
  font-size:.9em;
  background:#FFF}
.bandeauTitre{
  margin:10px auto;
  width:780px;
  height:85px;
  color:#000;
  border:1px solid black;
  background:#CCC}
.image{
  margin:0 auto;
  width:720px;
  height:560px}
.description {
  margin:0 auto;
  width:700px;
  height:auto;
  color:#000;
  padding:10px;
  border:1px solid #000;
  background:#CCC}
.description p {
  color:#565C6A;
  text-align:center;
  font-size:.9em}
img {
   border:none;
   display:block} /* Pour éviter l'espace indésirable dans le bloc sous IE */