/*** A CACHER/MODIFIER ***/

html, body {
	height: auto;
}

body {
	background: none;
}

#contenu {
	position: relative;
	margin: 0;
	background: none;
	width: 100%;
	padding: 0;
	text-align: center;
}

#left {
	float: none;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
	position: relative;
}

#header, ul#menu, #right, #footer {
	display: none;
}

/*** GOOGLE MAP ***/

#googlemap_content {
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	border: 1px solid #000000;
	position: relative;
	margin-bottom: 10px;
	height: auto;
}		
	
	#googlemap_content h2 {
		position: absolute;
		left: 6px;
		top: -25px;
		height: 16px;
		font-size: 12px;
		padding: 4px 10px;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	
		#googlemap_content h2 span {
			font-weight: normal;
		}
		
	#googlemap_content h3 {
		font-size: 12px;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-top: 10px;
		text-align: left;
	}
	
	#googlemap_content address {
		border-left: 1px dotted #000000;
		border-top: none;
		border-right: none;
		border-bottom: none;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 10px;
		margin-left: 20px;
		margin-right: 40px;
		margin-bottom: 15px;
		font-style: normal;
		font-size: 12px;
		text-align: left;
	}

	#googlemap_content #googlemap {
		height: 420px;
	}
	
	#googlemap_content p {
		text-align: center;
		padding: 5px 15px;
	}
	
		#googlemap_content p a {
			cursor: pointer;
			font-weight: bold;
			text-decoration: underline;
		}
	
		#googlemap_content p a:hover {
			text-decoration: none;
		}

p#ficheurl {
	top: 20px;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 20px;
	border-bottom: 3px solid #000000;
	text-align: center;
	font-size: 12px;
}

	p#ficheurl span {
		font-weight: normal;
	}
