body {
	font-family:Arial;
	}
	
#container {
	width:800px;
	margin:0 auto;
}

#top {
	width:800px;
	height:92px;
	z-index:1;
	}
	
#main {
	width:800px;
	position:relative;
	background:url(../bainsdesdames_img/bandeau_top2.gif) no-repeat right top;
	}	

#left {
	float:left;
	width:163px;
	height:429px;
	background:url(../bainsdesdames_img/logo_gauche.gif) no-repeat left top;
	}
	
#center {
	float:left;
	width:427px;
	overflow:auto;
	padding-bottom:20px;
	}

#right {
	float:left;
	width:210px;
	height:429px;
	background:url(../bainsdesdames_img/dames_droite1.gif) no-repeat bottom left;
	}

#bottom {
	width:800px;
	height:79px;
	}
	
ul {
	margin:0;
	padding:0;	
	list-style-type:none;
	}

.menu {
	display:block; 
	width:172px; 
	height:23px;
	margin:0 0 2px 0;
	line-height:23px;
	}
	
.menu a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin:0 0 0 10px;
	}
	
.menu a:hover {
	color:#e50000;
	}
	
h1 {
	margin:20px 0 0 0;
	font-size:13px;
	color:#a11f50;
	}
	
p {
	font-size:12px;
	}
	
a {
	color:#e60000;
	}
