/* CSS Document */


#topbanner, #footer, #contentright, #contentPROGRAMMES object, #aboutusmenu, #salonmenu {
	display: none;
}
#wrapper {
	margin: 0px;
	float: none;
	width: 100%;
}
#bannerOuter{
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	padding:10px;
	margin-bottom:10px;
	height:80px;
}
#bannerOuter img{
float:left;
padding-right:10px;
}
#bannerOuter h1{
display:inline;
}
.diplaynone{
display:block;
}
