body {
	background-color: #FFFEFC;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
   font-family: Sans-serif, sans;
   font-size: 10pt;
   color: #6F2534;
}
a {
 text-decoration: none;
 color: #6F2534;
 font-weight: bold;
}
a:hover { text-decoration: underline; }
td { vertical-align: top; }

div.article {
	margin-left: 10px;
	border: solid;
	border-width: 1px;
	border-color: #56282A;
	-moz-border-radius: 20px;
	padding: 0.5em;
	background-color: white;
	min-height: 500px;
	width: 600px;
}
div.leftmenu {
	width: 180px;
	margin-top: 200px;
}
div.langitem {
	margin-bottom: 5px;
	margin-left: 1px;
}
div.menuitem {
	border: solid;
	border-width: 1px;
	border-color: #56282A;
	background-color: #FBF4F2;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
	-moz-border-radius: 8px;
}
a.menuitem { 
  font-weight: normal;
}
a.menuitem:hover {
	color: black;
}
a.menuitemon { 
	font: bold;
	color: #6F2534;
}
a.menuitemon:hover {
	font: bold;
	color: black;
}
a.submenuitem {
	text-align: right;
	font-size: 8pt;
	color: #6F2534;
}
a.submenuitem:hover {
	color: black;
}
a.submenuitemon {
	font: bold;
	text-align: right;
	font-size: 8pt;
	color: #6F2534;
}
a.submenuitemon:hover {
	font: bold;
	color: black;
}
div.menuitem:hover {
	background-color: #F9E4B9;
}

div.sousrubriques {
	margin-left: 10px;
	margin-bottom: 0.5em;
}
div.sousrubitem {
	display: inline;
	border: solid;
	border-width: 1px;
	border-color: #56282A;
	background-color: #FBF4F2;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
	-moz-border-radius: 8px;
}
a.sousrubitem {
	color: #6F2534;
}
a.sousrubitem:hover {
	color: black;
}
div.sousrubitem:hover {
	background-color: #F9E4B9;
	color: black;
}

div.hierarchie {
	margin-left: 10px;
	margin-bottom: 0.5em;
}
a.hierarchie {
	color: #6F2534;
}
a.hierarchie:hover {
	color: black;
}

div.autresarticles {
	margin-top: 20px;
	border: solid;
	border-width: 1px;
	border-color: #56282A;
	padding: 0.3em;
	-moz-border-radius: 8px;
	background-color: #FBF4F2;
}
div.artitem {
	padding: 2px;
}
a.artitem {
	color: #6F2534;
}
a.artitem:hover {
	color: black;
}

#google { margin-top: 5px; border: solid 1px black; -moz-border-radius: 8px; }