body {
	background-color: #eaf1f7; 
	margin:0;
	padding: 0;
	font-family : verdana,arial,geneva,helvetica,sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li {
	list-style: none;
}
/* links colors */
:link {
	color: #00f;
	background: transparent;
	text-decoration: none; 
}
:visited {
	color: #00f;
	background: transparent;
}
:link:hover, :visited:hover {
	color: #00f; 
	/* background: transparent; */
	background-color: #eaf1f7; 
}

#page {
	background-color: #eaf1f7; 
	background-color: transparent;
	text-align: center;
	width: 100%;
	margin: 0 0 0 0;
	background-color: #eaf1f7;
}

#my-frame {
	color: #ccf;
	background-color: transparent;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 770px;
}
#banner {
	border: 0;
	margin: 4px auto 4px auto;
}

#hotel-le-mans-bande1 {
	background-color: #89B4D3;
	height: 32px;
}

#hotel-le-mans {
	width: 770px;
	height: 114px;
	background-image: url(images/hotel_le_mas.png);
}

#hotel-le-mans-bande2 {
	width: 770px;
	height: 46px;
	background-image: url(images/vague_bleue.png);
}


#contenu {
	color: #00f;
	background-color: #89b4d3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 706px;
	text-align:left;
	padding: 0 32px 0 32px;
	margin: 0 0 0 0;
	background-image: url(images/fond_bleu.png);
	background-repeat: repeat;
}

/* page d'acceuil */
#contenu img.image-droite {
	float: right;
	margin: 0 0 0 32px;
}
#contenu img.image-gauche {
	float: left;
	margin: 0 32px 0 0;
}
#contenu div.coordonnees {
	padding-left: 8px;
	padding-top: 8px;
	font-weight: bold;
}
#contenu div.texte {
	padding-top: 18px;
}
#contenu div.texte-fin {
	padding-top: 18px;
	margin-bottom: 64px;
}
#contenu div.texte-fin a {
	color: #036;
	font-size: 16px;
	font-weight: bold;
}

#contenu p:first-letter {
	font-weight: bold;	
}
#contenu hr.clear {
	display: block;
	clear: both;
	visibility: hidden;
}

/* tarifs */
#contenu .photos-chambres {
	text-align: center;
}
#contenu .photos-chambres img {
	margin: 0 8px 0 8px;
}
#contenu table.tarifs {
	width: 638px;
	margin: 15px 30px 0 30px;
	border-collapse: collapse;
	border: 3px solid #eaf1f7;
}
#contenu table.tarifs td, #contenu table.tarifs th {
	padding: 6px 0 6px 0;
	margin: 0 0 0 0;
	text-align: center;
}
#contenu table.tarifs td.mois {
	font-style: italic;
	border-right: 2px solid #eaf1f7;
}
#contenu table.tarifs th {
	font-style: italic;
	border-bottom: 2px solid #eaf1f7;
}
#contenu p.infos-supplementaires {
	width: 638px;
	margin: 15px 30px 0 30px;
	text-align: center;
	margin-bottom: 64px;
	font-size: 12px;
}
