* {
  padding: 0;
  margin: 0}
html, body {
  font-family : arial, verdana, sans-serif;
  margin : 0 auto;
  text-align : center;
  font-size : 100%;
  background : #272C32}
#conteneur {
  color : #fff;
  text-align:center;
  margin : 0 auto;
  border-top : 5px solid #000;
  width : 980px;
  height : auto;
  background : #272C32}
.bandTop{
  width:980px;
  height:120px;
  text-align : left;
  background:red}
.logo {
  float: left;
  height: 120px}
.titre {
  float: left;
  width: auto;
  height: 120px;
  font-size: .9em}
.titre  p {font-size: .8em}
.PrixWeb{
  width : 980px;
  height : 50px;
  padding : 5 0;
  text-align : left;
  background : #000}
#blocLeft {
  float : left;
  width : 750px;
  height : auto;
  font-size:.9em}
#blocRight {
  float : left;
  width : 230px;
  height : auto;
  text-align : right}
img {border : none}