* {
	margin: 0;
	padding: 0
}


* { behavior: url(css/iepngfix.htc) }	

body {
	background: #190E02 url(../images/background-index.jpg) top center no-repeat;;
	font: 0.9em Optima, Palatino, Georgia;
	line-height: 20px;
	color: #797979;
	text-align: center
	}
	
	
#cadresite {
	text-align: left;
	width: 264px;
	height: 371px;
    margin: 100px auto 0 auto;
	padding:0;
	border:0;
	}
	
	
	
#bottom {
	height: 15px;
	}

	
p#texte {
	font: 0.72em  Verdana, Arial, Georgia;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.14em;
	}
	
	
hr {
	clear: both;
	visibility: hidden;
}	

/*============================================================================================================================== */
/*==============================================INDEX PAGE STYLING=========================================================== */



#left-index {
	float: left;
	width: 261px;
	height: 313px;
	background: url(../images/left-index.jpg) top left no-repeat;
	border:0;
	}

#right-index {
	width: 264px;
	height: 327px;
	}
	
#right-haut{
	width: 264px;
	height: 267px;
	background: url(../images/right-index-top.png) top left no-repeat;
		}
		

	
div#languagenav{
	height: 46px;
	width:264px;
	margin:0 0 0 0px;
	padding:0;
	border:0;
	background:transparent;
	/* not required at this time :)
	float:left; */
	}

	
div#languagenav ul#menu{
	height:46px;
	width:264px;
	background:transparent url(../images/languagenavbar.jpg) top left no-repeat;
	margin:0;
	border:0;
	padding:0;
	position:relative;
	}


div#languagenav ul#menu li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	}

	
ul#menu li,ul#menu a{
	height:46px;
	display:block;
	}


div#languagenav ul#menu li a{
	text-indent:-9999px;
	text-decoration:none;
	/* commented backslash hack v2 \*/
	overflow: hidden;
	/* end hack */
	}

	
#anglais{
left:0;
width:86px;
}

#japonais{
left:86px;
width:88px;
}

#coreen{
left:174px;
width:90px;
}


/* start of buttons */
/* The 'on' states follow */
#anglais a:hover{
background:transparent url(../images/languagenavbar.jpg) 0 -46px no-repeat;
}
#japonais a:hover{
background:transparent url(../images/languagenavbar.jpg) -86px -46px no-repeat;
}
#coreen a:hover{
background:transparent url(../images/languagenavbar.jpg) -174px -46px no-repeat;
}


/*============================================================================================================================== */	
/*============================================== MEDIA PAGE STYLING=========================================================== */	

p {
	color:#ffffff;
	font: 0.8em Arial, Verdana, Palatino, Georgia;
	text-align: justify;
	margin:0;
	padding:0;
	}

		
	
#header-media {
	margin: 0 auto 0 auto;
	width: 475px;
	height: 100px;
	font-size: 16px;
	text-indent: -2000em;
	background: url(../images/log.gif) top left no-repeat;
	border:0;
	}

	
#content-media {
	background: url(../images/fond.gif) repeat;
	height: 500px;
	}

	
#cadremedia {
	margin: 0 auto 0 auto;
	text-align: left;
	width:475px;
	height: 500px;
	}  
	
	
#left1 {
	float: left;
	color: #ffffff;
	width: 175px;
	height:500px;
    background: url(../images/songleft.jpg) no-repeat top left ;
	}	
	
#left {
	float: left;
	text-align: left;
	color: #ffffff;
	width:300px;
	height:500px;
    }

/*============================================================================================================================== */	
/*============================================== MOVIE PAGE STYLING=========================================================== */	


#leftmovie {
	float: left;
	color: #ffffff;
	width: 175px;
	height:500px;
    background: url(../images/movieleft.jpg) no-repeat top left ;
	}	
	
#rightmovie {
	float: left;
	text-align: left;
	color: #ffffff;
	width:260px;
	height:500px;
    }

a.general { 
   	display: block;
	height:50px;
	Padding-top:8px;
    Padding-left:50px;
	color: #797979; 
	text-decoration:none;
	text-align: left;
	background: url(../images/video2.gif) no-repeat 0 -8px ; 
     }
	 
a.general:hover { 
    text-decoration:underline;
     } 

