/* DEFINITION DES ELEMENTS ENFANT DE LA CLASSE menu */
#menuAccueil{
	width: 120px;
	margin: 10px auto;
}
#menuGauche{
	width: 120px;
/*	height: 100%;*/
	margin: 34px 0 0 0;
 	float: left; 
}
#logo{
	width: 52px;
	height: 300px;
	margin: 5px 40px 0 10px;
}
.menu ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 22px;
}
.menu a{
	margin: 0;
	display: block;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 120px;
	height: 22px;
	background: url(../ResImages/Menu/menu.btn.png) no-repeat 0 0;
}
.menu a:hover{
	background: url(../ResImages/Menu/menu.btn.png) no-repeat 0 -22px;
}
.menu a:active{
	background: url(../ResImages/Menu/menu.btn.png) no-repeat 0 -44px;
}

