@charset "ISO-8859-1";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EFEEF0;
	color: #333333;
	font-size: 11pt;
	line-height: 15pt;
	text-shadow: 1px 1px 2px #aaaaaa;
	background-image:url(../images/murraille-03.gif);
}

p {
	font-size: 11pt;
	line-height: 15pt;
}

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

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

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

.shadowed {
	border:1px solid #888;
	border-color:#999 #555 #555 #999;
	-moz-box-shadow: #999 2px 2px 3px;
	-webkit-box-shadow: #999 2px 2px 3px;
	margin-bottom:5px;
}