/******************************
*********** MENU **************
******************************/
#menu
{
	margin-left: 10px !important ;
	margin-left: 5px;
	float: left;
	width: 110px;
	font-size: 12px;
	font-family: Verdana;
}

/****** MENU GAUCHE ***************/
#menu .menu_haut
{
	margin : 0px;
	height: 25px;
	background-repeat: no-repeat;
	background-image:url(../img/menu_gauche/menu_haut.gif);
}
#menu .menu_haut p
{
	color: #FCEFC7;
	padding-top: 6px;
	text-align: center;
	font-size: 14px;
}
#menu .menu_bas
{
	margin : 0px;
	height: 16px;
	background-repeat: no-repeat;
	background-image:url(../img/menu_gauche/menu_bas.gif);
}
#menu .menu_milieu
{
	background-image:url(../img/menu_gauche/menu_milieu.gif);
	background-repeat:repeat-y;
}

#menu .menu_milieu dd
{
	margin : 0px;
}
#menu .menu_milieu dt
{
	font-size: 12px;
	color : #b50000;
	font-weight: bold;
	margin : 0px;
	padding: 0px;
	margin-left: 4px;
	line-height: 20px;
}
#menu .menu_milieu dt a
{
	text-decoration: none;
	color : #b50000;
}

#menu .menu_milieu ul
{
	margin : 0px;
	padding: 0px;
	margin-left: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color : black;
}
#menu .menu_milieu ul a
{
	font-weight: bold;
	color : #FF8151;
	font-size: 10px;
	text-decoration: none;
}
#menu .menu_milieu ul a:hover
{
	color : #e70000;
	background: #FCEFC7;
}

/******** FIN MENU GAUCHE *********/


/****** RECHERCHE DS LE MENU ******/
#menu .search form
{
	margin: 0px;
}

#menu .search .area, #menu_right .login .area
{
	width: 82px !important;
	width: 80px;
	font-size: 10px;
}

#menu .search .ok
{
	width: 20px;
	vertical-align: middle;
}

/****** FIN RECHERCHE MENU *****/

