ul.listeItemNews{
  list-style-type:disc;
  list-style-position:outside;
  list-style-image:url(../images/fleche.gif);
  margin-left:21px;
  padding:0px;
}

li.itemNews{
  font-size:0.8em;
  color : #9966cc; 
}

a.lienNews:link { 
  font-size:0.9em;
  color : #802060;
  font-weight:bold;
  text-decoration:none;
}

a.lienNews:hover { 
  font-size:0.9em;
  font-style:italic;
  color : #802060;
  text-decoration:none; 
}

a.lienNews:active{
  /*font-size:0.9em;
  color : #ffccff;
  text-decoration:none; -> différent sous IE*/ 
  font-size:0.9em;
  color : #802060;
  font-weight:bold;
  text-decoration:none;
}

a.lienNews:visited{
  /*font-size:0.9em;
  color : #cc6699;*/
  font-size:0.9em;
  color : #802060;
  font-weight:bold;
  text-decoration:none;
}

div.blocNews{
  background-image:url(../images/fond.gif);
  width:300px;
  /*height:400px;*/
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  margin:auto;
  border:1px dashed #660066;
  overflow:auto;
  text-align:left;
}
p.titreBlocNews{
  /*background-color:#802060;*/
  background-image:url(../images/titreNews.gif);
  font-family:cursive;
  font-size:0.8em;
  color : #802060;
  font-weight:bold;
  text-align:center;
}

div.separNews{
  background-image:url(../images/separateur.gif);
  background-repeat:repeat-x;
  width:100%;
}
p.copyright{
  font-style:italic;
  font-size:0.7em;
  text-align:center;
  color : #660033;
}
p.info{
  font-style:italic;
  font-size:0.6em;
  text-align:right;
  color : #660033;
  padding:0px;
  margin:0px;
}
