dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: relative; /* placement du menu, � modifier selon vos besoins */
	top: 0;
	left: 0;
	z-index:100;
	color: #FFFFFF;
	width: 800px;
	margin: 0px auto 0 auto;
}
#menu dl {
	float: left;
	width: 100px;
	height: 28px;
	background: url(../../../pic/menu_bg_inactive.gif) no-repeat;
}
#menu dt {
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	height: 20px;
	text-transform: uppercase;
	margin-top: 1px;
}

.dt_active {
	background: white;
	color: #D03C07;
}
.dt_active a {
	color: #D03C07;
	display: block;
}

#menu dd {
	position: absolute;
	display: none;
	border: 1px solid #FF4503;
	border-left: 0;
	border-right: 0;
	height: 17px;
}
#menu li {
	height: 17px;
	width: 150px;
	border: 1px solid #FF4503;
	border-top: 0;
	border-bottom: 0;
}
#menu li a {
	color: #D03C07;
	text-decoration: none;
	display: block;
	height: 90%;
	border: 0;
	height: 17px;
	background: #fff url(../../../pic/puce_menu_inactive.gif) no-repeat;
	padding: 0 0 0 15px;
}
#menu li a:hover, #menu li a:focus {
	background: #D03C07 url(../../../pic/puce_menu_active.gif) no-repeat;
	color: white;
	padding-left: 12px;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

#menu_left {
	float: left;
	height: 28px;
	width: 5px;
}

#menu_right {
	float: left;
	height: 28px;
	width: 5px;
}

a.no_menu:link, a.no_menu:active, a.no_menu:visited, a.no_menu:hover {
	text-decoration: none;
	display: block;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	float: left;
	padding: 7px 0 0 0;
	text-align: center;
}
a.no_menu:link, a.no_menu:active, a.no_menu:visited {
	color: white;
	background: url(../../../pic/menu_bg_inactive.gif) no-repeat;
}
a.no_menu:hover {
	color: #FF4503;
	background: white;
}

a.no_menu_active:link, a.no_menu_active:active, a.no_menu_active:visited, a.no_menu_active:hover {
	text-decoration: none;
	display: block;
	height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	float: left;
	padding: 7px 0 0 0;
	text-align: center;
	color: #D03C07;
	background: white;
}

#menu li.border_bottom {
	border-bottom: 1px solid #D03C07;
}
