/* CSS du menu International */


dl, dt, dd, ul, li { list-style-type: none; font-size: 11px; }

#menu {
	width: 100%; /* correction pour Opera */
	width: 135px; 
	height: 21px;

}

#menu dl { 
	width: 135px; 
	position:absolute;
	z-index:100;
}

#menu dt {
	height: 21px;
	background: url(fond.gif) no-repeat 0 100%;
	cursor: pointer;
	margin-bottom: 1px;
	color: #6c6c6c;
	padding: 0 25px 0 10px;
	line-height: 18px;
}

#menu dd {
	display: none;
	border: 1px solid #d6dade;
	background: #f7f8fa;
}
#menu li {
	background: #fff;
	width:100%;
}

#menu li a, #menu dt a {
	color: #6c6c6c;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menu li a {
	padding: 1px 10px 2px 10px;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #d6dade;
}
