body {
	margin:0px;
	padding:0px;
	/*background-color:#E8E4BA;*/
	font-family: "Georgia", "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#884400;
}
#pub {
	position: absolute;
	top: 0px;
	right: 5px;
}
#main {
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:700px;
}
#main #tabmain {
	margin-left: 0px;
	text-align: center;
	/*border-width:1px;
	border-color:black;
	border-style:dashed;*/
	background-color:#FFFFFF;
}
#footer {
	width:700px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
	
	border-top:solid #884400 1px;
	padding-left:auto;
	padding-right:auto;
	font-size:9px;
	border-spacing:0px;
}

img {
	border:none;
}
a {
	color:#884400;
	/*color:#000000;*/
	text-decoration:none;
}
a:hover {
	font-style:italic;
	font-weight:bold;
}

a.langue {
	color:black;
}

/*
a.flag_fr { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 30px;
	height: 20px;
	background-image: url(images/flag_fr0.gif);
	background-repeat: no-repeat;
}	 
a.flag_fr:hover {
	background-image: url(images/flag_fr1.gif);
}




a.flag_nl { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 30px;
	height: 20px;
	background-image: url(images/flag_nl0.gif);
	background-repeat: no-repeat;
}	 
a.flag_nl:hover {
	background-image: url(images/flag_nl1.gif);
}
a.flag_en { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 30px;
	height: 20px;
	background-image: url(images/flag_en0.gif);
	background-repeat: no-repeat;
}	 
a.flag_en:hover {
	background-image: url(images/flag_en1.gif);
}*/