/* CSS Document */
#menu_titre{
  float:right;
  margin: 0;
  list-style-type: none;
  color: gray;
  font-weight: bold;
  border-style: none solid none none ;
  border-color: white ;
  border-width: 1px;
  margin-right: 5px;
  padding-right: 5px;
}

#menu_titre li {
  text-align:center;
  float:right;
  margin-right: 0px;
  margin-left: 5px;
  padding-left: 5px;
  border-style: none none none solid ;
  border-color: white ;
  border-width: 1px;
} 

#menu_titre li a{
  color: white;
  text-decoration: none;
  
}
#menu_titre li a:hover{
  color : rgb(0,0,255);
  

}

a img{
  border: none;
}

