@charset "UTF-8";
.body {
	font-family: Arial;
	background-color: #111829;
	background-image: url(../images/fondAccueil.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: center top;
}
.tableBackgroung {
	background-color: #FFF;
	background-image: url(../images/bg_logo.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-family: Arial;
	text-align: left;
	vertical-align: top;
}
.tableLeftMenu {
	font-family: Arial;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	margin-left: 40px;
	background-position: right bottom;
}
.tableRightMenu {
	font-family: Arial;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.credits {
	font-family: Arial;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	font-size: 10px;
	color: #6ab7e1;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
