/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none
}

body {  	
  	background-color:#e2e2e8;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size: 0.8em;
	color: #cfcab2;
}

#container {  	
	width: 757px;
	margin: 60px auto 10px auto;
	text-align:justify;
}

#maincontent {
	border-left: 3px solid #fff;
	background: #cfcab2 url("../images/bkg_rt_shadow.gif") repeat-y top right;	
	padding: 0 11px 0 0;
	width: 757px;
	float:left;
}
  
#headerbar {	
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
  	background-color:#4b5085;
	width: 754px;
	height:20px;
	float:left;
}

#splashlogo {	
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	background-color:#ebe9de;	
	width: 754px;
	height:220px;
	text-align: center;
	float:left;
}
    
#contentarea {
	margin: 20px 0 0 58px;
	_margin: 20px 0 0 25px;
	width:660px;
	float:left;
  }
  	
	.content {
		padding:10px;
		width:630px;		
		float:left;
	}	
	
#footer {
  	background: url("../images/bkg_footer2.gif") no-repeat top left;
	width:771px;
	height:70px;
	float:left;
	text-align:center;
}
	#footer_nav {
		margin: 140px 0 0 0;
		width: 100%;
		text-align: center;
		float:left;
	}
	.copyright {
		margin: 10px 0 0 0;
		width: 100%;
		font-size: 80%;
		text-align: center;
		float:left;
		color:#999999;
	}	
	
	#footer a:link {
		color:#666666;
		text-decoration:none;
		}
		
	#footer a:hover,
	#footer a:active {
		color:#ffffff;
		text-decoration:underline;
		}
		
	#footer a:visited {
		color:#999999;
		text-decoration:none;
		}
		
#rightimg {
	border-right: 3px solid #fff; 
	float: left;
	background: url("../images/lander_image.jpg");
	background-repeat: none;
	width:552px;
	_width:552px;
	height:149px;
}
		
#rightimg p {
	font-family:"Times New Roman", Times, serif;
	margin:27px 20px 20px 40px;
	color:#ffffff;
	font-size: 20px;
	vertical-align:middle;
	font-variant:small-caps;
	line-height:140%;
}
		
#navarea {
	border-right: 3px solid #fff;
	width: 199px;	
	_width: 199px;	
	height: 149px;	
	float:left;
}
 .menugauche {
 	margin:0;	
 	padding:7px 5px;	
	list-style-type: none;
	float:left;
  }
  .menugauche li {
  	margin-bottom: 0;
  }
  .menugauche a {
 	 margin: 0 2px;
 	 color: #000000;
 	 text-decoration: underline;
  }
  .menugauche a:hover {
 	 text-decoration: none;
  }
  p {margin: 0 0 0 0;}</p>