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

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

#contenu h1 {
	height: 21px;
	background-image: url(http://www.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 7px 20px;
}

#nom {
	width: 260px;
}

.entete_mois {
	display:block;
	background-color: #9696A0;
	margin: 15px 20px 10px 20px;
	width: 100px;
	height: 15px;
	padding: 2px 10px 0 10px;
	font-weight: bold;
	color: #ffffff;
}

.event {
	margin: 0 20px 15px 20px;
	display: inline;
	float: left;
}

.date {
	display:block;
	background-color: #6699CC;
	color: #ffffff;
	width: 100px;
	float: left;
	height: 15px;
	padding: 2px 10px 0 10px;
}

.titre {
	background-color: #ffffff;
	display:block;
	width: 370px;	
	float: left;
	height: 13px;
	padding: 4px 10px 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

.titre a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.titre a:hover {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

.detail {
	display:block;
	float: left;
	width: 100%;
	margin: 8px 0 0 0;
}

.contact {
	display:block;
	float: left;
	width: 100%;
	margin: 8px 0 13px 0;
}