body {  
	color : Black;
	background-color : White;
		}

img
{
	float : none;
	margin:10px;
}	
	
.text {
	background-color : White;
	color : Black;
	border-left: thin solid Maroon;
	border-top : thin solid Maroon;
		font-size : 85%;
		
}
.adresse {
	font-size : 1em;
	font-weight : bold;
	padding-bottom : 15px;
	
}
h1 {
	font-size : 1.3em;
}
h2 {
	font-size : 1.2em;
}
.links {
	font-size : 85%;
	padding-right:10px;
	margin-right:10px;
		background-color : White;
	color : Blue;
		
}
a:link {
	font-size:85%;
	background-color : White;
	color : Blue;
}
a:visited {
	font-size:85%;
	background-color : White;
	color : Blue;
}