#container, #header, #navi, #maincontent, #box_right, #content, #footer, #footer_, #adresse {
	position:relative;
}

#container {
	width:970px;
	height:auto;
	margin:2% auto;
}

#header {
	width:100%;
	height:96px;
	z-index:10;
}

#speed {
	position:relative;
	float:right;
	width:318px;
	height:72px;
	background-color:#000;
	margin:20px 0 0 0;
}

#navi {
	height:22px;
	width:100%;
	background-color:#000;
}

#maincontent {
	width:100%;
	height:366px;
	margin:4px 0 4px 0;
}

#content {
	width:615px;
	height:365px;
	overflow:auto;
	margin:0 10px 0 0;
	float:left;
	padding:0 10px 0 16px;
	border-left:1px solid #666;
}

#box_right {
	width:318px;
	height:auto;
	float:left;
}

#footer {
	width:100%;
	height:79px;
	float:left;
}

#footer_ {
	width:100%;
	height:auto;
	float:left;
}

#adresse {float:left; margin:0 40px 0 0 ;}