body {
  font-family: Arial, sans-serif;
  background: white;
  color: #032640; 
  max-width: 600px;
  margin: 0 auto;
  padding: 2em;
  line-height: 1.5;
  text-align:justify;
}

h1{font-size:1.2em; text-align:center; margin-bottom:0.5em; margin-top:2em; }
h2{font-size:1.2em; margin-top:2em;}
ul { padding-left:1.2em; margin-bottom:2em; }
li { margin-bottom:0.5em; }
hr { border:none; height:0.2px; background:#032640; margin:2em 0; }
a { color:#032640; text-decoration:none;  }


.articles cite{font-weight:normal;}
cite{font-style:normal;font-weight:bold;}


.center{text-align:center; }

.illustration{
 width: 150px;
   /*max-width: 600px;*/
  height: 150px;
  background-image: url("gunther-levrard-expert-en-prise-de-parole.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: 5px;*/
  margin: 0 auto;
}
div{
	text-align:center;
}

div p{
	display:inline-block;
	font-size:0.9em;
}

.phone, .menu{
padding:0.3em; 
border-radius:10px; 
margin:2em auto 1em auto; 
text-align:center; 
width:40%; 
 background-color:#15143c;
}
.phone a, .menu a{
 color:white;
 font-size:1.5em;
}

.livre {
    margin: 20px auto;
  }
  .livre p
{ margin:0.3em;}

.livre-couverture {
    float: left;
     height: 200px; 
    margin-top:5px;
    margin-right: 15px;
    border-radius: 5px;
  }

.livre-description h2{
	display:inline;
	font-size:1.2em;
}
.livre-description::after {
    content: "";
    display: block;
    clear: both;           /* empêche le texte suivant de remonter */
  }

footer{text-align:center; margin:4em auto 0 auto; font-weight:bold;/*border-top:0.2px solid #032640;*/  width:70%; padding-top:1em;}
