/* CSS Styles */

/**************************************** Page ****************************************/
/* fr */
#page {
	margin-left:615px;
}
#titol {
	padding:20px 0px 20px 20px;
}
#text {
	width:240px;
}
#text .distancies{
	font-size:12px;
 }
/**************************************** Menu ****************************************/
/* fr */
#menu li {
	padding:20px 1px 10px 12px;
}

#menu #menu-1 a {
	width:134px;
	height:19px;
}
#menu #menu-2 a {
	width:129px;
	height:15px;
}
#menu #menu-3 a {
	width:100px;
	height:20px;
}
#menu #menu-4 a {
	width:44px;
	height:21px;
}

.menu-1 a { background:url(menu-1.gif) left top no-repeat; }
.menu-1 a:hover { background:url(menu-1.gif) left bottom no-repeat; }
.menu-1-actiu a { background:url(menu-1.gif) left bottom no-repeat; }
.menu-2 a { background:url(menu-2.gif) left top no-repeat; }
.menu-2 a:hover { background:url(menu-2.gif) left bottom no-repeat; }
.menu-2-actiu a { background:url(menu-2.gif) left bottom no-repeat; }
.menu-3 a { background:url(menu-3.gif) left top no-repeat; }
.menu-3 a:hover { background:url(menu-3.gif) left bottom no-repeat; }
.menu-3-actiu a { background:url(menu-3.gif) left bottom no-repeat; }
.menu-4 a { background:url(menu-4.gif) left top no-repeat; }
.menu-4 a:hover { background:url(menu-4.gif) left bottom no-repeat; }
.menu-4-actiu a { background:url(menu-4.gif) left bottom no-repeat; }

/**************************************** The End ****************************************/