body
{
	background-color: #F2F4DE;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
}

/* _______________ TEXT _______________ */
a:link {
	color: #98629B;
	text-decoration: underline;
}

a:hover {
	color: #F2744C;
	text-decoration: none;
}

a:visited {
	color: #6B6B42;
	text-decoration: underline;
}

a:active { text-decoration: underline; }

p {
	font-size: 10px;
	line-height: 14px;
	color: #98629B;
	margin: 0px 0px 6px;
	padding: 0px;
}
.text {
	font-size: 10px;
	line-height: 14px;
	color: #98629B;
	margin: 0px 0px 0px;
	padding: 0px;
}
.ensavoirplus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height:16px;
	text-decoration:none;
	text-align:center;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#98629B;
	line-height:14px;
	text-align: left;
	text-decoration:none;
}
.newsB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#98629B;
	font-weight: bold;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}
.newsL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}

.personnagesB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#98629B;
	font-weight: bold;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}
.personnagesL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}

.createursB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#98629B;
	font-weight: bold;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}
.createursL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}

.episodeB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#98629B;
	font-weight: bold;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}
.episodeL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	line-height:14px;
	text-decoration:none;
	text-align:left;
}
.legendeB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#98629B;
	font-weight: bold;
	line-height:12px;
	text-decoration:none;
	text-align:center;
}
.legendeL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	line-height:12px;
	text-decoration:none;
	text-align:center;
}
.synopsis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	line-height:18px;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}

.branch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 11px;
	color:#98629B;
	line-height:14px;
	text-align: left;
	text-decoration:none;
}

.branch a:link, .branch a:visited {
	color:#98629B;
	margin-bottom:5px;
}

.branch a:hover, .branch a:active {
	color:#F2744C;
	margin-bottom:5px;
}

small {
	font-size: 9px;
	line-height: 10px;
}

.featureTITLE { 
	padding-bottom: 3px; 
}


.fondsdecran {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	font-weight: bold;
	line-height:24px;
	text-align:center;
	margin-top: 15px;
}
.fondsdecranB {
	font-size: 17px;
	font-weight: bold;
}
.fondsdecranL {
	font-size: 10px;
}

.sonnerie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	font-weight: bold;
}

.fondcode {
	background-image: url(../images/fond_code.gif);
	background-repeat: repeat-x;
	width: 224px;
	height: 32px;
	margin: auto;
}

.code {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#98629B;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.codeB {
	font-size: 17px;
}






/* _______________ BORDERS - BOXES _______________ */
.borderWhite2 { border: 2px solid #FFFFFF; }

.featureBORDER
{
	border: 3px solid #F4C4C4; /* #BBD09E; */
	background-color: #F9D9D9; /* #DDEBCA; */
}

.featurevalBORDER
{
	border: 3px solid #DF0C01;
	background-color: #F9D9D9;
}

.episodeTHUMB
{
	border: 1px solid #BBD09E;
	background-color: #FFFFFF;
	height: 54px;
	width: 64px;
	padding: 3px;
	margin: -1px 3px 12px;
}

.episodePLAY
{
	margin: 6px 0px 0px;
	padding: 0px;
}

/* _______________ FORMS _______________ */
input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A9A6A;
}

.formBORDER
{
	border: 3px solid #F4C4C4; /* #BBD09E; */
	background-color: #F9D9D9; /* #DDEBCA; */
	margin: 10px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A9A6A;
}

/* _______________ THEME _______________ */
.themeNavBg
{
	background-image: url(../theme/nav_bg_tile.gif);
	background-repeat: repeat-x;
}


.themeHOME
{
	background-image: url(http://www.happytreefriends.fr/theme/home.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #F2F4DE;
	border: 3px solid #BBD09E;
}	

.themeBOTTOM { background-color: #D7D8AC; }

.themeBOTTOMleft
{
	background-color: #D7D8AC;
	background-image: url(../theme/mondo-footer_bg_tile.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

.themeBOTTOMright
{
	background-color: #D7D8AC;
	background-image: url(../theme/mondo-footer_bg_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.themeHOMEleft
{
	background-image: url(http://www.happytreefriends.fr/theme/home-bg_tile.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}

.themeHOMEright
{
	background-image: url(http://www.happytreefriends.fr/theme/home-bg_tile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.themeSUBleft
{
	background-image: url(../theme/sub-bg_tile.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}

.themeSUBright
{
	background-image: url(../theme/sub-bg_tile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.headerHOMEleft
{
	background-image: url(../theme/header_tile.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}

.headerHOMEright
{
	background-image: url(../theme/header_tile.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
