
body {
	background-color: #E5E2DC;
	margin: 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#818071;
}

h1 {
	padding: 5px 0 0 50px;
	font-size: 22px;
	font-style: italic;
	line-height: 60px;
	color: #fff;
	background-image: url(images/h1puce.gif);
	background-repeat: no-repeat;
}


h2 {
	font-size: 18px;
	font-style: italic;
	color:#fff;
	background-image: url(images/h2puce.gif);
	background-repeat: no-repeat;
	background-position: 0 13px;
	padding-top: 10px;
	padding-left: 30px;
}

h3 {
	font-size: 14px;
	color:#818071;
	background-image: url(images/h3puce.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 2px;
}


#menu {
	background: url(images/menu.gif);
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 45px;
}

#menu li {
	margin-top: 0px;
	*margin-top: 14px;
	list-style: none;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 45px;
}

#menu a {
	color:#818071;
	padding: 0px 27px 0px 27px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	display: block;
	background: #FFF;
	height: 45px;

}               
  

.repeat {
	background-image: url(images/repeat.gif);
	background-repeat: repeat-y;
	padding: 0 20px 30px 20px;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 800px;
}

.footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color:#818071;
	}
	
	
.bold {
	font-weight: bold;		
}       

	
a:link, a:visited, a:active {
	color:#818071;
	font-weight: bold;		
	text-decoration: underline;
}

a:hover {
	color:#818071;
	font-weight: bold;
	text-decoration: none;
}


.images {
	border: 8px solid #FFF;
	background-position: right;
	float: right;
	margin: 0 0 5px 5px;
	-behavior:url(images/iepngfix.htc); 
}










