#b_left
{
  position: absolute;
  left: 50px;
  top: 50px;
  width: 250px;
  float: left;
}
/*
#b_right
{
  position: absolute;
  left: 320px;
  top: 50px;
  width: 180px;
  height: 180px;
}*/

#b_right
{
float: right;
}

.violet
{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  color: #9a4273;
}
.rose
{
  color: #FF4985;
  font-size: 1.2em;
}

#accueil_titre{
  /*position: absolute;
  top: 20px;
  left: 12px;*/
    width: 475px;
    padding: 15px 0px 25px 0px;
    line-height: 24px;

    text-align: center;
    font-family: Arial;
    font-size: 15px;

    color: #FF4985;
}

#accueil_contenu{
  /*position: absolute;
  top: 120px;
  left: 12px;*/
  width: 470px;

  text-align: justify;
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
   color: #9a4273; 
}
