/* --------------- Gestion menu ------------- */ 
#nav {
	position:absolute;
	z-index:2000;
	left: 50%; 
	margin-left:-300px;
	top: 200px;
	padding: 0;
	width:650px;
	background-image:url(yoga-darshan.png);
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	text-align:left;
	z-index:2000;
}

/* main level link */
#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e7e5e5;
	line-height: 35px;
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;	
	width:130px;
}
#nav a:hover {
	color: #FFFFFF !important;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background-image:url(yoga-darshan.png);
	background-color:26E9FF;
	color:#FFFFFF;
}

/*  menu deroulant affiche hover */
#nav ul li:hover a, #nav li:hover li a {
	padding:6px;
	background-image:url(yoga-1.png);
	border: none;
	color:#FFFFFF;
	width:190px;
	overflow:hidden;
	line-height:20px;
	transition: 1s;
}

/* menu deroulant survole */
#nav ul a:hover {
	background-image:url(yoga-2.png);
	background-color:#26E9FF;
	color:#0FF !important;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 190px;
	position: absolute;
	/* border: 1px solid #333; */
	
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
}

/* level 3+ list */
#nav ul ul {
	right:-200px;
	top: 5px;
}


/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

/* --------------- FIN Gestion menu ------------- */ 

/* --------------- Liens ------------------------ */
a:link { color : #00FFFF; text-decoration : none; } 
a:visited { color : #00FFFF; text-decoration : none; } 
a:hover { color:#FFFFFF; text-decoration : none; background-color:#09F; }

.lienBas:link { font-size : 10px; color : #00ffff; text-decoration : underline; } 
.lienBas:visited { font-size : 10px; color : #00ffff; text-decoration : underline; } 
.lienBas:hover { font-size : 10px; color : #ffffff; text-decoration : none; background-color : #0099ff; } 

.lienmenu:link { font-size : 12px; color : #00FFFF; text-decoration : none; } 
.lienmenu:visited { font-size : 12px; color : #00FFFF; text-decoration : none; } 
.lienmenu:hover { font-size : 12px; color : #000000; text-decoration : underline; background-color : #0099ff; } 

.lienyoga:link { font-size : 16px; color : #00FFFF; text-decoration : none; } 
.lienyoga:visited { color : #00FFFF; text-decoration : none; } 
.lienyoga:hover { color:#FFFFFF; text-decoration : none; background-color:#09F;}

.yoga_menu:link { font-size : 14px; color:#fff0d2; font-weight : bold; }
.yoga_menu:visited { font-size : 14px; color:#fff0d2; font-weight : bold; }
.yoga_menu:hover { font-size : 14px; color:#00FFFF; font-weight : bold; }

.inscription:link { font-size : 16px; color : #00FFFF; text-decoration : none; } 
.inscription:visited { font-size : 16px; color : #00FFFF; text-decoration : none; } 
.inscription:hover { font-size : 16px; color : #000000; text-decoration : underline; background-color : #0099ff; } 

/* --------------- Fin Liens --------------------- */

/* --------------- Textes -------------------------*/
.yoga_petittexte { font-size : 10px;color : #fff0d2;} 
.yoga_texte {font-size : 12px;color : #fff0d2;} 
.yoga_soustitres {font-size : 14px;color : #fff0d2;font-weight : bold;} 
.yoga_titres {font-size : 18px;color : #fff0d2;font-weight : bold;} 
/* --------------- Fin Textes --------------------- */
/* --------------- hauteurs --------------------- */

.hauteur200px {height:200px;}
/* --------------- Fin hauteurs --------------------- */
/*-------- navigation ------------*/
.navigation td {/* border-bottom: 1px solid #333333; */	}
.navigation a {	font:Arial, Helvetica, sans-serif;	font-size:12px;	color:#0FF;	line-height:14px;text-decoration: none;	display:block;padding:8px 6px 10px 10px;}
.navigation a:hover {background:#09F;color:#FFFFFF;}
.navigation {border : solid; border-width:1px; border-color:#00ffff;}
/*-------- fin navigation ------------*/

.tourblc { border : solid; border-width : 1px; border-color : #00ffff; } 

.liste li { list-style-type:none;display:block;border:#E2AA98 solid 1px;}
.liste a:link  {display:block;padding:5px;font-size:16px}
.liste a:hover  {background-color:#0CF;display:block;}
.center {text-align:center;background-image:url(stage-yoga-2015.jpg);padding:5px;font-size:16px}
