/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
#map_left{
	background:url(../images/plan/background-plan-left.jpg) left top no-repeat;
	margin-left:0px;
	margin-top:0px;
	width:241px; 
	height:386px;
	float:left;
}
#right_col1{
	background-image:url(../images/plan/background-plan-right.jpg);
	float:left;
	width:359px;
	height:386px;
}
#imprimer{
	float:left;
	position:absolute; 
	margin-left:10px;
	margin-top:360px;
}
#fermer{
	float:right;
	position:absolute; 
	margin-top:360px;
	margin-left:280px;
}