
#menu5{
	display:inline;
	height:90%;
}

#menu5 #dl_menu {
margin:10px;
width: 100%;
display:inline;
}

#menu5 #dl_menu dt {
	list-style-position:inside;
	font-family:Arial,serif;
	font-size:x-small;
	color:white;
	cursor: pointer;
	margin: 2px 0;;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: #fb9626;
	
	
}

#menu5 #dl_menu dd ul {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;

}


#menu5 #dl_menu li {
list-style-type:none;
padding-left:3px;
margin-left:-50px;
background:#fbbd7a;
}

#menu5 #dl_menu li a, #menu5 #dl_menu dt a {
font-family:'Trebuchet MS',Arial,serif;
font-size:0.9em;
color:black;
text-decoration: none;
display: inline;
border: 0px none;
height: 20px
}

#menu5 #dl_menu li a:hover, #menu5 #dl_menu dt a:hover {
background: #fb9626 ;
}

#contenu_onglet #menu5{
display:inline;
float :left;
width:200px;

}
