body {
	background-color : #ffffff;
	color : #000000;
	margin : 8px;
    font-size: 10px;
    font-family: Cantarell, "Sorts Mill Goudy", "Times New Roman", Times, sans-serif;
    line-height: 1.5;
}

h1, h2 {
	margin-top: 0px;
	color: #205589; /*rgb(126,133,255)*/
}

h1 {
    position: fixed;
	font-size: 3rem;
    font-family: Garamond;
    background: white;
    top: 0;
    /*left : 23%;   
    margin: 0 auto;
    padding: 10px;*/
	width: 90%;
    max-width: 900px;
}

h2 {
	font-size: 1.3rem;
	letter-spacing: 0px;
}

h3 {
	top: 3rem;
    font-size: 1.3rem;
	color: #205589;
}

h4 {
	top: 3rem;
    text-align: center;
    font-variant: small-caps;
    font-size: 1.3rem;
	color: #205589;
}

p, li, ol, ul {
	list-style-type: disc;
    text-align: justify;
	font-size: 1.0rem;
	padding-top: 3px;
    color: black; 
}

a {
   text-decoration: none; 
   color: #205589; 
}

a:hover 
{
   color: grey;
}

a:focus
{
   color: grey;    
   background-color: #ffffff;
    
}

/* La bannière */

#banniere{
	position : fixed;
	width : 10%;
	height : 100%; 
	padding: 7.5rem 1rem;
	background : #ffffff;
	text-align: left;
	}

#corps{
    position : absolute;
	left : 12%;
	top : 3rem;
	padding: 5rem 3rem 5rem 3rem;
	margin: 22px;
	width: 65%;
      
}

#line{
    border-bottom: 2px solid grey; /*2px*/
    padding-left: 0.75rem;    
    margin-left: 5.7rem;
    margin-right: 12.5rem;
    
}


p:nth-of-type(1) {
    margin-top: : 60px;
}

.nav{
  display: block;
  text-align: center;
  font-variant: small-caps;
  background-color:white;/*#b7bbbc, #58696d*/ /*#E0E8F3,#B0C4DE,#CCDAEC,#D2DEED, #4682B4, #ADD8E6, #87CEEB,#87CEFA*, #B0E0E6*/ 
  height:4rem;/*pour agrandir l'espace avec la ligne*/
  margin-top:0rem;
  margin-bottom: 0rem;
  padding-left: 0.75rem;    
  margin-left: 2rem;
  width: 130%;
  
}

.nav ul li{
  float:left; 
  list-style-type:none;  
}

.nav ul li a{
  /*line-height: auto;*/
  display: block;
  justify-content: space-between;
  padding:0px 10px 0px 10px;
  font-size: 1.3rem;
}

.nav a:link {
    color: #205589;
}

.nav a:hover {
    color: grey;
    background: #f8f9f6;/*#f8f9f6*/
    border-radius: 4px;
}

.elt_b {
   margin-bottom: 20px;
}


.elt_b ul {
   text-align: justify; 
}

.elt_cl li:first-child {
  list-style-type: none; 
  margin-left: -40px;
      width: 700px;
   text-align: justify; 
}


.elt_c 
{
	width: 90%;
    max-width: 900px;
   text-align: justify;
}

.elt_discussant 
{
	width: 90%;
    max-width: 900px;
    margin-left: 1.5rem;
   text-align: justify;
}
