body {
	background: #F5F2EC url(../fond/fond_arriere/fond3.png) repeat-x;
}
#global {
	background: url(../fond/fond_page/fond_massage.jpg) no-repeat;
}
header#haut {
	background: #42150E url(../fond/fond_titres/titre_massage.png) no-repeat center top;
}
#contenu {
	/*min-height: 1500px;*/
}

section.ombree {
	width: 800px;
}
#plan_sur_entete {
	color: #83251E;
	font-weight: bolder;
}
h4 {
	text-align: center;
	text-shadow: 1px 1px 0px silver;
}
#diaporama_1 {
	width: 638px;
	height: 500px;
	margin: 74px 0px 0px 150px;
	/*background: #666;*/
}
#para1 {
	width: 900px;
	height: auto;
	margin: 0px -100px 0px 100px;
}

#yoga_position1 {
	clear: both;
	float: left;
	width: 100px;
	height: 100px;
	margin: 100px 0px 0px 70px;
	background: url(../dessins/rosace1.png) no-repeat;
}
#para2 {
	float: right;
	width: 700px;
	margin: 50px -50px 50px 50px;
	background: #FFF url(../dessins/papillon.png) no-repeat 550px 250px;
}
#programme {
	clear: both;
	width: 800px;
	text-align: center;
	margin-left: 315px;
}

.colonne_ombree {
	clear: both;
	width: 1000px;
	height: 530px;

	-moz-border-radius: 15px;	/* Firefox */
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-o-border-radius: 15px;	/* Opera */
	border-radius: 15px;

	-moz-box-shadow: 4px 4px 5px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 4px 4px 5px #999; /* Safari, Chrome */
	-o-box-shadow:4px 4px 5px #999;	/* Opera */
	box-shadow: 4px 4px 5px #999;

	margin-bottom: 50px;
	margin-left:50px;
	padding: 0px;
	background: #fff url(../dessins/position3.png) no-repeat 560px 380px;
}

.colonne {
	float: left;
	width: 180px;
	margin: 10px 10px;
	padding-left: 15px;
}
.titre_colonnes {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0px silver;
}
.sous_titre_colonnes {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0px silver;
}
.ecritures_colonnes {
	font-family: 'SavoyeLETPlain';
	font-size: 1.5em;
	text-align: left;
	line-height: 1em;
	vertical-align: middle;
}
li.ecritures_colonnes {
	margin: 10px 0px;
}
.ombree_trait {
	float: left;
	width: 1px;
	height: 170px;

	-moz-border-radius: 5px;	/* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-o-border-radius: 5px;	/* Opera */
	border-radius: 5px;

	-moz-box-shadow: 1px 1px 2px #000;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 1px 1px 2px #000; /* Safari, Chrome */
	-o-box-shadow:1px 1px 2px #000;	/* Opera */
	box-shadow: 1px 1px 2px #000;

	margin: 90px 5px 0px 17px;
	padding: 0px;

}
.horaire {
	text-align: center;
}
.liste_centree {
	text-align: center;
}


/* GALERIE */
section.rangees {
	clear: both;
	width: 1080px;
	height: 250px;
	margin: 10px 0px 0px 5px;
}
#mouvements_base {
	line-height: 70px;
	margin: 500px 0px 0px 200px;
	padding: 0;
	text-align: center;
}
.vignettes {
	clear: both;
	display: inline-block;
	width: 125px;
	height: 83px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: 1px solid #000;
	vertical-align: top;
	cursor: pointer;

	/*background-color: black;*/
	-moz-box-shadow: 5px 5px 6px #999;	/* Firefox */ /* décalage : hori, vert, nb pixels flou */
	-webkit-box-shadow: 5px 5px 6px #999; /* Safari, Chrome */
	-o-box-shadow:5px 5px 6px #999;	/* Opera */
	box-shadow: 5px 5px 6px #999;
}
figcaption.titre_vignette {
	width: 125px;
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0;
	text-shadow: 1px 1px 0px #000;
}
/* FIN GALLERIE */
