

/* Styles page accueil */

#blocNews{
  float : right ;
  margin : 0 20px 0 20px ;
}

#blocNews #blocNews_titre{
  background:url('images/chapeauCartoucheAccueil.png') no-repeat ;
  width : 100px ;
  height : 21px ;
  color : white ;
  font-weight : bold ;
  font-size : 1.1em ;
  text-align : center ;
}

#blocNews #blocNews_listeNews{
  
  border : 1px solid #FF7712 ;
  background-color : #FFE4CC ;
  height : 120px ;
  width : 360px ;
  padding : 8px 3px 5px 5px ;
  overflow : hidden ;
  
}

#blocNews .newsDate{
  
  font-weight : bold ;
  font-size : 9px ;
}

#blocNews a{
  text-decoration : none ;
  border-bottom : 0px solid red ;
  font-size : 9px ;  
}

#blocNews a.newsLien:hover{
  text-decoration : none ;
  border-bottom : 0px solid red ;
}

#blocNews .newsCategorie{
  
  font-weight : bold ;
}

#blocNews .newsTitre{
  font-size : 9px ;  
  color : black ;
}

#blocNews .newsLire{
  
}
