#content {
	top: 212px;
	left: 242px;
	position: absolute;
	border: 1px solid #007dff;
	width: 660px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	text-align: justify;
	line-height: 180%
	
}

#sidebar {
	position: absolute;
	top: 542px;
	left: 20px;
	width: 202px;
	padding: 0px;
	border-right: 1px solid #007dff;
	border-bottom: 1px solid #007dff;
	border-left: 1px solid #007dff;
	margin-bottom: 20px;
	background-color: #ffffff;
	
}
.partenariat{
	background : #ffffff url('/images/stripes2.png');
	font-weight: bold;
	line-height: 100%
	
}

#sidebar h2 {
	background: url('/images/stripes2.png') top left;
	border-bottom: 1px solid #007dff;
	border-top: 1px solid #007dff;
}

#logo {	
	width: 700px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 242px;
	font-size: 280%;
	font-variant : small-caps;
	color: #ffffff;
	border: 1px solid #007dff;
	background: url('/images/header.gif') no-repeat top left;
}

#plaintext {
	position: absolute;
	top: 55px;
	left: 820px;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#eyecatcher {
	top: 20px;
	left: 20px;
	width: 200px;
	height: 500px;
	padding: 1px;
	border : 1px solid #007dff;
	background-color: #ffffff;
	position: absolute;
	z-index: 5;
}

#common {
	top: 540px;
	left: 20px;
	width: 204px;
	position: absolute;
	padding-bottom: 20px;
}

#common a {
	color: #ED7F0F;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background : url(../images/pbull.gif) no-repeat 0px 3px;
	font-weight: bold;
	font-style: italic;
}

#common a:hover {
	color: #ffffff;
}


/* Menü */

#menuBar {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 152px;
	left: 280px;
	z-index: 20;
	height: 27px;
	overflow: hidden;
	font-weight: bold;
	border-left: 1px solid #007dff;
}
.line{
	border-top: 1px solid #007dff;
	margin-top: 20px;
	
}

a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #000000;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	border-right: 1px solid #007dff;
}

.menu {
	background: #0B0C0B url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #007dff;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 10;
}

a.menuItem, a.menuItemActive {
	color: #007dff;
	background-color: #d4e0ff;
	display: block;
	padding: 6px 16px 6px 16px;
	text-decoration: none;
	white-space: nowrap;
}
a.menuItem:hover {

color: #000000;
}

a.menuButtonActive, a.menuButton:hover {
  background-color: #d4e0ff;
  color: #007dff;
}


form.search {
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 820px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #888888 1px solid;
	background : #ffffff url(../images/pfade.gif) repeat-x;
	width: 126px;
	padding: 2px;
	margin: 0;
}
