body {
    margin:2em; 
    background-color:#B0E0E6;
    font-family:arial;
	font-size:11pt;
}

h1.titre {
	text-align:center;
	font-family:arial;
	color:#761010;
	font-style:italic;
	font-size:x-large;
	margin-bottom:15px;
	margin-top: 15px;
}

h2.titre {
    text-align:center;
    font-family:serif;
    color:#761010;
    font-style:italic;
    font-size:x-large;
    margin-bottom:15px;
}

a.blacklink {
	color: #E8E8E8;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
 } 

a:link {
    color: #761010;
}

a:visited {
    color:#761010;
}

a:active {
    color:#761010;
}

table.headhighlight th {
    background-color:#c0C0c0;
} 

/*table{
	border-style:outset;
	border-color:black;padding: 0.5em 0.5em 0.5em 0.5em;
	border-collapse: separate;
	border: 2px solid black;
	width:90%;
}

th {
    font-size:12pt;
	/*border: 1px solid black; */
	padding: 1em; 
}
td {
	/*border: 1px solid black; */
	padding: 0.5em; 
}

caption {
    font-size:12pt;
}

address {
    text-align:center; 
    margin-top:2em;
    margin-bottom:.5em;
}

hr{
	text-align:center;
}
.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: transparent;
	font-style: italic;
}

