@charset "UTF-8";
/* CSS Document */


 
body {
margin: 0;
padding: 0;
background: white;
font: "Courier New";
font-size:11px;
color: #666666;
}


a {
color:#666666;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 32px;
	left: 47px;
}
#menu {
	width: 328px;
}
#menu dt {
cursor:pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-size:13px;
border: none;
background:  white;
}
#menu dd {
border: none;
}
#menu li {
color: #666667;
text-align: left;
background:  white;
}
#menu li a, #menu dt a {
color: #666666;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	background: white;
	color: #000000;
	text-decoration:none;
}
.text-expo {
	font-family: Courier New;
	font-size: 12px;
	color: #000000;
}
