/* CSS Document */

body {  	
	background-color:#e2e2e8;
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size: 0.8em;
	color: #6d6d6e;
}

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

#container {  	
	width: 757px;
	margin: 0 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;
}
  
#splashlogo {	
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	background-color:#6d6d6e;	
	padding: 10px 0 10px 0;
	width: 754px;
	height:188px;
	text-align: center;
	float:left;
}

#header {	
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
  	background-color:#4b5085;
	width: 754px;
	height:20px;
	float:left;
}
    
#contentarea {
	border-left: 3px solid #fff; 
	border-right: 3px solid #fff; 
	width:552px;
	float:left;
  }
  
  	.topimg {
		border-bottom:3px solid #ffffff;		
		padding:0px;		
		float:left;
	}
	.tophdrimg {
		background-color:#ebe9de;	
		padding: 6px 0 0 4px;	
		width:548px;
		float:left;
	}
	
	.content {
		background-color:#ebe9de;
		padding:10px;
		width:532px;		
		float:left;
		line-height: 160%;
	}	
		
		.content ol {
			list-style:outside lower-roman;
			margin-left: 40px;
		}
		
		.content ul {
			list-style:outside disc;
			margin-left: 20px;
		}
		
		.content dd {
			margin-left:40px;
		}
		
		.content a:link,
		.content a:visited,
		.content a:active {
			color:#42467F;
			text-decoration:none;
		}
		
		.content a:hover {
			color:#666;
			text-decoration:underline;
		}
		
	
#footer {
  	background: url("../images/bkg_footer2.gif") no-repeat top left;
	width:771px;
	height:70px;
	float:left;
}
	#footer_nav {
		margin: 20px 0 0 0;
		width: 100%;
		text-align: center;
		float:left;
	}
	.copyright {
		margin: 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;
		}
		
		
#navarea {
	width: 199px;
	float:left;
}
  	.mainlogo {
		border-bottom:3px solid #ffffff;
		background-color:#e1e1e7;	
		width: 199px;	
		height:112px;
		float:left;
	}
 .menugauche {
 	margin:0;	
 	padding:7px 5px;	
	list-style-type: none;
	float:left;
  }
  .menugauche li {
  	margin-bottom: 5px;
  }
  .menugauche a {
 	 margin: 0 2px;
 	 color: #000000;
 	 text-decoration: underline;
  }
  .menugauche a:hover {
 	 text-decoration: none;
  }
  p {
  padding-right:20px;
  margin: 0 0 0 0;}
  
.print {
	text-align:right !important;
}  	
