#activites_maps {
	float:left;
/*	width:650px;*/
	width:100%;
	height:600px;
	border:1px solid #000000;
}
	.maps_item {
		width:250px;
	}
	
		.maps_item_titre {
			font-weight:bold;
			color:#FF6600;
			padding-bottom:5px;
		}
		
		.maps_item_description {
			color:#333333;
		}
		
		.maps_item_ensavoirplus {
			text-align:right;
			margin-top:3px;
		}

			a.maps_item_ensavoirplus:link, a.maps_item_ensavoirplus:visited, a.maps_item_ensavoirplus:active {
				font-weight:bold; 
				font-size:11px;
				color:#333333;
				font-style:normal;
			}
			
			a.maps_item_ensavoirplus:hover {
				color:#FF6600;
				font-weight:bold; 
				font-size:11px;
				font-style:normal;
			}

#map_menu_gauche {
	padding-top:10px;
	padding-left:2px;
}

