/* CSS Document */

body {
	width:100%;
	background-color:#9f9886;
	background-image:url(images/bg_beige.png);
	background-repeat:repeat-x;
	margin:0;
	font-size:12px;
	font-family:Arial;
}

img { border:none; }

#header {
	background-image:url(images/header_beige.png);
	width:1024px;
	height:109px;
	margin:auto;
}

.logo {
	width:320px;
	margin-top:5px;
	height:105px;
	margin-left: 85px;
}

#menu {
	background-image:url(images/menu_beige.png);
	height:57px;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
}

#menu2 {
	margin:auto; width:872px;
}

.fitness {
	background-image:url(images/beige_fitness.png);
	width:218px;
	height:53px;
		float:left;
		background-repeat:no-repeat;

}

.fitness:hover {
	background-image:url(images/beige_fitness_hover.png);
	width:218px;
	height:53px;
		float:left;

}

.detente {
	background-image:url(images/beige_detente.png);
	background-repeat:no-repeat;
	width:216px;
	height:53px;
		float:left;
		background-repeat:no-repeat;

}

.detente:hover {
	background-image:url(images/beige_detente_hover.png);
	width:216px;
	height:53px;
		float:left;

}


.coifure {
	background-image:url(images/beige_coiffure.png);
	width:218px;
	height:53px;
		float:left;
		background-repeat:no-repeat;

}

.coifure:hover {
	background-image:url(images/beige_coiffure_hover.png);
	width:218px;
	height:53px;
		float:left;

}

.baute {
	background-image:url(images/beige_beaute.png);
	width:218px;
	height:53px;
		float:left;
		background-repeat:no-repeat;

}

.baute:hover {
	background-image:url(images/beige_beaute_hover.png);
	width:218px;
	height:53px;
	float:left;
}

#conteneur {
	width:855px;
	margin:auto;
}

.cadre_haut {
	background-image:url(images/beige_haut.png);
	width:854px;
	height:30px;

}

.cadre_centre {
	background-image:url(images/beige_centre.png);
	width:854px;
}

.cadre_bas {
	background-image:url(images/beige_bas.png);
	width:854px;
	height:25px;

	clear: both;
}

.left {
	float:left;
	width:280px;
	text-align:center;
	font-size:14px;s
}

.img_left {
	float:left;
	margin-left:8px;
	margin-right:5px;
}

.txt {
	float:left;
	margin-left:9px;
	width:430px;
}

.img_right {
	float:right;
	margin-right:9px;
	color: #5d594e;
	width: 220px;
}

.titre {
	color:#5b0405;
	font-weight:600;
	font-size:14px;
}

.clear {
	clear:both;
}

.blanc {
		color:#FFF;
	font-size:14px;
	text-decoration:none;
}
.blanc a {
		color:#FFF;
	font-size:14px;
	text-decoration:none;
}

.noir {
	color:#000;
	text-decoration:none;
	font-size:14px;
}

.noir a {
	color:#000;
	text-decoration:none;
	font-size:14px;
}

#footer {
	clear:both;
	width:100%;
	font-size:14px;
	padding-left:50px;
}

.table {
	margin-left:20px;
	margin-right:20px;
}

.td {
	color:#384330;
	background-image:url(images/table2.png);
	background-repeat:no-repeat;
	background-position:right;
}

.td2 {
	background-image:url(images/table3.png);
	background-repeat:no-repeat;
	background-position:right;
}

.td3 {
	color:#384330;
}

