body {
	background: #eeeeee;
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
	color: black;
	padding: 0;
	margin: 0;
}

img { border: none; }

#qmEditor { display: none; }

.clear { clear: both; }

#Ccontainer {
	background: white url("../../images/sidebar.background.png") top right repeat-y;
	width: 960px;
	margin: 0 auto;
}
#container {
	background:  url("../../images/sidebar.fr.png") top right no-repeat;
	padding: 190px 0 0 30px;
	min-height: 1108px;
	position: relative;
}
.languageId_3 #container { background-image: url("../../images/sidebar.en.png"); }
.languageId_4 #container { background-image: url("../../images/sidebar.de.png"); }
a {
	color: black;
}
a:hover {
	color: red;
}

	#Cheader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	#header {
		background: white url("../../images/sidebar.header.png") top right no-repeat;
		position: relative;
		margin: 0 auto 0 auto;
		padding: 20px 0 0 30px;
		width: 930px;
	}


	#content, #footer {
		margin-right: 270px;
	}


	#logo {
		margin: 20px 0 20px 0;
	}
	#logo a {
		background: url("../../images/tumuluslogo.png") no-repeat top left;
		width: 230px;
		height: 78px;
		display: block;
	}
	#logo a:hover {
		background-image: url("../../images/tumuluslogo_hover.png");
	}
	#logo a span { display: none; }




	#topRightMenu {
		position: absolute;
		top: 30px;
		right: 270px;
		font-size: 10px;
	}


	#home {
		float: left;
		margin-right: 10px;
		
	}
		#home a {
			text-decoration: none;
			text-transform: lowercase;
			margin-right: 10px;
		}


	#languageSelection {
		float: left;
	}
		#languageSelection ul {
			padding: 0;
			margin: 0;
		}
		#languageSelection li {
			list-style: none;
			display: inline-block;
		}
		#languageSelection li a {
			text-decoration: none;
			margin: 0 5px;
			text-transform: lowercase;
		}

	#menu {
		margin: 0px 0 15px 0;
		border-bottom: 2px dotted #E7E7E7;
		padding: 0 0 20px 0;
	}

		#menu ul {
			padding: 0;
			margin: 0;
			white-space: nowrap;
		}
		#menu li {
			display: inline-block;
			list-style: none;
			margin: 0 1px 0 0;
			float: left;
		}
		#menu li a {
			display: block;
			padding: 0 10px;
			height: 30px;
			line-height: 30px;
			background: #E7E7E7;
			font-weight: bold;
			text-align: center;
			text-decoration: none;
			color: #333333;
		}
		#menu li a:hover {
			color: #ff4400;
		}
		#menu li.active a {
			color: #a00000;
		}
#languageChooser li.active a { color: #a00000; }


	#content {
		padding: 0 0 40px 0;
		position: relative;
	}
	
	ul.voyageurs {
		padding: 0;
		margin: 0;
	}
	ul.voyageurs li {
		display: block;
		list-style: none;
		margin: 10px 0;
	}
	ul.voyageurs li a { text-decoration: none; }
	ul.voyageurs li a .name {
//		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 14px;
//		font-style: italic;
		margin-right: 5px;
		color: #800000;
		font-weight: bold;
	}
	ul.voyageurs li a .description {
		font-family: arial, tahoma, sans-serif;
		text-decoration: none;
	}
	ul.voyageurs li a:hover .description {
//		color: red;	
	}
	#voyageursNavigation {
		position: absolute;
		top: 0;
		right: 0px;
		font-family: georgia, serif;
		font-size: 12px;
		font-style: italic;
		color: #666666;
	}
	#content h1 {
		font-family: Georgia, 'Times New Roman', serif;
		font-size: 26px;
		font-style: italic;
		font-weight: normal;
		height: 28px;
		margin: 10px 0 20px 0;
	}
	#content h1 a {
		color: black;
		text-decoration: none;
	}
	#content h2 {
		color: #800000;
		font-size: 16px;
		font-weight: normal;
	}
	#content p {
	}
	
