body, html {
	margin: 0;
	padding: 0;
}
html {
	background: #f49c21;
	/*background: #ffb22c;*/
	font-family:Arial, Helvetica, sans-serif;
}
div#global {
	position: relative;
	width: 990px;
	height:575px;
	margin: 0 auto;
}
div#logo {
	position: absolute;
	height: 134px;
	width: 325px;
	background:url(img/fond/logo.jpg) center no-repeat;
	margin: 10px 0 0 23px;
	z-index:100;
}
div#cadre {
	position: absolute;
	width: 980px;
	height: auto;
	margin: 20px 5px;
}
div#bandeau {
	position: relative;
	height: 115px;
	width: 978px;
	background:url(img/fond/bandeau1.jpg) repeat-x;
	border-left: 1px solid #292929;
	border-top: 1px solid #292929;
	border-right: 1px solid #292929;
}
div#menu {
	position: absolute;
	height: 32px;
	width: 610px;
	margin: 3px 0 0 357px;
}
div#menu1, div#menu2, div#menu3, div#menu4, div#menu5 {
	float: left;
	width: 110px;
	height: 32px;
	margin: 0 5px;
	background: url(img/fond/menu.jpg);
	font-weight:bold;
	text-align:center;
	font-size:13px;
}

div#menu1, div#menu2, div#menu3, div#menu5 {		
	line-height:32px;
}
div#menu4 {
	line-height:15px; /* mettre 16 si changement pour LOTISSEMENT TERRAINS*/
}	
div#menu1 a, div#menu2 a, div#menu3 a, div#menu4 a, div#menu5 a{
	text-decoration:none;
	display:block;
	color: #666666;
}

div#menu1 :hover, div#menu2 :hover, div#menu3 :hover, div#menu4 :hover, div#menu5 :hover {
	color: #FFFFFF;
	width: 110px;
	height: 32px;
	background:url(img/fond/menu-actif.jpg);
}
div#animation {
	position: absolute;
	height: 60px;
	width: 635px;
	margin: 55px 0 0 340px;
}
div#pied-page, div#pied-page a {
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	height: 16px;
}
.liens-pied{
	color: white;
}

