body, html {
height: 100%;
width:100%;
margin: 0;
padding: 0;
}
html {
overflow: visible;
}
html > body {
overflow: visible !important;
}


body {
	background: url(null) fixed #000;
	overflow: auto;
	margin:0;
	padding:0;
	font-size:80%;
	font-size-adjust:none;
	text-align:center;
}

#content{
	margin:0 ;
	padding:0;
	width:100%;
}

#footer{
	background:url(../images/right.png) repeat-x top;
	margin:0;
	padding:0;
	width:100%;
	height:58px;
	text-align:center;
	bottom:0;
	left:0;
	z-index: 2;
	font-size:10px;
	color:#fff;
	position: absolute;
	bottom:expression(documentElement.scrollTop-body.scrollTop);
}
html > body {
	position: fixed;
}
#drapeaux{
	margin:0 0 0 20%;
	padding:0;
	display:block;
	float:left;
}
#menus_secondaires{
	margin:0 20% 0 0;
	padding:0;
	display:block;
	float:right;
}
#menus_secondaires a{
	display:inline-block;
}
#menus_secondaires a#menu_wauquiez{
	background:url(../images/wauquiez_off.png) no-repeat top;
	 width:65px;
	 height:58px;
}
#menus_secondaires a#menu_wauquiez:hover {
	background:url(../images/wauquiez_on.png) no-repeat top;
}
#menus_secondaires a#menu_contact {
	background:url(../images/contact_off.png) no-repeat top;
	width:62px;
	height:58px;
}
#menus_secondaires a#menu_contact:hover {
	background:url(../images/contact_on.png) no-repeat top;
}
#menus_secondaires a#menu_mentions {
	background:url(../images/mentions_off.png) no-repeat top;
	 width:111px;
	 height:58px;
}
#menus_secondaires a#menu_mentions:hover {
	background:url(../images/mentions_on.png) no-repeat top;
}

