/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/mainbg.gif);
}
.leftcol {
	float: left;
	width: 210px;
	background-image: url(../img/pageHeader.gif);
	background-repeat: no-repeat;
}
.leftcol img {
	display: block;
}
.rightcol {
	float: left;
	width: 540px;
	margin-left: 10px;

}
#footer {
	background-color: #336699;
	height: 40px;
	width: 549px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	left: 211px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3399CC;
	margin-top: 25px;
}
#footer a {
	color: #FFFFFF;
}
#footer span {
}
#footer img {
	margin-left: 5px;
	vertical-align: text-bottom;
}

#gotop {
	margin-left: 5px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#gotop a {
	text-decoration: none;
	font-size: 10px;
}
#gotop a:hover {
	color: #CC0000;
}
#gotop img {
	margin-right: 4px;
}
input {
	font-size: 11px;
}



#footer .contacteznous {
	display: block;
	background-image: url(../img/enveloppe.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer .help {
	background-image: url(../img/help.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: white;
}

#footer .languages a {
	display: block;
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 28px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 20px;
}

#footer .languages a.english {
	background-image: url(../img/GreatBritain.gif);
}

#footer .languages a.german {
	background-image: url(../img/Germany.gif);
}

#footer .languages a.spanish {
	background-image: url(../img/Spain.gif);
}
#footer table {
	font-size: 11px;
}
