body{
  background-color: black;
  background-image: url(../images/images/fond.jpg);
  background-position: top;
  background-repeat: no-repeat;
  color: white;
}
table.lunetb13{
  background-image: url(../images/projets/lunetb13.png);
  background-position: center;
  background-repeat: no-repeat;
}
p{
  font-family: Arial;
  color: white;
  padding: 10px;
}
td.textebas{
  text-align: center;
  font-family: Arial;
}
td.lien{
  cursor: pointer;
}
h2{
  text-align: center;
}
h3{
  text-align: center;
}
img{
  border:0;
}
a:visited{
  color: orange;
}
a:hover{
  color: white;
}
a{
  color: orange;
  text-decoration:none;
}