html, body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	background: #dbf8b1 url('top-left.png') repeat-x;
	font-size: 11pt;
}

div#full {
	background: url('top-right.png') no-repeat top right;
}

h1 {
	clear: right;
	float: right;
	text-align: right;
	display: block;
	height: 45px;
	font-style: italic;
	font-family: "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;
	font-size: 45px;
	margin-top: -5px;
	padding-top: 0;
	padding: 0;
	padding-right: 40px;
}

h2 {
	border-bottom: 1px solid #ccc;
}

a {
	color: #920;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #c50;
}

a:visited {
	text-decoration: none;
	color: #710;
}

div#access {
	margin-top: 50px;
	padding-right: 40px;
	margin-bottom: 0;
	float: right;
	text-align: right;
}

div#access p {
	font-size: 80%;
	margin: 0;
	padding: 0;
	color: #3f2c0e;
}
div#access p a {
	text-decoration: none;
	color: #c83;
}
div#access p a:hover {
	text-decoration: underline;
}


div {
	margin: 0;
	padding: 0;
}

div#main {
	text-align: left;
	margin: auto;
	width: 800px;
	background: url('page.png') left repeat-y;
}

div#header {
	background: url('header.jpg') left no-repeat;
	height: 219px;
	width: 800px;
}

div#menu {
	width: 800px;
	height: 40px;
	background: url('regle.jpg') no-repeat;
	margin-bottom: 30px;

}

div#menu ul {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-left: 40px;
	border: 0;
}

div#menu ul li {
	display: block;
	width: 120px;
	height: 30px;
	float: left;	
	margin: 0;
	font-size: 14px;
}

div#menu ul li a {
	display: block;
	width: 110px;
	height: 30px;
	padding-top: 7px;
	text-align: center;
	background: url('tab-down.png') no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #c50;
}
div#menu ul li.active a {
	background: url('tab.png') no-repeat;
	color: #c80;
}

div#menu ul li a:hover {
	background: url('tab.png') no-repeat;
	color: #920;
}

div#content {
	text-align: justify;
	width: 720px;
	padding-bottom: 20px;
	border: 1px solid #fff;
	margin: 10px 40px;
	clear: both;
}

div#content img.illustration {
        float: right;
        margin-left: 20px;
        border: 0;
}

div#footer {
	margin-top: 50px;
	text-align: right;
	background: url('footer.jpg') bottom no-repeat;
	width: 800px;
	height: 95px;
}

div#footer p {
	padding-top: 20px;
	margin-right: 30px;
	font-size: 80%;
	color: #a9ada2;
}