* {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

body {
	font-family: sans-serif;
	font-size:74%;
	color: #333;
}

img {
	border: none;
}

li {
	list-style-type: none;
}

p {
	line-height: 1.6em;
}

.hide {
    height:1px;
    left:0px;
    overflow:hidden;
    position:absolute;
		left:-999em;
    width:1px;	
}

img.contact {
  margin: 0 0 0 160px;
}

#body ul#propositions li {
	padding: 0;
	margin: 25px 0 0 0;
	background: none;
	float: left;						
}

#body ul#propositions li#housing {					
	width: 248px;
	margin: 10px 0 0 20px;
}

#body #housing .header {					
	background: url(../images/housing_top.jpg) no-repeat top left;
	padding: 8px 20px 0 20px;
	float: left;	
	height: 28px;
	width: 208px;
}

#body #housing .content {					
	background: url(../images/housing_mid.jpg) repeat-y top left;
	padding: 10px 20px 0 20px;
	float: left;
	width: 208px;
	font-weight: bold;
	color: #f30;
}

#body #housing .footer {					
	background: url(../images/housing_bot.jpg) no-repeat top left;
	padding: 0 20px;
	float: left;	
	height: 33px;
	width: 100%;
	margin-top: -12px;
}

