html {
	height: 100%;
	overflow: auto;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Papyrus; font-size:14pt;
}

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

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

#center_homepage {
	font-size: xx-small;
	margin-top:20px;
}
#center_homepage_old {
	left: 50%;
	top: 50%;
	margin-left:-400px;
	margin-top:-300px;
	position: absolute;
	font-size: xx-small;
}

#align_text_image {
    position: relative;
    height: auto;
    width: auto;
    left: -5px;
    top: 330px;
	font-size: 14px;
}
#align_text_image_mo {
    position: relative;
    height: auto;
    width: auto;
    left: 0px;
    top: 100px;
	font-size: 14px;
}
#bandeau {
	position:absolute;
	left:10px;
	top:10px;
	width:41px;
	height:237px;
	z-index:1;
}
#menu {
	position:absolute;
	left:10px;
	top:400px;
	width:163px;
	height:112px;
	z-index:2;
}