html, body{
	width: 100%;
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	background-color: #CC0000;
}
.conteneur{
	margin-top: 50px;
	left: 50%;
	margin-left: -385px;
	height: 650px;
	width: 800px;
	position: absolute;
}
.header{
	height: 140px;
}
.menu{
	position: absolute;
	padding-top: 100px;
	padding-left: 30px;
	left:0;
	font-family: Arial;
	width: 200px;
	height: 410px;
	background-image: url(../Images/menu.jpg);
}
.frame{
	margin-left: 200px;
	width: 600px;
	height: 410px;
	overflow: auto;
	position: relative;
}
.footer{
	height: 100px;
	background-image: url(../Images/footer.jpg);
	position: relative;
}
a	{
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{  
	font-family: Arial;
	color: #FFFF00;
	text-decoration: underline;
}

