body
	{
	     overflow-x: hidden;
		 margin: 0;
		 padding: 0;
		 width: 100%;
		 color: #111;
		 font-family: trebuchet ms;
	}
	  #contenu
	  {
	   padding:0%;
	   display: block;
	   position: relative;
       top: 200px;
	   width: 90%;
	   left: 2.5%;
	   padding: 2.5%;
	   background: url(../img/fondcont.png) transparent;
	   border: 2px solid #000000;
	  }
	  #menu
	  {
	   position: absolute;
	   top: 1px;
	   height: 110px;
	   width: 100%;
	   left: 0px;
		
	  }
	  	#menu_bar
	  {
	   position: absolute;
	   top: 20px;
	   height: 25px;
	   width: 100%;
	   left: 0px;

	   border-top: solid #000 1px;
	   border-bottom: solid #000 1px;
	   z-index: 1;
	   }
	   .menu_icone
	   {
	  top: 0px;
	    z-index: 2; 
		position:absolute;
		
	 		  }
	
		
		img{
		 text-decoration: none;
         border: 0px;
		}
		
		a.album{
		 display: block;
		  position: relative;
		  left: 5%;
		  color: #000;
		  width: 90%;
		  border: #999 solid 2px;
		  background: #eeeeee;
		  text-decoration: none;
		}
		a.album:hover
		{
		 background: #aaa;
		 border: #333 2px solid;
		 text-decoration: none;
		  display: block;
		  position: relative;
		  left: 5%;
		  color: #000;
		  width: 90%;
		}
		a.photo
		{
		 text-decoration: none;
		  color: #000;
		}
		a.photo:visited
		{
		 text-decoration: none;
		  color: #999;
		}
		a.photo:hvoer
		{
		 text-decoration: underline;
		}
		
