body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background-color:#fe8e94;
	overflow-x:hidden;
	overflow-y:scroll;
	background-image:url(../images/main_bg.jpg);
	background-repeat:repeat-x;
}
strong {
	color:#9A0000;
}
a:link, a:visited {
	color:#9A0000;
	text-decoration:underline;
}
a:hover {
	color:#E9585D;
	text-decoration:none;
}
#main {
	position:absolute;
	width:755px;
	left:50%;
	margin-left:-377px;
	margin-top:0px;
	z-index:-2;
}
#mainmenubg {
	width:100%;
	background-image:url(../images/header1_bg.jpg);
	background-repeat:no-repeat;
	height:188px;
	
}
#adresse {
	position:absolute;
	width:770px;
	left:50%;
	margin-left:-225px;
	margin-top:40px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	z-index:1;
}
#homebutton {
	position:absolute;
	width:80px;
	left:50%;
	margin-left:-350px;
	margin-top:28px;
	z-index:1;
}

#maincontent {
	width:755px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
}
#maintext {
	min-height:300px;
	height:auto !important; 
	height:300px;
	width:452px;
	margin-left:279px;
}
#mainfooter {
	width:755px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
}

#sidebar {
	float:left;	
	width:279px;
	min-height:79px;
	height:auto !important; 
	height:79px;
	background-image:url(../images/side1_bg.jpg);
	background-repeat:no-repeat;
}
#sidetext {
	margin-left:25px;
}
#thetext {
	margin-top:20px;
	line-height:16px;
}
#whereami {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#660000;
	font-weight:bold;
}
#whereami a:hover {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}
#whereami a:link, #whereami a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}

