h1 {
    border: 8px solid #f0eae7;
    text-align: center;
    background-color: #f0eae7;
    font-weight: bold;
    font-size: 16pt;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 19%;
    margin-left: 19%;
}
h2 {
    border: 0px solid #6b280e;
    border-left-width: 10px;
    border-bottom-width: 2px;
    font-family: Andika;
    /* font-family: Arial,Helvetica,sans-serif;*/
    font-size: 10pt;
    color: #f0eae7;
    background-color: #6b280e;
    font-weight: normal;
    margin-right: 62%;
    /* letter-spacing: 0.15em;*/
}
h3 {
    font-size: 12pt;
    font-family: Andika;
    margin-right: 19%;
    margin-left: 19%;
    text-align: center;
}
h4 {
    font-size: 13pt;
    font-family: Arial, Helvetica, sans-serif;
}
h5 {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
}
h6 {
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
body {
    font-size: 10pt;
    font-family: Andika;
	margin-left: auto;
	margin-right: auto;
	color: rgb(140, 40, 14); 
	background: url(fond.jpg) fixed 50% 0%;
	width: 800px;
}
hr {
    border: 3px solid #6b280e;
    margin: 0.5em auto;
    display: block;
}
table {
    font-size: 10pt;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    /* padding: 1px; */
    border-spacing: 0px; 
    /* border-style: solid; */
    /* border-collapse: collapse; */
}
td {
    height: 10px;
    border-color: #6B280E;
    border-style: solid;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    
}

tr:nth-child(even)
{
	background-color: white; 
}
td:first-child 
{ 
    text-align: center;
	/* background-color: #6b280e;
	color: #f0eae7; */
}
tr:first-child
{
    background-color: #6b280e;
	text-align: center;
	color: #f0eae7;
	
}

area.bulle {
	position:relative;
	color:#396a86;
	text-decoration:none;
	text-align:center;
	font-size:10px;
}

area.bulle:hover {
	background: none;
	z-index: 50;
}

area.bulle span {
	display: none;
}

area.bulle:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 40px;
	font-family:arial, verdana, sans-serif;
	text-align:justify;
	font-size:12px;
	font-weight:normal;
	width:400px;
	background: white;
	padding: 5px;
	border: 1px solid #62c0f4;
	border-left: 10px solid #62c0f4;
}