html,body{
	background-color: #146bd4;
	margin:0;
	padding:0;
	height:100%;
}

.text1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: .75em;
}

.text2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: .5em;
}

ul, li {	/* use of a list for the menu */
list-style-type: none;	/* clean up of the liste */
margin:0;
padding:0;
}
ul {
	position: absolute;
	/* ppositionning for IE5 et IE5.5 */
	top: 205;
	left: 330px;
	background: transparent url(../images/buttons.gif) no-repeat top left;
	/* general menu background*/
	width: 490px;
	text-align: center;
}
li {float: left;}

li a {	/* buttons dimensions and definitions */
display: block;	/* <a> block to give it its dimensions */
height: 30px;
width: 70px;
color: #ffff00;
font-size: 12px;
line-height: 29px;	/* line height to avoid paddings */
font-weight: bold;
font-family: arial, serif;
text-decoration: none;
}
li a:hover {
background: transparent url(../images/buttons.gif) top left no-repeat;
}
a#menu1:hover {
background-position: -490px 0%;	/* background move for each button */
color: #fc8904;
}
a#menu2:hover {
background-position: -560px 0%;
color: #fc8904;
}
a#menu3:hover {
background-position: -630px 0%;
color: #fc8904;
}
a#menu4:hover {
background-position: -700px 0%;
color: #fc8904;
}
a#menu5:hover {
background-position: -770px 0%;
color: #fc8904;
}
a#menu6:hover {
background-position: -840px 0%;
color: #fc8904;
}
a#menu7:hover {
background-position: -910px 0%;
color: #fc8904;
}

