#rightbar {
  font-size: 85%;
  border-style: none none none dotted;
  border-color: #cd000c;
  border-width: 1px;
  color: #003779;
  text-align: center;
  float: right;
  width: 20%;
  height: 100%;
  visibility: visible;
}
#rightbar h1 {
  border-style: none;
  margin: 4px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-size: 130%; 
  /*background-position:  center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(Images/bleuclairactualite.png);   */
}
#rightbar a {
  text-decoration: none;
  color: #0197f0;
}
#rightbar p {
  margin: 5px;
  padding: 2px;
  border-style: solid none solid none;
 /* border-color: #0197f0;*/
  border-color:silver;
  border-width: 1px;
  text-align: center;
  /*background-color: #d9f0fd;*/
  background-color:white;
  font-size: 95%; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#rightbar a:hover {
  color: #f19e7b;
}

#rightbar .oldactu{
display:none;
}

/* définition de la balise <span> inclue dans <a> */
#rightbar span { 
display: none;
/*color:black; */
} 
#rightbar p:hover span { 
display: inline;
text-align: left;
/*color:black; */

} 
#rightbar p:hover{
background-color: #d9f0fd;
font-size:100%;
text-align: left;
}


