/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Style commun à tous les types de page */

*
{
  margin:0px;
  padding:0px;
  color:black;
  font-family:Verdana;
  font-size:10px;
  line-height: 15px;
}

a, a *
{
  border-width:0px;
  color:#025997;
  text-decoration:none;
}

body
{
  background-color:#0158a7;
}
