body{
	font-size: 76%;
	background-color : White;
	color: #000;
	width: 100%;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	background-image: url(fx/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#header{
	width: 100%;
	background-image: url(fx/header.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 112px;
}
#header h1{
	padding: 74px 0px 0px 177px;
	margin: 0px 0px 0px 80px;
	color: #fff;
	font-size: 1.4em;
}
h1{
	color: #000;
	font-size: 1.4em;
}
#menu{
	position:relative;
	float:left;
	background-image: url(fx/menu-bg.jpg);
	background-repeat: no-repeat;
	width: 200px;
}
#menu ul{
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type : none;
}
#menu li{
	margin: 1px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border:none;
	font-size: .9em;
	//*background-image: url(fx/button.gif);
	background-repeat: no-repeat;
	background-color : #006699;
	border: 1px solid #fff;*//
	width: 150px;
	line-height: 20px;
	text-indent: 7px;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
#menu li a:link{
	display: block;
	width: 150px;
	color: #FFF;
	text-decoration: none;
		line-height: 20px;
	background-color : #006699;
	border: 1px solid #fff;
}
#menu li a:visited{
	display: block;
	width: 150px;
	color: #fff;
	text-decoration: none;
		line-height: 20px;
	background-color : #006699;
	border: 1px solid #fff;

}
#menu li a:hover{
	display: block;
	width: 150px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
	background-color : #FF6600;
	border: 1px solid #fff;
}
#content{
	position:relative;
	margin: 33px 30px 0px 200px;
	width: auto;
}

/* form */
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
fieldset {
	width: 500px;
	margin: 1.5em 20px .5em 10px;
	padding: 0em 1em 10px 10px;
	clear: both;
}
legend {
	font-weight: bold;
	color: #000;
	background-color: transparent;
	font-size: .9em;
	padding: .1em .3em;
	border: 1px solid #fff;
	margin: 0px 0px 10px 0px;
}

input, select, textarea {
	margin-left: .5em;
	border: 1px solid #ccc;
}
label {
	margin: 5px 0px 0px 0px;
	display: block;
	width: 6em;
	text-align: right;
	float: left;
}
fieldset div{
margin: 10px 0px 0px 0px;
}
.button {
	text-align: center;
	float: right;
	border: none;
	margin: 12px 0px 10px 0px;
}
#en{
	float: right;
	margin: 0px 0px 7px 0px;
}
#fr{
	margin: 10px 0px 7px 0px;
}