html, body, #page, #menuhaut, #banniere, #footer, #main, #mainmenu, #content {
	margin : 0;
	padding : 0;
	}

body {
    background-color: #000;
	font-family: arial, helvetica, sans-sherif;
	text-align : center;
	border-top: 10px solid #000;
    }
a {	
	color:#666;
	text-decoration: none;
	background-color: #000;
	border-color: #000;
	border-style:none;
	margin: 0px;
	padding: 0px;
}
a:hover {
    color: #333;
    text-decoration:none;
    margin: 0px;
    padding: 0px;
}	
#page {
    background-color: #000;
	margin : 0 auto;
	text-align : left;
	width : 770px;
	}
	
#menuhaut{
    position:relative;
	background: transparent;
    width:770px;
    text-align : left;
	margin-bottom: 0px;
	z-index:3;
}
#banniere {
    position:relative;
	top: -5px;
	width : 770px;
	height: 70px;
	background-image:url(images/ban2.jpg);
	background-repeat: no-repeat;
}
	
#mainmenu{
	position: relative;
	top: 3px;
    background: transparent;
    left: 0px;
    z-index:100;
    width: 770px;
    height: auto;
    padding-bottom: 5px;
	}

#main {
    position:relative;
	top: 0px;
	width : 770px;
	background-color: transparent;
	float : left;
	display:inline;
	margin-top: 5px;
	border-bottom: 3px solid #333;
	}
		
#content {
    line-height: 100%;
	background-color: transparent;
	height: 330px;
	}
html>body #content {
	height: auto;
	min-height: 330px;
} 

#footer {
    position:relative;
	top: 0px;
	clear : both;
	background-color: transparent;
	padding-top: 3px;
	height : 15px;
	}

