.corpsText  {
display: block;
 margin:20px;
margin-left:15%;
margin-right:25%;

 text-align: justify;
 font-size: 130%;
 font-family: 'Merriweather', serif;
line-height: 29.4px;

}

.corpsImage, .separation,.texteACacher {

margin-left:15%;
margin-right:25%;
height:50%;
width:50%;
}
.texteACacher {
	font-family: 'Merriweather', serif;
	line-height: 29.4px;
	margin-top: -1%;
	
}

.titre {
color: #1a1a1a;
 margin-left:15%;
 font-size: 250;
font-weight: 700 ;
font-family: 'Montserrat', sans-serif;
vertical-align: baseline;
margin: left;
letter-spacing: normal;
}

#banniere {

 height:50%;
width:50%;
display: block;
 margin: auto;
}

#logo {

 height:150px;
width:150px;
display: block;
 margin: left;
}

#menuDroite
{

position: absolute;
right:0;
top:65%;
width: 15%;
}


.menu1 { /* boite qui contient le menu (les onglets) */
  /* border-bottom:solid 2px black ;  crée le trait noir en-dessous des onglets */
  padding-top:12px ; /* marge intérieure haute */
  padding-bottom:7px;

font-size: 110%;
text-align: center;
} 

.onglet { /* style des onglets inactifs */
 /* border:solid 1px black ;  encadrement */
  margin:5px 5px 0px 5px ; /* marge extérieure */
  padding:7px 16px 7px 16px;
text-align: center;
  text-decoration:none} /* marge intérieure */

a.onglet { /* style des liens se trouvant dans un onglet inactif */
 /* background-color:#E7E4E4 ;  le fond de l'onglet est gris */
	color:grey;
} /* les liens ne sont pas soulignés */



a.onglet:hover {
color:black;
}

.onglet-actif { /* style de l'onglet de la page active */
 /*  border:solid 2px black ;  l'encadrement est porté à 2 pixels */
   border-bottom:solid 3px black ;  /*le trait inférieur est effacé */
   margin:5px 5px 0px 5px ; /* marges intérieures */
   padding:7px 16px 7px 16px ; /* marges extérieures */  
text-align: center;
color:black;
text-decoration:none} /* le fond de l'onglet actif est blanc*/
