/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#page #content h3 {
  padding-top:25px;
}
#page #content .actualite h4 a {
  color:black;
  font-size:18px;
  margin-top:15px;
  margin-bottom:5px;
  text-transform:capitalize;
  font-weight:normal;
}
#page #content .actualite h4 a:hover {
  color:#282828;
}
#page #content h5 {
  font-weight:bold;
  color:#d39f6d;
}
#page #content .actualite {
  width:355px !important;
  width:347px;
  margin-left:15px;
  margin-right:15px;
  margin-bottom:15px;
  float:left;
}
#page #content .actualite .resume {
  width:210px !important;
  width:202px;
  border:2px dotted #5e514d;
  float:right;
  padding:5px;
}
#page #content .actualite .photo {
  height:116px;
}
#page #content .actualite .suite a {
  color:#fea724;
  font-size:14px;
  float:right;
}
#page #content .actualite .suite a:hover {
  color:#ffbe5b;
}