/* ---------------------------------------- */
/* Général                                  */
/* ---------------------------------------- */
body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #858484;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.img {
	float:left;
	margin-left: 0px;
	margin-right: 10px;
}
input.bouton {
	width: 150px;
	margin: 0 auto;
	background-color: #93B0CC;
	display: block;
}	
.petit{
	font-size: 0.9em;
}
/* ---------------------------------------- */
/* les titres                               */
/* ---------------------------------------- */
h1 {
	color: #005575;
	font-size: 135%;
	display: inline;
}
h2 {
	font-size: 125%;
	color: #6699CC;
	display: inline;
}
h3 {
	font-size: 115%;
	color: #CC6633;
	display: inline;
}
.soustitre {
	color:#CD1E1A;
	font-size: 1em;
}
.soustitre1 {
	color:#990033;
	font-size: 1em;
}
/* ---------------------------------------- */
/* Structure                                */
/* ---------------------------------------- */
#menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 1060px;
	margin: 0 auto;
	text-align: left;
}

/* ---------------------------------------- */
/* Entête                                   */
/* ---------------------------------------- */
#wrapper-header {
	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: #eee url('images/bandeau-ok.jpg') no-repeat center top;
}

#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header p {
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
}

/* ---------------------------------------- */
/* Contenu                                  */
/* ---------------------------------------- */
#wrapper-content { background: white url('images/bg02-white-left.png') no-repeat left top; }

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
	text-align: justify;
}

/* ---------------------------------------- */
/* Menu du haut                             */
/* ---------------------------------------- */
#menu-top {
	background: white url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#menu-top ul {
	background: transparent url('images/bg02-white-left.png') no-repeat left top;
	margin:0;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:0px 10px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	height: 38px;	
}

#menu-top a:hover { 
	background-position:0% -42px;
}
#menu-top a:hover span {
	background-position:100% -42px;
}

/* ---------------------------------------- */
/* Menu de droite                           */
/* ---------------------------------------- */
#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/menu.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}
* html #wrapper-menu-page { 
	margin-right: 15px;
}
#menu-page { 
	padding-top: 5px;
}
#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }


/* ---------------------------------------- */
/* Pied de page                             */
/* ---------------------------------------- */
#wrapper-footer {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	background-color: #e5f0fc;
	border: 1px solid #ccc;	
	line-height: 1.2em;
}
#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

/* ---------------------------------------- */
/* liens                                    */
/* ---------------------------------------- */
a.info {
	color: #CD1E1A;
	font-size: 1em;
}
a.info:hover {
	color: #CD1E1A;
	font-size: 1em;
	text-decoration: underline;
}

a:link, a:visited { 
	color: #5b8fbe;
	text-decoration: none;
}
a:hover{ 
	color: #666;
	text-decoration: none;
}
/* ---------------------------------------- */
/* page index                               */
/* ---------------------------------------- */
.fond {
	background-color: #F9EDE1;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 770px;
}
.image {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
}
.news {
	margin: 0 auto;
	width: 160px;
	border: none;
	border-collapse: collapse;
}
.news td{
	border: none;
	text-align: left;
}
/* ---------------------------------------- */
/* page qi gong                             */
/* ---------------------------------------- */
.fondqi {
	background-color: #A6DBCD;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.annotation {
	font-size: 80%;
}
/* ---------------------------------------- */
/* page massage energetique chinois         */
/* ---------------------------------------- */
.fondmas {
	background-color: #DCCAD7;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------- */
/* page wu tai                              */
/* ---------------------------------------- */
.fondwu {
	background-color: #FFF18E;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------- */
/* page anti age                            */
/* ---------------------------------------- */
.fondanti{
	background-color: #AFC1D4;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/* ---------------------------------------- */
/* page psychologie-energetique             */
/* ---------------------------------------- */
.fondpsy{
	background-color: #BFD176;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
/* ---------------------------------------- */
/* page faq                                 */
/* ---------------------------------------- */
.fondfaq{
	background-color: #DFDEE6;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
/* ---------------------------------------- */
/* page partenaires                         */
/* ---------------------------------------- */
.fondpart{
	background-color: #DFDEE6;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------- */
/* page calendrier                          */
/* ---------------------------------------- */
table.normal {
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	width: 700px;
	border-collapse: collapse;
	border: thin solid #777777;	
}
table.normal td {
	text-align: center;
	vertical-align: middle;
	border: thin solid #777777;
}
.asterix{
	color:#FF6600;
	font-weight: 400;
	font-size: x-large;
}
.fondstage1 {
	background-color: #ECDBDE;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
table.petit {
	margin: 0 auto;
	width: 577px;
	line-height: normal;	
	border-collapse: collapse;
	border: thin solid #777777;
}
table.petit td {
	text-align: center;
	vertical-align: middle;
	border: thin solid #777777;
}
.tab0 {
	width: 96px;
	text-align: center;
	vertical-align: middle;
}
.tab {
	width: 44px;
	text-align: center;
	vertical-align: middle;
}
.tab1 {
	width: 257px;
	text-align: center;
	vertical-align: middle;
}
.tab2 {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.tab3 {
	width: 460px;
	text-align: center;
	vertical-align: middle;
}

/* ---------------------------------------- */
/* page femme energie                       */
/* ---------------------------------------- */
.fondfemme {
	background-color: #F9D7DD;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

/* ---------------------------------------- */
/* page institut                            */
/* ---------------------------------------- */
.fondinstitut {
	background-color: #DFDEE6;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.plan {
	width: 310px;
	float:left;
}
/* ---------------------------------------- */
/* page Newsletter                          */
/* ---------------------------------------- */
.fondnews {
	background-color: #FFF;
	padding-top:inherit;
	padding-right: 15px;
	padding-left: 10px;
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
