/* CSS Document */

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

img { border:none; }

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

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

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

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

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

}

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

}

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

}

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

}


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

}

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

}

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

}

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

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

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

}

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

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

	clear: both;
}

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

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

.img_right {
	float:right;
	margin-right:9px;
}

.titre {
	color:#4b5d3f;
	font-weight:600;
	background-image:url(images/table1.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.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;
}
