/* CSS Document */
#main {
	background-image:url(../images/fond-detente.jpg);
	height:667px;
}
/*    gauche    */
#gauche {
    width:203px;
	float:left;
	
}
ul {
	list-style:none;
	color:#fff;
}
#menu_gauche {
    width:161px;
	float:left;
	text-align:center;
}
#menu_gauche li {
	line-height:26px;
}

/*   centre    */

#centre {
	width:598px;
	padding:40px 0px 0px 0px;
	height:637px;
	float:left;
}
#menu_detente {
	width:598px;
	float:left;
	text-align:center;
	position:relative;

}
#menu_detente li {
	float:left;
	line-height:22px;
	position:relative;
}
#menu_detente li:hover ul,#menu_detente li.iehover ul {
	left:14px;
	top:21px;
}
#menu_detente ul {
	position:absolute;
	left:-999em;
	border:1px solid #fff;
	border-top-width:0px;
}
#menu_detente ul li {
   float:none;
   border-top:1px solid #fff;
}
#texte {
    width:588px;
	height:575px;
	padding:5px;
}

#piscines {
	padding-left:10px;
	width:113px;
}
#piscines ul {
	background-color:#2783D3;
	width:140px;
	margin-left:-14px;
}
#spa {
	width:105px;
}
#accessoires {
	width:120px;
}
#accessoires ul {
	background-color:#2683D2;
	margin-left:-5px;
	width:125px;
}
#solarium {
	width:110px;
}
#sauna {
	width:127px;
}

/***********************************/
/* droite */
/***********************************/
#droite {
	float:left;
	width:200px;
}
#divmenu_droite {
	float:right;
	width:143px;
	text-align:center;
	/*padding-top:110px;*/
}
#menu_droite {
	margin-top:17px;
}
#menu_droite li {
padding-top:1px;
	line-height:41px;
}
#droite h1 {
	color:#fff;
	font-size:16px;
}
