html,body {
	background-color: #fafade;
	text-align: justify;
	color: #114477;
        font-family: Georgia, "Times new Roman", serif;
}

.adresse {
	border: 1px solid #114477;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

.menu {
	border: 1px solid #114477;
	padding: 1em 1em 1em 1em;
	margin: 1em 1em 1em 1em;
}

.menu li {
	/* list-style-type: none; */
}

.menu lh {
	font-weight: bold;
	padding: 1em 1em 1em 1em;
	color: #a4066e;
}

.menu ul {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
}

.img a img {
	text-decoration: none;
	border: none;
}

.img li {
	list-style-type: none;
}

a {
	color: #114477;
	border-bottom: 1px dotted #336699;
	font-weight: bold;
	text-decoration: none;
}

.content table {
	width: 98%;
}

.content td {
	margin: 1em 1em 1em 1em;
	padding: 1em 1em 1em 1em;
}

.content h1,h2,h3,h4,h5,h6 {
	text-align: center;
	color: #a4066e;
}

.content dt {
	font-weight: bold;
	padding: 1em 1em 1em 1em;
	color: #a4066e;
}

