<html>
<head>
<style>

body {background-color: #ffffff;
}
<link rel="icon" type="image" href="deuxfacons1.jpg" />

body{ cursor: url('cible.cur'),auto;
}
     
      .container{
      display:block;
      position:relative;
      width: 100%;
      margin-top: O%;
      cursor:url('cible1.cur'),auto
      visibility:hidden;
    }


p {
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5vw;
  color:#2E2E2E;
  text-align: left;

}


a:link { 
  font-family: arial;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;text-decoration: none;
  cursor:url('cible1.cur'),auto;}

/* unvisited link */
a:link {
  color:#2E2E2E;
}

/* visited link */
a:visited {
  color:#2E2E2E;
}

/* mouse over link */
a:hover {
color:#000000;
font-style: oblique;
font-weight: normal;}



img {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

video {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
}

</style>
</head>
</body>
</html>


