@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
}

#container {
	background-color: #C7CDD1;
	background-image: url(../eng/images/splash/passerelle.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	z-index: 0;
}

#corps {
	background-color: #C7CDD1;
	width: 100%;
	padding: 0;
	margin: 0;
}

#LeftMenu {
	padding-top: 10px;
	padding-left: 10px;
}

#LeftMenu li {
	display: block;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#RightMenu {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	color: #FFFFFF;
}

#RightMenu li {
	display: block;
	list-style-position: inside;
	list-style-type: none;
}

#BldgLine {
	width: 100%;
	background-color: #000000;
	text-align: center;
	background-image: url(images/splash/bldg_tile.jpg);
	background-repeat: repeat-x;
}

#Footer {
	width: 100%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

#Paneaux {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 1;
	top: 260px;
}

