body
{
	width:1024px;
	height:768px;
	margin: auto;
	background: url("../images/motif.jpg");
	font-family: trebuchet ms;
	font-size: 12px;
	/*border: 1px solid #5a71b5;*/
	color: white;
}

a 
{ 
	color:#fbba32;
	text-decoration:none;
	border: none;

}

a:link
{
	border:none;
	text-decoration: none;
	color:#fbba32;
	outline: none; 
}

a:visited
{
	border:none;
	text-decoration: none;
	color:#fbba32;
	outline: none; 
}


#header
{
	width:1024px;
	height:200px;
	background: ;
	
}

#barre_haut
{
	width:1024px;
	height:40px;
	background: url("../images/barre_haut*.png");
}

#logo
{
	float:left;
	width:512px;
	height:200px;
	background: ;
	
}

#txt_logo
{
	float:left;
	width:512px;
	height:200px;
	background: ;
}

#content
{
	float:left;
	width:1024px;
	height:524px;
	background:url("../images/content.png") repeat-x;
}

#content_player
{
	float:left;
	margin-left:256px;
	background: ;
}

#titre_player
{
	float:left;
	margin-left:256px;
	width:256px;
	height:50px;
	text-align: left;
	background:  ;
}

#player
{
	float:left;
	background:  ;
}

#menu
{
	float:left;
	margin-left:254px;
}

#bulle
{
	float:left;
	width:207px;
	height:170px;
	background:  url("../images/bulle.png");
}

#footer
{
	float:left;
	width:1024px;
	height:40px;
	background: url("../images/barre_haut.png");

}