* {
    margin: 0;
  }

  header {
   background-color: rgb(240, 237, 228);color:black ;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
  }

  header a,header p  {
     margin:20px;
  }
  /* li {
   display: list-item;
   text-align: -webkit-match-parent;
} */
.hbloc {
   background-color: rgb(240, 237, 228);color:black ;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
  }
.centre {
 margin:0  ; 
}

li {
   margin:20px;
   /* background-color: rgb(177, 171, 160); */
   width:30%
}
  
.mur{
   display: flex;
   width: 1000px;
   flex-wrap: wrap;
   border: solid 2px #000;
   justify-content:left;
   margin:auto
   
}
.murHebdo{
   width: 590px;
   flex-wrap: wrap;
   justify-content:center;
   margin:auto
}
.mur img{width:100px;height: 100px;}
.murHebdo img{width:100px;height: 100px;}


td{
   border:solid black 1.0pt;
   text-align: center;
}
td.rg{font-weight: bold;
}
tr.entete{
   background:silver
}