body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
	/*background-image: url("img/logo_CBC_814_554.gif");
	background-repeat: no-repeat;*/
}

img
{
	border: 0px;
}

.centrer
{	
	text-align: center;
}

/*#img_logo_cbc
{	background:url("img/logo_CBC_400_272.gif");
	width: 400px;
	height: 272px;
	border: 0px;
	text-align: center;
} */

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
	text-align: justify;
	/*background-color: #000*/
}

#main_sans_menu
{
	width: 740px;
	/*margin-left: 200px;*/
	padding: 20px;
	text-align: justify;
}

#main h1
{
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: center;
}

#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 5px;
	font-size: 150%;
	text-align: right;

}
