body {
	background-color:#f5e8a9;
	color: #240605;
	font-family: Arial Narrow, HelmetCondensed, Arial, Helvetica;
}
a:link 		{color:#555555; text-decoration:underline }
a:visited 	{color:#555555; text-decoration:underline }
a:hover 	{color:#8E3531; text-decoration:underline }
a:active 	{color:#555555; text-decoration:underline }
a:focus 	{color:#8E3531; text-decoration:none }


#top {
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	margin-top: 60px;

}

#top h1 {
	font-size: 24pt;
	padding-bottom: 10px;
}

#middle{
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 80px;

}

#adresse{
	font-size: 14pt;
	margin-top: 95px;

}


#adresse table {
	width: 80%;
}
#adresse td {
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	width: 50%;
}


