body, p, tr, td {
    font: 1em Garamond, Times, serif;
}
body {
	text-align: center;
	background: d0d0d0;
}
#page {
	text-align: left;
	background: #fff;
	color: black;
	width: 100%;
	padding: 2em;
}
h1 {
	text-align: left;
	padding: 2px;
	margin: 50px 0 10px 0;
	border-bottom: solid 1px #ddd;
	background: transparent;
	color: #666666;
	font: bold 22px arial narrow, geneva, helvetica, arial, sans-serif;
	text-transform:uppercase;
}
h2 {
	text-align: left;
	padding: 2px;
	margin: 50px 0 10px 0;
	border-bottom: solid 1px #ddd;
	background: transparent;
	color: #666666;
	font: bold 18px arial narrow, geneva, helvetica, arial, sans-serif;
	text-transform: uppercase;
}
p {
	text-align: justify;
	text-indent: 3em;
}
dt {
	font-weight: bold;
	color: #555;
}
dd {
	margin-bottom: 6px;
}

img {
	border: 0px;
}
a {
	text-decoration: none;
	background: transparent;
	color: #006699;
}
a:hover {
	background: transparent;
	color: #006699;
	border-bottom: solid 1px #9999cc;
}
a:active {
    border-bottom: solid 1px #ff3366;
}
a:visited {
	color: #006699;
}
#navighaut {
	font: 11px verdana, arial, sans serif;
	margin: 0px;
	visibility: hidden;
}

