body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#entete {
	background-image: url(image/entete.JPG);
	text-align: center;
	height: 207px;
	width: 800px;
	font-size: 58px;
	font-style: italic;
	line-height: 207px;
	margin-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
}
#menu {
	height: 400px;
	width: 180px;
}
#menu_langue {
	width: 180px;
	height: 33px;

}
#menu_situation {
	text-align: center;
	line-height: 50px;
	background-color: #CECECE;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}
#menu_exterieur {
	text-align: center;
	line-height: 25px;
	background-color: #E47C55;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}
#menu_chambre {
	text-align: center;
	line-height: 50px;
	background-color: #A5D152;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}
#menu_conditions {
	text-align: center;
	line-height: 25px;
	background-color: #ABABDB;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}
#menu_activites {
	text-align: center;
	line-height: 50px;
	background-color: #CECECE;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}
#menu_contact {
	text-align: center;
	line-height: 50px;
	background-color: #E47C55;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 50px;
}

#corps {
	width: 620px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.paddingleft {
	padding-left: 50px;
}

.menu_defaut {
	width: 100px;
}
.menu_actif {
	width: 100px;
	padding-right: 80px;
}
.couleurfond_gris {
	background-color: #CECECE;
}
.couleurfond_brique {
	background-color: #E47C55;
}
.couleurfond_vert {
	background-color: #A5D152;
}
.couleurfond_bleu {
	background-color: #ABABDB;
}
#celluletitre {
	text-decoration: underline;
	vertical-align: baseline;
	width: 100px;
}
a {
	text-decoration: none;
	color: #000000;
}
