@charset "utf-8";

div#surface1 {
	position:absolute;
	z-index:9;
	width:931px;
}

div#zoneMenu {
	position:absolute;
	width:931px;
	margin-left:auto;
	margin-right:auto;
	top:157px;
}

div#menuCatalogue {
	position:absolute;
	width:931px;
	height:77px;
	background-image:url(/medias/images/background_menu.gif);
	background-repeat:no-repeat;
	text-align:left;
	z-index:10;
}

div#mainContent {
	margin-top:235px;
}

div#menuon1,div#menuon2,div#menuon3,div#menuon4 {
	vertical-align:bottom;
}

#menu1 {
	margin-left:28px;
}

/*#menu2 {
	margin-left:17px;
}

#menu3 {
	margin-left:14px;
}

#menu4 {
	margin-left:9px;
}*/

#display1,#display2,#display3,#display4 {
	position: absolute;
	width:931px;
	bottom:20px;
	overflow:hidden;
	height:417px;
}

.openedDisplay {
	
}

.closedDisplay {
	
}

.closedMenu {
	height:3px;
	overflow:hidden;
	z-index:2;
	background-color:white;
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:45px;
	padding-bottom:0 !important;
	display:none;
}

.openedMenu {
	height:411px;
	overflow:hidden;
	z-index:2;
	background-color:white;
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:45px;
	padding-bottom:0 !important;
}


