/* CSS Document */
/* Yoga Harmonie */

*{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}
body{
	position: relative;	
	margin: auto;
	background-color: #03adf8; /*(fbbe04 orange) fc7d01 f26843 f84a1c	fb3804	03adf8 bleu clair */
}

.bandeau {
	position:relative;
	width:900px;
	height: 120px;
	margin: 5px 0 0 0;
}

.posture {
	float: left;
	margin-top: 15px; 
	margin-left: 15px;
}
.titre {
	float: left;
	margin-left: 30px;
}
.photo_titre {
	position: absolute;
	left: 750px;
	top: 10px; 
}

/*******************************/
.menu_haut {
	position: relative;
	margin: auto;
	width: 710px;
	height: 25px;
	/*border: 1px solid #97A09A;*/
}
.menu_haut a {
	color: #03adf8; /*1f91c4 03adf8 bleu clair */
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.menu_haut a:hover {
	border-top: 1px solid #03adf8; /* 03adf8 bleu clair */
	border-bottom: 1px solid #03adf8;	/* 03adf8 bleu clair */
} 
.menu_haut  ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu_haut li { 
	float: left;
	width: 10.5em; 
	list-style-type: none;
	text-decoration: none;
	text-align: center;
}

/*******************************/
.menu_gauche {
	float: left;
	margin-top: 50px; /* 240px */
	margin-left: 20px;
	width: 120px;
	/*height: 500px;*/
	padding: 0;
}
.bouddha {
	position: relative;
	left: 10%; 
	width: 65px;
	height: 120px;
}

.menu_gauche a {
	color: #03adf8; /*1f91c4 03adf8 bleu clair */
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}   

.menu_gauche a:hover {
	color: #FFFFFF; 
	background: #03adf8;	/*f26843 fb3804 03adf8 bleu clair */
}

.menu_gauche ul { 
	list-style: none;
	list-style-image: none;
	line-height: 18px;
	padding: 0;
	margin: 0;
	border: 2px solid #03adf8;	/*fb3804 03adf8 bleu clair */
}
.menu_gauche li { 
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	margin: 5px 0px;
	border-top: 1px solid #03adf8;	/* 03adf8 bleu clair */
}
.menu_gauche li:hover{
	background: #03adf8;	/*f26843 fb3804 03adf8 bleu clair */
}

/*******************************/
.titre_info {
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
html>body .titre_info {
	font-size: 0.8em;
}


