#main
{ background-image: url('images/main_accueil.gif');
}

#content
{ float: left;
  width: 362px;
  padding: 37px 23px 10px 28px;
}

#actu
{ float: left;
  width: 220px;
  background-image: url('images/actu.gif');
  background-repeat: no-repeat;
  background-position: 0px 11px;
  padding: 0px 15px 0px 12px;
  color: #606060;
}

#rss
{ margin: 17px 0px 63px 0px;
  height: 15px;
}

#rss a
{ text-decoration: none;
  display: block;
  width: 65px;
  height: 15px;
  background-image: url('images/rss.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #000000;
  text-align: right;
  margin: 0px 0px 0px 152px;
}

#rss a:hover
{ text-decoration: underline;
}

#actu_intitule
{ font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  padding: 0px 7px 0px 7px;
  margin: 0px 0px 5px;
  height: 21px;
  background-image: url('images/actu_h1.gif');
  color: #ffffff;
}

#actu p
{ text-align: justify;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

#lire_plus
{ font-weight: bold;
  text-align: right;
  margin: 0px 0px 10px 0px;
}

#lire_plus a
{ text-decoration: none;
  color: #606060;
}

#lire_plus a:hover
{ text-decoration: underline;
}

#footer
{ background-image: url('images/footer_accueil.gif');
}