/* CSS Document */

body {
	width:100%;
	background-color:#5a0405;
	background-image:url(images/bg_rouge.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-size:12px;
	font-family:Arial;
}

img { border:none; }

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

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

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

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

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.baute {
	background-image:url(images/menu_rouge_baute.jpg);
	width:218px;
	height:53px;
		float:left;

}

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

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

.cadre_haut {
	background-image:url(images/rouge_haut.jpg);
	width:854px;
	height:33px;
}

.cadre_centre {
	background-image:url(images/rouge_centre.jpg);
	width:854px;
	float:left;
}

.cadre_bas {
	background-image:url(images/rouge_bas.png);
	width:854px;
	height:24px;
	margin-left:auto;
	margin-right:auto;
	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:#5b0405;
	font-weight:600;
}

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