body  {
	background-color : white;
	margin : 10px;
	font-family : arial, helvetica, verdana, sans-serif;
}
h1 {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 150%;
	color : black;
	background-color : transparent;
	text-align : left;
}
h2 {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 135%;
	color : black;
	background-color : transparent;
	text-align : left;
}
h3 {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 110%;
	color : black;
	background-color : transparent;
	text-align : left;
}
h4 {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 100%;
	color : black;
	background-color : transparent;
	text-align : left;
}
p {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 80%;
	color : black;
	background-color : transparent;
	text-align : left;
	margin-left : 0;
	margin-right : 0;
}
li {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 80%;
	color : black;
	background-color : transparent;
	text-align : left;
	margin-left : 0;
	margin-right : 0;
}
a:link {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 100%;
	color : black;
	background-color : transparent;
	text-decoration : underline;
}
a:visited {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 100%;
	color : navy;
	background-color : transparent;
	text-decoration : underline;
}
a:hover {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 100%;
	color : blue;
	background-color : transparent;
	text-decoration : underline;
}
table {
	background-color : #DBDBDB;
	border-style : solid;
	border-width : 3px;
	border-color : black;
	width : 750px;
}
td {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 90%;
	color : black;
	text-align : left;
	background-color : transparent;
	border-color : transparent;
	border-style : transparent;
	border-width : 4px;
}
.titrepagetableauoui {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 100%;
	font-weight : bold;
	color : black;
	background-color : #DBDBDB;
	width : 187px;
}
.titrepagetableaunon {
	font-family : arial, helvetica, verdana, sans-serif;
	background-color : #B6B6B6;
	color : black;
	width : 187px;
}
.foot {
	position : fixed;
	bottom : 5px;
	right : 2px;
}
