body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #336699;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
	background: #4F6C8C url(http://www.chambresf.com/pages/microsites/promo/2010/images/fond2.jpg) repeat-x center;

}

h1 {
	font: lighter 18px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}

h2 {
	font: 16px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: brown;
	margin-bottom: 0px;
}

p {
	margin: 5px 5px;
	color: black;
}

ul {
	margin-top: 5px;
	list-style-image:  url(file:http://www.chambresf.com/pages/microsites/promo/2010/);
}

address {
	font-style: normal;
	text-align: left;
	color: #6C0C18;
	margin: 0px 0px 0px 0px;
}

.infobulle {
	width: 475px;
	height: 290px;
	overflow: hidden;
	position: absolute;
	left: 225px;
	top: 115px;
	border: 1px solid #FFFFFF;
	padding: 0px;
	background-color: white;
}

.infobulle p {
	margin: 0px 0px 0px 0px;
}

a:link{
color: #336699;
}

a:visited{
color: #336699;
}

a:hover{
color: #336699;
text-decoration: none;
}

#contenu{
	position : relative;
	width: 750px;
	height: 420px;
	background: White;
	margin: 40px auto;
	border: 3px solid;
	border-color: #000000;
	padding: 0px;
}

#contenu-texte{
	margin: -290px 20px 20px 250px; 
}

@media print {
   body {
	background: none;
	}
	.infobulle{
	display: none  
	}

