/*
 * CSS du chargeur
 * Copyright (c) Peetdu & Elrik
 * License GPL2
 */

/* valeur par defaut pour la fonction display_one */
.display-on {
  display:block;
}

.display-off {
  display:none;
}

.onclick-pointer a {
  cursor: pointer;
}

#chargeur-fade { 
  position: absolute;
  width: 99%;
  height: 99%;
  text-align: center;
  display: none;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 100;
}

#chargeur-fade-flash { 
  position: absolute;
  width: 99%;
  height: 99%;
  text-align: center;
  display: none;
  cursor: pointer;
  opacity: 1 !important;
  z-index: 100;
}

#container2 {
	margin-top: 80px;
}