//* CSS issu des tutoriels http://css.alsacreations.com */
body {
margin: 0;
padding: 0;
background: white;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	position: absolute;
	top: 71;
	left: 170;
	z-index:100;
	width: 100%;
	height:23px;
	padding-top: 2px;
}
#menu dl {
float: left;
width: 137px;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
    background-image: url(../images/img_menu/lev0_bg1.gif);
	height:23px;
		vertical-align:middle;

}
#menu dd {
border: 1px solid gray;
display: none;
}
#menu li {
margin:auto;
padding-left:3px;
padding-right:3px;
text-align: left;
	height:20px;
	font-size: 11px;
	text-indent:0px;
	text-decoration : none;
	background-color: #CCCC66;
	border: 1px solid #336699;
	padding: 0;
	font-weight: bold;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover {
	text-decoration : none;
	background-color: #CC6633;
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
	}

#menu dt a:hover {
	background-image: url(../images/img_menu/lev0_bg2.gif);
	background-color: #000033;
	border: 1px solid #336699;}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;
}
