body {
/*	background: url(<?php echo $root.'images/fonds/yellow0.jpg' ?>);*/
	background: #ffffff;
	color: #000000;
/*	font-family: Helvetica,Lucida,Arial,sans-serif;*/
	font-size: 12px;
	text-align: justify;
}

a:link {
	color: #0000CC;
}
a:active {
	color: #CC0000;
}
a:visited {
	color: #880088;
}
a:hover {
	color: #FF0000;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

/* main block */
#container {
/*	position: absolute;
	left: 135px;
/*	top: 0px;*/
/*	top: 100px;*/
}

/* menu block */
#menu {
/*	position: fixed;*/
	left: 0px;
/*	top: 0px;*/
	top: 70px;
}	

/* various styles */
#title {
	margin-top: 10px;
	margin-bottom: 20px;
/*	color: #880088;*/
/*	font-family: Garamond,Verdana,Helvetica,Lucida,Arial,sans-serif;*/
	font-style: italic;
	font-weight: 900;
	font-size: 24px;
	text-align: center;
	border: 1px solid #66aa66;
	background: #ccffcc;
}

div.part {
	margin-top: 24px;
	margin-bottom: 6px;
/*	color: #008800;*/
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 12px;
	border: 2px solid #000000;
	background: #ddffdd;
}
div.oldpart {
	margin-top: 24px;
	margin-bottom: 6px;
/*	color: #008800;*/
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 12px;
	border: 2px solid #000000;
	background: #99bb99;
}
span.subpart {
	margin-top: 9px;
	margin-bottom: 6px;
/*	color: #00aaaa;*/
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 6px 1px 0px;
	border: solid #000000;
	border-width: 0px 1px 1px 0px;
	background: #eeffee;
	display: inline-block;
}
div.subsubpart {
	margin-top: 9px;
	margin-bottom: 6px;
/*	color: #0000aa;*/
	font-weight: bold;
	text-decoration: underline;
}
div.subsubpart:after {
	content: " :";
}

div.switchlang {
        margin-top: -12px;
        margin-bottom: -12px;
	font-style: italic;
        font-size: 12px;
        text-align: right;
}

div.update {
	margin-top: 6px;
/*	color: #000000;*/
	font-style: italic;
	font-size: 12px;
	text-align: right;
}

img.float-right {
	float: right;
}
img.float-left {
	float: left;
}
img.link-img-no-border {
	border-style: none;
}

.center {
	text-align: center;
}

pre {
	font-weight: bold;
}

div.menu {
	text-align: right;
}
div.menu_entry {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 1px 4px;
	border: 1px solid #66aa66;
	background: #ddffdd;
	display: inline;
}
div.menu_entry a {
	text-decoration: none;
	background: #ddffdd;
}

