/* Septembre 2022 JFL */
/* Importation police écriture RALEWAY de Google Font */
/* @import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap"); Raleway Bold 400  */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap'); /* Raleway Bold 700  */

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-size : 100%;
  background: silver;
  color: #330000}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center}
  
 section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center} 

.histoire{
  margin: 0 auto;
  text-align:justify;
  width:1200px;
  height: auto;
  padding:10px;
  background:#F3EAB6}  
.histoire h4{color:#330000}

.L{ /* Lettres majuscules au début des paragraphes */
  float: left;
  font-size: 25px;
  line-height: 25px;
  color:#330000;
  font-family: georgia, times}
  
p{
  color:#666600;
  margin-left:20px;
  font-size:.8em}
  
b{font-weight:strong}
a:link{color:red;text-decoration:underline;}
a:visited{color:purple:text-decoration:none;}
a:hover{background-color:silver;text-decoration:none;}
.deposition{
  color: #333;
  margin: 0 auto;
  width:900px;
  background:#FFF}
.tab{
  width : 830px;
  height : 500px;
  font-size : .8em;
  border : red 1px solid}  
.cell-1, .cell-2{
  float : left;
  width : 80px;
  text-align : center;
  margin-left : 5px;
  margin-top : 5px;
  border : #808080 1px solid}
.cell-2{
  width : 310px;
  text-align : left}