      .form {
         /* Encadré pour voir les limites du formulaire */
       	 padding: 1em;
      	 border: 1px solid #CCC;
       	 border-radius: 1em;
       	 background-color: white;
      }
      form {
         /* Encadré pour voir les limites du formulaire */
       	 padding: 1em;
      	 border: 1px solid #CCC;
       	 border-radius: 1em;
       	 background-color: white;
      }
      label, input {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      }
      textarea {
		  width: 100%;
		  height: 150px;
		  padding: 12px;
		  box-sizing: border-box;
		  border: 2px solid #ccc;
		  border-radius: 4px;
		  background-color: #f8f8f8;
		  font-size: 12px;
		}
      #formLogin {
		text-align:center;
		margin: 0 auto;
		width: 380px; margin: 0 auto; 
	  }
	  #chLogin, #chMdp {
		width: 90px; margin: 0 auto;
		color: gray;
	  }
	  #formDonnees {
		text-align:center;
		margin: 0 auto;
		width: 380px; margin: 0 auto;
	  }
	  #chJour, #chMois, #chAnnee, #chHeure, #chMinute {
		width: 40px; margin: 0 auto;
		color: black;
	  }
	 #chLongitude, #chLatitude, #chPays, #chVille, #selectPays, #selectPaysRS {
		width: 100px; margin: 0 auto;
		color: black;
	  }
	  #selectPaysRS, #selectAnneeRS, #inputAnneeRS  {
		width: 80px; margin: 0 auto;
		color: black;
	  }
	  #selectNom, #selectPrenom   {
		width: 100px; margin: 0 auto;
		color: black;
	  }
	  #chNom, #chPrenom   {
		width: 100px; margin: 0 auto;
		color: black;
	  }
	  #selectVille, #selectVilleRS  {
		width: 130px; margin: 0 auto;
		color: black;
	  }
	  #formExp {
		text-align:center;
		width: 820px; margin: 0 auto;
	  }
	  #lbInterpretation {
		text-align:center;
		margin: 0 auto;
		width: 600px; margin: 0 auto;
	  }
	  #selectPlanete1,#selectSigne,#selectPlanete2 {
		width: 80px; margin: 0 auto;
		color: black;
	  }
	  #aspect {
		width: 40px; margin: 0 auto;
		color: black;
	  }
	  #chPositions {
		width: 100%; height: 40%; margin: 1 auto;
		resize: none;
		color: gray;
	  }
	  #chAspects {
		width: 100%; height: 60%; margin: 1 auto;
		resize: none;
		color: gray;
		resize: none;
	  }
	  #chAspectsPlanetes {
		width: 100%; height: 80%; margin: 1 auto;
		resize: none;
		color: gray;
		resize: none;
	  }
	  #chInterpretation {
		margin: 0 auto;
		width: 800px; height: 200px; margin: 0 auto;
		color: gray;
		resize: vertical;
	  }
	  .section {
		text-align:center;
		margin: 0 auto;
	  } 
	  .main_body  {
	  	background-color: rgb(230,230,230); 
	  	font-family: Arial, Helvetica, sans-serif;
	  }
	  .box {
        display: flex;
        text-align:center;
		width: 1200px; margin: 0 auto;
      }
      #divTextRight, #divTextLeft {
         text-align:center;
	     width: 300px;
	     height: auto;
	     padding: 1em;
      	 border: 1px solid #CCC;
       	 border-radius: 1em;
       	 background-color: white;
	  }
	 .divCommentaire {
         text-align:center;
         width: 1160px; margin: 0 auto; 
         padding: 1em;
      	 border: 1px solid #CCC;
       	 border-radius: 1em;
       	 background-color: white;
	  }
	  .divTheme {
	    float:center;
	    height: 600px;
	  }
	  .divTextLeft {
	  	float:left;
	  }
	  .divTextRight {
	  	float:Right;
	  }
	  .footer {
	   	text-align: center;
	  }
