BODY {
	padding: 2em 0 0 0;
	margin: 0;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	color: #545454;
}

A:link		{ color: #ff0000; text-decoration: none; }
A:visited	{ color: #ff0000; text-decoration: none; }
A:active	{ color: #ff0000; text-decoration: none; }
A:hover		{ color: #ff0000; text-decoration: underline; }

#decoTopContainer {
	display: none;
}

#mainMenuContainer {
	background-color: transparent;
	width: 100%;
	height: 70px;
}

#mainMenuLogo {
	background-color: transparent;
	width: 195px;
	height: 31px;
	float: left;
}

#mainMenu {
	display: none;
}

#pageDecoContainer {
	width: 100%;
	height: 140px;
	background-color: transparent;
	float: left;
	clear: left;
}

#titleBox {
	width: 190px;
	height: 110px;
	background-color: #e6e6e6;
	float: left;
	display: none;
}

#titleBox H1 {
	padding: 0 0 15px 10px;
	color: white;
}

#decoPicOne {
	width: 190px;
	height: 110px;
	background-color: #e6e6e6;
	float: left;
	margin-left: 0;
}

#decoPicTwo {
	width: 190px;
	height: 110px;
	background-color: #e6e6e6;
	float: left;
	margin-left: 5px;
}

#decoPicThree {
	width: 190px;
	height: 110px;
	background-color: #e6e6e6;
	float: left;
	margin-left: 5px;
}


#content {
	width: 580px;
}

#adresseLinje {
	width: 380px;
	background-color: #e6e6e6;
	margin-top: 40px;
}

#adresseLinje P {
	margin: 0;
	font-size: 78%;
	text-align: left;
	padding: 5px 0 5px 0;
}

#adresseLinje A:link	{ color: #545454; }
#adresseLinje A:visited	{ color: #545454; }
#adresseLinje A:active	{ color: #545454; }
#adresseLinje A:hover	{ color: #545454; }

#bottom {
	display: none;
}

P, UL, ADDRESS	{ font-size: 78%; text-align: justify; margin-top: 0; line-height: 1.5em; }
ADDRESS			{ font-style: normal; }

H1, H2, H3		{ text-transform: uppercase;	color: #b4b18d; margin-bottom: 0; }
H4, H5, H6		{ text-transform: uppercase;	color: #b4b18d; margin-bottom: 0; }

H1				{ font-size: 98%; }
H2				{ font-size: 88%; }
H3				{ font-size: 78%; }

