      body {
	    margin: 0;
	 	text-align: center;
	  }
	  
	  #site {	 
	  	background-image:url(image/fond.jpg);
		background-repeat: no-repeat;
	    position: relative;
	    margin: auto;
	    text-align:left;
	    width:1024px;
	    height:810px;
			 	
	  }
	  
	   #header {
	     width:1024px;
	 	 height:100px;
		 border-bottom:1px solid white;
	   }
	   
	   #gauche {
	     float:left;
	   	 width:182px;
	     height:236px;
	     background-color:white;
	   }
	   
	   #titre {
	   	 float:left;
		 text-align: center;
	 	 width:689px;
	 	 height:141px;
	 	 background-color:white;
	   }
	   
	   #recherche {
	     float:right;
		 width:152px;
		 height:680px;
		 overflow:auto;
	   }
	   
	   #navig {
	   	 
	     	 float:left;
		 width:182px;
		 height:439px;
	   }
	   
	   #contenu {
	     float:right;
		 width:670px;
		 height:539px;
		 overflow:auto;
	   }
	   
	   #image{
	   	 float:left;
		 width:217px;
		 height:200px;
	   }
	   #news{
	    float:left;
		 width:653px;
	   }
	   
	   #footer {
	   	 text-align:right;
	     float:left;
	 	 width:1024px;
	 	 height:20px;
	   }
	   
	   .divinvisible
	   {
		 visibility:hidden;
		 position:absolute;
	   }

	   .visible 
	   {
	     visibility:visible;
	   	 position:absolute;
	   }
	   .sousmenu 
	   {
	   	 margin-left:6px;
		 color:black;
		 cursor: pointer;
		 font-size: 12px;
	   }

	   .amenu:link 
	   {
	     color:black;
		 text-decoration:none;
	   }


	   .amenu:visited 
	   {
	     color:black;
	     text-decoration:none;
	   }

	   .amenu:hover 
	   {
	   font-weight:bold;
	   text-decoration:none;
	   }


	   .menu
	   {
	     padding-top:4px;
	   	 padding-left:4px;
	   	 margin-top: 4px;
		 margin-left:4px;
		 color:black;
		 font-size:12px;
		 font-weight:bold;
		 font-stretch:semi-expanded;
	   }
	   

	   .emenu:link 
	   {
	     color:#0099cc;
		 text-decoration:none;
	   }


	   .emenu:visited 
	   {
	     color:#0099cc;
	     text-decoration:none;
	   }

	   .emenu:hover 
	   {
	   font-style: italic;
	   text-decoration:none;
	   }
