h1{
	top: 5px;
	left: 654px;
}

h2{
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
#cont_page{
    background:url(../images/index/page.jpg);
    min-height: 0;
    height:652px;
}

/* Menu central */
#menu2{
	position: absolute;
	top: 0;
	left:0;
    list-style-type: none;
	margin: 0;
	padding: 0;
    z-index: 9;
}
#menu2 a{
	display:block;
	position:absolute;
}
#particuliers a{
	width: 200px;
	height: 65px;
	top: 371px;
	left: 111px;
	padding: 30px 0 0 3px;
}
#entreprises a{
	width: 200px;
	height: 80px;
	top: 368px;
	left: 623px;
	padding:15px 0 0 0;
}
#collectivites a{
	top: 360px;
	left: 354px;
	width: 200px;
	height: 100px;
}
