body { font: 12px Verdana, sans-serif; }
.language_switcher, #navigationWrapper, hr, form { display: none; }
.adresse { text-align: right; }
acronym, abbr { text-decoration: none; bordeR: 0; }
/** Headings & Text**/
h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 37px 0 10px 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 17px 0 5px 0;
	color: #836338;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 17px 0 5px 0;
	color: #836338;
}
p {
	margin: 0 0 1.5em 0;
	line-height: 1.7em;
}
/** lists **/
ul.content
{
	list-style: disc;
	margin-left: 1.7em;
}
ul.content li
{
	margin: 0 0 1em 0;
}
/** pics **/
.pic {
	border: 3px solid #d6c898;
}
.left {
	border: 3px solid #d6c898;
	float: left;
	margin: 5px 10px 5px 0;
}
.right {
	border: 3px solid #d6c898;
	float: right;
	margin: 5px 0 5px 10px;
}
