#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	background-image: url("bt-logement-01.png");
	background-repeat: no-repeat;
	width: 940px;
	height: 118px;
	background:#dbdbdb;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	border-bottom: 1px solid #FFFFFF;
	font-family: Arial;
	text-align: Center;
	font-weight: bold;
	cursor: pointer;
	}
		
.accordionContent {	
	width: 940px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #95B1CE;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #dbdbdb;
	}
	
.over {
	background: #CCCCCC;
	}