@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	margin:0;
	padding:0;
	height:100%;
	background-color:#000;
}

#tableau_global{
	width:100%;
	height:100%;
}

	#logo{
		position:relative;
		width:100%;
		height:221px;
		background-color:#000;
		text-align:right;
	}
	
	#menu{
		position:relative;
		width:100%;
		height:306px;
		background-color:#9e0c0e;
		text-align:right;
	}
	
	#music{
		position:relative;
		width:100%;
		height:54px;
		background-color:#000;
		text-align:right;
	}
	
	#td_global_content{
		background-image:url(../images/background.jpg);
		background-repeat:no-repeat;
		height:100%;
	}
	
		#content{
			position:relative;
			width:792px;
			height:710px;
			text-align:left;
		}
