<!--
body {
	background : #441111;
}
a {
	font-family: Arial,Helvetica,serif;
	font-weight: normal;
}
a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #880000;
}
a:hover {
	color: #F05050; 
	text-decoration: none;
}
hr {
	color: #EEEEEE
}
tr {
	vertical-align : top;
}
td {
	color: #EEEEEE;
	font-family: Arial,Helvetica,serif;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	<!--line-height: 30px;-->
}
.left {
    text-align: left;
	width: 50%;
}
th {
	color: #EEEEEE;
	font-family: Arial,Helvetica,serif;
	padding: 10px;
    font-size: 25px;
}
.encadre {
  border-width:2px;
  border-style:groove;
  border-color:white;
  padding: 10px;
}
.accordion-header {
  background-color: #441111;
  color: #EEEEEE;
  cursor: pointer;
  padding: 10px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 20px;
  transition: max-height 0.2s ease-out;
}
.accordion-header:hover {
  color: #F01010; 
  background-color: #441111;
}
.accordion-content {
  padding: 0 10px;
  background-color: #441111;
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  transition: max-height 0.2s ease-out;
  line-height: 30px
}
-->









