.onglet{
	background: url("./images/onglet_bg.png");
	width: 144px;
	height: 44px;
	float: left;
}

.onglet.selected{
	background: url("./images/onglet_bg_selected.png");
}

.menu_icone{
	width: 40px;
	height: 40px;
	margin: 2px;
	margin-left: 10px;
	float: left;
}

.menu_icone.carte{
	background: url("./images/menu_carte.png");
}

.menu_icone.news{
	background: url("./images/menu_news.png");
}

.menu_icone.infos{
	background: url("./images/menu_infos.png");
}
.menu_icone.liens{
	background: url("./images/menu_liens.png");
}


.menu_title{
	float: left;
	font-size: 14px;
	width: 85px;
	color: gray;
}


