body {
margin: 0;
padding: 0;

}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
#menu {
	position: relative;
	top: 0px;
	left: 0%;
	z-index:100;
	width: 100%;
	right: 0%;

}
#menu dl {
/*float: left;*/
width: 12em;/*width: 12em;*/
margin: 0 0 0 0px;
	padding: 0;
	/*display: block;*/
}
#menu dt {
cursor: pointer;
text-align: center;
	padding: 0 0 0 0;
/*border: 1px solid gray;*/
}

#menu dd {
/*border: 1px solid gray;/*pour les sous lignes*/
	z-index:200;
}
#menu li {
	text-align: center;
	
	height: 25px;
	z-index:300;

}
#menu dt a {
	/*color: #000;*/
	text-decoration: none;
	display: block;
	
	border: 0 none;

	font-weight: normal;
}
#menu li a {
	/*color: #000;*/
	text-decoration: none;
	display: block;
	height: 25px;
	border: 0 none;

}
#menu li a:hover  {
background: #BFD9FF;
}
/* #menu dt a:hover {
background: #BFD9FF;
}*/



a {text-decoration: none;
/*color: black;*/
color: #666666;
}
#smenu1 {
	position: relative;
	left: 0px;
	top: 0px;
}
#smenu2 {
	position: relative;
	left: 0px;
	top: 0px;
}
#smenu3 {
	position: relative;
	left: 0px;
	top: 0px;
}
#sousmenu {
	position: relative;
	left: 0px;
	top: 0px;
	height: 295px;

}
