body {
	margin	:	0px;
	padding	:	0px;
	background-color	:	#000;
	font-family	:	Veranda;
	font-size	:	10pt;
	color		:	rgb(33,33,37);
}


h1 {
	font-family	:	Times New Roman;
	font-size	:	26pt;
	color		:	rgb(138,37,0);
	margin		:	0px;
}

h2 {
	font-family	:	Times New Roman;
	font-size	:	22pt;
	color		:	rgb(138,37,0);
	margin		:	0px;
}

h2.articleList {
	margin	:	0px;
	padding	:	0px;
	font-size	:	18pt;	
}

h3 {
	font-family	:	Times New Roman;
	font-size	:	18pt;
	color		:	rgb(138,37,0);
	margin		:	0px;	
}

h4 {
	font-family	:	Times New Roman;
	font-size	:	16pt;
	color		:	rgb(138,37,0);
	margin		:	0px;	
}

p {
	font-family	:	Veranda;
	font-size	:	10pt;
	color		:	rgb(33,33,37);
}

a {
	font-family	:	Veranda;
	font-size	:	10pt;
	color		:	rgb(103,103,107);
}

hr {
	color	:	rgb(137,37,0);
}


.centerWrap{
	margin	:	0 auto;
	padding	:	0px;
	width	:	995px;
	height	:	701px;	
}

.mainWrap{
	margin	:	0px;
	padding	:	0px;
	width	:	995px;
	height	:	701px;
	float	:	left; 	
}

.bg {
	background	:	url(../images/background.jpg) no-repeat;
	margin	:	75px 0px 0px 0px;
	width	:	995px;
	height	:	701px;
	float	:	left;
}

.primaryMenu {
	width	:	206px;
	float	:	left;
	border	:	0px;	
	margin	:	220px 0px 0px 0px;
}

.mainMapImg {
	width	:	206px;
	height	:	325px;
/*	position:	relative; */
	float	:	left;
/*	left	:	0px;
	top		:	221px; */
	border	:	0px;
}

.secondaryMapImg {
	width	:	400px;
	height	:	60px;
	position:	relative;
	left	:	240px;
	top		:	10px;
	border	:	0px;
}

.content {
	width	:	563px;
	height	:	365px;
	margin	:	245px 0px 0px 35px;
	padding	:	2px;
	float	:	left;
	overflow:	auto;
}

		.content a img{
			border	:	2px solid #67676b;
		}

		.content a:hover img{
			border	:	2px solid #92261c;
		}
		
		.liste {
			margin	:	0px;
			padding	:	0px;
		}
		
		.articleList {
			margin	:	0px;
			padding	:	0px;
			font-size	:	18pt;
			text-decoration	:	none;
			color			:	#92261c;
		}
		
		.articleList:hover{
			color			:	#67676b;
		}		

.footer{
	float	:	left;
	padding	:	0px;
	width	:	995px;
	height	:	50px;
	color	:	rgb(138,37,0);
	font-size	:	10px;
	font-family	:	Veranda;
	text-align	:	right;
}

.footer a{
	color	:	rgb(138,37,0);
	text-decoration	:	none;
	font-size	:	10px;	
}




