/** News *******************************************************************/

div.news div {
  width: 178px;
  border: 1px solid #f5f0f4;
}

div.news div div {
  border: 0px;
}

div.puce {
  height: 11px;
  text-align: right;
  margin-bottom: 5px;
}

div.puce a {
  position: relative;
  right: 5px;
}

/** Actus (titre et debut du texte de la meme couleur) **********************************/

div#content div.actu {
  margin-bottom: 13px;
  background: white;
}

div#content div.actu p {
  padding: 10px 10px 3px 10px;
}

div#content div.actu p span.debut {
  font-weight: bold;
  font-size: 13px;
}

div#content div.actu h2 {
  text-align: center;
  font-size: 12px;
  padding: 4px;
  color: white;
}

div#content div.rouge h2 {
  background: #e64476;
}

div#content div.rouge p span.debut {
  color: #e64476;
}

div#content div.bleu h2 {
  background: #45c0ea;
}

div#content div.bleu p span.debut {
  color: #45c0ea;
}

div#content div.violet h2 {
  background: #a45c9c;
}

div#content div.violet p span.debut {
  color: #a45c9c;
}

div#content div.orange h2 {
  background: #f6ab45;
}

div#content div.orange p span.debut {
  color: #f6ab45;
}

div#content div.temoignage div.video {
  text-align: center;
  margin-top: 5px;
}

/** Actus2 (fond violet, titres identiques) ******************************************/

div#content div.actu2 {
  background: #b5a3b9;
  margin-bottom: 13px;
}

div#content div.actu2 h2 {
  font-size: 13px;
  background: #b5a3b9;
  color: white;
  text-transform: uppercase;
  padding: 5px 0 5px 10px;
}

div#content div.actu2 div.une {
  background: url("../images/big_w.gif") no-repeat;
}

div#content div.actu2 p {
  padding: 1px 8px 8px 8px;
}

div#content div.actu2_normal p {
  color: #f3f1dc;
}

div#content div.actu2 div.image {
  text-align: center;
  margin-bottom: 3px;
}

