html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

a, a:visited {
	color: #889400;
	text-decoration: none;
}

a:hover {
	color: #B0D236;
}

table {
	width: 100%;
	height: 100%;
}

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: -249px;
	position: relative;
	text-align: left;
	width: 953px;
	top: 50%;
}

td#container {
	vertical-align: top;
	height: 498px;
}

div#background-accueil {
	position: relative;
	background: url(images/accueil-background.jpg) no-repeat;
	width: 953px;
	height: 498px;	
}

div#lang-select {
	position: absolute;
	top: 260px;
	right: 50px;
}
.title1 {	font-family: Helvetica, Arial, sans-serif; font-weight:800;
	font-size: 16px; text-align:center;}