/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #f3f3f3;
	background: url('images/background_side.png');
	background-color: #080808;
}

div#header {
	width: 100%;
	height: 198px;
	background: black url('images/header_background_side.png') repeat-x;
	border-bottom: 1px solid #949494;
}

div#header_center {
	margin-left: auto;
  margin-right: auto;
	width: 950px;
	height: 198px;
	background: url('images/header_background_center.png') repeat-x;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
}

#logo_NK {
	margin-top: 27px;
	margin-left: 2px;
}

#logo_welcome {
	margin-top: 10px;
}

div#content_center {

	margin-left: auto;
  margin-right: auto;
	width: 950px;
	background-color: #080808;
	border-left: 1px solid #949494;
	border-right: 1px solid #949494;
	padding: 20px 0 20px 0;
	text-align: left; 
}

div.presentation {
	margin-left: 15px;
	font-size: 20px;
	font-weight: bold;
}

div#francais {
  float: left;
	margin-left: 15px;
	width:45%;
}

div#english {
  float: right;
	margin-right: 15px;
	width:45%;
}

div.content_links  {
	margin-left: 30px;
  margin-top: 10px;
	font-size: 14px;
	font-weight: bold;

}

/*==== LIENS ======*/
a:link, a:visited{
	color: #f3f3f3;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: none;
	color: #7d9751;
}
div#footer {
	padding-top:4px;
	height: 23px;
	background: #85aa48 url('images/footer_background.png') repeat-x;
	border-top: 1px solid #949494;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}