*
{
  margin:0;
  padding:0;
  border:none;     
  outline : none;
} 

body
{
	background:black;	
	position:absolute;
	height:100%;
	width:100%;
}

div#full
{
	height:95%;         
  	position:relative;
  	margin-left:9.5%;
	overflow:hidden;
	margin-top:10px;      
}

#menu
{
	background:url("../img/fondmenu.png");
	width:250px;
	height:100%;
	font-family:Baskerville;
  	cursor:move;
  	z-index:40;
}

#full img#imgfond
{
	position:absolute;
	height:100%;
	z-index:-1;
}