/* CSS Document */

*{
	margin-right: auto;
	margin-left: auto;
}
body{
	background-color: #D5C1C1;
	width: 800px;
	margin-top: 100px;
}
a:link{
	text-decoration: none;
color: #E1E1E1;
	}
a:visited{
	text-decoration: none;
color: #E1E1E1;
}
	
a:hover {
	text-decoration: none;color: #B5B5B5;
}
p{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;	
}
.navigation_principale{
	color: #E1E1E1;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	background-color: #400001;

}
.navigation_appartements{
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
	color: #E1E1E1;
	background-color: #400001;
	text-align: center;
	width: 250px;

}
.texte_central{
	font-family: Arial;
	font-size: 10pt;
	color: #E1E1E1;
	background-color: #660000;
	text-align: justify;
	padding: 5px;
	width: 540px;
}
img {
border-width : 0px;
border : none;
} 
.caracteristiques{
	font-size: 8pt;
	color: #D2BF9F;
	background-color: #400001;
}
.texte_apparts{
	font-size: 8pt;
	text-align: justify;
	margin-right: 25px;
	margin-left: 25px;
}
.marginflash{
	margin-left: 25px;
}
.footercosy{font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #E1E1E1;
	background-color: #400001;
	text-align: center;
}