


* { margin: 0; padding: 0; } 
html, body { height: 100%; } 
/****************************/



body {
	background-color: white;
}



/******************************/
/* Conteneur global du site : */
/******************************/

div#global {
	width: 950px; 
	min-height: 100%; 
	margin: 0 auto;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
	
	background: url("/images/bg_footer.jpg") bottom left no-repeat white;
}



/**********/
/* Header */
/**********/
div#header {
	height: 225px; 
	width: 100%;
	
	padding-bottom: 25px;
	
	background: url("/images/bg_header.jpg") 0 0 no-repeat #fddba9;
}



/********************/
/* Menu de gauche : */
/********************/
div#menu {
	width: 250px;
	
	position: absolute;
	
	background: url("/images/bg_1px.jpg") top left repeat-x;
}

div#menu a { 
	display: block;
	
	margin: 0;
	padding: 0;
	
	width: 250px;
	height: 38px;
	
	margin-top: 4px;
	
	text-decoration: none;
}

div#menu a span {
	visibility: hidden;
}


div#menu a:hover, div#menu a:focus {
	background-position: bottom;
}

a#menu_accueil { background: url("/images/btn_accueil.jpg") top left no-repeat; }
a#menu_situation { background: url("/images/btn_situation.jpg") top left no-repeat; }
a#menu_galerie { background: url("/images/btn_galerie.jpg") top left no-repeat; }
a#menu_sauna { background: url("/images/btn_sauna.jpg") top left no-repeat; }
a#menu_modelage { background: url("/images/btn_modelage.jpg") top left no-repeat; }
a#menu_soins { background: url("/images/btn_soins.jpg") top left no-repeat; }
a#menu_chromo { background: url("/images/btn_chromo.jpg") top left no-repeat; }
a#menu_litho { background: url("/images/btn_litho.jpg") top left no-repeat; }
a#menu_radie { background: url("/images/btn_radie.jpg") top left no-repeat; }
a#menu_magne { background: url("/images/btn_magne.jpg") top left no-repeat; }
a#menu_tarifs { background: url("/images/btn_tarifs.jpg") top left no-repeat; }
a#menu_forfaits { background: url("/images/btn_forfaits.jpg") top left no-repeat; }
a#menu_contact { background: url("/images/btn_contact.jpg") top left no-repeat; }



/**********************************/
/* Contenu principal de la page : */
/**********************************/
div#contenu {
	padding: 5px 30px; 
	
	margin-left: 250px;
	padding-bottom: 85px;
	
	background: url("/images/bg_1px.jpg") top left repeat-x transparent;
	
	min-height: 570px;
}


/* Pour le fond avec le Yin et le Yang : */
div#yin_yang {
	width: 351px;
	height: 351px;
	
	margin: 65px auto 0 auto;
	
	background: url("/images/yin_yang.jpg") 0 0 no-repeat;
}


/* Pour le contenu de la page : */
div#contenu_texte {
	margin-top: -416px;
}


/**********/
/* FOOTER */
/**********/

div#footer {
	position: relative;
	
	bottom: 7px;
	width: 100%;
}

div#footer p{
	text-align: center;
	color: white;
	
	margin: 0;
	padding: 0;
}










