
#left {
	position: relative;
	float: left;
	width: 502px;
	height: 650px;
}

#header {
	background-image: url(../../../images/itineraire/header.gif);
	width: 502px;
	height: 136px;

	position : relative;
}

#menu-left {
	background-image: url(../../../images/itineraire/menu-left.gif);
	width: 226px;
	height: 243px;
}

#menu-left-logo {
	background-image: url(../../../images/itineraire/menu-left-logo.gif);
	width:226px;
	height:271px;
	position : relative;
}

#logo_itinerart {
	position : absolute;
	left : 21px;
	top : 31px;
}

#logo_culture {
	position : absolute;
	left : 18px;
	top : 73px;
}

#logo_musee {
	position : absolute;
	left : 18px;
	top : 161px;
}

#menu-elements {
	position : absolute;
	right : 0;
	top : 136px;

	/*height : 220px;*/
	/*border:1px solid red;*/
}

#menu-bottom {
	background-image: url(../../../images/itineraire/menu-bottom.gif);
	width : 276px;
	height : 298px;

	position : absolute;
	right : 0;
	bottom : 0;
}

#right {
	float: right;
	width: 400px;
}






