body
{
	background-color: #336600;
	font-family: "Trebuchet MS","Times New Roman",verdana,tahoma,serif;
}
#head
{
	height: 40px;
}
#chambre
{
	height:261px;	
	color: yellow;
	margin-bottom: 0px;
}
#proprietaire
{
	height:310px;	
	color: yellow;
}
#salle
{
	height: 260px;
}
a 
{
	text-decoration: none;
	color: yellow;
}
a:hover
{
	text-decoration: underline;
	color: red;
}
img
{
	margin: 10px;
	border: none;

}
.imageflottanteG
{
	float: left;
	width: 319px;
	height:241px;
}
.imageflottanteD
{
	float: right;
   	width: 319px;
	height:241px;
}
.bas
{
	margin-top: 50px;
}
p
{
	text-indent: 30px;
	font-size:1em;
	color: #9de73d;
}
.visite
{
	text-align: center;
	margin-top: 60px;
}
h1, h2
{
	text-align: center;
	color: #98c2f7;
}
.adresse
{
	text-indent: 0px;
	margin-top: 10px;
	text-align: center;
}
.patron
{
	margin-top:0px;
}
p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   color: yellow; /* Enjaune */
}


