body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	background: #060c1a;
}
p     {
	color: silver;
	font-size: 1em;
	text-align: justify;
	font: Arial, Helvetica, sans-serif;
}

h1 { color: white; font-size: 1.3em; margin: 0; padding-top: 0; padding-left: 10px; 
}
h2 { color: #cb9440; font-size: 1.1em; font-style: italic; padding-left: 10px;
 }
h3 { color: #cb9440; font-size: 1em;  padding-left: 10px; margin-top: 1.5em
}
a { color:  #cb9440; text-decoration: none;
 }
a:hover { color:  #cb9440; text-decoration: underline; 
}
a:visited { color: #cb9440; text-decoration: none; }
img.float-right { float: right; margin-left: 7px; margin-bottom: 3px; margin-top: 3px;
}
img.float-left { float: left; margin-right: 7px; margin-bottom: 3px; margin-top: 3px;
}
#float-right { float: right; margin-left: 3px; margin-bottom: 3px; margin-top: 3px;
}
#float-left { float: left; margin-right: 3px; margin-bottom: 3px; margin-top: 3px;
}
#construction { text-align: center; color: #cb9440; font-size: 3em;;
}
#container {
	margin-left: 8%;
	margin-right: 8%;
	width: 1000px;
	text-align: center;
	background-image: url(images/gerbe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #000000;
	min-height: 800px;
	left: -2px;
	top: 0px;
	
}

/* header */
#header {
	background-image: url(images/bg_banniere.jpg);
	background-repeat: repeat-x;
	width: 1000px;
}
#header h1{
	height:170px;
	width: 990px;
	background-image: url(images/banniere.jpg);
	background-repeat: repeat-x;
	background-position: center;
	
 }	
#header h1 span { display: none
 }
#header h3 span { display: none
 }

/* Content */
#content {
	font-size: 1em;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	font: Arial, Helvetica, sans-serif;
	
	
}
#content left{
	font-size: 1em;
	margin-top: 0px;
	width: 750px;
	text-align: left;
}
#content p  { font-size: 1em;  padding-right: 10px; padding-left: 10px; 
}  
#content p a { color:  #cb9440;  text-decoration: none; 
}
#content p a:hover { color:  #cb9440; font-size: 1em;  text-decoration: underline; 
}
#content p a:visited { color: #cb9440; font-size: 1em;  text-decoration: none; 
}
#content img {
	position: relative;
	clear: both;
	padding: 2px;
	margin: 5px;
}



/* MENU */


#menu {
	width: 1000px;   /* top lists */
	position: absolute;
	top: 160px;
	padding: 0 0 2px;
	margin: 0;
	list-style: none;
	z-index: 9;
	border-bottom: 1px dotted gray;
	}

#menu a {
	color: silver;
	width: 118px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	cursor:hand;
	}
	
#menu  a:hover {
	color: #CC9900;
	width: 118px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	cursor:hand;
	}

#menu li { /* all list items */
	float: left;
	width: 125px; /* width needed for Opera */
	text-align: center;
}

#menu:hover {  color: black;cursor:hand; }
#menu li:hover {
	background-color: #F6D180;
	color: black;
	cursor:hand;
}

#menu li ul li a:hover, #menu li ul li a.sfhover { 
	 text-decoration: none; color: black; font-weight: bold;cursor:hand;
}
#menu li a:hover, #menu li a.sfhover {color: black; font-weight: bold;cursor:hand;  }

#slideshow { margin-left: 0px; margin-top: 50px;  background-color:black; }
#slideshow table {     text-align:center; width:800px;margin-bottom: 30px;
	}
#slideshow td { 
        top: 175px;
        background-color: black;
}
#footer {
	font-size: 10px;
	text-align: left;
	color: white;
	width: 1000px;
	clear: both;
	padding:15px 30px 0 50px;
	
	bottom: 0px;
	
}

#footer a:link {  text-decoration: none; color: #cb9440;  }
#footer a:visited {  text-decoration: none; color: #cb9440;  }
#footer a:hover, a:active { text-decoration: underline; color: #7f7569;  }
#footer h5 {
	bottom: 2px;
	position: bottom;
}
#logo {
	clear: both;
	text-align: left;
	
}
