/*****************************************************
** Styles pour SUNOLOGY
*******************************************************/

/*****************************************************
** TITRES
*******************************************************/
	.texte {
	width:1300px;
	height:25px;
	text-align:center;
	color:#212F3C;
	font-size:18px;
	font-family:tahoma;
	font-weight:bold;
	font-style:normal;
	/*border:1px solid red;*/
	}
/*****************************************************
** APPAREILS
*******************************************************/	
	.texte2 {
	width:200px;
	height:20px;
	color:#000000;
	font-size:16px;
	font-family:Courier;
	font-weight:bold;
	font-style:normal;
	text-align:left;
	/*border:1px solid red;*/
	}
/*****************************************************
** CENTRAGE FENETRE
*******************************************************/	
	.truc-a-centrer {
	  position: absolute; /* postulat de départ */
	  top: 50%; left: 50%; /* à 50%/50% du parent référent (ici body) */
	  transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	  width: 1340px; /* largeur obligatoire pour être centré */
	  height:1050px;
	  border:2px solid black;
	}
/*****************************************************
** Canvas empilés CALQUE
*******************************************************/		
  canvas {
    position: absolute;
  }
  #zone_equation{
    z-index: 4;
  }
  #zone_controle{
    z-index: 4;
  }
  #liste{
	z-index: 3;  
  }
    #la_legende {
    z-index: 3;
  }
  #entete {
    z-index: 2;
  }
  #horlogehaut {
    z-index: 2;
  }
  #lescourbes {
    z-index: 2;
  }
  #horlogebas {
    z-index: 2;
  }
  #canvas {
    z-index: 1;
  }	
  #ligne {
    z-index: 1;
  }	