.menu_gauche
{
	float:left;
	height:50px;
	width:25px;
	background: url("menu_fond_gauche.png") no-repeat;
}

.menu_droite
{
	float:right;
	height:50px;
	width:25px;
	background: url("menu_fond_droite.png") no-repeat;
}

.menu
{
	height:50px;
	background:url("menu_fond.png") repeat-x;
	margin-left: 25px;
	margin-right: 25px;
	
}

.lien_menu
{
	display:block;
	float:left;
	width:31%;
	height:25px;
	text-align:center;
	margin-top:13px;
	
}

.lien_menu:hover
{
	background:url("menu_fond_hover.png") no-repeat 50% 50%;
}