/* TEXTE */
.txt_noir {
	color:#000000;
}

.txt_bleu{
	color :#55a9b9;
}

.txt_bleu_bold{
	color :#55a9b9;
	font-weight:bold;
}

/* LIENS */
a.bleu{
	color :#55a9b9;
	text-decoration: underline;
	font-weight:bold;
}
a.bleu:hover{
	color : #55a9b9;
	text-decoration: underline;
	font-weight:bold;
}



/* TABLES */

/* Background spécial pour les pages du concours */
td.inner_table_wellness{
	background-image:url(../img/wellness/bg_content.gif);
	background-repeat:repeat-y;
	width:700px;
}

td.inner_table_ggr{
	background-image:url(../img/wellness/bg_content.gif);
	background-repeat:repeat-y;
	width:700px;
}


table.table_main_greenroom {
	background-image:url(../img/wellness/bg_etire.gif);
}

table.table_main_wellness {
	background-image:url(../img/wellness/bg_etireII.gif);
}

table.table_main_greenroom_home {
	background-color:#a0d683;
	background-image:url(../img/green_room/bg_etire_home.gif);
}

table.table_main_wellness_home {
	background-color:#bfe2ac;
	background-image:url(../img/wellness/bg_etire_homeII.gif);
}

/* TD */
td.td_wellness_txt {
	color:#000000;
}

td.td_wellness_footer {
	background-image:url(../img/wellness/bg_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	padding-bottom:170px;
}

td.td_wellness_footerII {
	background-image:url(../img/wellness/bg_bottomII.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	padding-bottom:170px;
}

td.td_wellness_footer_home {
	background-image:url(../img/wellness/bg_bottom_home.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	
	padding-bottom:155px;
}

td.td_wellness_footer_homeII {
	background-image:url(../img/wellness/bg_bottom_home_II.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	/*padding-bottom:155px;*/
	padding-bottom:240px;
}
