html{
  background:  #801414;
}

body {
 background:  #801414 url("../img/pb-back.gif") center 0 repeat-y;
  font-family: Verdana, Arial, sans-serif;
  color: #242424;
  font-size: 12px;
  height: auto;
}
.wrapper{
   background: url("../img/pb-header.png") 0 top repeat-x;
}

/* HEADER*/
.header {
  
}
.header h1 {
  margin: 32px 0px 40px 350px;
  font-size: 18px;
  color: #801414;
}

.logo {
  background: url("../img/pb-logo.png") 0 0 no-repeat;
  width: 325px;
  height: 110px;
  text-indent: -4000px;
  float: left;
}

/*SIDE MENU*/

.back a {
  background: url("../img/arrow-back.png") 0px 3px no-repeat;
  padding: 7px 0px 7px 25px;     
  margin: 10px 0px 0px 0px;
  display: block;
}

.side-menu{
  font-size: 17px;
  margin: 20px 0;
}

.side-menu li {
  padding: 10px 0 10px 25px;
  font-weight: bold;
}

.side-menu li.active {
  background-color: #c09595;
  color: #801414;
}

/*#CONTENT - BIKE LISTING#*/

.content {
  padding-top: 20px;
}

.vente-info {
  display: inline;
  float: left;
  width: 260px;
}

.image {
  display: inline;
  float: right;
}

.vente-info h3 {
  font-size: 14px;
  line-height: 24px;
  margin: 8px 0 8px;
}
.vente-info h3 span {
  font-weight: normal;
}

.vente-info p.special {
  margin: 0 0 8px 0;
}

.vente-info p.special span {
  text-align: right;
  float: right;
  font-size:18px;
  color: #801414;
  font-weight: bold;
  margin-top:-5px;
}

.vente-info p.regular {
  font-size:12px;
  color: #464646;
  font-weight: normal;
  font-style: italic;
   margin: 0 0 24px 0;
}

.vente-info p.regular span {
  float: right;
  text-align: right;
}

.bike img {
  
  border: 1px solid white;
  margin: 0 0 16px;
}




<h3>Opus Adagio <span>(2010)</span></h3>
          <p>Grandeur L / XL :<span>449,00 $</span></p>
          <p class="regular">prix régulier :<span>599,00 $</span></p>

.image {
  border: 1px solid #FFF;
  display: inline;
  float: right;
}

/* Footer*/

.footer{
  background:  #801414;
  font-size: 10px;
  color: #ccc;

}

.footer div {
  margin: 20px 0px 0px -15px;
}

.footer span {
  padding-right: 15px;
}

/* General*/
a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

