/* --------------------------------------------------------------------------------
	BLOC CONTENU 
-------------------------------------------------------------------------------- */

.contenu {
	width: 550px;
	float: left;
}

.contenu h1 {
	height: 21px;
	background-image: url(http://ete.valthorens.com/site/img/fond_titre_orange.gif);
	text-indent: 40px;
	padding: 4px 0 0 0;
	text-transform: uppercase;
}

.contenu h2 {
	height: auto;
	margin: 20px 20px 15px 20px;
	font-weight: bold;
}

.contenu p {
	margin: 0 20px 0 20px;
}

/* --------------------------------------------------------------------------------
	BLOC PHOTOS 
-------------------------------------------------------------------------------- */

#photos {
	float: right;
	margin: 10px 0 0 20px;
}

#photos div {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 10px 10px 0;
}

#photos .zoom {
	position: relative;
	bottom: 5px;
	right: 15px;
}