<!--
body {
	background : #114411;
}
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: #008800;
}
a:hover {
	color: #50F050; 
	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;
}
.left {
    text-align: left;
	width: 50%;
	line-height: 30px;
}
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: #114411;
  color: #EEEEEE;
  cursor: pointer;
  padding: 2px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 20px;
  transition: max-height 0.2s ease-out;
}
.accordion-header:hover {
  color: #10F010; 
  background-color: #114411;
}
.accordion-content {
  padding: 0 10px;
  background-color: #114411;
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  transition: max-height 0.2s ease-out;
  line-height: 30px;
}
.vecteur
{
  position: relative;
  display:inline-block;
}
.vecteur:after
{
  position: absolute;
  display:block;
  content:'→';
  top:-0.7em;
  left:-0.1em;
}
.limes {
    position: relative;
    display: inline-block;
    margin: 0 0.2em;
    vertical-align: middle; 
    text-align: center;
}
.limes > span { 
    display: block;
    margin:-0.5ex auto;
}
.limes span.numup,
.limes span.overdn {
    font-size: 70%;
}
-->




