#textAccueil1{
  float:right;
  margin-right:15px;
  width:485px;
  text-align:justify;
  font-weight: normal;
}

#textAccueil2{
  float:right;
  margin-right:15px;
  margin-top:20px;
  width:485px;
  text-align:justify;
  font-weight: normal;
}

#actualiteAccueil{
  float:right;
  margin-right:15px;  
  width:270px;
  height:100px;
  overflow:hidden;
}

#actualiteAccueilHautGauche{
  float:left;
  width:10px;
  height:10px;
  background-image: url("enteteHautGauche.gif");
  background-repeat:no-repeat;
}

#actualiteAccueilHautCentre{
  float:left;
  width:250px;
  height:10px;
  background-image: url("enteteHautCentre.gif");
  background-repeat:repeat-x;
}

#actualiteAccueilHautDroit{
  float:left;
  width:10px;
  height:10px;
  background-image: url("enteteHautDroit.gif");
  background-repeat:no-repeat;
}
#actualiteAccueilCentre{
  width:270px;
  height:80px;
  background-image: url("actualiteCentre.gif");
  background-repeat:repeat-y;
  overflow:hidden;
}
#actualiteAccueilBasGauche{
  float:left;
  width:10px;
  height:10px;
  background-image: url("piedPageGauche.gif");
  background-repeat:no-repeat;
}

#actualiteAccueilBasCentre{
  float:left;
  width:250px;
  height:10px;
  background-image: url("piedPageCentre.gif");
  background-repeat:repeat-x;
}

#actualiteAccueilBasDroit{
  float:left;
  width:10px;
  height:10px;
  background-image: url("piedPageDroit.gif");
  background-repeat:no-repeat;
}

#imageAccueil{
  float:left;
  margin-left:10px;
  margin-top:30px;
  width:200px;
}


.boutonActualite{
  height:15px;
  width:47px;
  font-size: 0.70em;
  font-weight: bold;    
  cursor:pointer;
  font-family: arial ;
  color : #f6ffc7;
  background-image: url("bouton_actualite_off.gif");
  background-repeat:no-repeat;
  background-color:transparent;
  border:none;
}

.boutonActualite:hover{
  background-image: url("bouton_actualite_on.gif");
  background-color:transparent;

}
