@page { 
	size: portrait; 
	margin: 2px;
}

@media print {
	body {
		margin: 30px;
	}
	
	#nav_main {
		display: none;
	}

	#header {
		display: none;
	}

	#footer {
		display: none;
	}

	#content_sub {
		display: none;
	}
	
	#box_cover_flow_out, #box_cover_flow {
		display: none;
	}
	
	#box_hot_news {
		display: none;
	}
	
	#filter_by_radio {
		display: none;
	}
	
	#filter {
		display: none;
	}
	
	#box_recruitement {
		display: none;
	}
	
	#nav_gok {
		display: none;
	}
	
	.list_advantages, .list_advantages_last {
		display: none;
	}
	
	.column_left {
		display: none;
	}
	
	.return_top_right, .return_bottom_right {
		display: none;
	}
	
	#timerDiv {
	    display: none;
	}
	
	#generic_subscribe .steps_bar {
	    display: none;
	}
	
	#generic_subscribe .steps_text {
	    display: none;
	}
	
	#generic_subscribe .btn_next {
	    display: none;
	}
	
	#generic_subscribe .title {
	    display: none;
	}
	
	
	
	
	
	#box_help {
	    display: none;
	}
	
	#action_back {
	    display: none;
	}
	
	#action_print {
	    display: none;
	}
	
	#content_main .container #prestataires .logo {float:left; height: 120px;}
	
	#content_main .container #prestataires #box_detail {margin:0 0 20px 0; background:#fff url(/Mut509/images/ml/bg_littel_box.jpg) repeat-x bottom left; border:1px solid #d1d1d1; width: 662px; height:280px; padding:10px;}
		#content_main .container #prestataires #box_detail .col1 {float:left; width:200px; height:110px;}
		#content_main .container #prestataires #box_detail .col2 {float:left; width:260px; height:110px;}
	
	/*hack IE7*/
	*+html #content_main .container #prestataires #box_detail {margin:0 0 20px 0; background:#fff url(/Mut509/images/ml/bg_littel_box.jpg) repeat-x bottom left; border:1px solid #d1d1d1; width: 662px; height:auto; padding:10px;}
		
	#content_main .container #prestataires #box_map {float:none; margin:10px 0 10px 0; width:662px; background:#fff url(/Mut509/images/ml/bg_littel_box.jpg) repeat-x bottom left; border:1px solid #d1d1d1; height: 100%; padding: 10px;}
	
}

