/* CSS issu des tutoriels www.alsacreations.com/articles */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: absolute;
	bottom: 20px;
	left: 8px;
	z-index:100;
}

#menu dl {
	float: left;
	width: 176px;
	position: relative;
	margin: 0 1px;
}

#menu dt {
	cursor: pointer;
}

#menu dd {
	position: absolute;
	padding: 20px;
	bottom:90px;
	width:138px;
	height: 200px;
	background: #fff;
}

#menu li a, #menu dt a {
	color: orange;
	text-decoration: none;
	height: 100%;
}

.front_link {
margin-top: 20px;
}