body 
{
  background-color:rgb(90, 113, 140);
  font-family:Verdana, arial, sans-serif; 
  font-size:11px;
  text-decoration:none;
}

*
{
  font-size:inherit;
}

hr
{
  visibility:hidden;
  clear:both;
}

span.Repertoire
{
  width:80px;
  margin:5px;
  float:left;
  text-align:center;
}

span.Repertoire:hover
{
  background-color:rgb(230,200,100);
  border:1px black dashed;
}

span.Vignette
{
  width:180px; 
  height:170px;
  background-color:rgb(70, 93, 120);
  padding:5px; 
  margin:4px;
  float:left;
  text-align:center;
}

img.Vignette
{
  border:white solid 5px;
  margin:5px;
}

img.Image
{
  border:white solid 10px;
}

img.Repertoire
{
  border:none;
}

a
{
  text-decoration:none;
  color:black;
  cursor:pointer;
}

p.Action
{
  font-weight:bold;
}

textarea
{
  background-color:rgb(110, 133, 160);
  border:1px black solid;
}

input
{
  background-color:rgb(110, 133, 160);
  border:1px black solid;
}

/*
a:hover
{
  font-weight:bold;
}
*/

