html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background-color: rgb(150, 142, 128);
	background-image: url(img/site-bg.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 14px;
}

p {
	margin: 0px 0px 10px 0px;
}

#mainTableAccueil {
	width: 815px;
	height: 100%;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#accueil {
	border-top: solid 1px rgb(49, 49, 50);
	border-bottom: solid 20px white;
	background: url(img/accueil-logo.jpg) no-repeat rgb(159, 161, 164);
	background-position: 190px 7px;
	height: 70px;
	position: relative;

}

#mainTable {
	width: 800px;
	height: 600px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#mainContainerAccueil {
	width: 100%;
	height: 100%;
}

#mainContainer {
	width: 100%;
	height: 100%;
}

div#content {
	width: 800px;
	height: 600px;
	background: url(img/container-bg.jpg) repeat-y;
	position: relative;
}

div#copyright {
	width: 98%;
	text-align: right;
	color: white;
	margin-top: 10px;
}

div#copyright a {
	color: #999999;
}

div.menu-item {
	width: 88px;
	height: 17px;
	border-left: solid 1px rgb(118, 54, 117);
	border-right: solid 1px rgb(118, 54, 117);
	background-color: rgb(108, 39, 106);
	margin-right: 4px;
	padding-top: 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: 400;
	z-index: 99;
}

div.menu-item a, div.menu-item a:visited {
	color: rgb(159, 161, 164);
	text-decoration: none;
	text-transform: uppercase;
}

div.menu-item a.current, div.menu-item a:hover {
	color: white;
}

div.menu-item .sub-menu {
	float: none;
	position: relative;
	left: -1px;
	top: 3px;
	z-index: 99;
}

div#menu-accueil {
	position: absolute;
	top: 70px;
	left: 500px;
	width: 288px;
}

div#menu-main {
	position: absolute;
	top: 80px;
	left: 294px;
	width: 470px;
}

div.banner-top {
	width: 800px;
	height: 81px;
	border-bottom: solid 19px white;
}

div.banner-top-fr {
	background: url(img/banner-top-fr.jpg) no-repeat;
}

div.banner-top-en {
	background: url(img/banner-top-en.jpg) no-repeat;
}

div.banner-top-tu {
	background: url(img/banner-top-tu.jpg) no-repeat;
}

div.text-area {
	background-color: white;
	width: 378px;
	height: 448px;
	position: absolute;
	top: 106px;
	left: 50px;
	overflow: visible;
	text-align: justify;
	padding: 20px 20px 20px 20px;
}

div.text-area h1 {
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: rgb(108, 39, 106);
	margin: 4px 0px 2px 0px;
	padding: 0px;
}

div.slogan-fr {
	background: url(img/slogan-fr.jpg) no-repeat;
	width: 290px;
	height: 155px;
	position: absolute;
	top: 295px;
	left: 485px;
}

div.slogan-en {
	background: url(img/slogan-en.jpg) no-repeat;
	width: 215px;
	height: 155px;
	position: absolute;
	top: 295px;
	left: 560px;
}

div.slogan-team {
	background: url(img/slogan-team.jpg) no-repeat;
	width: 332px;
	height: 491px;
	position: absolute;
	bottom: 0px;
	left: 468px;
}

div.team-1 {
	background: url(img/team-1.jpg) no-repeat;
	width: 25px;
	height: 24px;
	position: absolute;
	left: -40px;
	z-index: 99;
}

div.team-2 {
	background: url(img/team-2.jpg) no-repeat;
	width: 25px;
	height: 24px;
	position: absolute;
	left: -40px;
	z-index: 99;
}
