@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
body.menu {
	background-color:#C0C0C0;
	font-size: small;
	font-weight: bold;
}
body.header { background-color:#797979; margin-top: 0em; margin-bottom: 0em; }
body.main { background-color:#D6D6D6 }
h1 { font-size: 200%; margin-top: 0.5em; margin-bottom: 0em; text-align: center; }
h2 { font-size: 150%; margin-top: 0em; margin-bottom: 0em; }
h3 { font-size: 120%; margin-top: 0em; margin-bottom: 0em; }
h4 { font-size: 100%; margin-top: 0em; margin-bottom: 0em; }
h5 { font-size: 80%; margin-top: 0.5em; margin-bottom: 0.5em; }
p {	margin-top: 1em; margin-bottom: 0em; }
p.menu { margin-top: 0em; margin-bottom: 0em; }
table { font-size: small }
img { border: 0; }
li { list-style-type: disc; }
.menu_revue { font-size: larger }
.cbo {
	text-align: center;
	margin-top: 1em;
	font-size: xx-small;
}
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
.px12b12a { top: 12px; bottom: 12px; }
.px12b6a { top: 12px; bottom: 6px; }
.px12b0a { top: 12px; bottom: 0px; }
.px6b0a { top: 6px; bottom: 0px; }
.px0b6a { top: 0px; bottom: 6px; }
.px6ba { top: 6px; bottom: 6px; }
.px0ba { top: 0px; bottom: 0px; }  

a:link { color:#000000; text-decoration: none; }
a:visited { color:#000000; text-decoration: none; }
a:active { color:#000000; }
a:hover { color:#FFFFFF; font-weight: bold; }




