div#fond {
	position: relative;
	width: 650px;
	left: 50%;
	top: 0px;
	background-color: #FFFFDD;
	margin-left: -325px;
	height: 100%;
	bottom: 0px;
}


div#menu {
	position: relative;
	width: 600px;
	left: 25px;
	text-align: left;
	z-index: 4;
	top: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #bb2030;
}


div#contenu {
	position: relative;
	width: 600px;
	left: 25px;
	top: 40px;
	z-index: 1;
	margin-bottom: 60px;
	overflow: auto;
	height: 60%;
	scrollbar-face-color: #bb0033;
	scrollbar-highlight-color: #bb0033;
	scrollbar-darkshadow-color: #bb0033;
	scrollbar-track-color: #ffffdd;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;









}
div#contact {
	width: 600px;
	z-index: 5;
	position: relative;
	left: 25px;
	bottom: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #bb2030;











}
