/* CSS Document */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
width: 518px; /* correction pour Opera */
/*position: absolute;*/
float: right;
z-index: 100;
margin: 0;
padding: 53px 0 0 0px;
/*border: 1px solid red;*/
}
#menu li a {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	height: 18px;
	line-height: 18px;
}
#menu dt a {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
}
#menu dl {
float: left;
background-color: #455F9F;
}
#menu dt {
	/*width: 85px;*/
	cursor: pointer;
	text-align: center;
	border-right: 1px solid #003160;
	color: #9BA6C2;
}
#taille1 {
	width: 80px;
}
#taille2 {
	width: 110px;
}
#menu dt a:hover {
	color: #A3D16D;
}
#menu dd {
position: absolute;
z-index: 110;
display: none;
width: 150px;
background: #455F9F;
text-align: left;
padding: 1px;
/*border: 1px solid #9BA6C2;*/
}
#menu li {
text-align: left;
/*border-bottom: 1px solid #9BA6C2;*/
}
#menu li a, #menu dt a {
text-decoration: none;
display: block;
background: #5E83A9;
text-indent: 2px;
}
#menu li a:hover, #menu li a:focus {
background-color: #003160;
text-indent: 2px;
color: #99CC00;
}
