body{
     background-color:black;
	 min-width:1000px;
}
.center{
	text-align:center;
	margin:auto;
}
#en_tete{
     width:100%;
	 height:171px;
	 background-color:black;
	 background-image:url("../siteimage/haut.png");
	 background-repeat:no-repeat;
	 background-position:center top;
}
#menu{
     position:fixed;
	 float:left;
}
#element_menu a{
     color:white;
	 font-size:0.8em;
	 font-weight: bold;
	 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	 text-decoration:none;
}
#element_menu a .grand
{
display: block;
position: absolute; 
width: 0px; 
}     
  #element_menu a:hover .grand
{ 
position: absolute; 
top: 30px;
left: 100px;
width: auto; 
height: auto; 
}
#element_menu a img {
     border:0px;
	 margin-left:50px;
}
#element_menu a:hover{
     font-size:0.8em;
}

#piano{
	background-image:url("../siteimage/fondpiano.jpg");
	padding-top:50px;
}

#corps{
      font-size:15px;
	  font-family: Arial,"Arial Black", "Times New Roman", Times, serif;
	  color:white;
      margin-left:130px;
	  margin-bottom:20px;
	  padding:5px;
}
#guitar{
     margin-left:auto;
	 margin-right:auto;
	 text-align:center;
	 margin:auto;
	 width:840px;
}
#fondhiphop{
     margin-left:auto;
	 margin-right:auto;
     width:840px;
	 height:700px;
	 background-image:url("../siteimage/fondhh.jpg");
	 background-repeat:no-repeat;
	 padding-top:120px;
}
#hiphop{
     width:838px;
	 height:543px;
	 position:relative;
}
#hiphop object{
     border:3px outset rgb(208,194,129);
}
#platine{
     position: absolute;
	 width: auto;
	 height: auto;
	 top:8px;
	 right:8px;
}
#clavier{
     position: absolute;
	 width: auto;
	 height: auto;
	 bottom:8px;
	 left:8px;
}
#drum{
	 margin-left:auto;
	 margin-right:auto;
	 width:450px;
	
}
#pied_de_page{
     clear:both;
     height:147px;
	 background-color:black;
	 background-image:url("../siteimage/bas.png");
	 background-position:center bottom;
	 background-repeat:no-repeat;
}




