/* CSS issu des tutoriels http://css.alsacreations.com */


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 15%;
left: 1%;
	
		}
dl#menu {
	width: 80%;



}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
color:#FF6600;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
margin-left:2%;
text-align: left;
background: #000;
color:#990000;
font-family: Arial, Helvetica, sans-serif;
		font-size: 80%;
		
		display: block;
	background: url(../media/menu_bg.png) no-repeat;
	vertical-align: middle;
	padding-top: 5px;
	/*padding-left: 18px;*/
	height: 20px !important;
	height: 25px;
	/*font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	
	*/
}
dl#menu li a, dl#menu dt a {
color: #FF6600;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover,dl#menu dt a:hover {
/*background: #eee;

background-position: 0px -25px;margin-left:2%;*/
text-align: left;

	background: url(../media/menu_bg_red.png) no-repeat;
color:#FFFFFF;padding-left: 0px;
}
