#bordure_alerte_rouge,#bordure_open_40ans,#bordure_logo,#bordure_horloge,#bordure_titre_du_menu,#bordure_titre_du_site  {
  cursor: move;
}

.bordure_alerte_rouge_,.bordure_open_40ans_,.bordure_logo_,.bordure_horloge_,.bordure_titre_du_menu_,.bordure_titre_du_site_  {
  cursor: move;
}

#decalage_gauche {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 18px;
  width: 20px;
  border-top: 0px;
  border-bottom: 1px solid black;
  border-left: 0px;
  border-right: 0px;
}

#onglet_accueil {
  position: absolute;
  top: 0px;
  left: 20px;
  text-align: center;
  height: 18px;
  width: 100px;
  border-bottom: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("images/onglet_3.gif");
  
  }
#onglet_open40ans {
  position: absolute;
  top: 0px;
  left: 120px;
  text-align: center;
  height: 18px;
  width: 100px;
  border-top: 0px;
  border-bottom: 1px solid black;
  border-left: 0px;
  border-right: 0px;
  cursor: pointer;
}

#onglet_agenda {
  position: absolute;
  top: 0px;
  left: 220px;
  text-align: center;
  height: 18px;
  width: 100px;
  border-top: 0px;
  border-bottom: 1px solid black;
  border-left: 0px;
  border-right: 0px;
  cursor: pointer;
}

#onglet_logo {
  position: absolute;
  top: 0px;
  left: 320px;
  text-align: center;
  height: 18px;
  width: 100px;
  border-top: 0px;
  border-bottom: 1px solid black;
  border-left: 0px;
  border-right: 0px;
  cursor: pointer;
}

#onglet_historique {
  position: absolute;
  top: 0px;
  left: 420px;
  text-align: center;
  height: 18px;
  width: 100px;
  border-top: 0px;
  border-bottom: 1px solid black;
  border-left: 0px;
  border-right: 0px;
  cursor: pointer;
  color: #777777;
}

#decalage_droit {
  position: absolute;
  top: 0px;
  left: 520px;
  height: 18px;
  width: 20px;
  border-top: 0px;
  border-bottom: 1px solid black;
  border-left: 0px;
  border-right: 0px;
}

#exemple_bouger {
  background-color: black;
  color: white;
  cursor: default;
}
.souris_bouger {
  cursor: move;
}
#exemple_cacher {
  background-color: black;
  color: white;
}
.souris_cacher {
  cursor: crosshair;
}
