@charset "utf-8";

/* Position du module */
.mod_Accordion
{
	position: absolute;
	top: 76px;
	right: 0px;
	height: 26px;
	background-color: #d61a1b;
	overflow: visible;
}

/* Recalage pour IE6 */
/*\*/ html.* .mod_Accordion { height:auto; background:none url("../images/bg_menu_ie6.png") repeat-x top; }

#menu a
{
	display: block;
	float: left;
	width: 130px;
}

.acc-section
{
	overflow:hidden;
	clear: both;
}

#menu li.level_1 
{
	width:150px; 
	float:left;
}

#menu, #menu ul, #menu li
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#menu
{
	font-family: Arial;
	font-size: 12px;
}

#menu a
{
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0;
	text-decoration : none;
	text-transform: uppercase;
}
#menu .level_2 a
{
	color: #942a03;
	font-weight: normal;
}

#menu li
{
	background:url(../images/menu_separator_level_1.gif) top right no-repeat;
}
#menu li.last
{
	background-image: none;
}

#menu li ul
{ 
	border: 1px solid #942a03;
}
#menu li.level_2 ul
{ 
	border: none;
}

#menu li.level_1
{
	line-height: 28px;
}
#menu li.level_2,
#menu li.level_3,
#menu li.level_4
{
	text-align: left;
	line-height: 18px;
	padding: 0 0 0 0;
}
#menu li.level_2 a,
#menu li.level_3 a,
#menu li.level_4 a
{
	text-transform: none;
	width: 120px;
	padding: 6px 0 5px 10px;
	background: url(../images/menu_separator.gif) bottom center no-repeat;
}
#menu li.level_2,
#menu li.level_2 a
{
	background-color: #fff;
}
#menu li.level_2 a.last
{
	background-image: none;
}
#menu li.level_3,
#menu li.level_3 a
{
	background-color: #fff;
}
#menu li.level_3 a.last
{
	background: #fff url(../images/menu_separator.gif) bottom center no-repeat;
}
#menu li.level_4,
#menu li.level_4 a
{
	background-color: #fff;
}

#menu li.level_4 a.last
{
	background: #fff url(../images/menu_separator.gif) bottom center no-repeat;
}

#menu li ul li a:hover,
#menu li ul li a.active,
#menu li ul li a.trail
{
	color: #e93a3b;
}

#menu li.level_2 a
{
	font-weight: bold;
	font-size: 12px;
}
#menu li.level_3 a
{
	font-weight: normal;
}
#menu li.level_4 a
{
	color: #dd7d59;
}

/* Style des boutons +/- */
#menu input
{
	background: url(../images/show_level_1.gif) left top no-repeat;
	border: none;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
#menu input.show
{
	background: url(../images/show_level_1.gif) left top no-repeat;
}
#menu input.hide
{
	background: url(../images/hide_level_1.gif) left top no-repeat;
}
#menu .level_2 input
{
	margin-top: 8px;
	background: url(../images/show_level_2.gif) left top no-repeat;
}
#menu .level_2 input.show
{
	background: url(../images/show_level_2.gif) left top no-repeat;
}
#menu .level_2 input.hide
{
	background: url(../images/hide_level_2.gif) left top no-repeat;
}