
body {
   margin: 0px;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 1;
   }

div {
	text-align:center;
	}

div#fond {
   width: 770px;
   height: 600px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 0px;
   background-color:red;
  }

div#table {
   width: 770px;
   height: 167px;
   background-image: url(../Nous/images/table.jpg);
   background-repeat: no-repeat;
   }




div#applet {
   float:left;
   width: 520px;
   height: 50px;
   margin-top: 50px;
   margin-left: 50px; 
   } 


div#compteur {
   float:left;
   width: 320px;
	height: 15px;
   margin-top: 90px;
   margin-left: 50px;
   font-family: Arial Black;
   color:yellow;
   background-color:#584D55;
	}
   
   
   
   
div#menu_hori {
	width:770px;
	height:30px;
	background-color:#584D55;
	}

div#contenu {
	float:left;
	width:770px;
	height:393px;
	background-color:yellow;
	}

div#page_g {
   float:left;
   width:100px;
	height:393px;
   background-image: url(images/rideau_g.jpg);
   background-color:green;
	}

div#page {
	float:left;
	width:660px;
	height:393px;
	overflow: auto;
   scrollbar-base-color: gray;
	background-color:white;
	}


div#pied_de_page {
	width:770px;
	height:40px;
	background-color:#584D55;
	}
	
div#spectacle {
	width:770px;
	height:40px;
	margin-top: 0px;
   margin-bottom: 0px;
   }
	



/*MENU HORIZONTAL*/ 

ul {
font-family: Arial Black;
font-size: 16px;
list-style-type: none;
width: 100%; /* precision for Opera */
margin-left: 0px;

}

#menuh li {
float:right;
margin-left: 0px;
}

#menuh a {
margin: 0 2px;
width: 100px;
height: 25px;
display: block;
text-align: center;
border: 0px solid gray;
text-decoration: none;
color:yellow;
background: black;
}

#menuh a:hover {
background: gray;
border: 1px solid gray; 
}

#menuh a:active {
background: gray;
border: 1px solid gray; 
color: #000;
}






 