
	#menu
	{
			display: none;
	}
	#content
	{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;

	}
	#page
	{
		
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
		border: none;
	}
	#colonne
	{
		position: absolute;
		width: 10%;
		height: 100%;
		left: 80%;
		background-color: grey;
		
	}

	#head
	{
		position: absolute;
		width: 100%;
		height: 10%;
		top: 10%;
		background-color: silver;
		
	}
	
	
	
	
