body {
	background: #013170;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0;
	background: url('banniere.jpg') no-repeat #013170;
	position: relative;
	padding: 0;
	height:129px;
	width:917px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin:0;
}

#topnav {
	background:#013170;
	position: relative;
	height:25px;
  	width:917px;
  	border-right: 1px solid #999;
  	font-size:93%;
  	line-height:normal;
  	text-align:right;
  	top:0px;
  	text-decoration:none;
  	font-weight:bold;
  	color:#fff;
}

#topnav a {  
  	padding:5px 10px 4px 6px;
  	text-decoration:none;
  	font-weight:bold;
  	color:#e60;
}
#topnav a:hover {
  	color:#fff;
}

#cont {
	border-right: 1px solid #999;
	width:917px;
}

#data {
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	background:#B6CCF2;
	padding:20px;
}

#data a {
	text-decoration:none;
  	font-weight:bold;
  	color:#0D438D;
}

#data a:hover {
  	color:#fff;
}

#copy {
	background:#013170;
	position: relative;
	height:20px;
  	width:917px;
  	border-right: 1px solid #999;
  	border-bottom: 1px solid #999;
  	font-size:80%;
  	line-height:normal;
  	text-align:center;
  	top:0px;
  	text-decoration:none;
  	color:#cecece;
}