* {
	margin: 0;
	padding: 0;
}
body {
	font: 70% Verdana, sans-serif;
	background-color: #670000;
}
a, a:visited {
	color: #AE071E;
}
a:hover, a:visited:hover {
	font-style: underline;
}
#header h1 {
	display: none;
}
#wrapper {
	width: 827px;
	margin: 0 auto;
	background-image: url(/images/francoise_background.jpg);
	background-repeat: repeat-y;
}
#header {
	background: #670000 url(/images/header1.jpg) no-repeat;
	height: 184px;
}
#footer {
	background-image: url(/images/francoise_footer.jpg);
	background-repeat: no-repeat;
	height: 86px;
}
#footer p {
	display: none;
}
#menu {
	margin: 0 14px;
	background-color: #30840E;
	text-align: center;
	font-size: 110%;
}
#menu ul {
	list-style: none;
	padding: 3px 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a, #menu ul li a:visited {
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover, #menu ul li a:visited:hover {
	text-decoration: underline;
}
#menu ul li.selected a, #menu ul li.selected a:visited {
	color: #B6EB00;
	font-style: none;
}
#main {
	padding: 25px 84px 0 14px;
}
#submenu {
	font-size: 110%;
	font-weight: bold;
	width: 155px;
	margin-left: 20px;
}
#submenu ul {
	list-style: none;
	
}
#submenu ul li a, #submenu ul li a:visited {
	color: #30840E;
	text-decoration: none;
	padding: 2px 0;
	display: block;
}
#submenu ul li a:hover, #submenu ul li a:visited:hover {
	text-decoration: underline;
}
#submenu ul li.selected a, #submenu ul li.selected a:visited {
	color: #AE071E;
	font-weight: bold;
}
#content {
	width: 550px;
	float: right;
	line-height: 140%;
}
#content h1 {
	line-height: 100%;
	margin: 0 0 10px 0;
	font-size: 160%;
	color: #AE071E;
}
#content h2 {
	margin: 2em 0 0.7em -0;
	color: #AE071E;
	line-height: 100%;
	font-size: 120%;
}
#content h3 {
	margin: 1.5em 0 0.3em 0;
	font-size: 110%;
}
#content h4 {
	color: #AE071E;
	line-height: 100%;
	font-size: 130%;
}
#content p, #content table {
	margin-bottom: 1em;
}
#content ul, #content ol {
	margin: 0 0 1em 2em;
}
.clear {
	clear: both;
	height: 1px;
}
