dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sous-menu {
	/*position: relative;*/
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
}
#sous-menu dl {
	float: left;
	width: 7em;
	margin: 0;
}
#sous-menu dl#materiel {
	position: absolute;
	right:0;
	width: 7em;
	margin: 0;
}
#sous-menu dt {
	cursor: pointer;
	background-color:#ff1414;
	border: 1px solid white;

	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-stretch: normal;
	font-weight: bold;
	text-align: center;
}
#sous-menu dd {
	border: 1px solid gray;
}
#sous-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sous-menu li {
	text-align: center;
	background: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sous-menu li a, #sous-menu dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 20px;
	border: 0 none;
}
#sous-menu li a:hover, #sous-menu dt a:hover {
	color:#FF0000;
	background:#eeeeee;/*#eee*/
}

#sous-menu dt#sm-selectionne {
	cursor: pointer;
	background-color:#ffffff;
	border: 1px solid ff3333;
	color:#ff3333;

	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-stretch: normal;
	font-weight: bold;
	text-align: center;
}
#sous-menu li a, #sous-menu dt#sm-selectionne a {
	color: #ff3333;
	text-decoration: none;
	display: block;
	height: 20px;
	border: 0 none;
}
#sous-menu li a:hover, #sous-menu dt#sm-selectionne a:hover {
	color:#ff3333;
	background:#ffffff;/*#eee*/
}