@charset "utf-8";
/* Menu rollover */
.Sidebox01 {
	background-image: url(/images/layout/sidebox_domain_name_fr.png);
}
.Sidebox02 {
	background-image: url(/images/layout/sidebox_mls_fr.png);
}
.Sidebox03 {
	background-image: url(/images/layout/sidebox_order_fr.png);
}
.Sidebox01, .Sidebox02, .Sidebox03 {
	width: 200px;
	height: 100px;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0px 0;
	margin-top: 10px;
}
.Sidebox01:hover, .Sidebox02:hover, .Sidebox03:hover {
	background-position: -200px 0;
}

