@charset "ISO-8859-1";

body, html {
	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);
	text-align:center;
}

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

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

h1 {
	font-size: 24pt;
	font-weight:bold;
	line-height:28pt;
}

h2 {
	font-size: 18pt;
	font-weight:bold;
	line-height:21pt;
}

h3 {
	font-size: 14pt;
	font-weight:bold;
	line-height:18pt;
}

h4 {
	font-size: 12pt;
	font-weight:normal;
	line-height:18pt;
}

h5 {
	font-size: 11pt;
	font-weight:normal;
	line-height:15pt;
}

a:hover	{ 
	color: #3f473f; 
	font-weight: bold; 
	text-decoration: none }
	
.ridge {
	border-bottom:#888 1px ridge;
}

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

.like-h3 {
	font-size: 14pt;
	font-weight:bold;
	line-height:18pt;
}
.bigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}

.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 9pt;
	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;
}

