/*-- Texte et Todoomasters générateur de scrollbar */
body {
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#969696;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#969696;
	scrollbar-darkshadow-color:#969696;
 }

/* Pages principales */
.flashtantra {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

/* Caractéristique du menu à Gauche*/
div#partie_gauche
{
	position:absolute;
	top:180px;
	left:5px;
	width: 120px;
	margin-top: 20px;
	height:auto;
}
div#menu_g
{
	text-align:center;
	line-height:26px;
	margin-bottom:30px;
	padding: 5px;
	border:1px solid #FFFF66;
}
/* Hightlighting du Menu */
div#menu_g a
{
	color : #FD0000; 	
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	font-family:Tahoma;
	font-style:italic;
}
div#menu_g a:hover
{
	color : #E67BDE;
	background-color: #E60000;
	padding-right:5px;
	padding-left: 5px;
}

/* Pour les pages Menu Gene */ 
div#contenu
{
	width:650px;
	position:absolute;
	top : 180px;
	left : 130px;
	padding:20px;
}
/* Hightlighting Rouge et Flash */
a.flash{
	color : #FD0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.flash{
	background-color : White;
	color: Black;
}

/* Hightlighting  Rouge et Bleu */
a.strict	{
	color : #FD0000;
	text-decoration: none;
	font-weight: bold;
	}
a:hover.strict{
	background-color : Black;
	color : Blue;
	}
/* Hightlighting  Relatif aux Gestes */
a.geste{
	color : #FD0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.geste{
	background-color : Black;
	color : #12EDE2;
}

/* Hightlighting  Relatif aux Souffles */
a.souffle{
	color : #FD0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.souffle{
	background-color : Black;
	color : #FFFFCC;
}

/* Hightlighting  Relatif aux Postures */
a.posture{
	color : #FD0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover.posture{
	background-color : Black;
	color : #AFEC82
}

/* Hightlighting Relatif aux Relaxations*/
a.relax {
	color : #FD0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.relax {
	background-color : Black;
	color : #7E78ED;
}

/* Hightlighting pour les liens */
a.lien{
	color : #FD5C00;
	text-decoration: none;
	font-weight: 700;
}
a:hover.lien{
	color : #FD9900;	
	background-color : Black;
}
/* Partie add-on à droite */
div#partie_droite
{
	position:absolute;
	top:180px;
	left:785px;
	margin-top:10px;
	text-align: center;
	width: 170px;
	height:auto;
	font-family: Helvetica;
	color : White;
	font-size: 14px;
}
/* Hightlighting Blanc  et souligné deux fois */
a.home{
	color : White;
	background-color : Black;
	font-family: Helvetica;
	text-decoration: none;
	font-size: 14px;
}
a:hover.home{
	text-decoration: underline;
}

/* Hightlighting Jaune et souligné en bas uniquement */
a.part{
	color : Yellow;
	background-color : Black;
	font-family: Helvetica;
	text-decoration: none;
	font-size: 14px;
	line-height:12pt;
	font-style:italic;	
}
a:hover.part{
	text-decoration: underline;
}
